Uses of Class
org.compiere.model.MTableScriptValidator
-
Packages that use MTableScriptValidator Package Description org.compiere.model Provides for.... -
-
Uses of MTableScriptValidator in org.compiere.model
Methods in org.compiere.model that return MTableScriptValidator Modifier and Type Method Description static MTableScriptValidator
MTableScriptValidator. get(int AD_Table_ScriptValidator_ID)
Get table script validator from cache (immutable)static MTableScriptValidator
MTableScriptValidator. get(Properties ctx, int AD_Table_ScriptValidator_ID)
Get table script validator from cache (immutable)MTableScriptValidator
MTableScriptValidator. markImmutable()
Methods in org.compiere.model that return types with arguments of type MTableScriptValidator Modifier and Type Method Description static List<MTableScriptValidator>
MTableScriptValidator. getModelValidatorRules(Properties ctx, int ad_table_id, String event)
Get Model Validation Script Rules for a table/eventConstructors in org.compiere.model with parameters of type MTableScriptValidator Constructor Description MTableScriptValidator(Properties ctx, MTableScriptValidator copy)
MTableScriptValidator(Properties ctx, MTableScriptValidator copy, String trxName)
MTableScriptValidator(MTableScriptValidator copy)
-