Class ActionMappingDefListItemBeanSortType
- java.lang.Object
-
- net.anotheria.util.sorter.SortType
-
- net.anotheria.anosite.gen.ascustomaction.bean.ActionMappingDefListItemBeanSortType
-
- All Implemented Interfaces:
java.io.Serializable
public class ActionMappingDefListItemBeanSortType extends net.anotheria.util.sorter.SortType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intSORT_BY_ACTIONstatic intSORT_BY_COMMANDstatic intSORT_BY_DEFAULTstatic intSORT_BY_IDstatic intSORT_BY_NAMEstatic intSORT_BY_PAGEstatic intSORT_BY_URL
-
Constructor Summary
Constructors Constructor Description ActionMappingDefListItemBeanSortType()ActionMappingDefListItemBeanSortType(int method)ActionMappingDefListItemBeanSortType(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_ACTION
public static final int SORT_BY_ACTION
- See Also:
- Constant Field Values
-
SORT_BY_URL
public static final int SORT_BY_URL
- See Also:
- Constant Field Values
-
SORT_BY_PAGE
public static final int SORT_BY_PAGE
- See Also:
- Constant Field Values
-
SORT_BY_COMMAND
public static final int SORT_BY_COMMAND
- See Also:
- Constant Field Values
-
SORT_BY_DEFAULT
public static final int SORT_BY_DEFAULT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ActionMappingDefListItemBeanSortType
public ActionMappingDefListItemBeanSortType()
-
ActionMappingDefListItemBeanSortType
public ActionMappingDefListItemBeanSortType(int method)
-
ActionMappingDefListItemBeanSortType
public ActionMappingDefListItemBeanSortType(int method, boolean order)
-
-