Uses of Class
com.broadleafcommerce.common.dataexport.domain.ExportRequest
-
Uses of ExportRequest in com.broadleafcommerce.common.dataexport.service
Modifier and TypeMethodDescriptionprotected String
DefaultExportManager.determineName
(ExportRequest request, String target) protected Export
DefaultExportManager.generateExportFromRequest
(ExportRequest request, String target) Builds anExport
and initializes its basic fields from the values in theExportRequest
.protected void
DefaultExportManager.initializeContextFields
(Export target, ExportRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Initializes the context-related fields on the givenExport
, including the fields describing the context where the operation itself was initiated (such asExport.getApplicationId()
), and "exporting context" fields describing the context where the operation will be performed (such asExport.getExportingApplicationId()
).DefaultExportManager.initiateExport
(ExportRequest request, String target, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) DefaultExportManager.initiateExport
(ExportRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) ExportManager.initiateExport
(ExportRequest request, String target, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This method accepts an export request and the context of the request to build aExport
and persist it in the data store.ExportManager.initiateExport
(ExportRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.void
ExportRequestValidator.validate
(ExportRequest request, org.springframework.validation.Errors errors) Validates the fields of therequest
and registers errorMessage inerrorMessage
.protected void
DefaultExportManager.validateExportRequest
(ExportRequest request) Validates theExportRequest
, throwing aValidationException
in the event that there is a validation failure.
ExportManager.initiateExport(ExportRequest, String, ContextInfo)
.