Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.nonpersistent.search | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static TypeSousFamille |
TypeSousFamille.getTypeSousFamilleByIdDMA(String idDMA) |
static TypeSousFamille |
TypeSousFamille.loadTypeByCode(String code) |
static TypeSousFamille |
TypeSousFamille.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeSousFamille[] |
TypeSousFamille.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static List<TypeSousFamille> |
TypeSousFamille.getSousFamille() |
Modifier and Type | Method and Description |
---|---|
TypeSousFamille |
SousFamilleCriteresRecherche.getSousFamille() |
Modifier and Type | Method and Description |
---|---|
void |
SousFamilleCriteresRecherche.setSousFamille(TypeSousFamille sousFamille) |
Modifier and Type | Method and Description |
---|---|
List<TSfamille> |
FamilleService.findAllSousFamillesByType(TypeSousFamille typeSousFamille)
Returns the list of subfamilies for the current company (or the main one), which type is the one in parameter,
even those whose validity date is excedeed.
|
List<TSfamille> |
FamilleService.findAllSousFamillesByTypeAndFamille(TypeSousFamille typeSousFamille,
Double identFamille)
Returns the list of subfamilies for the current company (or the main one), which identifier is the one in parameter,
even those whose validity date is excedeed.
|
List<TSfamille> |
FamilleService.findSousFamilleByTypeAndFamille(TypeSousFamille typeSousFamille,
Double identFamille)
Search subfamilies by type of subfamily
|
List<TSfamille> |
FamilleService.findSousFamilleByTypeAndFamilleLikeCode(TypeSousFamille typeSousFamille,
Double identFamille,
String code,
boolean ordonne)
Search the subfamilies for the current company (or the main company), valid at the current date
|
List<TSfamille> |
FamilleService.findSousFamilleByTypeAndFamilleLikeCodeAndSociete(TypeSousFamille typeSousFamille,
String codeFamille,
String code)
Search the subfamilies for the current company (or the main company), valid at the current date
|
Copyright © 2016. All rights reserved.