public class ProducerAOSortType
extends net.anotheria.util.sorter.SortType
| Modifier and Type | Field and Description |
|---|---|
static int |
DYN_SORT_TYPE_LIMIT
Constant for separation between dynamical parts of the sort type (defined by decorator) and generic (common to all producers).
|
static int |
SORT_BY_CATEGORY
Constant for sorting by producer category.
|
static int |
SORT_BY_CLASS_NAME
Constant for sorting by producer class name.
|
static int |
SORT_BY_DEFAULT
Constant for sorting by default - sort by id.
|
static int |
SORT_BY_ID
Constant for sorting by producer id.
|
static int |
SORT_BY_SUBSYSTEM
Constant for sorting by producer subsystem
|
| Constructor and Description |
|---|
ProducerAOSortType()
Creates a new producer sort type.
|
ProducerAOSortType(int aSortBy,
boolean aSortOrder)
Creates a new producer sort type.
|
public static final int SORT_BY_ID
public static final int SORT_BY_CATEGORY
public static final int SORT_BY_SUBSYSTEM
public static final int SORT_BY_CLASS_NAME
public static final int SORT_BY_DEFAULT
public static final int DYN_SORT_TYPE_LIMIT
Copyright © 2010-2015 anotheria.net. All Rights Reserved.