| java.lang.Object com.metaboss.enterprise.ps.STOrderingDetails
STOrderingDetails | final public class STOrderingDetails implements Serializable(Code) | | This structure contains the details of the single ordering instruction.
It (or more precisely array of these) is passed to a storage record retrieval methods,
like getAll(). Passing it is in effect adds ordering instruction to the retrieval request.
Note that the ordering attribute is identified by the model ref,
so underlying storage implementation needs to use addtional entity metadata
(either at generation time or at run time or both).
|
ByAttributeRef | public String ByAttributeRef(Code) | | Model reference of the attribute, which we are ordering by.
|
DIRECTION_ASCENDING | final public static String DIRECTION_ASCENDING(Code) | | Describes ascending ordering direction
|
DIRECTION_DESCENDING | final public static String DIRECTION_DESCENDING(Code) | | Describes descending ordering direction
|
Direction | public String Direction(Code) | | Mandatory direction instruction.
|
STOrderingDetails | public STOrderingDetails()(Code) | | Default constructor
|
|
|