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

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

Uses of ImportBadRow in com.elasticpath.domain.dataimport
 

Methods in com.elasticpath.domain.dataimport with parameters of type ImportBadRow
 void ImportRunningJob.addBadRow(ImportBadRow importBadRow)
          Add an ImportBadRow.
 

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

Classes in com.elasticpath.domain.dataimport.impl that implement ImportBadRow
 class ImportBadRowImpl
          Represents an import bad row.
 

Methods in com.elasticpath.domain.dataimport.impl with parameters of type ImportBadRow
 void ImportRunningJobImpl.addBadRow(ImportBadRow importBadRow)
          Add an ImportBadRow.