Uses of Class
org.compiere.model.MValRule
-
Packages that use MValRule Package Description org.compiere.model Provides for.... -
-
Uses of MValRule in org.compiere.model
Methods in org.compiere.model that return MValRule Modifier and Type Method Description static MValRuleMValRule. get(int AD_Val_Rule_ID)Get Rule from Cache (immutable)static MValRuleMValRule. get(Properties ctx, int AD_Val_Rule_ID)Get Rule from Cache (immutable)static MValRuleMValRule. get(Properties ctx, int AD_Val_Rule_ID, String trxName)Get Rule from Cache (immutable)static MValRuleMValRule. getCopy(Properties ctx, int AD_Val_Rule_ID, String trxName)Get updateable copy of MValRule from cacheMValRuleMValRule. markImmutable()Constructors in org.compiere.model with parameters of type MValRule Constructor Description MValRule(Properties ctx, MValRule copy)MValRule(Properties ctx, MValRule copy, String trxName)MValRule(MValRule copy)
-