Class SiteSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.assitedata.data.SiteSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class SiteSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_DEFAULTstatic intSORT_BY_DESCRIPTIONstatic intSORT_BY_HEADERBACKGROUNDstatic intSORT_BY_IDstatic intSORT_BY_KEYWORDSstatic intSORT_BY_LANGUAGESELECTORstatic intSORT_BY_NAMEstatic intSORT_BY_SEARCHPAGEstatic intSORT_BY_SITELOGOstatic intSORT_BY_STARTPAGEstatic intSORT_BY_SUBTITLEstatic intSORT_BY_TITLE
-
Constructor Summary
Constructors Constructor Description SiteSortType()SiteSortType(int method)SiteSortType(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_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_SUBTITLE
public static final int SORT_BY_SUBTITLE
- See Also:
- Constant Field Values
-
SORT_BY_LANGUAGESELECTOR
public static final int SORT_BY_LANGUAGESELECTOR
- See Also:
- Constant Field Values
-
SORT_BY_STARTPAGE
public static final int SORT_BY_STARTPAGE
- See Also:
- Constant Field Values
-
SORT_BY_SEARCHPAGE
public static final int SORT_BY_SEARCHPAGE
- See Also:
- Constant Field Values
-
SORT_BY_HEADERBACKGROUND
public static final int SORT_BY_HEADERBACKGROUND
- See Also:
- Constant Field Values
-
SORT_BY_SITELOGO
public static final int SORT_BY_SITELOGO
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-