Uses of Class
com.bankframe.examples.bo.impl.account.AccountPK

Packages that use AccountPK
com.bankframe.examples.bo.impl.account   
 

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

Methods in com.bankframe.examples.bo.impl.account that return AccountPK
 AccountPK AccountBMPBean.ejbCreate(java.lang.String cardNumber, java.lang.String accountNumber, java.lang.String accountName)
          This method initialises a new instance of the Address entity.
 AccountPK AccountBMPBean.ejbFindByPrimaryKey(AccountPK primaryKey)
          This method verifies that the specified Address instance exists.
 

Methods in com.bankframe.examples.bo.impl.account with parameters of type AccountPK
 AccountPK AccountBMPBean.ejbFindByPrimaryKey(AccountPK primaryKey)
          This method verifies that the specified Address instance exists.
 Account AccountHome.findByPrimaryKey(AccountPK primaryKey)
          This method retrieves the Account entity instance for the specified primary key.
 



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