org.apache.geronimo.samples.daytrader.ejb
Interface LocalAccountProfileHome
- All Superinterfaces:
- EJBLocalHome
public interface LocalAccountProfileHome
- extends EJBLocalHome
create
LocalAccountProfile create(String userID,
String password,
String fullname,
String address,
String email,
String creditCard)
throws CreateException
- Throws:
CreateException
findByPrimaryKeyForUpdate
LocalAccountProfile findByPrimaryKeyForUpdate(String userID)
throws FinderException
- Throws:
FinderException
findByPrimaryKey
LocalAccountProfile findByPrimaryKey(String userID)
throws FinderException
- Throws:
FinderException
findAll
Collection findAll()
throws FinderException
- Throws:
FinderException
Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.