public interface SalesDao
Modifier and Type | Method and Description |
---|---|
ProductSalesSummary |
getSalesForProduct(int shopId,
org.joda.time.DateTime createdAfter,
org.joda.time.DateTime createdBefore,
GUID productId) |
void |
setStorename(java.lang.String dsName) |
void setStorename(java.lang.String dsName)
dsName
- ep6 storenameProductSalesSummary getSalesForProduct(int shopId, org.joda.time.DateTime createdAfter, org.joda.time.DateTime createdBefore, GUID productId)