Package wt.lotbaseline
Class LotBaselinBusinessRuleDelegate
java.lang.Object
wt.lotbaseline.LotBaselinBusinessRuleDelegate
- All Implemented Interfaces:
LotBaselinBusinessRuleDelegateInterface
public class LotBaselinBusinessRuleDelegate
extends Object
implements LotBaselinBusinessRuleDelegateInterface
Default implementation of the LotBaselinBusinessRuleDelegateInterface.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanDefault implementation used to indicate processBussinessRuleValidationResultSet API to return true only if all business rule are successful.
-
Method Details
-
processBusinessRulesWithAnd
public boolean processBusinessRulesWithAnd()Default implementation used to indicate processBussinessRuleValidationResultSet API to return true only if all business rule are successful.
Supported API: true- Specified by:
processBusinessRulesWithAndin interfaceLotBaselinBusinessRuleDelegateInterface- Returns:
- - The boolean which indicates processBussinessRuleValidationResultSet API to return true only if all conditions in business rule are true.
-