Package org.kuali.rice.kns.kim.role
Class DerivedRoleTypeServiceBase
java.lang.Object
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
org.kuali.rice.kns.kim.role.RoleTypeServiceBase
org.kuali.rice.kns.kim.role.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.
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)
-
Nested Class Summary
Nested classes/interfaces inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
DataDictionaryTypeServiceBase.KimTypeAttributeException, DataDictionaryTypeServiceBase.KimTypeAttributeValidationException -
Field Summary
Fields inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
COMMA_SEPARATOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<org.kuali.rice.kim.api.role.RoleMembership> getRoleMembersFromDerivedRole(String namespaceCode, String roleName, Map<String, String> qualification) Deprecated.Return an empty list since this method should not be called by the role service for this service type.booleanDeprecated.Default to not being a derived role type.Methods inherited from class org.kuali.rice.kns.kim.role.RoleTypeServiceBase
convertQualificationForMemberRoles, convertQualificationForMemberRolesAndMemberAttributes, doesDelegationQualifierMatchQualification, doesRoleQualifierMatchQualification, dynamicRoleMembership, getMatchingRoleMemberships, getQualifiersForExactMatch, hasDerivedRole, roleMemberRemoved, shouldValidateQualifiersForMemberType, sortRoleMembersMethods inherited from class org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
areAttributesEqual, extractErrorsFromGlobalVariablesErrorMap, getAttributeDefinitions, getAttributeFormatter, getAttributeMaxValue, getAttributeMinValue, getAttributeValidatingExpression, getAttributeValue, getBusinessObjectService, getClosestParentDocumentTypeName, getDataDictionaryAttributeDefinition, getDataDictionaryService, getDictionaryValidationService, getDocumentTypeService, getNonDataDictionaryAttributeDefinition, getRequiredAttributes, getTypeInfoService, getUniqueAttributes, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, isCheckRequiredAttributes, performMatch, translateInputAttributes, validateAttributeFormat, validateAttributeRequired, validateAttributes, validateAttributesAgainstExisting, validateDataDictionaryAttribute, validateDataDictionaryAttribute, validateNonDataDictionaryAttribute, validatePrimitiveFromDescriptor, validateReferencesExistAndActive, validateRequiredAttributesAgainstReceived, validateUniqueAttributes, validateUnmodifiableAttributesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.kim.framework.type.KimTypeService
getAttributeDefinitions, getWorkflowDocumentTypeName, getWorkflowRoutingAttributes, validateAttributes, validateAttributesAgainstExisting, validateUniqueAttributes, validateUnmodifiableAttributes
-
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:RoleTypeServiceBaseReturn 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:
getRoleMembersFromDerivedRolein interfaceorg.kuali.rice.kim.framework.role.RoleTypeService- Overrides:
getRoleMembersFromDerivedRolein classRoleTypeServiceBase
-
isDerivedRoleType
public boolean isDerivedRoleType()Deprecated.Description copied from class:RoleTypeServiceBaseDefault to not being a derived role type. Always returns false.- Specified by:
isDerivedRoleTypein interfaceorg.kuali.rice.kim.framework.role.RoleTypeService- Overrides:
isDerivedRoleTypein classRoleTypeServiceBase- See Also:
-