| Package | Description |
|---|---|
| com.independentsoft.share |
| Modifier and Type | Method and Description |
|---|---|
Role |
Service.createRole(Role role)
Creates the role.
|
Role |
Service.getRole(int roleId)
Gets the role.
|
Role |
Service.getRole(RoleType type)
Gets the role.
|
Role |
Service.getRole(java.lang.String name)
Gets the role.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Role> |
Service.getRoles()
Gets the roles.
|
java.util.List<Role> |
Service.getRoles(java.util.List<IQueryOption> queryOptions)
Gets the roles.
|
java.util.List<Role> |
Service.getUserCustomActions()
Gets the user custom actions.
|
java.util.List<Role> |
Service.getUserCustomActions(java.util.List<IQueryOption> queryOptions)
Gets the user custom actions.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
Service.createRole(Role role)
Creates the role.
|
void |
Service.updateRole(Role role)
Update role.
|