Class DerivedRoleTypeServiceBase

All Implemented Interfaces:
org.kuali.rice.kim.framework.common.delegate.DelegationTypeService, org.kuali.rice.kim.framework.role.RoleTypeService, org.kuali.rice.kim.framework.type.KimTypeService
Direct Known Subclasses:
PrincipalDerivedRoleTypeServiceImpl

@Deprecated public class DerivedRoleTypeServiceBase extends RoleTypeServiceBase
Deprecated.
A krad integrated type service base class will be provided in the future.
This is the base class for all derived role type services
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • DerivedRoleTypeServiceBase

      public DerivedRoleTypeServiceBase()
      Deprecated.
  • Method Details

    • getRoleMembersFromDerivedRole

      public List<org.kuali.rice.kim.api.role.RoleMembership> getRoleMembersFromDerivedRole(String namespaceCode, String roleName, Map<String,String> qualification)
      Deprecated.
      Description copied from class: RoleTypeServiceBase
      Return an empty list since this method should not be called by the role service for this service type. Subclasses which are application role types should override this method.
      Specified by:
      getRoleMembersFromDerivedRole in interface org.kuali.rice.kim.framework.role.RoleTypeService
      Overrides:
      getRoleMembersFromDerivedRole in class RoleTypeServiceBase
    • isDerivedRoleType

      public boolean isDerivedRoleType()
      Deprecated.
      Description copied from class: RoleTypeServiceBase
      Default to not being a derived role type. Always returns false.
      Specified by:
      isDerivedRoleType in interface org.kuali.rice.kim.framework.role.RoleTypeService
      Overrides:
      isDerivedRoleType in class RoleTypeServiceBase
      See Also: