java.lang.Object
de.hybris.platform.sap.sapordermgmtbol.transaction.salesdocument.search.impl.SearchFilterImpl
All Implemented Interfaces:
SearchFilter

public class SearchFilterImpl extends Object implements SearchFilter
  • Constructor Details

    • SearchFilterImpl

      public SearchFilterImpl()
  • Method Details

    • getShippingStatus

      public String getShippingStatus()
      Description copied from interface: SearchFilter
      Restrict search via shipping status.
      Specified by:
      getShippingStatus in interface SearchFilter
      Returns:
      Status to be used as filter. No restriction in case of null
    • setShippingStatus

      public void setShippingStatus(String shippingStatus)
      Description copied from interface: SearchFilter
      Restrict search via shipping status. In case null is provided, no restriction takes place
      Specified by:
      setShippingStatus in interface SearchFilter
      Parameters:
      shippingStatus - Status to be used as filter
    • getProductID

      public String getProductID()
      Description copied from interface: SearchFilter
      Retrieving product ID
      Specified by:
      getProductID in interface SearchFilter
      Returns:
      Product ID used for searching
    • setProductID

      public void setProductID(String product)
      Description copied from interface: SearchFilter
      Sets product as search filter
      Specified by:
      setProductID in interface SearchFilter
      Parameters:
      product - Product ID
    • getSoldToId

      public String getSoldToId()
      Description copied from interface: SearchFilter
      Retrieving sold to ID
      Specified by:
      getSoldToId in interface SearchFilter
      Returns:
      Technical SAP customer ID
    • setSoldToId

      public void setSoldToId(String soldToId)
      Description copied from interface: SearchFilter
      Setting sold to ID we use for the back end search. Without it, search is not possible
      Specified by:
      setSoldToId in interface SearchFilter
      Parameters:
      soldToId - Technical SAP customer ID, should be passed completely (with leading zeros)