Uses of Class
com.siebel.rf.offline.data.teller.Teller

Packages that use Teller
com.siebel.rf.offline.data.cashbox   
com.siebel.rf.offline.data.teller   
com.siebel.rf.offline.data.user   
com.siebel.rf.offline.factory.financialtransactionsfactory   
com.siebel.rf.offline.request.handler.businessdayprocessing   
com.siebel.rf.offline.request.handler.cashmanagement   
com.siebel.rf.offline.request.handler.ismaintainjournal   
com.siebel.rf.offline.request.handler.ismaintainteller   
com.siebel.rf.offline.request.handler.journalling   
com.siebel.rf.offline.request.handler.maintaincashbox   
com.siebel.rf.offline.request.handler.maintainfinancialtransaction   
com.siebel.rf.offline.request.handler.negotiableinstrumentmanagement   
com.siebel.rf.offline.request.handler.tellerstartofday   
 

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

Methods in com.siebel.rf.offline.data.cashbox with parameters of type Teller
 java.util.Vector CashBox.createActualTotalsSnapshot(java.util.Vector financialTransactionCashIn, java.lang.String snapShotType, Teller teller, java.lang.String journalEntryId)
          Creates currencyBoxDenominationSnapShot
 

Uses of Teller in com.siebel.rf.offline.data.teller
 

Methods in com.siebel.rf.offline.data.teller that return Teller
static Teller TellerFactory.findByPrimaryKey(java.lang.String companyCode, java.lang.String branchCode, java.lang.String startDate, java.lang.String startTime, java.lang.String userId)
          Returns Teller
static Teller TellerFactory.getTeller(java.lang.String companyCode, java.lang.String branchCode, java.lang.String startDate, java.lang.String startTime, java.lang.String userId)
          Returns Teller
 

Methods in com.siebel.rf.offline.data.teller with parameters of type Teller
 void TellerValidator.validateStore(Teller teller)
          Validates all the fields before store
 

Uses of Teller in com.siebel.rf.offline.data.user
 

Methods in com.siebel.rf.offline.data.user that return Teller
 Teller User.getCurrentTellerObject(java.lang.String branchCode)
          Returns the current Teller for this user
 Teller User.getMostRecentTellerObject(java.lang.String branchCode)
          Returns the most recent Teller.
 

Uses of Teller in com.siebel.rf.offline.factory.financialtransactionsfactory
 

Methods in com.siebel.rf.offline.factory.financialtransactionsfactory with parameters of type Teller
static com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionSessionDetailsVO FinancialTransactionsFactory.imMakeSessionDetailsForTellerOperationValueObject(Teller teller, java.lang.String journalEntryId, java.lang.String effectiveDate, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionCommonAttributesVO financialTransactionCommonAttributesVO)
          Creates FinancialTransactionSessionDetailsVO.
 

Uses of Teller in com.siebel.rf.offline.request.handler.businessdayprocessing
 

Methods in com.siebel.rf.offline.request.handler.businessdayprocessing that return Teller
 Teller BusinessDayProcessingHandler.imBranchGoToNextDay(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId, java.lang.String workstationNo)
          Used when a Branch is operating in AM/PM mode.
 Teller BusinessDayProcessingHandler.imTellerGoToNextDay(java.lang.String companyCode, java.lang.String userId, java.lang.String branchCode, java.lang.String workstationNo)
          Undertaken by the Teller when they are working in AM/PM mode and wish to proceed to work in PM mode
 Teller BusinessDayProcessingHandler.tellerEndOfBusinessDay(java.lang.Boolean isPrimaryHolder, java.lang.String companyCode, java.lang.String userId, java.lang.String branchCode, java.lang.String tellerEndOfBusinessDayRequired, java.lang.String tellerEndOfDayRequired, java.lang.String workstationNo)
          Conducted by a Teller when they are working in AM/PM mode It is undertaken at the end of the AM period prior to the teller go to next day operation.
 Teller BusinessDayProcessingHandler.completeBranchEndOfBusinessDay(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId, java.lang.String workstationNo)
          Completes the Branch End of Business day process
 

Uses of Teller in com.siebel.rf.offline.request.handler.cashmanagement
 

