Class KimResponsibilityTypeServiceBase
java.lang.Object
org.kuali.rice.kns.kim.type.DataDictionaryTypeServiceBase
org.kuali.rice.kns.kim.responsibility.KimResponsibilityTypeServiceBase
- All Implemented Interfaces:
org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService,org.kuali.rice.kim.framework.type.KimTypeService
@Deprecated
public class KimResponsibilityTypeServiceBase
extends DataDictionaryTypeServiceBase
implements org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService
Deprecated.
A krad integrated type service base class will be provided in the future.
-
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 TypeMethodDescriptionfinal List<org.kuali.rice.kim.api.responsibility.Responsibility> getMatchingResponsibilities(Map<String, String> requestedDetails, List<org.kuali.rice.kim.api.responsibility.Responsibility> responsibilitiesList) Deprecated.protected List<org.kuali.rice.kim.api.responsibility.Responsibility> performResponsibilityMatches(Map<String, String> requestedDetails, List<org.kuali.rice.kim.api.responsibility.Responsibility> responsibilitiesList) Deprecated.Internal method for matching Responsibilities.Methods 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
-
KimResponsibilityTypeServiceBase
public KimResponsibilityTypeServiceBase()Deprecated.
-
-
Method Details
-
getMatchingResponsibilities
public final List<org.kuali.rice.kim.api.responsibility.Responsibility> getMatchingResponsibilities(Map<String, String> requestedDetails, List<org.kuali.rice.kim.api.responsibility.Responsibility> responsibilitiesList) Deprecated.- Specified by:
getMatchingResponsibilitiesin interfaceorg.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService
-
performResponsibilityMatches
protected List<org.kuali.rice.kim.api.responsibility.Responsibility> performResponsibilityMatches(Map<String, String> requestedDetails, List<org.kuali.rice.kim.api.responsibility.Responsibility> responsibilitiesList) Deprecated.Internal method for matching Responsibilities. Override this method to customize the matching behavior. This base implementation uses theDataDictionaryTypeServiceBase.performMatch(Map, Map)method to perform an exact match on the Responsibility details and return all that are equal.
-