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 ModelValidatorCore. getModelValidator(String validatorId)ModelValidatorDefaultModelValidatorFactory. newModelValidatorInstance(String className)ModelValidatorIModelValidatorFactory. newModelValidatorInstance(String className) -
Uses of ModelValidator in org.adempiere.model
Classes in org.adempiere.model that implement ModelValidator Modifier and Type Class Description classExportModelValidatorExport Validator which is responsible to create XML document.classProductPriceValidatorAuto sync corresponding price list with the price list schema and base price list.classPromotionValidator -
Uses of ModelValidator in org.compiere.model
Classes in org.compiere.model that implement ModelValidator Modifier and Type Class Description classSalesMgmtValidatorValidator for Sales Management moduleMethods in org.compiere.model with parameters of type ModelValidator Modifier and Type Method Description voidModelValidationEngine. addDocValidate(String tableName, ModelValidator listener)Add Document Validation ListenervoidModelValidationEngine. addModelChange(String tableName, ModelValidator listener)Add Model Change ListenervoidModelValidationEngine. removeDocValidate(String tableName, ModelValidator listener)Remove Document Validation ListenervoidModelValidationEngine. removeModelChange(String tableName, ModelValidator listener)Remove Model Change Listener
-