edu.cmu.mse.vault.transaction
Interface TransactionEntityLocalHome

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface TransactionEntityLocalHome
extends javax.ejb.EJBLocalHome

Home interface for TransactionEntity.


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

Method Detail

findByPrimaryKey

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

Throws:
javax.ejb.FinderException

create

public TransactionEntityLocal create(Transaction transaction,
                                     AccountEntityLocal accountLocal)
                              throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException