|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.vradi.ui.helpers.VradiComparators
public class VradiComparators
VradiComparators.
| Nested Class Summary | |
|---|---|
static class |
VradiComparators.BusinessEntityComparator<T extends org.nuiton.wikitty.entities.BusinessEntity>
|
static class |
VradiComparators.UserComparator
|
| Field Summary | |
|---|---|
static Comparator<Client> |
CLIENT_COMPARATOR
|
static Comparator<org.nuiton.wikitty.entities.WikittyExtension> |
EXTENSION_COMPARATOR
|
static Comparator<Form> |
FORM_COMPARATOR
|
static Comparator<Group> |
GROUP_COMPARATOR
|
static Comparator<RootThesaurus> |
ROOT_THESAURUS_COMPARATOR
|
static Comparator<Status> |
STATUSES_COMPARATOR
|
static Comparator<Thesaurus> |
THESAURUS_COMPARATOR
Compares VradiThesaurusDTO by getOrder() + ":" + getName(). |
static Comparator<Thesaurus> |
THESAURUS_NAME_PATH_COMPARATOR
Compares VradiThesaurusDTO by namePath : parentPath/getOrder() + ":" + getName(). |
static Comparator<User> |
USER_COMPARATOR
Compares User by client.getName() + ":" + getName(). |
static Comparator<User> |
USER_COMPARATOR_WITH_ALL_CLIENT_LOADED
Compares User by client.getName() + ":" + getName(). |
static Comparator<XmlStream> |
XML_STREAM_COMPARATOR
|
| Constructor Summary | |
|---|---|
VradiComparators()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Comparator<Form> FORM_COMPARATOR
public static final Comparator<Client> CLIENT_COMPARATOR
public static final Comparator<Group> GROUP_COMPARATOR
public static final Comparator<Status> STATUSES_COMPARATOR
public static final Comparator<XmlStream> XML_STREAM_COMPARATOR
public static final Comparator<org.nuiton.wikitty.entities.WikittyExtension> EXTENSION_COMPARATOR
public static final Comparator<User> USER_COMPARATOR
public static final Comparator<User> USER_COMPARATOR_WITH_ALL_CLIENT_LOADED
public static final Comparator<Thesaurus> THESAURUS_NAME_PATH_COMPARATOR
public static final Comparator<Thesaurus> THESAURUS_COMPARATOR
public static final Comparator<RootThesaurus> ROOT_THESAURUS_COMPARATOR
| Constructor Detail |
|---|
public VradiComparators()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||