Class PagexSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.aswebdata.data.PagexSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class PagexSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_ACCESSOPERATIONstatic intSORT_BY_DEFAULTstatic intSORT_BY_DESCRIPTIONstatic intSORT_BY_FEATUREstatic intSORT_BY_HTTPSONLYstatic intSORT_BY_IDstatic intSORT_BY_KEYWORDSstatic intSORT_BY_LOCALIZEDNAMEstatic intSORT_BY_NAMEstatic intSORT_BY_TEMPLATEstatic intSORT_BY_TITLE
-
Constructor Summary
Constructors Constructor Description PagexSortType()PagexSortType(int method)PagexSortType(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_LOCALIZEDNAME
public static final int SORT_BY_LOCALIZEDNAME
- See Also:
- Constant Field Values
-
SORT_BY_TITLE
public static final int SORT_BY_TITLE
- See Also:
- Constant Field Values
-
SORT_BY_KEYWORDS
public static final int SORT_BY_KEYWORDS
- See Also:
- Constant Field Values
-
SORT_BY_DESCRIPTION
public static final int SORT_BY_DESCRIPTION
- See Also:
- Constant Field Values
-
SORT_BY_HTTPSONLY
public static final int SORT_BY_HTTPSONLY
- See Also:
- Constant Field Values
-
SORT_BY_TEMPLATE
public static final int SORT_BY_TEMPLATE
- See Also:
- Constant Field Values
-
SORT_BY_ACCESSOPERATION
public static final int SORT_BY_ACCESSOPERATION
- See Also:
- Constant Field Values
-
SORT_BY_FEATURE
public static final int SORT_BY_FEATURE
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-