Uses of Class
com.broadleafcommerce.bulk.provider.jpa.domain.JpaBulkUpdateError
-
Packages that use JpaBulkUpdateError Package Description com.broadleafcommerce.bulk.provider.jpa.domain -
-
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 JpaBulkUpdateError Modifier and Type Method Description List<JpaBulkUpdateError>JpaBulkUpdate. 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 JpaBulkUpdateError Modifier and Type Method Description voidJpaBulkUpdate. setErrors(List<JpaBulkUpdateError> errors)Provides a way for callers to set theJpaBulkUpdate._errorswithout dealing with the serialization aspect.
-