Uses of Class
lumis.util.query.QuerySortOrder
-
Packages that use QuerySortOrder Package Description lumis.doui.table lumis.doui.table.field lumis.service.portalmanagement.group lumis.service.portalmanagement.grouptype Group type administration service.lumis.util.query -
-
Uses of QuerySortOrder in lumis.doui.table
Methods in lumis.doui.table that return types with arguments of type QuerySortOrder Modifier and Type Method Description protected Vector<QuerySortOrder>
QueryBuilder. getSortOrders(QueryBase queryBase)
-
Uses of QuerySortOrder in lumis.doui.table.field
Methods in lumis.doui.table.field that return types with arguments of type QuerySortOrder Modifier and Type Method Description abstract List<QuerySortOrder>
BaseTableSourceField. getQuerySortOrders(QueryBase queryBase, String direction)
List<QuerySortOrder>
GenericTableSourceField. getQuerySortOrders(QueryBase queryBase, String direction)
List<QuerySortOrder>
ITableSourceField. getQuerySortOrders(QueryBase queryBase, String direction)
Returns a list of sort orders to be applied when it is to be ordered by this field. -
Uses of QuerySortOrder in lumis.service.portalmanagement.group
Methods in lumis.service.portalmanagement.group that return types with arguments of type QuerySortOrder Modifier and Type Method Description List<QuerySortOrder>
GroupConfigurationButtonField. getQuerySortOrders(QueryBase queryBase, String direction)
-
Uses of QuerySortOrder in lumis.service.portalmanagement.grouptype
Methods in lumis.service.portalmanagement.grouptype that return types with arguments of type QuerySortOrder Modifier and Type Method Description List<QuerySortOrder>
GroupTypeConfigurationButtonField. getQuerySortOrders(QueryBase queryBase, String direction)
-
Uses of QuerySortOrder in lumis.util.query
Fields in lumis.util.query with type parameters of type QuerySortOrder Modifier and Type Field Description protected Vector<QuerySortOrder>
QuerySelect. sortOrder
Methods in lumis.util.query that return types with arguments of type QuerySortOrder Modifier and Type Method Description Vector<QuerySortOrder>
QuerySelect. getSortOrders()
Methods in lumis.util.query with parameters of type QuerySortOrder Modifier and Type Method Description void
QuerySelect. addSortOrder(QuerySortOrder querySortOrder)
-