Uses of Class
com.broadleafcommerce.common.dataexport.domain.ExportRequest
Packages that use ExportRequest
-
Uses of ExportRequest in com.broadleafcommerce.common.dataexport.service
Methods in com.broadleafcommerce.common.dataexport.service with parameters of type ExportRequestModifier and TypeMethodDescriptionprotected StringDefaultExportManager.determineName(ExportRequest request, String target) protected ExportDefaultExportManager.generateExportFromRequest(ExportRequest request, String target) Builds anExportand initializes its basic fields from the values in theExportRequest.protected voidDefaultExportManager.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 aExportand persist it in the data store.ExportManager.initiateExport(ExportRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Deprecated.voidExportRequestValidator.validate(ExportRequest request, org.springframework.validation.Errors errors) Validates the fields of therequestand registers errorMessage inerrorMessage.protected voidDefaultExportManager.validateExportRequest(ExportRequest request) Validates theExportRequest, throwing aValidationExceptionin the event that there is a validation failure.
ExportManager.initiateExport(ExportRequest, String, ContextInfo).