|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountHome
Home interface for the Account entity bean
AccountBean
,
Account
Method Summary | |
---|---|
Account |
create(java.lang.Integer key)
Creates an Account entity (and an associated row in the database) |
java.util.Collection |
findAllAccounts()
Returns all accounts found in the database |
Account |
findByPrimaryKey(java.lang.Integer key)
Finds an Account given the account number |
Methods inherited from interface javax.ejb.EJBHome |
---|
getEJBMetaData, getHomeHandle, remove, remove |
Method Detail |
---|
Account create(java.lang.Integer key) throws javax.ejb.CreateException, java.rmi.RemoteException
key
- The account number associated with the account
javax.ejb.CreateException
java.rmi.RemoteException
java.util.Collection findAllAccounts() throws javax.ejb.FinderException, java.rmi.RemoteException
javax.ejb.FinderException
java.rmi.RemoteException
Account findByPrimaryKey(java.lang.Integer key) throws javax.ejb.FinderException, java.rmi.RemoteException
key
- An account number
javax.ejb.FinderException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |