Uses of Interface
com.siebel.rf.offline.branch.datastore.Persisted

Packages that use Persisted
com.siebel.rf.offline.branch.datastore   
com.siebel.rf.offline.data.allrolesforactors   
com.siebel.rf.offline.data.batch   
com.siebel.rf.offline.data.branch   
com.siebel.rf.offline.data.branchcurrencytotals   
com.siebel.rf.offline.data.branchcurrencytotalssnapshot   
com.siebel.rf.offline.data.cashbox   
com.siebel.rf.offline.data.company   
com.siebel.rf.offline.data.companycurrency   
com.siebel.rf.offline.data.consolidatedprivsforroles   
com.siebel.rf.offline.data.currency   
com.siebel.rf.offline.data.currencybox   
com.siebel.rf.offline.data.currencyboxdenomination   
com.siebel.rf.offline.data.currencyboxdenominationsnapshot   
com.siebel.rf.offline.data.currencydenomination   
com.siebel.rf.offline.data.journal   
com.siebel.rf.offline.data.journalentry   
com.siebel.rf.offline.data.journalentryitem   
com.siebel.rf.offline.data.negotiableinstrument   
com.siebel.rf.offline.data.negotiableinstrumentbox   
com.siebel.rf.offline.data.offlinerequest   
com.siebel.rf.offline.data.publicholiday   
com.siebel.rf.offline.data.route   
com.siebel.rf.offline.data.teller   
com.siebel.rf.offline.data.transactionfee   
com.siebel.rf.offline.data.user   
com.siebel.rf.offline.utilities   
 

Uses of Persisted in com.siebel.rf.offline.branch.datastore
 

Classes in com.siebel.rf.offline.branch.datastore that implement Persisted
 class PersistedSample
          The PersistedSample class
 

Methods in com.siebel.rf.offline.branch.datastore that return Persisted
static Persisted PersistedFactory.store(Persisted persisted)
          Returns the Persisted object after passing persisted object into the method createAmend
 Persisted RDBMSPersister.create(Persisted obj)
          Gets the parameter value from the given Persisted obj then creates it and returns the persisted objects
 Persisted RDBMSPersister.createAmend(Persisted obj)
          Gets the pk attributes from the given Persisted obj then finds the object by primary key , if there is finder exception then creates the object otherwise amend the object and return the persisted object
 Persisted Persister.create(Persisted obj)
          Gets the parameter value from the given Persisted obj then creates it and returns the persisted objects
 Persisted Persister.createAmend(Persisted obj)
          Gets the pk attributes from the given Persisted obj then finds the object by primary key , if there is finder exception then creates the object otherwise amend the object and return the persisted object
 

Methods in com.siebel.rf.offline.branch.datastore with parameters of type Persisted
static void PersistedFactory.remove(Persisted persisted)
          Removes the persisted object
static Persisted PersistedFactory.store(Persisted persisted)
          Returns the Persisted object after passing persisted object into the method createAmend
 Persisted RDBMSPersister.create(Persisted obj)
          Gets the parameter value from the given Persisted obj then creates it and returns the persisted objects
 void RDBMSPersister.amend(Persisted obj)
          Gets the parameter value from the given Persisted obj then amends the persisted objects
 void RDBMSPersister.remove(Persisted obj)
          Gets the parameter value from the given Persisted obj then removes the persisted object
 Persisted RDBMSPersister.createAmend(Persisted obj)
          Gets the pk attributes from the given Persisted obj then finds the object by primary key , if there is finder exception then creates the object otherwise amend the object and return the persisted object
 void RDBMSPersister.removeAll(Persisted obj)
          Removes all from persisted object from the given Persisted obj
 Persisted Persister.create(Persisted obj)
          Gets the parameter value from the given Persisted obj then creates it and returns the persisted objects
 void Persister.amend(Persisted obj)
          Gets the parameter value from the given Persisted obj then amends the persisted objects
 void Persister.remove(Persisted obj)
          Gets the parameter value from the given Persisted obj then removes the persisted object
 Persisted Persister.createAmend(Persisted obj)
          Gets the pk attributes from the given Persisted obj then finds the object by primary key , if there is finder exception then creates the object otherwise amend the object and return the persisted object
 void Persister.removeAll(Persisted obj)
          Removes all from persisted object from the given Persisted obj
 

Uses of Persisted in com.siebel.rf.offline.data.allrolesforactors
 

Classes in com.siebel.rf.offline.data.allrolesforactors that implement Persisted
 class AllRolesForActors
          The AllRolesForActors persisted class
 

Uses of Persisted in com.siebel.rf.offline.data.batch
 

Classes in com.siebel.rf.offline.data.batch that implement Persisted
 class Batch
          The Batch persisted class
 

Methods in com.siebel.rf.offline.data.batch that return Persisted
static Persisted BatchFactory.store(Persisted persisted)
          Updates the Batch
 

Methods in com.siebel.rf.offline.data.batch with parameters of type Persisted
static Persisted BatchFactory.store(Persisted persisted)
          Updates the Batch
 

Uses of Persisted in com.siebel.rf.offline.data.branch
 

Classes in com.siebel.rf.offline.data.branch that implement Persisted
 class Branch
          The Branch persisted class
 

Methods in com.siebel.rf.offline.data.branch that return Persisted
static Persisted BranchFactory.store(Persisted persisted)
          Updates Branch
 

Methods in com.siebel.rf.offline.data.branch with parameters of type Persisted
static Persisted BranchFactory.store(Persisted persisted)
          Updates Branch
 

Uses of Persisted in com.siebel.rf.offline.data.branchcurrencytotals
 

Classes in com.siebel.rf.offline.data.branchcurrencytotals that implement Persisted
 class BranchCurrencyTotals
          The BranchCurrencyTotals persisted class
 

Methods in com.siebel.rf.offline.data.branchcurrencytotals that return Persisted
static Persisted BranchCurrencyTotalsFactory.store(Persisted persisted)
          Updates BranchCurrencyTotals
 

Methods in com.siebel.rf.offline.data.branchcurrencytotals with parameters of type Persisted
static Persisted BranchCurrencyTotalsFactory.store(Persisted persisted)
          Updates BranchCurrencyTotals
 

Uses of Persisted in com.siebel.rf.offline.data.branchcurrencytotalssnapshot
 

Classes in com.siebel.rf.offline.data.branchcurrencytotalssnapshot that implement Persisted
 class BranchCurrencyTotalsSnapshot
          The BranchCurrencyTotalsSnapshot persisted class
 

Methods in com.siebel.rf.offline.data.branchcurrencytotalssnapshot that return Persisted
static Persisted BranchCurrencyTotalsSnapshotFactory.store(Persisted persisted)
          Updates BranchCurrencyTotalsSnapshot
 

Methods in com.siebel.rf.offline.data.branchcurrencytotalssnapshot with parameters of type Persisted
static Persisted BranchCurrencyTotalsSnapshotFactory.store(Persisted persisted)
          Updates BranchCurrencyTotalsSnapshot
 

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

Classes in com.siebel.rf.offline.data.cashbox that implement Persisted
 class CashBox
          The CashBox persisted class
 

Methods in com.siebel.rf.offline.data.cashbox that return Persisted
static Persisted CashBoxFactory.store(Persisted persisted)
          Updates CashBox
 

Methods in com.siebel.rf.offline.data.cashbox with parameters of type Persisted
static Persisted CashBoxFactory.store(Persisted persisted)
          Updates CashBox
 

Uses of Persisted in com.siebel.rf.offline.data.company
 

Classes in com.siebel.rf.offline.data.company that implement Persisted
 class Company
          The Company persisted class
 

Methods in com.siebel.rf.offline.data.company that return Persisted
static Persisted CompanyFactory.store(Persisted persisted)
          Updates Company
 

Methods in com.siebel.rf.offline.data.company with parameters of type Persisted
static Persisted CompanyFactory.store(Persisted persisted)
          Updates Company
 

Uses of Persisted in com.siebel.rf.offline.data.companycurrency
 

Classes in com.siebel.rf.offline.data.companycurrency that implement Persisted
 class CompanyCurrency
          The CompanyCurrency persisted class
 

Methods in com.siebel.rf.offline.data.companycurrency that return Persisted
static Persisted CompanyCurrencyFactory.store(Persisted persisted)
          Updates CompanyCurrency
 

Methods in com.siebel.rf.offline.data.companycurrency with parameters of type Persisted
static Persisted CompanyCurrencyFactory.store(Persisted persisted)
          Updates CompanyCurrency
 

Uses of Persisted in com.siebel.rf.offline.data.consolidatedprivsforroles
 

Classes in com.siebel.rf.offline.data.consolidatedprivsforroles that implement Persisted
 class ConsolidatedPrivsForRoles
          The ConsolidatedPrivsForRoles persisted class
 

Uses of Persisted in com.siebel.rf.offline.data.currency
 

Classes in com.siebel.rf.offline.data.currency that implement Persisted
 class Currency
          The Currency persisted class
 

Methods in com.siebel.rf.offline.data.currency that return Persisted
static Persisted CurrencyFactory.store(Persisted persisted)
          Updates Currency
 

Methods in com.siebel.rf.offline.data.currency with parameters of type Persisted
static Persisted CurrencyFactory.store(Persisted persisted)
          Updates Currency
 

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

Classes in com.siebel.rf.offline.data.currencybox that implement Persisted
 class CurrencyBox
          The CurrencyBox persisted class
 

Methods in com.siebel.rf.offline.data.currencybox that return Persisted
static Persisted CurrencyBoxFactory.store(Persisted persisted)
          Updates CurrencyBox
 

Methods in com.siebel.rf.offline.data.currencybox with parameters of type Persisted
static Persisted CurrencyBoxFactory.store(Persisted persisted)
          Updates CurrencyBox
 

Uses of Persisted in com.siebel.rf.offline.data.currencyboxdenomination
 

Classes in com.siebel.rf.offline.data.currencyboxdenomination that implement Persisted
 class CurrencyBoxDenomination
          The Currency persisted class
 

Methods in com.siebel.rf.offline.data.currencyboxdenomination that return Persisted
static Persisted CurrencyBoxDenominationFactory.store(Persisted persisted)
          Updates CurrencyBoxDenomination
 

Methods in com.siebel.rf.offline.data.currencyboxdenomination with parameters of type Persisted
static Persisted CurrencyBoxDenominationFactory.store(Persisted persisted)
          Updates CurrencyBoxDenomination
 

Uses of Persisted in com.siebel.rf.offline.data.currencyboxdenominationsnapshot
 

Classes in com.siebel.rf.offline.data.currencyboxdenominationsnapshot that implement Persisted
 class CurrencyBoxDenominationSnapshot
          The CurrencyBoxDenominationSnapshot persisted class
 

Methods in com.siebel.rf.offline.data.currencyboxdenominationsnapshot that return Persisted
static Persisted CurrencyBoxDenominationSnapshotFactory.store(Persisted persisted)
          Updates CurrencyBoxDenominationSnapshot
 

Methods in com.siebel.rf.offline.data.currencyboxdenominationsnapshot with parameters of type Persisted
static Persisted CurrencyBoxDenominationSnapshotFactory.store(Persisted persisted)
          Updates CurrencyBoxDenominationSnapshot
 

Uses of Persisted in com.siebel.rf.offline.data.currencydenomination
 

Classes in com.siebel.rf.offline.data.currencydenomination that implement Persisted
 class CurrencyDenomination
          The CurrencyDenomination persisted class
 

Methods in com.siebel.rf.offline.data.currencydenomination that return Persisted
static Persisted CurrencyDenominationFactory.store(Persisted persisted)
          Updates CurrencyDenomination
 

Methods in com.siebel.rf.offline.data.currencydenomination with parameters of type Persisted
static Persisted CurrencyDenominationFactory.store(Persisted persisted)
          Updates CurrencyDenomination
 

Uses of Persisted in com.siebel.rf.offline.data.journal
 

Classes in com.siebel.rf.offline.data.journal that implement Persisted
 class Journal
          The Journal persisted class
 

Methods in com.siebel.rf.offline.data.journal that return Persisted
static Persisted JournalFactory.store(Persisted persisted)
          Updates Journal
 

Methods in com.siebel.rf.offline.data.journal with parameters of type Persisted
static Persisted JournalFactory.store(Persisted persisted)
          Updates Journal
 

Uses of Persisted in com.siebel.rf.offline.data.journalentry
 

Classes in com.siebel.rf.offline.data.journalentry that implement Persisted
 class JournalEntry
          The JournalEntry persisted class
 

Methods in com.siebel.rf.offline.data.journalentry that return Persisted
static Persisted JournalEntryFactory.store(Persisted persisted)
          Updates JournalEntry
 

Methods in com.siebel.rf.offline.data.journalentry with parameters of type Persisted
static Persisted JournalEntryFactory.store(Persisted persisted)
          Updates JournalEntry
 

