|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.etai.xat2v2.util.ClassificationListUtil
public final class ClassificationListUtil
Utility class used to extract classifications from a classifications list.
| Method Summary | |
|---|---|
static List<Classification> |
getClassificationListByDictionary(List<Classification> classificationList,
String dictionnary)
|
static List<Classification> |
getClassificationListByDictionaryReference(List<Classification> classificationList,
String dictionnary,
String reference)
|
static List<Classification> |
getClassificationListBySource(List<Classification> classificationList,
String source)
Retourne la liste des "Classification" dont les caractéristiques vérifient les paramètres. |
static List<Classification> |
getClassificationListBySourceDictionaryReference(List<Classification> classificationList,
String source,
String dictionnary,
String reference)
|
static String |
getFirstDictionaryRef(List<Classification> classificationList,
String dictionary)
Return the first ref of a dictionary in a list of classifications. |
static String |
getFirstSourceDictionaryRef(List<Classification> classificationList,
String source,
String dictionary)
Return the first ref of a dictionary with a source in a list of classifications. |
static String |
getFirstSourceRef(List<Classification> classificationList,
String source)
Return the first ref of a source in a list of classifications. |
static List<String> |
getListOfClassificationReferenceBySourceDictionary(List<Classification> classificationList,
String source,
String dictionnary)
|
static String |
getValueDictionaryRef(List<Classification> classificationList,
String dictionary,
String ref)
Return the first value of first ref of a dictionary in a list of classifications. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static String getFirstDictionaryRef(List<Classification> classificationList,
String dictionary)
classificationList - : the list of classifications where to look for the refdictionary - : case not sensitive
public static String getFirstSourceRef(List<Classification> classificationList,
String source)
classificationList - : the list of classifications where to look for the refsource - : String mandatory, case not sensitive
public static String getFirstSourceDictionaryRef(List<Classification> classificationList,
String source,
String dictionary)
classificationList - : the list of classifications where to look for the refsource - : String mandatory, case not sensitivedictionary - : String, case not sensitive
public static String getValueDictionaryRef(List<Classification> classificationList,
String dictionary,
String ref)
classificationList - : the list of classifications where to look for the refdictionary - : case not sensitiveref - : case not sensitive
public static List<Classification> getClassificationListBySource(List<Classification> classificationList,
String source)
classificationList - conteneur d'objet classificationsource - source de la classificationdictionnary - dictionnaire associé à la classificationreference - référence associée à la classification
public static List<Classification> getClassificationListByDictionary(List<Classification> classificationList,
String dictionnary)
public static List<Classification> getClassificationListByDictionaryReference(List<Classification> classificationList,
String dictionnary,
String reference)
public static List<Classification> getClassificationListBySourceDictionaryReference(List<Classification> classificationList,
String source,
String dictionnary,
String reference)
public static List<String> getListOfClassificationReferenceBySourceDictionary(List<Classification> classificationList,
String source,
String dictionnary)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||