org.apache.geronimo.samples.daytrader.ejb
Interface LocalAccountProfileHome

All Superinterfaces:
EJBLocalHome

public interface LocalAccountProfileHome
extends EJBLocalHome


Method Summary
 LocalAccountProfile create(String userID, String password, String fullname, String address, String email, String creditCard)
           
 Collection findAll()
           
 LocalAccountProfile findByPrimaryKey(String userID)
           
 LocalAccountProfile findByPrimaryKeyForUpdate(String userID)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

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.