| Package | Description |
|---|---|
| org.kuali.kra.common.permissions.bo | |
| org.kuali.kra.common.permissions.web.bean | |
| org.kuali.kra.common.permissions.web.struts.form | |
| org.kuali.kra.proposaldevelopment.web.struts.form |
Provides the classes for the struts form of proposaldevelopment.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
PermissionsRoleState.getRole() |
| Constructor and Description |
|---|
PermissionsRoleState(Role role) |
| Modifier and Type | Method and Description |
|---|---|
Role |
RoleState.getRole() |
Role |
AssignedRole.getRole() |
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
User.getRoles() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.addRole(Role role) |
| Constructor and Description |
|---|
AssignedRole(Role role) |
RoleState(Role role) |
| Constructor and Description |
|---|
UserState(KcPerson person,
List<Role> roles)
Constructs a UserState.
|
| Modifier and Type | Method and Description |
|---|---|
Role |
PermissionsHelperBase.getRole(String roleName)
Get a specific role.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
PermissionsHelperBase.getNormalRoles()
Get the "normal" roles for the document.
|
List<Role> |
PermissionsHelperBase.getRoles()
Get the roles for the document.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PermissionsHelperBase.setRoles(List<Role> roles)
Set the roles, this is for classes that
have to override the buildRoles or otherwise
need to set the List.
|
| Modifier and Type | Method and Description |
|---|---|
List<Role> |
ProposalDevelopmentForm.getProposalRoles()
Get the list of all of the Proposal roles (filter out unassigned).
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.