Class KimTypeInfoServiceImpl

java.lang.Object
org.kuali.rice.kim.impl.type.KimTypeInfoServiceImpl
All Implemented Interfaces:
KimTypeInfoService

public class KimTypeInfoServiceImpl extends Object implements KimTypeInfoService
  • Field Details

    • dataObjectService

      protected org.kuali.rice.krad.data.DataObjectService dataObjectService
  • Constructor Details

    • KimTypeInfoServiceImpl

      public KimTypeInfoServiceImpl()
  • Method Details

    • getKimType

      public KimType getKimType(String id) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
      Specified by:
      getKimType in interface KimTypeInfoService
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException
    • findKimTypeByNameAndNamespace

      public KimType findKimTypeByNameAndNamespace(String namespaceCode, String name) throws org.kuali.rice.core.api.exception.RiceIllegalArgumentException
      Specified by:
      findKimTypeByNameAndNamespace in interface KimTypeInfoService
      Throws:
      org.kuali.rice.core.api.exception.RiceIllegalArgumentException
    • findAllKimTypes

      public Collection<KimType> findAllKimTypes()
      Specified by:
      findAllKimTypes in interface KimTypeInfoService
    • setDataObjectService

      public void setDataObjectService(org.kuali.rice.krad.data.DataObjectService dataObjectService)