Package | Description |
---|---|
com.itnsa.gestion.constantes | |
com.itnsa.gestion.nonpersistent.search | |
com.itnsa.gestion.service |
Modifier and Type | Method and Description |
---|---|
static IsoParam |
IsoParam.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsoParam[] |
IsoParam.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IsoParam |
IsoCriteresRecherche.getParametre() |
Modifier and Type | Method and Description |
---|---|
void |
IsoCriteresRecherche.setParametre(IsoParam parametre) |
Modifier and Type | Method and Description |
---|---|
List<TIsoParam> |
ParametrageService.findIsoByType(IsoParam typeIso)
Get a IsoParam for a type
|
List<TIsoParam> |
ParametrageService.findIsoByTypeLikeCode(IsoParam typeIso,
String codeIso)
Returns the list of IsoParam like the code given in parameter for the
given type.
|
TIsoParam |
ParametrageService.getIsoParamByTypeAndCode(IsoParam type,
String code) |
TIsoParam |
ParametrageService.loadDefautIsoParam(IsoParam typeIso) |
Copyright © 2016. All rights reserved.