Package org.openbravo.base.validation
-
Interface Summary Interface Description PropertyValidator Defines the interface for a propertyvalidator. -
Class Summary Class Description AccessLevelChecker Provides checking logic that enforces that certain tables (== Entities) in the system only contain records (== Objects) with the correct client and organization.BasePropertyValidator Base class for property validators.EntityValidator Validates an entity, a list of property validators is kept which are called one by one for a passed entity instance and its property values.NumericPropertyValidator Validates numeric properties (min and maxvalue).StringPropertyValidator Validates string properties (e.g. -
Exception Summary Exception Description ValidationException Is thrown when an entity or property value is invalid.