Class ActionMappingDefSortType
java.lang.Object
net.anotheria.util.sorter.SortType
net.anotheria.anosite.gen.ascustomaction.data.ActionMappingDefSortType
- All Implemented Interfaces:
Serializable
public class ActionMappingDefSortType
extends net.anotheria.util.sorter.SortType
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intFields inherited from class net.anotheria.util.sorter.SortType
ASC, DESC -
Constructor Summary
ConstructorsConstructorDescriptionActionMappingDefSortType(int method) ActionMappingDefSortType(int method, boolean order) -
Method Summary
Methods inherited from class net.anotheria.util.sorter.SortType
getSortBy, getSortOrder, isASC, isDESC, reverse, toString
-
Field Details
-
SORT_BY_ID
public static final int SORT_BY_ID- See Also:
-
SORT_BY_NAME
public static final int SORT_BY_NAME- See Also:
-
SORT_BY_URL
public static final int SORT_BY_URL- See Also:
-
SORT_BY_PARAMETERS
public static final int SORT_BY_PARAMETERS- See Also:
-
SORT_BY_COMMAND
public static final int SORT_BY_COMMAND- See Also:
-
SORT_BY_ACTION
public static final int SORT_BY_ACTION- See Also:
-
SORT_BY_PAGE
public static final int SORT_BY_PAGE- See Also:
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT- See Also:
-
-
Constructor Details
-
ActionMappingDefSortType
public ActionMappingDefSortType() -
ActionMappingDefSortType
public ActionMappingDefSortType(int method) -
ActionMappingDefSortType
public ActionMappingDefSortType(int method, boolean order)
-
-
Method Details
-
name2method
-