|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object atg.util.service.ATGBasicClass atg.util.service.identifiant.ATGListCritereValue
public class ATGListCritereValue
Titre : Classe composée de plusieurs Critères (ATGCritereValue)
Description : Cette classe sert de "conteneur" de critère afin de regrouper plusieurs critères pour une même requête.
Copyright : FERRARI Olivier
Field Summary | |
---|---|
protected static java.util.logging.Logger |
logger_
référence vers le log |
Constructor Summary | |
---|---|
ATGListCritereValue()
Construteur |
Method Summary | |
---|---|
protected java.util.logging.Logger |
getLogger()
Retourne le log associé |
java.util.Vector<ATGCritereValue> |
getSortedListByKey()
Retourne la liste des critères triées par ordre de valeur de clé |
void |
put(ATGCritereValue critereValue)
Ajout d'un critère à cette liste |
Methods inherited from class atg.util.service.ATGBasicClass |
---|
logConfig, logFine, logFiner, logFinest, logInfo, logSevere, logWarning |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static java.util.logging.Logger logger_
Constructor Detail |
---|
public ATGListCritereValue()
Method Detail |
---|
public void put(ATGCritereValue critereValue)
critereValue
- Critère à ajouterpublic java.util.Vector<ATGCritereValue> getSortedListByKey()
protected java.util.logging.Logger getLogger()
getLogger
in class ATGBasicClass
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |