Class PagexListItemBeanSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.aswebdata.bean.PagexListItemBeanSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class PagexListItemBeanSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_C1static intSORT_BY_C2static intSORT_BY_C3static intSORT_BY_DEFAULTstatic intSORT_BY_FOOTERstatic intSORT_BY_HEADERstatic intSORT_BY_IDstatic intSORT_BY_LOCALIZATIONSstatic intSORT_BY_LOCALIZEDNAMEENstatic intSORT_BY_MEDIALINKSstatic intSORT_BY_NAMEstatic intSORT_BY_SCRIPTSstatic intSORT_BY_TEMPLATE
-
Constructor Summary
Constructors Constructor Description PagexListItemBeanSortType()PagexListItemBeanSortType(int method)PagexListItemBeanSortType(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_LOCALIZEDNAMEEN
public static final int SORT_BY_LOCALIZEDNAMEEN
- See Also:
- Constant Field Values
-
SORT_BY_TEMPLATE
public static final int SORT_BY_TEMPLATE
- See Also:
- Constant Field Values
-
SORT_BY_C1
public static final int SORT_BY_C1
- See Also:
- Constant Field Values
-
SORT_BY_C2
public static final int SORT_BY_C2
- See Also:
- Constant Field Values
-
SORT_BY_C3
public static final int SORT_BY_C3
- 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
-
-