org.jboss.test.cmp2.commerce
Interface CustomerHome

All Superinterfaces:
EJBHome (src) , java.rmi.Remote

public interface CustomerHome
extends EJBHome (src)


Method Summary
 Customer (src) create()
           
 java.util.Collection findAll()
           
 java.util.Collection findByName(java.lang.String name)
           
 Customer (src) findByPrimaryKey(java.lang.Long id)
           
 
Methods inherited from interface javax.ejb.EJBHome (src)
getEJBMetaData, getHomeHandle, remove, remove
 

Method Detail

create

public Customer (src)  create()
                throws java.rmi.RemoteException,
                       CreateException (src) 
Throws:
java.rmi.RemoteException
CreateException (src)

findByPrimaryKey

public Customer (src)  findByPrimaryKey(java.lang.Long id)
                          throws java.rmi.RemoteException,
                                 FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findByName

public java.util.Collection findByName(java.lang.String name)
                                throws java.rmi.RemoteException,
                                       FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)

findAll

public java.util.Collection findAll()
                             throws java.rmi.RemoteException,
                                    FinderException (src) 
Throws:
java.rmi.RemoteException
FinderException (src)