org.jboss.test.hibernate.ejb.interfaces
Interface AggregateProfileService

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

public interface AggregateProfileService
extends EJBObject (src)

Remote interface for ProfileService.


Method Summary
 java.util.List listUsers()
           
 User (src) loadUser(long id)
           
 User (src) loadUser(java.lang.Long id)
           
 User (src) storeUser(User (src)  user)
           
 
Methods inherited from interface javax.ejb.EJBObject (src)
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

storeUser

public User (src)  storeUser(User (src)  user)
               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

loadUser

public User (src)  loadUser(long id)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

loadUser

public User (src)  loadUser(java.lang.Long id)
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

listUsers

public java.util.List listUsers()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException