it.eng.spago.event.manager
Interface ProfileManagerIFace

All Known Subinterfaces:
EventsFacadeIFace
All Known Implementing Classes:
EventsFacade, ProfileManager

public interface ProfileManagerIFace


Method Summary
 java.util.ArrayList getAllRoles()
           
 java.util.ArrayList getAllRoles(java.lang.String userId)
           
 java.util.ArrayList getAllUsers()
           
 java.util.ArrayList getAllUsers(java.lang.String roleId)
           
 

Method Detail

getAllUsers

public java.util.ArrayList getAllUsers()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getAllUsers

public java.util.ArrayList getAllUsers(java.lang.String roleId)
                                throws java.lang.Exception
Throws:
java.lang.Exception

getAllRoles

public java.util.ArrayList getAllRoles()
                                throws java.lang.Exception
Throws:
java.lang.Exception

getAllRoles

public java.util.ArrayList getAllRoles(java.lang.String userId)
                                throws java.lang.Exception
Throws:
java.lang.Exception