public interface DefaultRole
| Modifier and Type | Method and Description |
|---|---|
Map |
getEnabledFunctions() |
String |
getRoleId() |
void |
setEnabledFunctions(Map enabledFunctions) |
void |
setRoleId(String roleId) |
Map getEnabledFunctions()
void setEnabledFunctions(Map enabledFunctions)
enabledFunctions - The enabledFunctions to set.String getRoleId()
void setRoleId(String roleId)
roleId - The roleId to set.Copyright © 2003-2014 Sakai Project. All Rights Reserved.