Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.nonpersistent | |
com.itnsa.gestion.parametrage.nonpersistant.search | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeEtaff |
TypeEtaff.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEtaff[] |
TypeEtaff.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TypeEtaff |
CtxEtaff.getTypeEtaff() |
Modifier and Type | Method and Description |
---|---|
void |
CtxEtaff.setTypeEtaff(TypeEtaff typeEtaff) |
Modifier and Type | Method and Description |
---|---|
TypeEtaff |
EtatAffaireLotSousLotCriteresRecherche.getTypeEtaff() |
Modifier and Type | Method and Description |
---|---|
void |
EtatAffaireLotSousLotCriteresRecherche.setTypeEtaff(TypeEtaff typeEtaff) |
Modifier and Type | Method and Description |
---|---|
List<TEtaff> |
EtaffService.findByCodeEtatPrec(ModuleActif moduleActif,
String codeEtat,
TypeEtaff typeEtatAff,
boolean inclureEtatActuel) |
List<TEtaff> |
EtaffService.findByTypeEtat(TypeEtaff typeEtatAff) |
List<TEtaff> |
EtaffService.findByTypeEtatAndModuleActif(ModuleActif moduleActif,
TypeEtaff typeEtatAff) |
List<TEtaff> |
EtaffService.findLikeCode(String codeEtat,
ModuleActif moduleActif,
TypeEtaff typeEtatAff)
Retourne les codes état en fonctions du code, du module actif et du type d'état (affaire, lot ou sous lot)
|
TEtaff |
EtaffService.loadByCodeAndTypeEtat(ModuleActif module,
String codeEtat,
TypeEtaff typeEtatAff) |
TEtaff |
EtaffService.loadEtaffParDefaut(TypeEtaff typeEtatAff) |
Copyright © 2016. All rights reserved.