|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomerReportService
This service provides access to functionality and data (beans) for manipulating order on the Javascript client.
Method Summary | |
---|---|
java.util.List |
registrationReport(java.util.Date startDate,
java.util.Date endDate)
List registered users with create date between start and end dates. |
java.util.List |
registrationVisitsReport(java.util.Date startDate,
java.util.Date endDate)
List of counts registered users, returning visits and new visits between the start and end dates. |
Methods inherited from interface com.elasticpath.service.EpService |
---|
getElasticPath, setElasticPath |
Method Detail |
---|
java.util.List registrationReport(java.util.Date startDate, java.util.Date endDate)
startDate
- the start date of the report.endDate
- the end date of the report.
java.util.List registrationVisitsReport(java.util.Date startDate, java.util.Date endDate)
startDate
- the start date of the reportendDate
- the end date of the report
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |