Uses of Class
org.compiere.model.MRule
-
Packages that use MRule Package Description org.compiere.model Provides for.... -
-
Uses of MRule in org.compiere.model
Methods in org.compiere.model that return MRule Modifier and Type Method Description static MRule
MRule. get(int AD_Rule_ID)
Get Rule from Cache (immutable)static MRule
MRule. get(Properties ctx, int AD_Rule_ID)
Get Rule from Cache (immutable)static MRule
MRule. get(Properties ctx, String ruleValue)
Get Rule from CacheMRule
MRule. markImmutable()
Methods in org.compiere.model that return types with arguments of type MRule Modifier and Type Method Description static List<MRule>
MRule. getModelValidatorLoginRules(Properties ctx)
Get Model Validation Login RulesConstructors in org.compiere.model with parameters of type MRule Constructor Description MRule(Properties ctx, MRule copy)
MRule(Properties ctx, MRule copy, String trxName)
MRule(MRule copy)
-