Uses of Class
com.onwbp.adaptation.RequestSortCriteria
-
Packages that use RequestSortCriteria Package Description com.onwbp.adaptation Provides core classes and interfaces for accessing datasets, tables, and their records.com.orchestranetworks.schema Represents XML Schema concepts and provides schema extensions capabilities.com.orchestranetworks.ui.view -
-
Uses of RequestSortCriteria in com.onwbp.adaptation
Methods in com.onwbp.adaptation that return RequestSortCriteria Modifier and Type Method Description RequestSortCriteriaRequestSortCriteria. add(Path aPath)Adds the specified node as an ascending sort criterion.RequestSortCriteriaRequestSortCriteria. add(Path aPath, boolean isAscendant)Adds the specified node as an ascending sort criterion or as a descending sort criterion.RequestSortCriteriaRequest. getSortCriteria()Methods in com.onwbp.adaptation with parameters of type RequestSortCriteria Modifier and Type Method Description RequestResultAdaptationTable. createRequestResult(String aPredicate, RequestSortCriteria sortCriteria)Returns theRequestResultfor the specified predicate and sort criteria.List<Adaptation>AdaptationTable. selectOccurrences(String aPredicate, RequestSortCriteria sortCriteria)Returns a list of records for the specified predicate and sort criteria.voidRequest. setSortCriteria(RequestSortCriteria aSortCriteria)Specifies that the request result will be sorted according to the specified criteria. -
Uses of RequestSortCriteria in com.orchestranetworks.schema
Methods in com.orchestranetworks.schema with parameters of type RequestSortCriteria Modifier and Type Method Description voidTableRefDisplayContext. setSortCriteria(RequestSortCriteria aSortCriteria)Sets the default sort criteria.voidTableRefDisplayContext. setSortCriteria(RequestSortCriteria aSortCriteria, Locale aLocale)Defines how to sort the list to display when the end user uses the specified locale. -
Uses of RequestSortCriteria in com.orchestranetworks.ui.view
Methods in com.orchestranetworks.ui.view that return RequestSortCriteria Modifier and Type Method Description RequestSortCriteriaUITabularView. getRequestSortCriteria()Returns the request applied on the view.
-