Uses of Interface
org.compiere.model.ModelValidator
-
Packages that use ModelValidator Package Description org.adempiere.base org.adempiere.model org.compiere.model Provides for.... -
-
Uses of ModelValidator in org.adempiere.base
Methods in org.adempiere.base that return ModelValidator Modifier and Type Method Description static ModelValidator
Core. getModelValidator(String validatorId)
ModelValidator
DefaultModelValidatorFactory. newModelValidatorInstance(String className)
ModelValidator
IModelValidatorFactory. newModelValidatorInstance(String className)
-
Uses of ModelValidator in org.adempiere.model
Classes in org.adempiere.model that implement ModelValidator Modifier and Type Class Description class
ExportModelValidator
Export Validator which is responsible to create XML document.class
ProductPriceValidator
Auto sync corresponding price list with the price list schema and base price list.class
PromotionValidator
-
Uses of ModelValidator in org.compiere.model
Classes in org.compiere.model that implement ModelValidator Modifier and Type Class Description class
SalesMgmtValidator
Validator for Sales Management moduleMethods in org.compiere.model with parameters of type ModelValidator Modifier and Type Method Description void
ModelValidationEngine. addDocValidate(String tableName, ModelValidator listener)
Add Document Validation Listenervoid
ModelValidationEngine. addModelChange(String tableName, ModelValidator listener)
Add Model Change Listenervoid
ModelValidationEngine. removeDocValidate(String tableName, ModelValidator listener)
Remove Document Validation Listenervoid
ModelValidationEngine. removeModelChange(String tableName, ModelValidator listener)
Remove Model Change Listener
-