|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.service.impl.AbstractEpServiceImpl
com.elasticpath.cmweb.reportservice.impl.CustomerReportServiceImpl
public class CustomerReportServiceImpl
Service for order based reports.
| Constructor Summary | |
|---|---|
CustomerReportServiceImpl()
|
|
| Method Summary | |
|---|---|
PersistenceEngine |
getPersistenceEngine()
Returns the persistence engine. |
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. |
void |
setPersistenceEngine(PersistenceEngine persistenceEngine)
Sets the persistence engine. |
| Methods inherited from class com.elasticpath.service.impl.AbstractEpServiceImpl |
|---|
getElasticPath, setElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public CustomerReportServiceImpl()
| Method Detail |
|---|
public PersistenceEngine getPersistenceEngine()
public java.util.List registrationReport(java.util.Date startDate,
java.util.Date endDate)
registrationReport in interface CustomerReportServicestartDate - the start date of the report.endDate - the end date of the report.
public java.util.List registrationVisitsReport(java.util.Date startDate,
java.util.Date endDate)
registrationVisitsReport in interface CustomerReportServicestartDate - the start date of the reportendDate - the end date of the report
public void setPersistenceEngine(PersistenceEngine persistenceEngine)
persistenceEngine - the persistence engine to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||