| Package | Description |
|---|---|
| org.marketcetera.admin | |
| org.marketcetera.admin.impl |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleFactory.create(String inName,
String inDescription)
Creates a
Role object with the given attributes. |
Role |
AdminClient.createRole(Role inRole)
Create the given role.
|
Role |
AdminClient.updateRole(String inName,
Role inRole)
Update the given role with the given original name.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
AdminClient.readRoles()
Read roles.
|
CollectionPageResponse<Role> |
AdminClient.readRoles(PageRequest inPageRequest)
Read a page or roles.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
AdminClient.createRole(Role inRole)
Create the given role.
|
Role |
AdminClient.updateRole(String inName,
Role inRole)
Update the given role with the given original name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleRole
Provides a simple
Role implementation. |
| Modifier and Type | Method and Description |
|---|---|
Role |
SimpleRoleFactory.create(String inName,
String inDescription) |
Copyright © 2020. All rights reserved.