Uses of Enum
com.helger.photon.exchange.bulkexport.EExportRecordType
Packages that use EExportRecordType
Package
Description
-
Uses of EExportRecordType in com.helger.photon.exchange.bulkexport
Methods in com.helger.photon.exchange.bulkexport that return EExportRecordTypeModifier and TypeMethodDescriptionstatic EExportRecordTypeEExportRecordType.getFromIDOrNull(String sID) static EExportRecordTypeReturns 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 EExportRecordTypeModifier and TypeMethodDescriptionprotected 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.