Uses of Class
com.helger.photon.exchange.bulkexport.EExportRecordType
-
Packages that use EExportRecordType Package Description com.helger.photon.exchange.bulkexport com.helger.photon.exchange.bulkexport.format -
-
Uses of EExportRecordType in com.helger.photon.exchange.bulkexport
Methods in com.helger.photon.exchange.bulkexport that return EExportRecordType Modifier and Type Method Description static EExportRecordTypeEExportRecordType. getFromIDOrNull(String sID)static EExportRecordTypeEExportRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static EExportRecordType[]EExportRecordType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EExportRecordType in com.helger.photon.exchange.bulkexport.format
Methods in com.helger.photon.exchange.bulkexport.format with parameters of type EExportRecordType Modifier and Type Method Description protected voidExporterExcel. onAddCell(com.helger.poi.excel.WorkbookCreationHelper aWBCH, EExportRecordType eRecordType, org.apache.poi.ss.usermodel.Cell aCell, int nCellIndex, EExportDataType eBaseType)Callback when a new row is created.protected voidExporterExcel. onAddRow(com.helger.poi.excel.WorkbookCreationHelper aWBCH, EExportRecordType eRecordType, org.apache.poi.ss.usermodel.Row aRow, int nRowIndex)Callback when a new row is created.
-