Class SearchFilterImpl
java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl.SearchFilterImpl
- All Implemented Interfaces:
SearchFilter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieving product IDRestrict search via shipping status.Retrieving sold to IDvoidsetProductID(String product) Sets product as search filtervoidsetShippingStatus(String shippingStatus) Restrict search via shipping status.voidsetSoldToId(String soldToId) Setting sold to ID we use for the back end search.
-
Constructor Details
-
SearchFilterImpl
public SearchFilterImpl()
-
-
Method Details
-
getShippingStatus
Description copied from interface:SearchFilterRestrict search via shipping status.- Specified by:
getShippingStatusin interfaceSearchFilter- Returns:
- Status to be used as filter. No restriction in case of null
-
setShippingStatus
Description copied from interface:SearchFilterRestrict search via shipping status. In case null is provided, no restriction takes place- Specified by:
setShippingStatusin interfaceSearchFilter- Parameters:
shippingStatus- Status to be used as filter
-
getProductID
Description copied from interface:SearchFilterRetrieving product ID- Specified by:
getProductIDin interfaceSearchFilter- Returns:
- Product ID used for searching
-
setProductID
Description copied from interface:SearchFilterSets product as search filter- Specified by:
setProductIDin interfaceSearchFilter- Parameters:
product- Product ID
-
getSoldToId
Description copied from interface:SearchFilterRetrieving sold to ID- Specified by:
getSoldToIdin interfaceSearchFilter- Returns:
- Technical SAP customer ID
-
setSoldToId
Description copied from interface:SearchFilterSetting sold to ID we use for the back end search. Without it, search is not possible- Specified by:
setSoldToIdin interfaceSearchFilter- Parameters:
soldToId- Technical SAP customer ID, should be passed completely (with leading zeros)
-