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._errorswithout dealing with the deserialization aspect.Method parameters in com.broadleafcommerce.bulk.provider.jpa.domain with type arguments of type JpaBulkUpdateErrorModifier and TypeMethodDescriptionvoidJpaBulkUpdate.setErrors(List<JpaBulkUpdateError> errors) Provides a way for callers to set theJpaBulkUpdate._errorswithout dealing with the serialization aspect.