com.jurismarches.vradi.ui.helpers
Class VradiComparators
java.lang.Object
com.jurismarches.vradi.ui.helpers.VradiComparators
public class VradiComparators
- extends Object
VradiComparators.
- Since:
- 12 mars 2010 16:56:44
- Version:
- $Revision: 1715 $ $Date: 2010-10-27 21:21:28 +0200 (mer., 27 oct. 2010) $
- Author:
- schorlet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORM_COMPARATOR
public static final Comparator<Form> FORM_COMPARATOR
CLIENT_COMPARATOR
public static final Comparator<Client> CLIENT_COMPARATOR
GROUP_COMPARATOR
public static final Comparator<Group> GROUP_COMPARATOR
STATUSES_COMPARATOR
public static final Comparator<Status> STATUSES_COMPARATOR
XML_STREAM_COMPARATOR
public static final Comparator<XmlStream> XML_STREAM_COMPARATOR
EXTENSION_COMPARATOR
public static final Comparator<org.nuiton.wikitty.WikittyExtension> EXTENSION_COMPARATOR
USER_COMPARATOR
public static final Comparator<User> USER_COMPARATOR
- Compares VradiUserDTO by getClientName() + ":" + getName().
THESAURUS_NAME_PATH_COMPARATOR
public static final Comparator<Thesaurus> THESAURUS_NAME_PATH_COMPARATOR
- Compares VradiThesaurusDTO by namePath : parentPath/getOrder() + ":" + getName().
THESAURUS_COMPARATOR
public static final Comparator<Thesaurus> THESAURUS_COMPARATOR
- Compares VradiThesaurusDTO by getOrder() + ":" + getName().
ROOT_THESAURUS_COMPARATOR
public static final Comparator<RootThesaurus> ROOT_THESAURUS_COMPARATOR
VradiComparators
public VradiComparators()
Copyright © 2009-2010 JurisMarches. All Rights Reserved.