Uses of Class
com.helger.photon.exchange.bulkimport.BulkImportResult
-
Packages that use BulkImportResult Package Description com.helger.photon.exchange.bulkimport -
-
Uses of BulkImportResult in com.helger.photon.exchange.bulkimport
Methods in com.helger.photon.exchange.bulkimport that return BulkImportResult Modifier and Type Method Description BulkImportResultIBulkImport. 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 BulkImportResult Modifier and Type Method Description protected static com.helger.commons.state.ETriStateAbstractBulkImportExcel. getCellAsBoolean(int nRowIndex, org.apache.poi.ss.usermodel.Cell aCell, BulkImportResult aRes, Locale aDisplayLocale)protected static DateAbstractBulkImportExcel. getCellAsDate(int nRowIndex, org.apache.poi.ss.usermodel.Cell aCell, BulkImportResult aRes, Locale aDisplayLocale)protected static IntegerAbstractBulkImportExcel. getCellAsInteger(int nRowIndex, org.apache.poi.ss.usermodel.Cell aCell, BulkImportResult aRes, Locale aDisplayLocale)
-