|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Nested Class Summary | |
static class |
RoleManager.Access
|
Field Summary | |
static int |
DEFAULT_ROLES_NUMBER
|
Method Summary | |
void |
add(int ID,
java.lang.String role)
Add a role on the list |
void |
clear()
Clear the role list |
java.lang.String |
getRole(int ID)
Get roles by ID |
java.lang.String[] |
getRoles()
Return all roles list |
java.lang.String[] |
getRolesShort()
Return all roles exept the default roles |
int |
nbOfRoles()
Return the number of roles for the project, exept the default roles |
void |
setRoles(java.util.Hashtable roles)
Change the role list by another one |
Field Detail |
public static final int DEFAULT_ROLES_NUMBER
Method Detail |
public void clear()
public java.lang.String[] getRoles()
public java.lang.String[] getRolesShort()
public void setRoles(java.util.Hashtable roles)
public java.lang.String getRole(int ID)
public int nbOfRoles()
public void add(int ID, java.lang.String role)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |