Class PageTemplateListItemBeanSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.assitedata.bean.PageTemplateListItemBeanSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class PageTemplateListItemBeanSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_C1FIRSTstatic intSORT_BY_C1LASTstatic intSORT_BY_C2FIRSTstatic intSORT_BY_C2LASTstatic intSORT_BY_C3FIRSTstatic intSORT_BY_C3LASTstatic intSORT_BY_DEFAULTstatic intSORT_BY_FOOTERstatic intSORT_BY_HEADERstatic intSORT_BY_IDstatic intSORT_BY_LAYOUTstatic intSORT_BY_LOCALIZATIONSstatic intSORT_BY_MEDIALINKSstatic intSORT_BY_METAstatic intSORT_BY_NAMEstatic intSORT_BY_SCRIPTSstatic intSORT_BY_SITE
-
Constructor Summary
Constructors Constructor Description PageTemplateListItemBeanSortType()PageTemplateListItemBeanSortType(int method)PageTemplateListItemBeanSortType(int method, boolean order)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetMethodAndOrderCode()static java.lang.Stringmethod2name(int method)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_LAYOUT
public static final int SORT_BY_LAYOUT
- See Also:
- Constant Field Values
-
SORT_BY_SITE
public static final int SORT_BY_SITE
- See Also:
- Constant Field Values
-
SORT_BY_C1FIRST
public static final int SORT_BY_C1FIRST
- See Also:
- Constant Field Values
-
SORT_BY_C2FIRST
public static final int SORT_BY_C2FIRST
- See Also:
- Constant Field Values
-
SORT_BY_C3FIRST
public static final int SORT_BY_C3FIRST
- See Also:
- Constant Field Values
-
SORT_BY_C1LAST
public static final int SORT_BY_C1LAST
- See Also:
- Constant Field Values
-
SORT_BY_C2LAST
public static final int SORT_BY_C2LAST
- See Also:
- Constant Field Values
-
SORT_BY_C3LAST
public static final int SORT_BY_C3LAST
- See Also:
- Constant Field Values
-
SORT_BY_META
public static final int SORT_BY_META
- See Also:
- Constant Field Values
-
SORT_BY_HEADER
public static final int SORT_BY_HEADER
- See Also:
- Constant Field Values
-
SORT_BY_FOOTER
public static final int SORT_BY_FOOTER
- See Also:
- Constant Field Values
-
SORT_BY_MEDIALINKS
public static final int SORT_BY_MEDIALINKS
- See Also:
- Constant Field Values
-
SORT_BY_SCRIPTS
public static final int SORT_BY_SCRIPTS
- See Also:
- Constant Field Values
-
SORT_BY_LOCALIZATIONS
public static final int SORT_BY_LOCALIZATIONS
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-