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

Packages that use ImportType
com.elasticpath.domain.dataimport   
com.elasticpath.domain.dataimport.impl   
com.elasticpath.service.dataimport   
com.elasticpath.service.dataimport.impl   
 

Uses of ImportType in com.elasticpath.domain.dataimport
 

Methods in com.elasticpath.domain.dataimport that return ImportType
 ImportType ImportJob.getImportType()
          Returns the import type.
 

Methods in com.elasticpath.domain.dataimport with parameters of type ImportType
 void ImportJob.setImportType(ImportType importType)
          Set the import type.
 

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

Classes in com.elasticpath.domain.dataimport.impl that implement ImportType
 class AbstractImportTypeImpl
          AbstractImportTypeImpl represents an import type.
 

Fields in com.elasticpath.domain.dataimport.impl declared as ImportType
static ImportType AbstractImportTypeImpl.INCREMENTAL_TYPE
          The insert and update import type.
static ImportType AbstractImportTypeImpl.REPLACE_TYPE
          The insert, update and delete import type.
 

Methods in com.elasticpath.domain.dataimport.impl that return ImportType
 ImportType ImportJobImpl.getImportType()
          Returns the import type.
static ImportType AbstractImportTypeImpl.getInstance(int importTypeId)
          Get the import type with the given import type id.
 

Methods in com.elasticpath.domain.dataimport.impl with parameters of type ImportType
 void ImportJobImpl.setImportType(ImportType importType)
          Set the import type.
 

Uses of ImportType in com.elasticpath.service.dataimport
 

Methods in com.elasticpath.service.dataimport that return ImportType
 ImportType ImportService.getImportType(int importTypeId)
          Returns the import type with the given id.
 

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

Methods in com.elasticpath.service.dataimport.impl that return ImportType
 ImportType ImportServiceImpl.getImportType(int importTypeId)
          Returns the import type with the given id.