Uses of Class
com.skava.oms.entity.criteria.SortCriteria
Packages that use SortCriteria
Package
Description
This package contains the for entity criteria
Contains all required order template files.
-
Uses of SortCriteria in com.skava.oms.entity.criteria
Fields in com.skava.oms.entity.criteria with type parameters of type SortCriteriaModifier and TypeFieldDescriptionprotected List<SortCriteria>
AbstractSpecificationBuilder.sortParams
Methods in com.skava.oms.entity.criteria that return types with arguments of type SortCriteriaModifier and TypeMethodDescriptionAbstractSpecificationBuilder.getSortSpecification
(String sortString) Gets the specifications.AbstractSpecificationBuilder.sortBuild()
-
Uses of SortCriteria in com.skava.oms.template.order
Method parameters in com.skava.oms.template.order with type arguments of type SortCriteriaModifier and TypeMethodDescriptionstatic org.springframework.data.domain.Pageable
OrderTemplateUtil.getSortForFilter
(List<SortCriteria> sort, int page, int size) This method sort the result based on request fields.