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
  • 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:
      processBusinessRulesWithAnd in interface LotBaselinBusinessRuleDelegateInterface
      Returns:
      - The boolean which indicates processBussinessRuleValidationResultSet API to return true only if all conditions in business rule are true.