Uses of Package
com.broadleafcommerce.common.dataexport.service
-
Classes in com.broadleafcommerce.common.dataexport.service used by com.broadleafcommerce.common.dataexport.messaging Class Description ExportManager WhileExportService
is purely in charge of CRUD-related operations onExport
, this service is a higher level abstraction that performs the surrounding logic of processing export operations.ExportService Service API forExports
. -
Classes in com.broadleafcommerce.common.dataexport.service used by com.broadleafcommerce.common.dataexport.provider.jpa.service Class Description StorageService -
Classes in com.broadleafcommerce.common.dataexport.service used by com.broadleafcommerce.common.dataexport.service Class Description CSVExportFileWriteContext Holds state information required byCSVExportFileWriter
.ExportDownloadService Provides the ability to retrieve export files.ExportFileWriteContext Holds state information particular to a specific export write operation.ExportFileWriter Responsible for writing the headers and rows of an export to a file.ExportFileWriteResponse Response returned byExportFileWriter
to indicate the results of writing to a file.ExportManager WhileExportService
is purely in charge of CRUD-related operations onExport
, this service is a higher level abstraction that performs the surrounding logic of processing export operations.ExportProcessor WhileExportManager
is responsible for most of the coordination during an export, it will delegate to anExportProcessor
for performing the actualtarget
- specific operations.ExportRequestValidator ValidatesExportRequest
.ExportService Service API forExports
.ReadRecordsResponse A response returned byExportProcessor.readRecordsToProcess(Export)
indicating the results of attempting to read all of the records to process in an export.RowGenerationResponse A response returned byExportProcessor.generateRows(List, Export)
indicating the results of producing some rows in an export.StorageService -
Classes in com.broadleafcommerce.common.dataexport.service used by com.broadleafcommerce.common.dataexport.service.autoconfigure Class Description CSVExportFileWriteContext Holds state information required byCSVExportFileWriter
.ExportDownloadService Provides the ability to retrieve export files.ExportFileWriter Responsible for writing the headers and rows of an export to a file.ExportManager WhileExportService
is purely in charge of CRUD-related operations onExport
, this service is a higher level abstraction that performs the surrounding logic of processing export operations.ExportProcessor WhileExportManager
is responsible for most of the coordination during an export, it will delegate to anExportProcessor
for performing the actualtarget
- specific operations.ExportRequestValidator ValidatesExportRequest
.ExportService Service API forExports
.StorageService