Uses of Interface
org.compiere.model.ModelValidator
Package
Description
Provide interface and default implementation of iDempiere core services (model factory, callout factory, etc)
One of the package that provide extended model class for iDempiere core tables.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
Provide generic PO implementation that doesn't use generated model class.
Provide interface for tax provider, shipment processor, zoom provider and address validation.
Provide iDempiere model interface (I_*) wrapper for PO and GridTab.
Provide implementation of order promotion rule and zoom across targets.
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of ModelValidator in org.adempiere.base
Modifier and TypeMethodDescriptionstatic ModelValidator
Core.getModelValidator
(String validatorId) DefaultModelValidatorFactory.newModelValidatorInstance
(String className) IModelValidatorFactory.newModelValidatorInstance
(String className) -
Uses of ModelValidator in org.adempiere.model
Modifier and TypeClassDescriptionclass
Export Validator which is responsible to create XML document.class
Model validator to sync corresponding price list with the price list schema and base price list. -
Uses of ModelValidator in org.compiere.model
Modifier and TypeClassDescriptionclass
Model validator for Sales Management moduleModifier and TypeMethodDescriptionvoid
ModelValidationEngine.addDocValidate
(String tableName, ModelValidator listener) Add Document Validation Listener for a tablevoid
ModelValidationEngine.addModelChange
(String tableName, ModelValidator listener) Add Model Change Listener for a tablevoid
ModelValidationEngine.removeDocValidate
(String tableName, ModelValidator listener) Remove Document Validation Listener of a tablevoid
ModelValidationEngine.removeModelChange
(String tableName, ModelValidator listener) Remove Model Change Listener for a table