Interface WarehousingConsignmentEntryQuantityDao

All Known Implementing Classes:
DefaultWarehousingConsignmentEntryQuantityDao

public interface WarehousingConsignmentEntryQuantityDao
Provides the methods to retrieve the various quantities related to a consignment entry
  • Method Details

    • getQuantityShipped

      Long getQuantityShipped(ConsignmentEntryModel consignmentEntry)
      Retrieve the quantity shipped for a specific order entry
      Parameters:
      consignmentEntry - the consignment entry for which we want to get the shipped quantity
      Returns:
      the shipped quantity
    • getQuantityDeclined

      Long getQuantityDeclined(ConsignmentEntryModel consignmentEntry)
      Retrieve the quantity declined for a specific consignment entry
      Parameters:
      consignmentEntry - the consignment entry for which we want to get the declined quantity
      Returns:
      the declined quantity
    • processRequestWithParams

      Long processRequestWithParams(String queryString, Map<String,Object> params)
      Process the flexible search given in parameter and applies the list of parameters associated
      Parameters:
      queryString - the flexible search to process
      params - the list of params requested by the associated query
      Returns:
      the quantity asked