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

Packages that use ImportField
com.elasticpath.domain.dataimport   
com.elasticpath.domain.dataimport.impl   
 

Uses of ImportField in com.elasticpath.domain.dataimport
 

Methods in com.elasticpath.domain.dataimport that return ImportField
 ImportField ImportDataType.getImportField(java.lang.String importFieldName)
          Return an import field with the given name.
 

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

Classes in com.elasticpath.domain.dataimport.impl that implement ImportField
 class AbstractImportFieldImpl
          Represents a template ImportField.
 

Methods in com.elasticpath.domain.dataimport.impl that return ImportField
 ImportField AbstractImportDataTypeImpl.getImportField(java.lang.String importFieldName)
          Return an import field with the given name.