edu.cmu.mse.vault.account
Interface AccountEntityLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface AccountEntityLocalHome
extends javax.ejb.EJBLocalHome

Local Home interface for AccountEntity.


Method Summary
 AccountEntityLocal create(Account accountData, CustomerEntityLocal customerEntityLocal)
           
 AccountEntityLocal findByPrimaryKey(java.lang.Object pk)
          IMPORTANT The param is an object becuase it the pKey for the CUSTOMER table is an AUTO-INCREMENT key
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

findByPrimaryKey

public AccountEntityLocal findByPrimaryKey(java.lang.Object pk)
                                    throws javax.ejb.FinderException
IMPORTANT The param is an object becuase it the pKey for the CUSTOMER table is an AUTO-INCREMENT key

Throws:
javax.ejb.FinderException

create

public AccountEntityLocal create(Account accountData,
                                 CustomerEntityLocal customerEntityLocal)
                          throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException