Uses of Class
com.broadleafcommerce.data.tracking.core.service.BulkPersistenceResponse.PersistenceFailure
-
Uses of BulkPersistenceResponse.PersistenceFailure in com.broadleafcommerce.data.tracking.core.service
Modifier and TypeMethodDescriptionBulkPersistenceResponse.PersistenceFailure.setFailedEntity
(F failedEntity) The entity which failed to persist.The type of failure that this entity encountered.BulkPersistenceResponse.PersistenceFailure.setValidationErrors
(org.springframework.validation.Errors validationErrors) Iftype
wasBulkPersistenceResponse.PersistenceFailureType.VALIDATION
, this object should contain the errors that the entity encountered.Modifier and TypeMethodDescriptionBulkPersistenceResponse.getFailures()
All failures that occurred.Modifier and TypeMethodDescriptionprotected <P> Trackable
CrudEntityHelper.applyReplace
(String entityToReplaceId, P replacement, Map<String, Trackable> foundEntitiesByContextId, List<BulkPersistenceResponse.PersistenceFailure<P>> failures, ContextInfo contextInfo) protected <P,
D> D MappableCrudEntityHelper.applyReplace
(String entityToReplaceId, P replacement, Map<String, D> foundEntitiesById, List<BulkPersistenceResponse.PersistenceFailure<P>> failures) protected <P> org.springframework.data.util.Pair<P,
Trackable> CrudEntityHelper.applyUpdate
(String entityToUpdateId, P change, Map<String, Trackable> foundEntitiesByContextId, List<BulkPersistenceResponse.PersistenceFailure<P>> failures, ContextInfo contextInfo) protected <P,
D> org.springframework.data.util.Pair<P, D> MappableCrudEntityHelper.applyUpdate
(String entityToUpdateId, P change, Map<String, D> foundEntitiesById, List<BulkPersistenceResponse.PersistenceFailure<P>> failures) void
BulkPersistenceResponse.setFailures
(List<BulkPersistenceResponse.PersistenceFailure<P>> failures) All failures that occurred.