Uses of Interface
com.helger.photon.exchange.bulkexport.IExportRecordProvider
Packages that use IExportRecordProvider
Package
Description
-
Uses of IExportRecordProvider in com.helger.photon.exchange.bulkexport
Classes in com.helger.photon.exchange.bulkexport that implement IExportRecordProviderModifier and TypeClassDescriptionclassAn implementation ofIExportRecordProviderthat uses a constant list of records.classA special implementation ofIExportRecordProviderdelivering an empty set.Methods in com.helger.photon.exchange.bulkexport with parameters of type IExportRecordProviderModifier and TypeMethodDescriptioncom.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 IExportRecordProviderModifier and TypeMethodDescriptioncom.helger.json.IJsonObjectExporterJSON.convertRecords(IExportRecordProvider aProvider) com.helger.xml.microdom.IMicroDocumentExporterXML.convertRecords(IExportRecordProvider aProvider) com.helger.commons.state.ESuccessExporterCSV.exportRecords(IExportRecordProvider aProvider, OutputStream aOS) final 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)