Uses of Interface
com.elasticpath.domain.dataimport.ImportJob

Packages that use ImportJob
com.elasticpath.domain.cmuser   
com.elasticpath.domain.cmuser.impl   
com.elasticpath.domain.dataimport   
com.elasticpath.domain.dataimport.impl   
com.elasticpath.service.dataimport   
com.elasticpath.service.dataimport.impl   
 

Uses of ImportJob in com.elasticpath.domain.cmuser
 

Methods in com.elasticpath.domain.cmuser that return ImportJob
 ImportJob CmUserSession.getImportJob()
          Returns the ImportJob instance.
 

Methods in com.elasticpath.domain.cmuser with parameters of type ImportJob
 void CmUserSession.setImportJob(ImportJob importJob)
          Sets the ImportJob instance.
 

Uses of ImportJob in com.elasticpath.domain.cmuser.impl
 

Methods in com.elasticpath.domain.cmuser.impl that return ImportJob
 ImportJob CmUserSessionImpl.getImportJob()
          Returns the ImportJob instance.
 

Methods in com.elasticpath.domain.cmuser.impl with parameters of type ImportJob
 void CmUserSessionImpl.setImportJob(ImportJob importJob)
          Sets the ImportJob instance.
 

Uses of ImportJob in com.elasticpath.domain.dataimport
 

Methods in com.elasticpath.domain.dataimport that return ImportJob
 ImportJob ImportRunningJob.getImportJob()
          Returns the import job that is running.
 

Methods in com.elasticpath.domain.dataimport with parameters of type ImportJob
 void ImportRunningJob.setImportJob(ImportJob importJob)
          Set the import job to run.
 

Uses of ImportJob in com.elasticpath.domain.dataimport.impl
 

Classes in com.elasticpath.domain.dataimport.impl that implement ImportJob
 class ImportJobImpl
          A default implementation of ImportJob.
 

Methods in com.elasticpath.domain.dataimport.impl that return ImportJob
 ImportJob ImportRunningJobImpl.getImportJob()
          Returns the import job that is running.
 

Methods in com.elasticpath.domain.dataimport.impl with parameters of type ImportJob
 void ImportRunningJobImpl.setImportJob(ImportJob importJob)
          Set the import job to run.
 

Uses of ImportJob in com.elasticpath.service.dataimport
 

Methods in com.elasticpath.service.dataimport that return ImportJob
 ImportJob ImportService.findImportJob(java.lang.String name)
          Find an import job by name.
 ImportJob ImportService.getImportJob(long importJobUid)
          Get the import job with the given UID.
 

Methods in com.elasticpath.service.dataimport with parameters of type ImportJob
 java.util.List ImportService.getPreviewData(ImportJob importJob)
          Returns the preview data of the import data file.
 java.util.List ImportService.getTitleLine(ImportJob importJob)
          Returns the title line of the import csv data file.
 java.util.List ImportService.runImportJob(ImportJob importJob)
          Run the import job.
 void ImportService.saveOrUpdateImportJob(ImportJob importJob)
          Save or update the given importjob.
 void ImportJobRunner.setImportJob(ImportJob importJob)
          Sets the import job.
 java.util.List ImportService.validataCsvFormat(ImportJob importJob)
          Validate the csv format of the import data file.
 java.util.List ImportService.validateMappings(ImportJob importJob)
          Validate the import mappings specified in the importjob.
 

Uses of ImportJob in com.elasticpath.service.dataimport.impl
 

Methods in com.elasticpath.service.dataimport.impl that return ImportJob
 ImportJob ImportServiceImpl.findImportJob(java.lang.String name)
          Find an import job by name.
 ImportJob ImportServiceImpl.getImportJob(long importJobUid)
          Get the import job with the given UID.
 

Methods in com.elasticpath.service.dataimport.impl with parameters of type ImportJob
 java.util.List ImportServiceImpl.getPreviewData(ImportJob importJob)
          Returns the preview data of the import data file.
 java.util.List ImportServiceImpl.getTitleLine(ImportJob importJob)
          Returns the title line of the import csv data file.
 java.util.List ImportServiceImpl.runImportJob(ImportJob importJob)
          Run the import job.
 void ImportServiceImpl.saveOrUpdateImportJob(ImportJob importJob)
          Save or update the given importjob.
 java.util.List ImportServiceImpl.validataCsvFormat(ImportJob importJob)
          Validate the csv format of the import data file.
 java.util.List ImportServiceImpl.validateMappings(ImportJob importJob)
          Validate the import mappings specified in the importjob.