|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kim.service.impl.RoleServiceBase
org.kuali.rice.kim.service.impl.RoleUpdateServiceImpl
public class RoleUpdateServiceImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.kuali.rice.kim.service.impl.RoleServiceBase |
---|
RoleServiceBase.RoleDaoAction |
Field Summary |
---|
Constructor Summary | |
---|---|
RoleUpdateServiceImpl()
|
Method Summary | |
---|---|
protected void |
addDelegationMemberAttributeData(KimDelegationMemberImpl delegationMember,
AttributeSet qualifier,
String kimTypeId)
|
protected void |
addMemberAttributeData(RoleMemberImpl roleMember,
AttributeSet qualifier,
String kimTypeId)
|
void |
assignGroupToRole(String groupId,
String namespaceCode,
String roleName,
AttributeSet qualifier)
Assigns the group with the given id to the role with the specified namespace code and name with the supplied set of qualifications. |
void |
assignPermissionToRole(String permissionId,
String roleId)
Assigns the given permission to the given role |
void |
assignPrincipalToRole(String principalId,
String namespaceCode,
String roleName,
AttributeSet qualifier)
Assigns the principal with the given id to the role with the specified namespace code and name with the supplied set of qualifications. |
void |
assignRoleToRole(String roleId,
String namespaceCode,
String roleName,
AttributeSet qualifier)
Assigns the role with the given id to the role with the specified namespace code and name with the supplied set of qualifications. |
String |
getNextAvailableRoleId()
Returns id available for a new role |
List<RoleMemberImpl> |
getRoleMembersByDefaultStrategy(RoleImpl role,
String memberId,
String memberTypeCode,
AttributeSet qualifier)
|
void |
removeGroupFromRole(String groupId,
String namespaceCode,
String roleName,
AttributeSet qualifier)
Remove the group with the given id and qualifications from the role with the specified namespace code and role name. |
void |
removePrincipalFromRole(String principalId,
String namespaceCode,
String roleName,
AttributeSet qualifier)
Remove the principal with the given id and qualifications from the role with the specified namespace code and role name. |
void |
removeRoleFromRole(String roleId,
String namespaceCode,
String roleName,
AttributeSet qualifier)
Remove the group with the given id and qualifications from the role with the specified namespace code and role name. |
void |
saveDelegationMemberForRole(String delegationMemberId,
String roleMemberId,
String memberId,
String memberTypeCode,
String delegationTypeCode,
String roleId,
AttributeSet qualifications,
Date activeFromDate,
Date activeToDate)
This overridden method ... |
void |
saveRole(String roleId,
String roleName,
String roleDescription,
boolean active,
String kimTypeId,
String namespaceCode)
Creates or updates role with given attributes |
RoleMemberCompleteInfo |
saveRoleMemberForRole(String roleMemberId,
String memberId,
String memberTypeCode,
String roleId,
AttributeSet qualifications,
Date activeFromDate,
Date activeToDate)
Assigns the role with the given id to the role with the specified namespace code and name with the supplied set of qualifications. |
void |
saveRoleRspActions(String roleResponsibilityActionId,
String roleId,
String roleResponsibilityId,
String roleMemberId,
String actionTypeCode,
String actionPolicyCode,
Integer priorityNumber,
Boolean forceAction)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RoleUpdateServiceImpl()
Method Detail |
---|
public void assignGroupToRole(String groupId, String namespaceCode, String roleName, AttributeSet qualifier)
RoleUpdateService
assignGroupToRole
in interface RoleUpdateService
public void assignPrincipalToRole(String principalId, String namespaceCode, String roleName, AttributeSet qualifier)
RoleUpdateService
assignPrincipalToRole
in interface RoleUpdateService
public void assignRoleToRole(String roleId, String namespaceCode, String roleName, AttributeSet qualifier)
RoleUpdateService
assignRoleToRole
in interface RoleUpdateService
public List<RoleMemberImpl> getRoleMembersByDefaultStrategy(RoleImpl role, String memberId, String memberTypeCode, AttributeSet qualifier)
public void removeGroupFromRole(String groupId, String namespaceCode, String roleName, AttributeSet qualifier)
RoleUpdateService
removeGroupFromRole
in interface RoleUpdateService
public void removePrincipalFromRole(String principalId, String namespaceCode, String roleName, AttributeSet qualifier)
RoleUpdateService
removePrincipalFromRole
in interface RoleUpdateService
public void removeRoleFromRole(String roleId, String namespaceCode, String roleName, AttributeSet qualifier)
RoleUpdateService
removeRoleFromRole
in interface RoleUpdateService
public void saveDelegationMemberForRole(String delegationMemberId, String roleMemberId, String memberId, String memberTypeCode, String delegationTypeCode, String roleId, AttributeSet qualifications, Date activeFromDate, Date activeToDate) throws UnsupportedOperationException
saveDelegationMemberForRole
in interface RoleUpdateService
UnsupportedOperationException
org.kuali.rice.kim.service.RoleUpdateService#assignRoleAsDelegationMemberToRole(java.lang.String, java.lang.String, java.lang.String, org.kuali.rice.kim.bo.types.dto.AttributeSet)
public RoleMemberCompleteInfo saveRoleMemberForRole(String roleMemberId, String memberId, String memberTypeCode, String roleId, AttributeSet qualifications, Date activeFromDate, Date activeToDate) throws UnsupportedOperationException
RoleUpdateService
saveRoleMemberForRole
in interface RoleUpdateService
UnsupportedOperationException
public void saveRoleRspActions(String roleResponsibilityActionId, String roleId, String roleResponsibilityId, String roleMemberId, String actionTypeCode, String actionPolicyCode, Integer priorityNumber, Boolean forceAction)
saveRoleRspActions
in interface RoleUpdateService
protected void addMemberAttributeData(RoleMemberImpl roleMember, AttributeSet qualifier, String kimTypeId)
protected void addDelegationMemberAttributeData(KimDelegationMemberImpl delegationMember, AttributeSet qualifier, String kimTypeId)
public void saveRole(String roleId, String roleName, String roleDescription, boolean active, String kimTypeId, String namespaceCode) throws UnsupportedOperationException
RoleUpdateService
saveRole
in interface RoleUpdateService
UnsupportedOperationException
public String getNextAvailableRoleId() throws UnsupportedOperationException
RoleUpdateService
getNextAvailableRoleId
in interface RoleUpdateService
UnsupportedOperationException
public void assignPermissionToRole(String permissionId, String roleId) throws UnsupportedOperationException
RoleUpdateService
assignPermissionToRole
in interface RoleUpdateService
UnsupportedOperationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |