Uses of Class
com.skava.oms.entity.criteria.SearchCriteria
Packages that use SearchCriteria
Package
Description
This package contains the for entity criteria
This package contains the collection criteria
This package contains the Criteria for order
This package contains the information about the helper for oms
This package contains the information about order repositories
Contains all required collection template files.
Contains all required order template files.
-
Uses of SearchCriteria in com.skava.oms.entity.criteria
Fields in com.skava.oms.entity.criteria with type parameters of type SearchCriteriaModifier and TypeFieldDescriptionprotected List<SearchCriteria>
AbstractSpecificationBuilder.searchParams
Methods in com.skava.oms.entity.criteria that return SearchCriteriaModifier and TypeMethodDescriptionAbstractSpecificationBuilder.equalsOperation
(SearchCriteria criteria) This method checks for the equals operation for the given criteriaprotected abstract SearchCriteria
AbstractSpecificationBuilder.toUpdateOperation
(SearchCriteria criteria) Methods in com.skava.oms.entity.criteria that return types with arguments of type SearchCriteriaModifier and TypeMethodDescriptionAbstractSpecificationBuilder.getSearchSpecification
(String searchString) Gets the specifications.AbstractSpecificationBuilder.searchBuild()
Methods in com.skava.oms.entity.criteria with parameters of type SearchCriteriaModifier and TypeMethodDescriptionAbstractSpecificationBuilder.equalsOperation
(SearchCriteria criteria) This method checks for the equals operation for the given criteriaprotected abstract SearchCriteria
AbstractSpecificationBuilder.toUpdateOperation
(SearchCriteria criteria) -
Uses of SearchCriteria in com.skava.oms.entity.criteria.collection
Methods in com.skava.oms.entity.criteria.collection that return SearchCriteriaModifier and TypeMethodDescriptionprotected SearchCriteria
CollectionSpecificationBuilderImpl.toUpdateOperation
(SearchCriteria criteria) Methods in com.skava.oms.entity.criteria.collection with parameters of type SearchCriteriaModifier and TypeMethodDescriptionprotected SearchCriteria
CollectionSpecificationBuilderImpl.toUpdateOperation
(SearchCriteria criteria) -
Uses of SearchCriteria in com.skava.oms.entity.criteria.order
Methods in com.skava.oms.entity.criteria.order that return SearchCriteriaModifier and TypeMethodDescriptionprotected SearchCriteria
OrderSpecificationBuilderImpl.toUpdateOperation
(SearchCriteria criteria) Methods in com.skava.oms.entity.criteria.order with parameters of type SearchCriteriaModifier and TypeMethodDescriptionprotected SearchCriteria
OrderSpecificationBuilderImpl.toUpdateOperation
(SearchCriteria criteria) -
Uses of SearchCriteria in com.skava.oms.helper
Methods in com.skava.oms.helper with parameters of type SearchCriteriaModifier and TypeMethodDescriptionorg.springframework.data.mongodb.core.query.Criteria
GetAllDashboardOrderDetailsServiceHelperImpl.equalCriteriaBuild
(SearchCriteria field, boolean useRegexForEqualFilter) This method is used to build equal search criteria.Method parameters in com.skava.oms.helper with type arguments of type SearchCriteriaModifier and TypeMethodDescriptionvoid
GetAllDashboardOrderDetailsServiceHelperImpl.getUpdatedSearchCriteria
(List<SearchCriteria> search, List<SearchCriteria> updatedSearch) This method is used to update the search criteria -
Uses of SearchCriteria in com.skava.oms.repository.order
Method parameters in com.skava.oms.repository.order with type arguments of type SearchCriteriaModifier and TypeMethodDescriptionlong
OrderTemplate.count
(List<SearchCriteria> fields) The method filter will get count based on the filter.org.springframework.data.domain.Page<Order>
OrderTemplate.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size) The method filter will get order and their count based on the filter.OrderTemplate.findAll
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size) The method filter will get order and their count based on the filter. -
Uses of SearchCriteria in com.skava.oms.template.collection
Method parameters in com.skava.oms.template.collection with type arguments of type SearchCriteriaModifier and TypeMethodDescriptionlong
CollectionTemplate.count
(List<SearchCriteria> fields) The method filter will get count based on the filter.long
CollectionTemplateImpl.count
(List<SearchCriteria> fields) This method is used to get total count from DBorg.springframework.data.domain.Page<Collection>
CollectionTemplate.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, long businessId, String filters) The method filter will get collection and their count based on the filter.org.springframework.data.domain.Page<Collection>
CollectionTemplateImpl.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, long businessId, String filters) Debug logger has been added to this method.static List<org.springframework.data.mongodb.core.query.Criteria>
CollectionTemplateUtil.searchBasedOnParams
(List<SearchCriteria> fields) This method searches based on the params and adds to the search criteria list -
Uses of SearchCriteria in com.skava.oms.template.order
Method parameters in com.skava.oms.template.order with type arguments of type SearchCriteriaModifier and TypeMethodDescriptiondefault long
OrderTemplate.count
(List<SearchCriteria> fields) The method filter will get count based on the filter.long
OrderTemplate.count
(List<SearchCriteria> fields, boolean archive) The method filter will get count based on the filter.long
OrderTemplateImpl.count
(List<SearchCriteria> fields, boolean archive) This method is used to get total count from DBdefault org.springframework.data.domain.Page<Order>
OrderTemplate.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size) The method filter will get order and their count based on the filter.org.springframework.data.domain.Page<Order>
OrderTemplate.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, boolean archive) The method filter will get order and their count based on the filter.org.springframework.data.domain.Page<Order>
OrderTemplateImpl.find
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, boolean archive) OrderTemplate.findAll
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size) The method filter will get order and their count based on the filter.OrderTemplate.findAll
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, boolean archive) The method filter will get order and their count based on the filter.OrderTemplateImpl.findAll
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size) OrderTemplateImpl.findAll
(List<SearchCriteria> fields, List<SortCriteria> sort, int page, int size, boolean archive) org.springframework.data.domain.Page<Order>
OrderTemplate.findCountByFilter
(List<SearchCriteria> fields) The method filter will get order and their count based on the filter.org.springframework.data.domain.Page<Order>
OrderTemplateImpl.findCountByFilter
(List<SearchCriteria> fields) The method filter will get order and their count based on the filter.static List<org.springframework.data.mongodb.core.query.Criteria>
OrderTemplateUtil.searchBasedOnParams
(List<SearchCriteria> fields, boolean useRegexForEqualFilter) This method searches based on the params and adds to the search criteria list