Uses of Class
com.broadleafcommerce.bulk.provider.jpa.domain.JpaBulkUpdateError
Packages that use JpaBulkUpdateError
-
Uses of JpaBulkUpdateError in com.broadleafcommerce.bulk.provider.jpa.domain
Methods in com.broadleafcommerce.bulk.provider.jpa.domain that return types with arguments of type JpaBulkUpdateErrorModifier and TypeMethodDescriptionJpaBulkUpdate.getErrors()
Provides a way for callers to get theJpaBulkUpdate._errors
without dealing with the deserialization aspect.Method parameters in com.broadleafcommerce.bulk.provider.jpa.domain with type arguments of type JpaBulkUpdateErrorModifier and TypeMethodDescriptionvoid
JpaBulkUpdate.setErrors
(List<JpaBulkUpdateError> errors) Provides a way for callers to set theJpaBulkUpdate._errors
without dealing with the serialization aspect.