Class MailTemplateSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.asresourcedata.data.MailTemplateSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class MailTemplateSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_DEFAULTstatic intSORT_BY_IDstatic intSORT_BY_MESSAGEstatic intSORT_BY_MJMLstatic intSORT_BY_NAMEstatic intSORT_BY_PLAINMESSAGEstatic intSORT_BY_SENDERstatic intSORT_BY_SENDERNAMEstatic intSORT_BY_SUBJECT
-
Constructor Summary
Constructors Constructor Description MailTemplateSortType()MailTemplateSortType(int method)MailTemplateSortType(int method, boolean order)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static intname2method(java.lang.String name)
-
-
-
Field Detail
-
SORT_BY_ID
public static final int SORT_BY_ID
- See Also:
- Constant Field Values
-
SORT_BY_NAME
public static final int SORT_BY_NAME
- See Also:
- Constant Field Values
-
SORT_BY_SENDER
public static final int SORT_BY_SENDER
- See Also:
- Constant Field Values
-
SORT_BY_SENDERNAME
public static final int SORT_BY_SENDERNAME
- See Also:
- Constant Field Values
-
SORT_BY_SUBJECT
public static final int SORT_BY_SUBJECT
- See Also:
- Constant Field Values
-
SORT_BY_MESSAGE
public static final int SORT_BY_MESSAGE
- See Also:
- Constant Field Values
-
SORT_BY_MJML
public static final int SORT_BY_MJML
- See Also:
- Constant Field Values
-
SORT_BY_PLAINMESSAGE
public static final int SORT_BY_PLAINMESSAGE
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-