|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.group.GroupRoleHome
public final class GroupRoleHome
This class provides instances management methods (create, find, ...) for Group right objects
Method Summary | |
---|---|
static void |
addRole(java.lang.String strGroupKey,
java.lang.String strRoleKey)
Assign a role to group |
static java.util.ArrayList<java.lang.String> |
findGroupRoles(java.lang.String strGroupKey)
Find group's roles |
static void |
removeRoles(java.lang.String strGroupKey)
Delete groups for a group |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.util.ArrayList<java.lang.String> findGroupRoles(java.lang.String strGroupKey)
strGroupKey
- the login
public static void removeRoles(java.lang.String strGroupKey)
strGroupKey
- The key of the grouppublic static void addRole(java.lang.String strGroupKey, java.lang.String strRoleKey)
strGroupKey
- The key of the groupstrRoleKey
- The key of the role
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |