|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CashBox | |
com.siebel.rf.offline.data.cashbox | |
com.siebel.rf.offline.data.teller | |
com.siebel.rf.offline.request.handler.cashmanagement |
Uses of CashBox in com.siebel.rf.offline.data.cashbox |
Methods in com.siebel.rf.offline.data.cashbox that return CashBox | |
static CashBox |
CashBoxFactory.findByPrimaryKey(java.lang.String companyCode,
java.lang.String cashBoxId,
java.lang.String branchCode)
Returns CashBox |
static CashBox |
CashBoxFactory.getCashBox(java.lang.String companyCode,
java.lang.String cashBoxId,
java.lang.String branchCode)
Returns CashBox |
Methods in com.siebel.rf.offline.data.cashbox with parameters of type CashBox | |
void |
CashBoxValidator.validateStore(CashBox cashBox)
Validates all fields before store |
Uses of CashBox in com.siebel.rf.offline.data.teller |
Methods in com.siebel.rf.offline.data.teller that return CashBox | |
CashBox |
Teller.getCashBox(java.lang.String companyCode,
java.lang.String cashBoxId,
java.lang.String branchCode)
Returns CashBox |
Uses of CashBox in com.siebel.rf.offline.request.handler.cashmanagement |
Methods in com.siebel.rf.offline.request.handler.cashmanagement that return CashBox | |
CashBox |
CashManagementHandler.imGetCashboxDetails(java.lang.String companyCode,
java.lang.String branchCode,
java.lang.String cashBoxId)
Returns CashBox |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |