Uses of Interface
com.bankframe.ejb.EPrimaryKey

Packages that use EPrimaryKey
com.bankframe.ei.txnhandler.impl.destination   
com.bankframe.ei.txnhandler.impl.destinationejbmap   
com.bankframe.ei.txnhandler.impl.persistertxnmap   
com.bankframe.ei.txnhandler.impl.transactionidentifier   
com.bankframe.ei.txnhandler.impl.transactionroute   
com.bankframe.ei.txnhandler.oldpersister   
com.bankframe.ei.txnhandler.persister   
com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction   
com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction   
com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction   
com.bankframe.ei.txnhandler.transactionlayout.impl.request   
com.bankframe.ei.txnhandler.transactionlayout.impl.response   
com.bankframe.ei.txnhandler.transactionresponse.errorcondition   
com.bankframe.ei.txnhandler.transactionresponse.metadata   
com.bankframe.ejb.bmp   
com.bankframe.examples.bo.impl.account   
com.bankframe.examples.bo.impl.address   
com.bankframe.examples.bo.impl.customer   
com.bankframe.services.impl.audit.auditrecord   
com.bankframe.services.impl.audit.auditroute   
com.bankframe.services.impl.sequencegenerator   
com.bankframe.services.notification.impl.registeredaddress   
com.bankframe.services.route   
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.impl.destination
 

Classes in com.bankframe.ei.txnhandler.impl.destination that implement EPrimaryKey
 class DestinationPK
          Destination Primary Key
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.impl.destinationejbmap
 

Classes in com.bankframe.ei.txnhandler.impl.destinationejbmap that implement EPrimaryKey
 class DestinationEjbMapPK
          This class defines the primary key attributes of the DestinationEjbMap Entity
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.impl.persistertxnmap
 

Classes in com.bankframe.ei.txnhandler.impl.persistertxnmap that implement EPrimaryKey
 class PersisterTxnMapPK
          This is the primaryKey class of the PersisterTxnMap EJB.
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.impl.transactionidentifier
 

Classes in com.bankframe.ei.txnhandler.impl.transactionidentifier that implement EPrimaryKey
 class TransactionIdentifierPK
          Destination Primary Key
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.impl.transactionroute
 

Classes in com.bankframe.ei.txnhandler.impl.transactionroute that implement EPrimaryKey
 class TransactionRoutePK
          This class is a Primary Key for TransactoinRoute
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.oldpersister
 

Methods in com.bankframe.ei.txnhandler.oldpersister that return EPrimaryKey
 EPrimaryKey TxnPersister.create(EBMPEntity entityBean)
          Deprecated. This method is used to create an entity in the data store
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.persister
 

Methods in com.bankframe.ei.txnhandler.persister that return EPrimaryKey
 EPrimaryKey TxnPersister.create(EBMPEntity entityBean)
          This method is used to create an entity in the data store
 EPrimaryKey StoreMasterEntityPersister.create(EBMPEntity entityBean)
          This method is used to create an entity in the data store
 EPrimaryKey MasterEntityPersister.create(EBMPEntity entityBean)
          This method is used to create an entity in the data store
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction
 

Classes in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.errortransaction that implement EPrimaryKey
 class ErrorTransactionPK
          This class defines the primary key attributes of the ErrorTransaction Entity
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction
 

Classes in com.bankframe.ei.txnhandler.storeandforward.completedforwardtransaction.impl.successfultransaction that implement EPrimaryKey
 class SuccessfulTransactionPK
          This class defines the primary key attributes of the SuccessfulTransaction Entity
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction
 

Classes in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction that implement EPrimaryKey
 class StoreTransactionPK
          The StoreTransactionPK class.
 

Methods in com.bankframe.ei.txnhandler.storeandforward.impl.storetransaction that return EPrimaryKey
 EPrimaryKey StoreTransactionCMPBean.getPrimaryKey()
          This method gets the primary key object for this entity instance.
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.transactionlayout.impl.request
 

Classes in com.bankframe.ei.txnhandler.transactionlayout.impl.request that implement EPrimaryKey
 class RequestTransactionFieldPK
          This class is the primary key class for the RequestTransactionField
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.transactionlayout.impl.response
 

