Uses of Class
org.compiere.model.MTableValRule
Packages that use MTableValRule
Package
Description
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 MTableValRule in org.compiere.model
Methods in org.compiere.model that return MTableValRuleModifier and TypeMethodDescriptionstatic MTableValRule
Get Rule from Cache (immutable)static MTableValRule
MTableValRule.get
(Properties ctx, String AD_TableValRule_UU) Get Rule from Cache (immutable)static MTableValRule
MTableValRule.get
(Properties ctx, String AD_TableValRule_UU, String trxName) Get Rule from Cache (immutable)static MTableValRule
MTableValRule.getCopy
(Properties ctx, String AD_TableValRule_UU, String trxName) Get updateable copy of MTableValRule from cacheMTableValRule.markImmutable()
Methods in org.compiere.model that return types with arguments of type MTableValRuleModifier and TypeMethodDescriptionstatic List<MTableValRule>
MTableValRule.get
(Properties ctx, int AD_Table_ID, int AD_Client_ID, int AD_Role_ID, int AD_User_ID) Get Rules applicable to sessionConstructors in org.compiere.model with parameters of type MTableValRuleModifierConstructorDescriptionMTableValRule
(Properties ctx, MTableValRule copy) MTableValRule
(Properties ctx, MTableValRule copy, String trxName) MTableValRule
(MTableValRule copy)