Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.fc.nonpersistent.search | |
com.itnsa.gestion.nonpersistent | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static FonctionsCollaborateur |
FonctionsCollaborateur.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FonctionsCollaborateur[] |
FonctionsCollaborateur.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
FonctionsCollaborateur |
CollaborateurCritere.getFonction() |
Modifier and Type | Method and Description |
---|---|
CollaborateurCritere |
CollaborateurCritere.setFonction(FonctionsCollaborateur fonction) |
Modifier and Type | Method and Description |
---|---|
FonctionsCollaborateur |
CritereCollaborateurListeAide.getFonction() |
Modifier and Type | Method and Description |
---|---|
void |
CritereCollaborateurListeAide.setFonction(FonctionsCollaborateur fonction) |
Modifier and Type | Method and Description |
---|---|
List<CollaborateurInfosListeAide> |
CollaborateurService.findAllCollabLikeCodeOrNomOrPrenomWithFonction(String codeCollab,
Double identSociete,
FonctionsCollaborateur fonction) |
List<CollaborateurInfosListeAide> |
CollaborateurService.findCollPresentADate(String codeCollab,
Double identSociete,
Date date,
FonctionsCollaborateur fonction,
boolean isUtilisateur) |
List<FPCollaborateur> |
CollaborateurService.findLikeCodeByDateAndFonction(String codeCollab,
Double identSociete,
Date date,
FonctionsCollaborateur fonction)
Retourne la liste des collaborateurs en fonction des paramétres donnés
|
List<FPCollaborateur> |
CollaborateurService.findLikeCodeByFonction(String codeCollab,
Double identSociete,
FonctionsCollaborateur fonction)
Returns the list of collaborators for whom the code is the one in parameter for a given company.
|
List<CollaborateurInfosListeAide> |
CollaborateurService.findLikeCodeListeAideClsEtb(String codeCollab,
Double identSociete,
Date date,
FonctionsCollaborateur fonction,
boolean isUtilisateur) |
Copyright © 2016. All rights reserved.