Class MailTemplateSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.asresourcedata.data.MailTemplateSortType
- All Implemented Interfaces:
Serializable
public class MailTemplateSortType
extends net.anotheria.util.sorter.SortType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
ConstructorsConstructorDescriptionMailTemplateSortType(int method) MailTemplateSortType(int method, boolean order) -
Method Summary
Methods inherited from class net.anotheria.util.sorter.SortType
getSortBy, getSortOrder, isASC, isDESC, reverse, toString
-
Field Details
-
SORT_BY_ID
public static final int SORT_BY_ID- See Also:
-
SORT_BY_NAME
public static final int SORT_BY_NAME- See Also:
-
SORT_BY_SENDER
public static final int SORT_BY_SENDER- See Also:
-
SORT_BY_SENDERNAME
public static final int SORT_BY_SENDERNAME- See Also:
-
SORT_BY_SUBJECT
public static final int SORT_BY_SUBJECT- See Also:
-
SORT_BY_MESSAGE
public static final int SORT_BY_MESSAGE- See Also:
-
SORT_BY_MJML
public static final int SORT_BY_MJML- See Also:
-
SORT_BY_PLAINMESSAGE
public static final int SORT_BY_PLAINMESSAGE- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
MailTemplateSortType
public MailTemplateSortType() -
MailTemplateSortType
public MailTemplateSortType(int method) -
MailTemplateSortType
public MailTemplateSortType(int method, boolean order)
-
-
Method Details
-
name2method
-