public interface CollabDelegationService extends IService, ServiceWithLastCreatedRecordSearch
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_ID |
Modifier and Type | Method and Description |
---|---|
FCollabDelegation |
creerCollabDelegation(CtxCollabDelegationCreer ctx)
Crée un FCollabDelegation à partir du contexte.
|
void |
delete(FCollabDelegation fCollabDelegation)
Supprimer la délégation.
|
List<FCollabDelegation> |
findByIdentCollab(Double identCollab,
boolean masquerDelegationsTerminees)
Retourne la liste des délégations pour un collaborateur.
|
List<CollaborateurResultatRecherche> |
findDelegationsPourUnCollab(Double identCollabRecoit,
TypeDelegationModule typeDelegationModule,
boolean indFiltre,
String textCodeCollabDelegue,
String jockerString,
boolean inclureCollabCourant)
Retourne les collaborateurs ayant reçu la délégation par le collaborateur.
|
List<CollaborateurResultatRecherche> |
findDelegationsPourUnCollab(Double identCollabRecoit,
TypeDelegationModule typeDelegationModule,
boolean indFiltre,
String textCodeCollabDelegue,
String jockerString,
boolean inclureCollabCourant,
Boolean isCollaborateurResponsable)
Retourne les collaborateurs ayant reçu la délégation par le collaborateur.
|
boolean |
hasUnCollabDelegationsRecues(Double identCollabRecoit,
TypeDelegationModule typeDelegationModule)
Un collaborateur a t'il reçu au moins une délégation ?
|
List<CollabDelegationResultatRecherche> |
rechercheMultiCriteres(CollabDelegationCriteresRecherche criteria)
Recherche multi critères.
|
void |
update(FCollabDelegation fCollabDelegation)
Modifie la délégation.
|
getServerMessages, resetServerMessages
getLastCreatedRecord
static final String SERVICE_ID
List<FCollabDelegation> findByIdentCollab(Double identCollab, boolean masquerDelegationsTerminees)
FCollabDelegation creerCollabDelegation(CtxCollabDelegationCreer ctx)
void delete(FCollabDelegation fCollabDelegation)
void update(FCollabDelegation fCollabDelegation)
List<CollabDelegationResultatRecherche> rechercheMultiCriteres(CollabDelegationCriteresRecherche criteria)
List<CollaborateurResultatRecherche> findDelegationsPourUnCollab(Double identCollabRecoit, TypeDelegationModule typeDelegationModule, boolean indFiltre, String textCodeCollabDelegue, String jockerString, boolean inclureCollabCourant)
List<CollaborateurResultatRecherche> findDelegationsPourUnCollab(Double identCollabRecoit, TypeDelegationModule typeDelegationModule, boolean indFiltre, String textCodeCollabDelegue, String jockerString, boolean inclureCollabCourant, Boolean isCollaborateurResponsable)
boolean hasUnCollabDelegationsRecues(Double identCollabRecoit, TypeDelegationModule typeDelegationModule)
Copyright © 2016. All rights reserved.