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.
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