Uses of Interface
com.elasticpath.service.dataimport.ImportGuidHelper

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

Uses of ImportGuidHelper in com.elasticpath.domain.dataimport
 

Methods in com.elasticpath.domain.dataimport with parameters of type ImportGuidHelper
 void ImportField.checkStringValue(Persistence persistenceObject, java.lang.String value, ImportGuidHelper service)
          Checks the given string value of the field.
 void ImportField.setStringValue(Persistence persistenceObject, java.lang.String value, ImportGuidHelper service)
          Sets the string value to the field of the given Persistence instance.
 

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

Methods in com.elasticpath.domain.dataimport.impl with parameters of type ImportGuidHelper
 void AbstractImportFieldImpl.checkStringValue(Persistence persistenceObject, java.lang.String value, ImportGuidHelper service)
          A dummy implementation of the method for most import fields.
 

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

Classes in com.elasticpath.service.dataimport.impl that implement ImportGuidHelper
 class ImportGuidHelperImpl
          This helper service provides the ability to load various entity by the given guid.