Uses of Class
com.broadleafcommerce.data.tracking.core.service.Update
Packages that use Update
-
Uses of Update in com.broadleafcommerce.data.tracking.core.service
Method parameters in com.broadleafcommerce.data.tracking.core.service with type arguments of type UpdateModifier and TypeMethodDescriptionBaseCrudEntityService.replaceAll(List<Update<P>> replacements, ContextInfo context) BaseMappableCrudEntityService.replaceAll(List<Update<P>> replacements) <P> List<P>CrudEntityHelper.replaceAll(List<Update<P>> replacements, ContextInfo context, TrackableRepository<Trackable> repository) CrudEntityService.replaceAll(List<Update<P>> replacements, ContextInfo context) Replace multiple narrowed instances of an entity at once based on the business instance containing relevant property values.<P> List<P>MappableCrudEntityHelper.replaceAll(List<Update<P>> replacements, org.springframework.data.repository.CrudRepository<Identifiable, String> repository) MappableCrudEntityService.replaceAll(List<Update<P>> replacements) Replace multiple instances of an entity at once based on the business instance containing relevant property values.BaseCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements, ContextInfo context) BaseMappableCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements) <P> BulkPersistenceResponse<P>CrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements, ContextInfo context, TrackableRepository<Trackable> repository) CrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements, ContextInfo context) Replace multiple narrowed instances of an entity at once based on the business instances containing relevant property values.<P> BulkPersistenceResponse<P>MappableCrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements, org.springframework.data.repository.CrudRepository<Identifiable, String> repository) MappableCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements) Replace multiple instances of an entity at once based on the business instances containing relevant property values.BaseCrudEntityService.updateAll(List<Update<P>> updates, ContextInfo context) <P> List<P>CrudEntityHelper.updateAll(List<Update<P>> updates, ContextInfo context, TrackableRepository<Trackable> repository) CrudEntityService.updateAll(List<Update<P>> updates, ContextInfo context) A bulk operation that updates all of the items managed by the backing repository in the form of the business entity containing property values.<P> List<P>MappableCrudEntityHelper.updateAll(List<Update<P>> updates, org.springframework.data.repository.CrudRepository<Identifiable, String> repository) A bulk operation that updates all of the items managed by the backing repository in the form of the business entity containing property values.BaseCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates, ContextInfo context) BaseMappableCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates) <P> BulkPersistenceResponse<P>CrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates, ContextInfo context, TrackableRepository<Trackable> repository) CrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates, ContextInfo context) Updates all of the items managed by the backing repository in the form of the business instances containing property values.<P> BulkPersistenceResponse<P>MappableCrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates, org.springframework.data.repository.CrudRepository<Identifiable, String> repository) MappableCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates) Updates all of the items managed by the backing repository in the form of the business instances containing property values.protected <P> voidCrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate, ContextInfo contextInfo, List<Update<P>> valid, List<BulkPersistenceResponse.PersistenceFailure<P>> failed) Validates the business instance within eachUpdatefor replacement.protected <P> voidMappableCrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate, List<Update<P>> valid, List<BulkPersistenceResponse.PersistenceFailure<P>> failed) Validates the business instance within eachUpdatefor replacement.