Uses of Class
com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse
-
Uses of BulkPersistenceResponse in com.broadleafcommerce.data.tracking.core.service
Modifier and TypeMethodDescriptionBaseCrudEntityService.createAllAllowingPartialSuccess
(List<P> businessInstances, ContextInfo context) <D,
R extends org.springframework.data.repository.CrudRepository<D, String> & com.broadleafcommerce.common.extension.DomainTypeAware>
BulkPersistenceResponse<P>BaseMappableCrudEntityService.createAllAllowingPartialSuccess
(List<P> businessInstances) <P> BulkPersistenceResponse<P>
CrudEntityHelper.createAllAllowingPartialSuccess
(List<P> businessInstances, ContextInfo context, TrackableRepository<Trackable> repository) CrudEntityService.createAllAllowingPartialSuccess
(List<P> businessInstances, ContextInfo context) Creates multiple narrowed instances of an entity at once based on the business instances containing relevant property values.<P,
D, R extends org.springframework.data.repository.CrudRepository<D, String> & com.broadleafcommerce.common.extension.DomainTypeAware>
BulkPersistenceResponse<P>MappableCrudEntityHelper.createAllAllowingPartialSuccess
(List<P> businessInstances, R repository) <D,
R extends org.springframework.data.repository.CrudRepository<D, String> & com.broadleafcommerce.common.extension.DomainTypeAware>
BulkPersistenceResponse<P>MappableCrudEntityService.createAllAllowingPartialSuccess
(List<P> businessInstances) Creates multiple instances of an entity at once based on the business instances 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.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.