Class KualiModuleServiceImpl

java.lang.Object
org.kuali.rice.krad.service.impl.KualiModuleServiceImpl
All Implemented Interfaces:
org.kuali.rice.krad.service.KualiModuleService, org.springframework.beans.factory.Aware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware

public class KualiModuleServiceImpl extends Object implements org.kuali.rice.krad.service.KualiModuleService, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
Author:
Kuali Rice Team (rice.collab@kuali.org)
  • Constructor Details

    • KualiModuleServiceImpl

      public KualiModuleServiceImpl()
  • Method Details

    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Parameters:
      applicationContext - the applicationContext to set
    • getInstalledModuleServices

      public List<org.kuali.rice.krad.service.ModuleService> getInstalledModuleServices()
      Specified by:
      getInstalledModuleServices in interface org.kuali.rice.krad.service.KualiModuleService
    • getModuleService

      public org.kuali.rice.krad.service.ModuleService getModuleService(String moduleId)
      Specified by:
      getModuleService in interface org.kuali.rice.krad.service.KualiModuleService
    • getModuleServiceByNamespaceCode

      public org.kuali.rice.krad.service.ModuleService getModuleServiceByNamespaceCode(String namespaceCode)
      Specified by:
      getModuleServiceByNamespaceCode in interface org.kuali.rice.krad.service.KualiModuleService
    • isModuleServiceInstalled

      public boolean isModuleServiceInstalled(String namespaceCode)
      Specified by:
      isModuleServiceInstalled in interface org.kuali.rice.krad.service.KualiModuleService
    • getResponsibleModuleService

      public org.kuali.rice.krad.service.ModuleService getResponsibleModuleService(Class boClass)
      Specified by:
      getResponsibleModuleService in interface org.kuali.rice.krad.service.KualiModuleService
    • setInstalledModuleServices

      public void setInstalledModuleServices(List<org.kuali.rice.krad.service.ModuleService> installedModuleServices)
      Specified by:
      setInstalledModuleServices in interface org.kuali.rice.krad.service.KualiModuleService
    • getDataDictionaryPackages

      public List<String> getDataDictionaryPackages()
      Specified by:
      getDataDictionaryPackages in interface org.kuali.rice.krad.service.KualiModuleService
    • getNamespaceName

      public String getNamespaceName(String namespaceCode)
      Specified by:
      getNamespaceName in interface org.kuali.rice.krad.service.KualiModuleService
    • setLoadRiceInstalledModuleServices

      public void setLoadRiceInstalledModuleServices(boolean loadRiceInstalledModuleServices)
      Parameters:
      loadRiceInstalledModuleServices - the loadRiceInstalledModuleServices to set
    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
      See Also:
      • InitializingBean.afterPropertiesSet()
    • getNamespaceCode

      public String getNamespaceCode(Class<?> documentClass)
      Specified by:
      getNamespaceCode in interface org.kuali.rice.krad.service.KualiModuleService
    • getComponentCode

      public String getComponentCode(Class<?> documentClass)
      Specified by:
      getComponentCode in interface org.kuali.rice.krad.service.KualiModuleService