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

All Superinterfaces:
javax.ejb.EJBLocalHome

public interface LocalAccountProfileHome
extends javax.ejb.EJBLocalHome


Method Summary
 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)
           
 java.util.Collection findAll()
           
 LocalAccountProfile findByPrimaryKey(java.lang.String userID)
           
 LocalAccountProfile findByPrimaryKeyForUpdate(java.lang.String userID)
           
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

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.