|
|||||||||
| 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.service.impl.AbstractEpPersistenceServiceImpl
com.elasticpath.service.dataimport.impl.ImportJobRunnerCustomerImpl
public class ImportJobRunnerCustomerImpl
An import runner to import Customers.
| Constructor Summary | |
|---|---|
ImportJobRunnerCustomerImpl()
|
|
| Method Summary | |
|---|---|
ImportGuidHelper |
getImportGuidHelper()
Returns the import guid helper service. |
ImportService |
getImportService()
Returns the imbedded import job service. |
java.lang.Object |
getObject(long uid)
Not used. |
Utility |
getUtility()
Returns the utility. |
void |
run()
Run an import job. |
void |
setCustomerService(CustomerService service)
Sets the CustomerService. |
void |
setEmailService(EmailService emailService)
Set the emailService. |
void |
setImportGuidHelper(ImportGuidHelper importGuidHelper)
Sets the import guid helper service. |
void |
setImportJob(ImportJob importJob)
Sets the import job. |
void |
setImportService(ImportService importService)
Set the import job service. |
void |
setUtility(Utility utility)
Sets the utility. |
java.util.List |
validate()
Validate the import job. |
| Methods inherited from class com.elasticpath.service.impl.AbstractEpPersistenceServiceImpl |
|---|
getPersistenceEngine, setPersistenceEngine |
| 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.EpPersistenceService |
|---|
getPersistenceEngine, setPersistenceEngine |
| Methods inherited from interface com.elasticpath.service.EpService |
|---|
getElasticPath, setElasticPath |
| Constructor Detail |
|---|
public ImportJobRunnerCustomerImpl()
| Method Detail |
|---|
public void setCustomerService(CustomerService service)
service - the customer servicepublic ImportGuidHelper getImportGuidHelper()
public ImportService getImportService()
public java.lang.Object getObject(long uid)
throws EpServiceException
getObject in interface EpPersistenceServiceuid - not used.
EpServiceException - - in case of calledpublic Utility getUtility()
public void run()
run in interface java.lang.Runnablepublic void setEmailService(EmailService emailService)
emailService - the emailServicepublic void setImportGuidHelper(ImportGuidHelper importGuidHelper)
importGuidHelper - the import guid helper servicepublic void setImportJob(ImportJob importJob)
setImportJob in interface ImportJobRunnerimportJob - the import job to set.public void setImportService(ImportService importService)
importService - the import job service to setpublic void setUtility(Utility utility)
utility - the utility to setpublic java.util.List validate()
validate in interface ImportJobRunnerImportBadRow, or a empty list if there is no errors.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||