| Modifier and Type | Method and Description |
|---|---|
TDepartement |
TDepartementBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
TActiviteBuilder |
TActiviteBuilder.withDepartement(TDepartement departement) |
| Modifier and Type | Method and Description |
|---|---|
TDepartement |
TActivite.getDepartement() |
| Modifier and Type | Method and Description |
|---|---|
void |
TActivite.setDepartement(TDepartement departement) |
| Constructor and Description |
|---|
TActivite(TDepartement departement,
String code) |
TActivite(TDepartement departement,
String code,
String libelle,
String analyse,
String texte,
String services,
Double defaut,
Set<FAffaires> affaires,
Set<FOpportunite> opportunites) |
| Modifier and Type | Method and Description |
|---|---|
TDepartement |
CtxAffaire.getDepartement() |
| Modifier and Type | Method and Description |
|---|---|
void |
CtxAffaire.setDepartement(TDepartement departement) |
| Modifier and Type | Field and Description |
|---|---|
Map<String,TDepartement> |
ImportDataAffaire.mapDepartement |
Map<String,TDepartement> |
ImportDataOpportunite.mapDepartement |
| Modifier and Type | Method and Description |
|---|---|
TDepartement |
CtxDepartement.getDepartement() |
| Modifier and Type | Method and Description |
|---|---|
void |
CtxDepartement.setDepartement(TDepartement departement) |
| Modifier and Type | Method and Description |
|---|---|
TDepartement |
DepartementService.loadDepartementByCode(String code)
Chargement d'un bean TDeprtement depuis son code
|
TDepartement |
DepartementService.loadDepartementByIdent(Double ident)
Chrgempent d'un bean TDeprtement depuis son ident
|
| Modifier and Type | Method and Description |
|---|---|
List<TDepartement> |
DepartementService.rechercheMultiCritere(DepartementCriteresRecherche critere)
Retourne la liste des départements en fonction des criteres
|
Copyright © 2016. All rights reserved.