com.elasticpath.cmweb.reportservice
Interface ProductReportService

All Superinterfaces:
EpService
All Known Implementing Classes:
ProductReportServiceImpl

public interface ProductReportService
extends EpService

This service provides access to functionality and data (beans) for manipulating order on the Javascript client.


Method Summary
 java.util.List lowStockReport()
          List sku details for low stock items: ie, 'Available On Hand Qty' < 'Reserved Qty' AND 'Track Inventory' = TRUE.
 
Methods inherited from interface com.elasticpath.service.EpService
getElasticPath, setElasticPath
 

Method Detail

lowStockReport

java.util.List lowStockReport()
List sku details for low stock items: ie, 'Available On Hand Qty' < 'Reserved Qty' AND 'Track Inventory' = TRUE.

Returns:
list of low stock items sorted (descending) by restock date.