Uses of Class
com.helger.photon.exchange.bulkimport.BulkImportResult
Packages that use BulkImportResult
-
Uses of BulkImportResult in com.helger.photon.exchange.bulkimport
Methods in com.helger.photon.exchange.bulkimport that return BulkImportResultModifier and TypeMethodDescriptionIBulkImport.importObjects(com.helger.commons.io.IHasInputStream aIIS, Locale aDisplayLocale) Read the objects from the passed input stream.Methods in com.helger.photon.exchange.bulkimport with parameters of type BulkImportResultModifier and TypeMethodDescriptionprotected static final com.helger.commons.state.ETriStateAbstractBulkImportExcel.getCellAsBoolean(int nRowIndex, org.apache.poi.ss.usermodel.Cell aCell, BulkImportResult aRes, Locale aDisplayLocale) protected static final DateAbstractBulkImportExcel.getCellAsDate(int nRowIndex, org.apache.poi.ss.usermodel.Cell aCell, BulkImportResult aRes, Locale aDisplayLocale) protected static final IntegerAbstractBulkImportExcel.getCellAsInteger(int nRowIndex, org.apache.poi.ss.usermodel.Cell aCell, BulkImportResult aRes, Locale aDisplayLocale)