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