org.kuali.rice.kim.service.impl
Class RoleUpdateServiceImpl

java.lang.Object
  extended by org.kuali.rice.kim.service.impl.RoleServiceBase
      extended by org.kuali.rice.kim.service.impl.RoleUpdateServiceImpl
All Implemented Interfaces:
RoleUpdateService

public class RoleUpdateServiceImpl
extends RoleServiceBase
implements RoleUpdateService

Author:
Kuali Rice Team (rice.collab@kuali.org)

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kuali.rice.kim.service.impl.RoleServiceBase
RoleServiceBase.RoleDaoAction
 
Field Summary
 
Fields inherited from class org.kuali.rice.kim.service.impl.RoleServiceBase
DELEGATION_IMPL_CACHE_GROUP, DELEGATION_IMPL_CACHE_PREFIX, DELEGATION_IMPL_LIST_CACHE_PREFIX, DELEGATION_MEMBER_IMPL_BY_DLGN_AND_ID_CACHE_PREFIX, DELEGATION_MEMBER_IMPL_CACHE_GROUP, DELEGATION_MEMBER_IMPL_CACHE_PREFIX, DELEGATION_MEMBER_IMPL_LIST_BY_MBR_DLGN_CACHE_PREFIX, DELEGATION_MEMBER_IMPL_LIST_CACHE_PREFIX, ROLE_IMPL_BY_NAME_CACHE_PREFIX, ROLE_IMPL_CACHE_GROUP, ROLE_IMPL_CACHE_PREFIX, ROLE_MEMBER_IMPL_CACHE_GROUP, ROLE_MEMBER_IMPL_CACHE_PREFIX, ROLE_MEMBER_IMPL_LIST_CACHE_PREFIX
 
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 org.kuali.rice.kim.service.impl.RoleServiceBase
addKimDelegationImplToCache, addKimDelegationMemberImplListByMemberAndDelegationIdToCache, addKimDelegationMemberImplToCache, addRoleImplToCache, addRoleMemberImplToCache, checkForCircularRoleMembership, doAnyMemberRecordsMatch, doAnyMemberRecordsMatchByExactQualifier, doesMemberMatch, findDelegateMembersCompleteInfo, findRoleMemberCompleteInfo, findRoleMembersCompleteInfo, flushInternalDelegationCache, flushInternalDelegationMemberCache, flushInternalRoleCache, flushInternalRoleMemberCache, getApplicationRoleTypeCache, getBusinessObjectService, getCacheAdministrator, getDelegationCacheKey, getDelegationFromCache, getDelegationImpl, getDelegationListCacheKey, getDelegationMemberByDelegationAndIdCacheKey, getDelegationMemberByDelegationAndIdFromCache, getDelegationMemberCacheKey, getDelegationMemberFromCache, getDelegationMemberListByMemberAndDelegationIdCacheKey, getDelegationMemberListByMemberAndDelegationIdFromCache, getDelegationMemberListCacheKey, getDelegationOfType, getDelegationTypeServiceCache, getIdentityManagementNotificationService, getIdentityManagementService, getKimAttributeId, getKimDelegationImpl, getKimDelegationImplMap, getKimDelegationMemberImpl, getKimDelegationMemberImplByDelegationAndId, getKimDelegationMemberImplList, getKimDelegationMemberImplListByMemberAndDelegationId, getLookupService, getMember, getMemberName, getMemberNamespaceCode, getMemberParentRoleIds, getNestedRoleTypeMemberIds, getNewAttributeDataId, getNewDelegationId, getNewDelegationMemberId, getPrimaryDelegation, getRefreshPeriodInSeconds, getResponsibilityInternalService, getRoleByNameCacheKey, getRoleCacheKey, getRoleDao, getRoleFromCache, getRoleFromCache, getRoleImpl, getRoleImplByName, getRoleMemberCacheKey, getRoleMemberFromCache, getRoleMemberImpl, getRoleMemberImplList, getRoleMemberListCacheKey, getRoleMemberResponsibilityActionInfo, getRoleMembersByExactQualifierMatch, getRoleTypeRoleMemberIds, getRoleTypeService, getRoleTypeService, getRoleTypeServiceCache, getSequenceAccessorService, getStoredDelegationGroupsForGroupIdsAndDelegationIds, getStoredDelegationImplMapFromRoleIds, getStoredDelegationImplsForRoleIds, getStoredDelegationMembersForDelegationIds, getStoredDelegationPrincipalsForPrincipalIdAndDelegationIds, getStoredRoleGroupsForGroupIdsAndRoleIds, getStoredRoleMembersForRoleIds, getStoredRoleMembersForRoleIdsWithFilters, getStoredRoleMembershipsForRoleIdsAsMembers, getStoredRolePrincipalsForPrincipalIdAndRoleIds, isDelegationPrimary, isDelegationSecondary, matchingMemberRecord, populateQualifiersForExactMatch, setRoleDao, shouldCacheMembersOfRole
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleUpdateServiceImpl

public RoleUpdateServiceImpl()
Method Detail

assignGroupToRole

public void assignGroupToRole(String groupId,
                              String namespaceCode,
                              String roleName,
                              AttributeSet qualifier)
Description copied from interface: RoleUpdateService
Assigns the group with the given id to the role with the specified namespace code and name with the supplied set of qualifications.

Specified by:
assignGroupToRole in interface RoleUpdateService

assignPrincipalToRole

public void assignPrincipalToRole(String principalId,
                                  String namespaceCode,
                                  String roleName,
                                  AttributeSet qualifier)
Description copied from interface: RoleUpdateService
Assigns the principal with the given id to the role with the specified namespace code and name with the supplied set of qualifications.

Specified by:
assignPrincipalToRole in interface RoleUpdateService

assignRoleToRole

public void assignRoleToRole(String roleId,
                             String namespaceCode,
                             String roleName,
                             AttributeSet qualifier)
Description copied from interface: RoleUpdateService
Assigns the role with the given id to the role with the specified namespace code and name with the supplied set of qualifications.

Specified by:
assignRoleToRole in interface RoleUpdateService

getRoleMembersByDefaultStrategy

public List<RoleMemberImpl> getRoleMembersByDefaultStrategy(RoleImpl role,
                                                            String memberId,
                                                            String memberTypeCode,
                                                            AttributeSet qualifier)

removeGroupFromRole

public void removeGroupFromRole(String groupId,
                                String namespaceCode,
                                String roleName,
                                AttributeSet qualifier)
Description copied from interface: RoleUpdateService
Remove the group with the given id and qualifications from the role with the specified namespace code and role name.

Specified by:
removeGroupFromRole in interface RoleUpdateService

removePrincipalFromRole

public void removePrincipalFromRole(String principalId,
                                    String namespaceCode,
                                    String roleName,
                                    AttributeSet qualifier)
Description copied from interface: RoleUpdateService
Remove the principal with the given id and qualifications from the role with the specified namespace code and role name.

Specified by:
removePrincipalFromRole in interface RoleUpdateService

removeRoleFromRole

public void removeRoleFromRole(String roleId,
                               String namespaceCode,
                               String roleName,
                               AttributeSet qualifier)
Description copied from interface: RoleUpdateService
Remove the group with the given id and qualifications from the role with the specified namespace code and role name.

Specified by:
removeRoleFromRole in interface RoleUpdateService

saveDelegationMemberForRole

public void saveDelegationMemberForRole(String delegationMemberId,
                                        String roleMemberId,
                                        String memberId,
                                        String memberTypeCode,
                                        String delegationTypeCode,
                                        String roleId,
                                        AttributeSet qualifications,
                                        Date activeFromDate,
                                        Date activeToDate)
                                 throws UnsupportedOperationException
This overridden method ...

Specified by:
saveDelegationMemberForRole in interface RoleUpdateService
Throws:
UnsupportedOperationException
See Also:
org.kuali.rice.kim.service.RoleUpdateService#assignRoleAsDelegationMemberToRole(java.lang.String, java.lang.String, java.lang.String, org.kuali.rice.kim.bo.types.dto.AttributeSet)

saveRoleMemberForRole

public RoleMemberCompleteInfo saveRoleMemberForRole(String roleMemberId,
                                                    String memberId,
                                                    String memberTypeCode,
                                                    String roleId,
                                                    AttributeSet qualifications,
                                                    Date activeFromDate,
                                                    Date activeToDate)
                                             throws UnsupportedOperationException
Description copied from interface: RoleUpdateService
Assigns the role with the given id to the role with the specified namespace code and name with the supplied set of qualifications.

Specified by:
saveRoleMemberForRole in interface RoleUpdateService
Throws:
UnsupportedOperationException

saveRoleRspActions

public void saveRoleRspActions(String roleResponsibilityActionId,
                               String roleId,
                               String roleResponsibilityId,
                               String roleMemberId,
                               String actionTypeCode,
                               String actionPolicyCode,
                               Integer priorityNumber,
                               Boolean forceAction)
Specified by:
saveRoleRspActions in interface RoleUpdateService

addMemberAttributeData

protected void addMemberAttributeData(RoleMemberImpl roleMember,
                                      AttributeSet qualifier,
                                      String kimTypeId)

addDelegationMemberAttributeData

protected void addDelegationMemberAttributeData(KimDelegationMemberImpl delegationMember,
                                                AttributeSet qualifier,
                                                String kimTypeId)

saveRole

public void saveRole(String roleId,
                     String roleName,
                     String roleDescription,
                     boolean active,
                     String kimTypeId,
                     String namespaceCode)
              throws UnsupportedOperationException
Description copied from interface: RoleUpdateService
Creates or updates role with given attributes

Specified by:
saveRole in interface RoleUpdateService
Throws:
UnsupportedOperationException

getNextAvailableRoleId

public String getNextAvailableRoleId()
                              throws UnsupportedOperationException
Description copied from interface: RoleUpdateService
Returns id available for a new role

Specified by:
getNextAvailableRoleId in interface RoleUpdateService
Throws:
UnsupportedOperationException

assignPermissionToRole

public void assignPermissionToRole(String permissionId,
                                   String roleId)
                            throws UnsupportedOperationException
Description copied from interface: RoleUpdateService
Assigns the given permission to the given role

Specified by:
assignPermissionToRole in interface RoleUpdateService
Throws:
UnsupportedOperationException


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.