T - Persistence Entity implementation to validatepublic abstract class BroadleafEntityValidator<T> extends Object
Entity.addValidationError(String, String) and
Entity.addValidationError(String, String) can be used to create an error that is displayed to the user before
an add or update cocurs. Entity.isValidationFailure() can be used to see if there core validation found any
issues like required fields being blank to decide if any additional validation should be executed.Copyright © 2019. All rights reserved.