public interface EtaffService extends IService, ServiceWithLastCreatedRecordSearch
| Modifier and Type | Field and Description |
|---|---|
static String |
SERVICE_ID |
| Modifier and Type | Method and Description |
|---|---|
CtxEtaff |
creerEtatAffaireLotSousLot(CtxEtaff context)
creer Etat Affaires
|
List<TEtaff> |
findByCodeEtatPrec(ModuleActif moduleActif,
String codeEtat,
TypeEtaff typeEtatAff,
boolean inclureEtatActuel) |
List<TEtaff> |
findByTypeEtat(TypeEtaff typeEtatAff) |
List<TEtaff> |
findByTypeEtatAndModuleActif(ModuleActif moduleActif,
TypeEtaff typeEtatAff) |
List<TEtaff> |
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 |
loadByCodeAndTypeEtat(ModuleActif module,
String codeEtat,
TypeEtaff typeEtatAff) |
CtxEtaff |
loadByEtatAffaireLotSousLotIdent(Double ident)
Chargement Etat Affaires par ident
|
TEtaff |
loadEtaffParDefaut(TypeEtaff typeEtatAff) |
CtxEtaff |
modifierEtatAffaireLotSousLot(CtxEtaff context)
modifier Etat Affaires
|
List<TEtaff> |
rechercheMultiCriteresEtatAffaireLotSousLot(EtatAffaireLotSousLotCriteresRecherche critere)
Recherche MultiCriteres par code,libelle,status defaut
|
void |
supprimerEtatAffaireLotSousLot(CtxEtaff context)
supprimer Etat Affaires
|
getServerMessages, resetServerMessagesgetLastCreatedRecordstatic final String SERVICE_ID
List<TEtaff> findLikeCode(String codeEtat, ModuleActif moduleActif, TypeEtaff typeEtatAff)
codeEtat - moduleActif - typeEtatAff - List<TEtaff> findByTypeEtatAndModuleActif(ModuleActif moduleActif, TypeEtaff typeEtatAff)
List<TEtaff> findByCodeEtatPrec(ModuleActif moduleActif, String codeEtat, TypeEtaff typeEtatAff, boolean inclureEtatActuel)
List<TEtaff> rechercheMultiCriteresEtatAffaireLotSousLot(EtatAffaireLotSousLotCriteresRecherche critere)
critere - CtxEtaff loadByEtatAffaireLotSousLotIdent(Double ident)
ident - CtxEtaff modifierEtatAffaireLotSousLot(CtxEtaff context)
context - CtxEtaff creerEtatAffaireLotSousLot(CtxEtaff context)
context - void supprimerEtatAffaireLotSousLot(CtxEtaff context)
context - TEtaff loadByCodeAndTypeEtat(ModuleActif module, String codeEtat, TypeEtaff typeEtatAff)
Copyright © 2016. All rights reserved.