Uses of Class
com.siebel.rf.offline.data.currencybox.CurrencyBox

Packages that use CurrencyBox
com.siebel.rf.offline.data.cashbox   
com.siebel.rf.offline.data.currencybox   
 

Uses of CurrencyBox in com.siebel.rf.offline.data.cashbox
 

Methods in com.siebel.rf.offline.data.cashbox with parameters of type CurrencyBox
 java.util.Collection CashBox.getCurrencyDenominations(CurrencyBox currencyBox)
          Returns collection of CurrencyDenominations
 

Uses of CurrencyBox in com.siebel.rf.offline.data.currencybox
 

Methods in com.siebel.rf.offline.data.currencybox that return CurrencyBox
static CurrencyBox CurrencyBoxFactory.findByPrimaryKey(java.lang.String companyCode, java.lang.String branchCode, java.lang.String currencyBoxId, java.lang.String cashBoxId)
          Returns CurrencyBox
static CurrencyBox CurrencyBoxFactory.getCurrencyBox(java.lang.String companyCode, java.lang.String branchCode, java.lang.String currencyBoxId, java.lang.String cashBoxId)
          Returns CurrencyBox
 

Methods in com.siebel.rf.offline.data.currencybox with parameters of type CurrencyBox
 void CurrencyBoxValidator.validateStore(CurrencyBox currencyBox)
          Validates all fields before store