public class ProtocolPrintPermissionUtils extends PermissionsHelperBase
| Constructor and Description |
|---|
ProtocolPrintPermissionUtils() |
ProtocolPrintPermissionUtils(String roleType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canModifyPermissions()
Can the current user modify the users and their roles?
|
protected List<KcPerson> |
getPersonsInRole(String roleName)
Get the persons in a role.
|
ProtocolBase |
getProtocol()
Gets the protocol attribute.
|
protected boolean |
isStandardRoleName(String roleName)
Is this one of the standard roles? Every document comes
with one or more standard roles (Aggregator, Budget Creator, Viewer, etc.).
|
void |
setProtocol(ProtocolBase protocol)
Sets the protocol attribute value.
|
addNewUser, buildRoles, getAssignedRoles, getEditRoles, getKcPersonService, getKimPermissionService, getKimRoles, getModifyPermissions, getNewUser, getNormalRoles, getRole, getRoleDisplayName, getRoles, getRoleSelection, getSortedKimRoles, getTaskAuthorizationService, getUnassignedRoleDisplayName, getUnassignedRoleName, getUserIdentifier, getUsers, getUserState, getUserStates, prepareView, resetUserStates, setRoles, setUserEditRolespublic ProtocolPrintPermissionUtils()
public ProtocolPrintPermissionUtils(String roleType)
public boolean canModifyPermissions()
PermissionsHelperBasecanModifyPermissions in class PermissionsHelperBasePermissionsHelperBase.canModifyPermissions()protected List<KcPerson> getPersonsInRole(String roleName)
PermissionsHelperBasegetPersonsInRole in class PermissionsHelperBaseroleName - the name of the rolePermissionsHelperBase.getPersonsInRole(java.lang.String)protected boolean isStandardRoleName(String roleName)
PermissionsHelperBaseisStandardRoleName in class PermissionsHelperBaseroleName - the name of the rolePermissionsHelperBase.isStandardRoleName(java.lang.String)public void setProtocol(ProtocolBase protocol)
protocol - The protocol to set.public ProtocolBase getProtocol()
Copyright © 2013 The Kuali Foundation. All Rights Reserved.