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 BulkUpdateDefaultBulkUpdateManager.generateBulkUpdateFromRequest(BulkUpdateRequest request) Builds aBulkUpdateand initializes its basic fields from the values in theBulkUpdateRequest.protected voidDefaultBulkUpdateManager.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 aBulkUpdateand persist it in the data store.DefaultBulkUpdateManager.initiateBulkUpdate(BulkUpdateRequest request, String target, String filterString, com.broadleafcommerce.data.tracking.core.context.ContextInfo contextInfo) voidBulkUpdateRequestValidator.validate(BulkUpdateRequest request, org.springframework.validation.Errors errors) Validates the fields of therequestand registers errors inerrors.protected voidDefaultBulkUpdateManager.validateBulkUpdateRequest(BulkUpdateRequest request) Validates theBulkUpdateRequest, throwing aValidationExceptionin the event that there is a validation failure.