Methods in com.siebel.rf.offline.request.handler.cashmanagement with parameters of type Teller
 java.lang.Boolean CashManagementHandler.imIsUserNonPrimaryHolder(Teller teller)
          Checks if the user is a nonPrimaryHolder
 java.lang.Boolean CashManagementHandler.imIsUserPrimaryHolder(Teller teller)
          Checks if the user is a PrimaryHolder
 java.util.Vector CashManagementHandler.imCreateSnapShotForActualTotals(java.util.Vector financialTransactionCashIn, Teller teller, java.lang.String snapShotType)
          Creates a snapShot for actual totals
 java.util.Vector CashManagementHandler.imCreateSnapshotForSystemTotals(Teller teller, java.lang.String snapShotType)
          Creates a snapShot of the system generated currency box denomination details for each currency box in the cashbox
 void CashManagementHandler.imCreateJournalEntryForTellerOperation(java.util.Vector currencyboxDenominationSnapShotVector, java.lang.String journalEntryType, Teller teller)
          Creates a journal entry for each currency box denomination snapshot that is passed in
 void CashManagementHandler.imCreateInterimJournalEntry(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId, java.lang.Double differenceTotal, java.lang.String currency, java.lang.String journalEntryId, Teller teller)
          Creates a Journal Entry for the Interim Balance details.
 

Uses of Teller in com.siebel.rf.offline.request.handler.ismaintainjournal
 

Methods in com.siebel.rf.offline.request.handler.ismaintainjournal with parameters of type Teller
 void IsMaintainJournalHandler.imSetUpJournalForCurrentProcessingDate(Teller teller)
          Sets up the journal for the current processing date.
 

Uses of Teller in com.siebel.rf.offline.request.handler.ismaintainteller
 

Methods in com.siebel.rf.offline.request.handler.ismaintainteller that return Teller
 Teller IsMaintainTellerHandler.imGetCurrentTellerObject(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId)
          Returns current Teller based on companyCode, branchcode and userId
 Teller IsMaintainTellerHandler.imSetUpTellerForCurrentProcessingDate(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId, java.lang.String processingDate, java.lang.String workStationNo, java.lang.String cashboxId, java.lang.String holderPosition)
          Returns Teller for the current processing date if it exists or creates if it does not
 Teller IsMaintainTellerHandler.imGetMostRecentTellerObject(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId)
          Gets the most recent Teller for the user for the current processing date and for the logged on branch and company code
 

Methods in com.siebel.rf.offline.request.handler.ismaintainteller with parameters of type Teller
 void IsMaintainTellerHandler.imUpdateTellerHolderPosition(Teller teller, java.lang.String holderPosition)
          Updates the Teller Holder Position of the Teller to the Holder Position passed in
 void IsMaintainTellerHandler.imOpenTeller(Teller teller)
          Sets the TellerOpen Flag
 void IsMaintainTellerHandler.imCloseTellerForEndOfBusinessDay(Teller teller, java.lang.String tellerEndOfBusinessDayRequired, java.lang.String tellerEndOfDayRequired)
          Closes the Teller at the End of the Business Day
 void IsMaintainTellerHandler.imCloseTeller(Teller teller)
          Closes a teller who is not undertaking any teller operations but needs to undertake branch operations
 void IsMaintainTellerHandler.imCloseTellerForEndOfDay(Teller teller)
          Sets the teller end of day flag
 

Uses of Teller in com.siebel.rf.offline.request.handler.journalling
 

Methods in com.siebel.rf.offline.request.handler.journalling with parameters of type Teller
 void JournallingHandler.imCreateJournalEntry(Teller teller, java.lang.String journalEntryType, java.lang.String batchId, java.lang.String currency)
          Creates a JournalEntry
 

Uses of Teller in com.siebel.rf.offline.request.handler.maintaincashbox
 

Methods in com.siebel.rf.offline.request.handler.maintaincashbox with parameters of type Teller
 void MaintainCashBoxHandler.imCloseCashBox(Teller teller)
          Closes cashbox
 

Uses of Teller in com.siebel.rf.offline.request.handler.maintainfinancialtransaction
 

Methods in com.siebel.rf.offline.request.handler.maintainfinancialtransaction that return Teller
 Teller MaintainFinancialTransactionHandler.imGetCurrentTellerObject(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId)
          Returns current teller object for the user logged on branch and company for currenct processing date
 

