|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spago.event.manager.ProfileManager
Constructor Summary | |
ProfileManager()
|
Method Summary | |
java.util.ArrayList |
getAllRoles()
This method return all roles This method throws an exception if something goes wrong |
java.util.ArrayList |
getAllRoles(java.lang.String userId)
This method return all roles associated to user identified bu userId This method throws an exception if something goes wrong |
java.util.ArrayList |
getAllUsers()
This method return all users This method throws an exception if something goes wrong |
java.util.ArrayList |
getAllUsers(java.lang.String roleId)
This method return all users asoociated to role identified by roleId This method throws an exception if something goes wrong |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ProfileManager()
Method Detail |
public java.util.ArrayList getAllRoles() throws java.lang.Exception
getAllRoles
in interface ProfileManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public java.util.ArrayList getAllRoles(java.lang.String userId) throws java.lang.Exception
getAllRoles
in interface ProfileManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public java.util.ArrayList getAllUsers() throws java.lang.Exception
getAllUsers
in interface ProfileManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
public java.util.ArrayList getAllUsers(java.lang.String roleId) throws java.lang.Exception
getAllUsers
in interface ProfileManagerIFace
<{Exception}>
- - if some problems occurs during operation
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |