Uses of Class
com.liferay.faces.util.model.SortCriterion

Packages that use SortCriterion
com.liferay.faces.util.model   
 

Uses of SortCriterion in com.liferay.faces.util.model
 

Methods in com.liferay.faces.util.model that return types with arguments of type SortCriterion
 List<SortCriterion> Sortable.getSortCriteria()
           
 List<SortCriterion> OnDemandDataModel.getSortCriteria()
           
 

Method parameters in com.liferay.faces.util.model with type arguments of type SortCriterion
abstract  Collection<E> OnDemandDataModel.findRows(int startRow, int finishRow, List<SortCriterion> sortCritieria)
          Returns a list of rows that is a subset of the entire list of rows.
 void Sortable.setSortCriteria(List<SortCriterion> sortCriteria)
           
 void OnDemandDataModel.setSortCriteria(List<SortCriterion> sortCriteria)
           
 



Copyright © 2015 Liferay, Inc.. All rights reserved.