Uses of Interface
com.helger.photon.exchange.bulkexport.IExportRecordProvider
-
Packages that use IExportRecordProvider Package Description com.helger.photon.exchange.bulkexport com.helger.photon.exchange.bulkexport.format -
-
Uses of IExportRecordProvider in com.helger.photon.exchange.bulkexport
Classes in com.helger.photon.exchange.bulkexport that implement IExportRecordProvider Modifier and Type Class Description classConstantExportRecordProviderAn implementation ofIExportRecordProviderthat uses a constant list of records.classEmptyExportRecordProviderA special implementation ofIExportRecordProviderdelivering an empty set.Methods in com.helger.photon.exchange.bulkexport with parameters of type IExportRecordProvider Modifier and Type Method Description com.helger.commons.state.ESuccessIExporter. exportRecords(IExportRecordProvider aProvider, OutputStream aOS)Export all provided records to an output stream. -
Uses of IExportRecordProvider in com.helger.photon.exchange.bulkexport.format
Methods in com.helger.photon.exchange.bulkexport.format with parameters of type IExportRecordProvider Modifier and Type Method Description com.helger.json.IJsonObjectExporterJSON. convertRecords(IExportRecordProvider aProvider)com.helger.xml.microdom.IMicroDocumentExporterXML. convertRecords(IExportRecordProvider aProvider)com.helger.commons.state.ESuccessExporterCSV. exportRecords(IExportRecordProvider aProvider, OutputStream aOS)com.helger.commons.state.ESuccessExporterExcel. exportRecords(IExportRecordProvider aProvider, OutputStream aOS)com.helger.commons.state.ESuccessExporterJSON. exportRecords(IExportRecordProvider aProvider, OutputStream aOS)com.helger.commons.state.ESuccessExporterXML. exportRecords(IExportRecordProvider aProvider, OutputStream aOS)
-