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.
  • Constructor Details

    • KimResponsibilityTypeServiceBase

      public KimResponsibilityTypeServiceBase()
      Deprecated.
  • Method Details

    • getMatchingResponsibilities

      public final List<Responsibility> getMatchingResponsibilities(Map<String,String> requestedDetails, List<Responsibility> responsibilitiesList)
      Deprecated.
      Specified by:
      getMatchingResponsibilities in interface org.kuali.rice.kim.framework.responsibility.ResponsibilityTypeService
    • performResponsibilityMatches

      protected List<Responsibility> performResponsibilityMatches(Map<String,String> requestedDetails, List<Responsibility> responsibilitiesList)
      Deprecated.
      Internal method for matching Responsibilities. Override this method to customize the matching behavior. This base implementation uses the DataDictionaryTypeServiceBase.performMatch(Map, Map) method to perform an exact match on the Responsibility details and return all that are equal.