Class KimFrameworkServiceLocator

java.lang.Object
org.kuali.rice.kim.framework.services.KimFrameworkServiceLocator

public class KimFrameworkServiceLocator extends Object
  • Constructor Details

    • KimFrameworkServiceLocator

      public KimFrameworkServiceLocator()
  • Method Details

    • getKimTypeService

      public static KimTypeService getKimTypeService(org.kuali.rice.kim.api.type.KimType kimType)
      Fetches the KimTypeService for the given KimType If the kimType passed in is null then this method will return null. This method will resolve the kimTypeServiceName on the given KimType and then delegate to getKimTypeService(javax.xml.namespace.QName).
    • getKimTypeService

      public static KimTypeService getKimTypeService(QName kimTypeServiceName)
      Fetches the KimTypeService for the given kim type service name. If the given QName is null, then this method will throw an IllegalArgumentException.
      Throws:
      IllegalArgumentException - if the given kimTypeServiceName is null