Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeEvenement |
TypeEvenement.findValue(String value) |
static TypeEvenement |
TypeEvenement.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEvenement[] |
TypeEvenement.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<FEvents> |
EventsService.findByNatureAndSociete(TypeEvenement nature,
String codeSociete)
Returns all events of a company and of a nature given in parameter
|
List<FEvents> |
EventsService.findEventsByPieceGestionOrTiers(String identPieceGestion,
TypePiece typePieceGestion,
TypeEvenement typeEvenement)
Surcharge de la méthode pour ne pas rechercher les événements automatiques, archivés et confidentiels
|
Copyright © 2016. All rights reserved.