Uses of Persisted in com.siebel.rf.offline.data.journalentryitem
 

Classes in com.siebel.rf.offline.data.journalentryitem that implement Persisted
 class JournalEntryItem
          The JournalEntryItem persisted class
 

Methods in com.siebel.rf.offline.data.journalentryitem that return Persisted
static Persisted JournalEntryItemFactory.store(Persisted persisted)
          Updates JournalEntryItem
 

Methods in com.siebel.rf.offline.data.journalentryitem with parameters of type Persisted
static Persisted JournalEntryItemFactory.store(Persisted persisted)
          Updates JournalEntryItem
 

Uses of Persisted in com.siebel.rf.offline.data.negotiableinstrument
 

Classes in com.siebel.rf.offline.data.negotiableinstrument that implement Persisted
 class NegotiableInstrument
          The NegotiableInstrument persisted class
 

Methods in com.siebel.rf.offline.data.negotiableinstrument that return Persisted
static Persisted NegotiableInstrumentFactory.store(Persisted persisted)
          Updates the NegotiableInstrument
 

Methods in com.siebel.rf.offline.data.negotiableinstrument with parameters of type Persisted
static Persisted NegotiableInstrumentFactory.store(Persisted persisted)
          Updates the NegotiableInstrument
 

Uses of Persisted in com.siebel.rf.offline.data.negotiableinstrumentbox
 

Classes in com.siebel.rf.offline.data.negotiableinstrumentbox that implement Persisted
 class NegotiableInstrumentBox
          The NegotiableInstrumentBox persisted class
 

Methods in com.siebel.rf.offline.data.negotiableinstrumentbox that return Persisted
static Persisted NegotiableInstrumentBoxFactory.store(Persisted persisted)
          Updates NegotiableInstrumentBox
 

Methods in com.siebel.rf.offline.data.negotiableinstrumentbox with parameters of type Persisted
static Persisted NegotiableInstrumentBoxFactory.store(Persisted persisted)
          Updates NegotiableInstrumentBox
 

Uses of Persisted in com.siebel.rf.offline.data.offlinerequest
 

Classes in com.siebel.rf.offline.data.offlinerequest that implement Persisted
 class OfflineRequest
          The OfflineRequest persisted class
 

Uses of Persisted in com.siebel.rf.offline.data.publicholiday
 

Classes in com.siebel.rf.offline.data.publicholiday that implement Persisted
 class PublicHoliday
          The Company persisted class
 

Uses of Persisted in com.siebel.rf.offline.data.route
 

Classes in com.siebel.rf.offline.data.route that implement Persisted
 class Route
          The Route persisted class
 

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

Classes in com.siebel.rf.offline.data.teller that implement Persisted
 class Teller
          The Teller persisted class
 

Methods in com.siebel.rf.offline.data.teller that return Persisted
static Persisted TellerFactory.store(Persisted persisted)
          Updates Teller
 

Methods in com.siebel.rf.offline.data.teller with parameters of type Persisted
static Persisted TellerFactory.store(Persisted persisted)
          Updates Teller
 

Uses of Persisted in com.siebel.rf.offline.data.transactionfee
 

Classes in com.siebel.rf.offline.data.transactionfee that implement Persisted
 class TransactionFee
          The TransactionFee persisted class
 

Methods in com.siebel.rf.offline.data.transactionfee that return Persisted
static Persisted TransactionFeeFactory.store(Persisted persisted)
          Updates the TransactionFee
 

Methods in com.siebel.rf.offline.data.transactionfee with parameters of type Persisted
static Persisted TransactionFeeFactory.store(Persisted persisted)
          Updates the TransactionFee
 

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

Classes in com.siebel.rf.offline.data.user that implement Persisted
 class User
          The User persisted class
 

Methods in com.siebel.rf.offline.data.user that return Persisted
static Persisted UserFactory.store(Persisted persisted)
          Updates User
 

Methods in com.siebel.rf.offline.data.user with parameters of type Persisted
static Persisted UserFactory.store(Persisted persisted)
          Updates User
 

Uses of Persisted in com.siebel.rf.offline.utilities
 

Methods in com.siebel.rf.offline.utilities with parameters of type Persisted
static java.util.Vector DataPacketUtils.convertToDataPackets(Persisted persistedObject)
          Converts Single Persisted object to DataPacket.