Package com.skava.oms.util
Class SearchUtil
java.lang.Object
com.skava.oms.util.SearchUtil
This class contains common utility functions for search.
- Author:
- Infosys Equinox
-
Method Summary
Modifier and TypeMethodDescriptiongetSearchCriteria
(GetAllOrderRequest orderrequest, long collId, OmsServiceEntityResponse<CollectionDTO> collection) This method gets the search criteria Debug logger has been added to this method.
-
Method Details
-
getSearchCriteria
public Map<String,Boolean> getSearchCriteria(GetAllOrderRequest orderrequest, long collId, OmsServiceEntityResponse<CollectionDTO> collection) This method gets the search criteria Debug logger has been added to this method.- Parameters:
orderrequest
- request to be taken to considerationcollId
- collection idcollection
- collection to be taken- Returns:
- the search criterion
-