IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.bc.cm.rule.impl
Class BasicRulesProvider

java.lang.Object
  extended by com.ibm.btt.bc.cm.rule.impl.BasicRulesProvider
All Implemented Interfaces:
RulesProvider

public class BasicRulesProvider
extends java.lang.Object
implements RulesProvider


Constructor Summary
BasicRulesProvider()
           
 
Method Summary
 CashDrawerCreateSpec getCashDrawerCreateSpec(java.lang.String type, java.lang.String currency)
           
 TransactionRule getTxnRule(java.lang.String txnCode)
           
 void setCashDrawerCreateSpecs(java.util.List<CashDrawerCreateSpec> createSpec)
           
 void setTransactionRules(java.util.List<TransactionRule> transactionRules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicRulesProvider

public BasicRulesProvider()
Method Detail

setCashDrawerCreateSpecs

public void setCashDrawerCreateSpecs(java.util.List<CashDrawerCreateSpec> createSpec)

setTransactionRules

public void setTransactionRules(java.util.List<TransactionRule> transactionRules)

getCashDrawerCreateSpec

public CashDrawerCreateSpec getCashDrawerCreateSpec(java.lang.String type,
                                                    java.lang.String currency)
                                             throws RuleException
Specified by:
getCashDrawerCreateSpec in interface RulesProvider
Throws:
RuleException

getTxnRule

public TransactionRule getTxnRule(java.lang.String txnCode)
                           throws RuleException
Specified by:
getTxnRule in interface RulesProvider
Throws:
RuleException

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2009