Uses of Class
com.broadleafcommerce.common.dataexport.domain.ExportRequest
-
Packages that use ExportRequest Package Description com.broadleafcommerce.common.dataexport.service -
-
Uses of ExportRequest in com.broadleafcommerce.common.dataexport.service
Methods in com.broadleafcommerce.common.dataexport.service with parameters of type ExportRequest Modifier and Type Method Description protected 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()
).Export
DefaultExportManager. initiateExport(ExportRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo)
Export
ExportManager. initiateExport(ExportRequest request, String target, String filterString, 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.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.
-