|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface OrderReportService
This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
| Method Summary | |
|---|---|
int |
getOrderCountByStatus(int orderStatusCode)
Get the order count by status. |
java.util.List |
orderSummaryReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.Boolean cancelled)
List order summary based on create date and whether the order is cancelled. |
java.util.List |
orderTotalStatsReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.String currencyCode,
boolean cancelled)
List order total stats based on create date, currency and whether the order is cancelled. |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Method Detail |
|---|
int getOrderCountByStatus(int orderStatusCode)
orderStatusCode - the order status code
java.util.List orderSummaryReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.Boolean cancelled)
startDate - the start date of the report.endDate - the end date of the report.cancelled - include cancelled orders.
java.util.List orderTotalStatsReport(java.util.Date startDate,
java.util.Date endDate,
java.lang.String currencyCode,
boolean cancelled)
startDate - the start date of the report.endDate - the end date of the report.currencyCode - ISO-4217 currency codecancelled - include cancelled orders.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||