Methods in com.siebel.rf.offline.request.handler.maintainfinancialtransaction with parameters of type Teller
 java.lang.String MaintainFinancialTransactionHandler.imGetJournalEntryId(Teller teller)
          Returns journalEntryId for teller
 void MaintainFinancialTransactionHandler.imCreateJournalEntryAndItems(Teller teller, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionJournalEntryVO financialTransactionJournalEntryVO, java.util.Vector financialTransactionJournalEntryItems)
          Creates journal entries and the journal entry items objects.
 void MaintainFinancialTransactionHandler.imCreditMoneyToCashBox(Teller teller, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionCommonAttributesVO financialTransactionCommonAttributesVO, java.util.Vector financialTransactionCashInVOs, java.lang.String transactionDate, java.lang.String transactionTime)
          Cedits cashbox with the money received.
 void MaintainFinancialTransactionHandler.imDebitMoneyFromCashBox(Teller teller, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionCommonAttributesVO financialTransactionCommonAttributesVO, java.util.Vector financialTransactionCashOutVOs, java.lang.String transactionDate, java.lang.String transactionTime)
          Debits cashbox with the money requested by customer
 java.lang.String MaintainFinancialTransactionHandler.imAddNegotiableInstrumentToBatch(Teller teller, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionNegotiableInstrumentVO financialTransactionNegotiableInstrumentVO, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionSessionDetailsVO financialTransactionSessionDetailsVO)
          Adds negotiable instrument to a batch.
 java.lang.String MaintainFinancialTransactionHandler.imGetMessageForBatchState(Teller teller, java.lang.String batchId)
          Returns message for the batch state
 void MaintainFinancialTransactionHandler.imAddNegotiableInstrumentToCashBox(Teller teller, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionNegotiableInstrumentVO financialTransactionNegotiableInstrumentVO, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionDestinationAccountVO financialTransactionDestinationAccountVO, com.bankframe.vo.retail.solutionset.impl.financialtransactions.FinancialTransactionSessionDetailsVO financialTransactionSessionDetailsVO)
          Adds NegotiableInstrument to the Cashbox.
 void MaintainFinancialTransactionHandler.imUpdateNegotiableInstrumentBoxForIncomingNegotiableInstruments(Teller teller, java.util.Vector financialTransactionNegotiableInstrumentVOImplVector)
          Updates NegotiableInstrumentBox for Incoming Negotiable Instruments.
 void MaintainFinancialTransactionHandler.imUpdateNegotiableInstrumentTransferDetails(Teller teller, java.util.Vector financialTransactionNegotiableInstrumentVOImplVector, java.lang.String negotiableInstrumentMovementType, java.lang.String cashBoxId)
          Updates NegotiableInstrument for Transfer Details.
 void MaintainFinancialTransactionHandler.imUpdateNegotiableInstrumentBoxForOutgoingNegotiableInstruments(Teller teller, java.util.Vector financialTransactionNegotiableInstrumentVOImplVector)
          Updates NegotiableInstrumentBox for Outgoing Negotiable Instruments.
 

Uses of Teller in com.siebel.rf.offline.request.handler.negotiableinstrumentmanagement
 

Methods in com.siebel.rf.offline.request.handler.negotiableinstrumentmanagement with parameters of type Teller
 NegotiableInstrumentBox NegotiableInstrumentManagementHandler.imGetNegotiableInstrumentBox(Teller teller, java.lang.String negotiableInstrumentType, java.lang.String currency)
          Retrieves NegotiableInstrumentBox
 

Uses of Teller in com.siebel.rf.offline.request.handler.tellerstartofday
 

Methods in com.siebel.rf.offline.request.handler.tellerstartofday that return Teller
 Teller TellerStartOfDayHandler.startTellerStartOfDay(java.lang.String userId, java.lang.String companyCode, java.lang.String branchCode, java.lang.String cashBoxId, java.lang.String workstationNumber, java.lang.String holderPosition)
          Starts Teller Start Of Day & calls imStartTellerStartOfDay process
 Teller TellerStartOfDayHandler.imStartTellerStartOfDay(java.lang.String userId, java.lang.String companyCode, java.lang.String branchCode, java.lang.String cashBoxId, java.lang.String workStationNo, java.lang.String holderPosition)
          Starts Teller Start Of Day
 Teller TellerStartOfDayHandler.startAndCompleteTellerStartOfDayForNonPrimaryHolder(java.lang.String companyCode, java.lang.String branchCode, java.lang.String userId, java.lang.String cashBoxId, java.lang.String holderPosition, java.lang.String workStationNo)
          Starts and completes Teller Start Of Day process for a non-Primary holder & calls imStartTellerStartOfDay process