Uses of Class
com.broadleafcommerce.bulk.domain.BulkUpdateRequest
Packages that use BulkUpdateRequest
-
Uses of BulkUpdateRequest in com.broadleafcommerce.bulk.service
Methods in com.broadleafcommerce.bulk.service with parameters of type BulkUpdateRequestModifier and TypeMethodDescriptionprotected BulkUpdate
DefaultBulkUpdateManager.generateBulkUpdateFromRequest
(BulkUpdateRequest request) Builds aBulkUpdate
and initializes its basic fields from the values in theBulkUpdateRequest
.protected void
DefaultBulkUpdateManager.initializeContextFields
(BulkUpdate target, BulkUpdateRequest request, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) Initializes the context-related fields on the givenBulkUpdate
, including the fields describing the context where the operation itself was initiated (such asBulkUpdate.getApplicationId()
), and "updating context" fields describing the context where the operation will be performed (such asBulkUpdate.getUpdatingApplicationId()
).BulkUpdateManager.initiateBulkUpdate
(BulkUpdateRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) This method accepts a bulk update request and the context of the request to build aBulkUpdate
and persist it in the data store.DefaultBulkUpdateManager.initiateBulkUpdate
(BulkUpdateRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) void
BulkUpdateRequestValidator.validate
(BulkUpdateRequest request, org.springframework.validation.Errors errors) Validates the fields of therequest
and registers errors inerrors
.protected void
DefaultBulkUpdateManager.validateBulkUpdateRequest
(BulkUpdateRequest request) Validates theBulkUpdateRequest
, throwing aValidationException
in the event that there is a validation failure.