Package | Description |
---|---|
com.broadleafcommerce.data.tracking.core.service |
Modifier and Type | Method and Description |
---|---|
List<P> |
BaseMappableCrudEntityService.replaceAll(List<Update<P>> replacements) |
List<P> |
MappableCrudEntityService.replaceAll(List<Update<P>> replacements)
Replace multiple instances of an entity at once based on the business instance containing
relevant property values.
|
List<P> |
BaseCrudEntityService.replaceAll(List<Update<P>> replacements,
ContextInfo context) |
List<P> |
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> |
CrudEntityHelper.replaceAll(List<Update<P>> replacements,
ContextInfo context,
TrackableRepository<Trackable> repository) |
<P> List<P> |
MappableCrudEntityHelper.replaceAll(List<Update<P>> replacements,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
BulkPersistenceResponse<P> |
BaseMappableCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements) |
BulkPersistenceResponse<P> |
MappableCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements)
Replace multiple instances of an entity at once based on the business instances containing
relevant property values.
|
BulkPersistenceResponse<P> |
BaseCrudEntityService.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
ContextInfo context) |
BulkPersistenceResponse<P> |
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> |
CrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
ContextInfo context,
TrackableRepository<Trackable> repository) |
<P> BulkPersistenceResponse<P> |
MappableCrudEntityHelper.replaceAllAllowingPartialSuccess(List<Update<P>> replacements,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
List<P> |
BaseMappableCrudEntityService.updateAll(List<Update<P>> updates) |
List<P> |
MappableCrudEntityService.updateAll(List<Update<P>> updates)
A bulk operation that updates all of the items managed by the backing repository in the form
of the business entity containing property values.
|
List<P> |
BaseCrudEntityService.updateAll(List<Update<P>> updates,
ContextInfo context) |
List<P> |
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> |
CrudEntityHelper.updateAll(List<Update<P>> updates,
ContextInfo context,
TrackableRepository<Trackable> repository) |
<P> List<P> |
MappableCrudEntityHelper.updateAll(List<Update<P>> updates,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
BulkPersistenceResponse<P> |
BaseMappableCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates) |
BulkPersistenceResponse<P> |
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.
|
BulkPersistenceResponse<P> |
BaseCrudEntityService.updateAllAllowingPartialSuccess(List<Update<P>> updates,
ContextInfo context) |
BulkPersistenceResponse<P> |
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> |
CrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates,
ContextInfo context,
TrackableRepository<Trackable> repository) |
<P> BulkPersistenceResponse<P> |
MappableCrudEntityHelper.updateAllAllowingPartialSuccess(List<Update<P>> updates,
org.springframework.data.repository.CrudRepository<Identifiable,String> repository) |
protected <P> void |
CrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate,
ContextInfo contextInfo,
List<Update<P>> valid,
List<BulkPersistenceResponse.PersistenceFailure<P>> failed)
Validates the business instance within each
Update for replacement. |
protected <P> void |
CrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate,
ContextInfo contextInfo,
List<Update<P>> valid,
List<BulkPersistenceResponse.PersistenceFailure<P>> failed)
Validates the business instance within each
Update for replacement. |
protected <P> void |
MappableCrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate,
List<Update<P>> valid,
List<BulkPersistenceResponse.PersistenceFailure<P>> failed)
Validates the business instance within each
Update for replacement. |
protected <P> void |
MappableCrudEntityHelper.validateAllForReplace(List<Update<P>> businessInstancesToValidate,
List<Update<P>> valid,
List<BulkPersistenceResponse.PersistenceFailure<P>> failed)
Validates the business instance within each
Update for replacement. |
Copyright © 2021. All rights reserved.