Classes in com.bankframe.ei.txnhandler.transactionlayout.impl.response that implement EPrimaryKey
 class ResponseTransactionFieldPK
          This class is the primary key for the ResponseTransactionField
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.transactionresponse.errorcondition
 

Classes in com.bankframe.ei.txnhandler.transactionresponse.errorcondition that implement EPrimaryKey
 class TransactionErrorConditionPK
          This class is the primary key for TransactionErrorCondition
 

Uses of EPrimaryKey in com.bankframe.ei.txnhandler.transactionresponse.metadata
 

Classes in com.bankframe.ei.txnhandler.transactionresponse.metadata that implement EPrimaryKey
 class MetaDataPK
          MetaData Primary key
 

Uses of EPrimaryKey in com.bankframe.ejb.bmp
 

Methods in com.bankframe.ejb.bmp that return EPrimaryKey
 EPrimaryKey EPersister.create(EBMPEntity entityBean)
          This method is used to create an entity in the data store.
 EPrimaryKey EBMPEntity.createPrimaryKey(DataPacket dp)
          This method creates a primary key instance from the information in the DataPacket.
 EPrimaryKey EBMPEntity.getPrimaryKey()
          This method gets a primary key that uniquely identifies this Entity Bean instance.
 

Uses of EPrimaryKey in com.bankframe.examples.bo.impl.account
 

Classes in com.bankframe.examples.bo.impl.account that implement EPrimaryKey
 class AccountPK
          This class defines the primary key attributes of the Account Entity
 

Methods in com.bankframe.examples.bo.impl.account that return EPrimaryKey
 EPrimaryKey AccountBMPBean.createPrimaryKey(DataPacket dp)
          This method creates a primary key instance from the specified data.
 EPrimaryKey AccountBMPBean.getPrimaryKey()
          This method gets the primary key object for this entity instance.
 

Uses of EPrimaryKey in com.bankframe.examples.bo.impl.address
 

Classes in com.bankframe.examples.bo.impl.address that implement EPrimaryKey
 class AddressPK
          This class defines the primary key attributes of the Address Entity
 

Methods in com.bankframe.examples.bo.impl.address that return EPrimaryKey
 EPrimaryKey AddressBMPBean.createPrimaryKey(DataPacket dp)
          This method creates a primary key instance from the specified data.
 EPrimaryKey AddressBMPBean.getPrimaryKey()
          This method gets the primary key object for this entity instance.
 

Uses of EPrimaryKey in com.bankframe.examples.bo.impl.customer
 

Classes in com.bankframe.examples.bo.impl.customer that implement EPrimaryKey
 class CustomerPK
          This class defines the primary key attributes of the customer entity.
 

Methods in com.bankframe.examples.bo.impl.customer that return EPrimaryKey
 EPrimaryKey CustomerBMPBean.createPrimaryKey(DataPacket dp)
          This method builds a primary from a given DataPacket.
 EPrimaryKey CustomerBMPBean.getPrimaryKey()
          This method returns the primary key object for this entity instance.
 

Uses of EPrimaryKey in com.bankframe.services.impl.audit.auditrecord
 

Classes in com.bankframe.services.impl.audit.auditrecord that implement EPrimaryKey
 class AuditRecordPK
          The AuditRecordPK class.
 

Uses of EPrimaryKey in com.bankframe.services.impl.audit.auditroute
 

Classes in com.bankframe.services.impl.audit.auditroute that implement EPrimaryKey
 class AuditRoutePK
          The AuditRoutePK class.
 

Uses of EPrimaryKey in com.bankframe.services.impl.sequencegenerator
 

Classes in com.bankframe.services.impl.sequencegenerator that implement EPrimaryKey
 class SequenceGeneratorPK
          The SequenceGeneratorPK class.
 

Uses of EPrimaryKey in com.bankframe.services.notification.impl.registeredaddress
 

Classes in com.bankframe.services.notification.impl.registeredaddress that implement EPrimaryKey
 class RegisteredAddressPK
          The RegisteredAddress Primary Key Interface
 

Uses of EPrimaryKey in com.bankframe.services.route
 

Classes in com.bankframe.services.route that implement EPrimaryKey
 class RoutePK
          This is the interface of the Primary Key for the EJBean ServiceBean.
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.