public class KualiModuleServiceImpl extends Object implements KualiModuleService, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
| Constructor and Description |
|---|
KualiModuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
String |
getComponentCode(Class<?> documentClass) |
List<String> |
getDataDictionaryPackages() |
List<ModuleService> |
getInstalledModuleServices() |
ModuleService |
getModuleService(String moduleId) |
ModuleService |
getModuleServiceByNamespaceCode(String namespaceCode) |
String |
getNamespaceCode(Class<?> documentClass) |
String |
getNamespaceName(String namespaceCode) |
ModuleService |
getResponsibleModuleService(Class boClass) |
boolean |
isModuleServiceInstalled(String namespaceCode) |
void |
setApplicationContext(org.springframework.context.ApplicationContext applicationContext) |
void |
setInstalledModuleServices(List<ModuleService> installedModuleServices) |
void |
setLoadRiceInstalledModuleServices(boolean loadRiceInstalledModuleServices) |
public KualiModuleServiceImpl()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
setApplicationContext in interface org.springframework.context.ApplicationContextAwareapplicationContext - the applicationContext to setpublic List<ModuleService> getInstalledModuleServices()
getInstalledModuleServices in interface KualiModuleServicepublic ModuleService getModuleService(String moduleId)
getModuleService in interface KualiModuleServicepublic ModuleService getModuleServiceByNamespaceCode(String namespaceCode)
getModuleServiceByNamespaceCode in interface KualiModuleServicepublic boolean isModuleServiceInstalled(String namespaceCode)
isModuleServiceInstalled in interface KualiModuleServicepublic ModuleService getResponsibleModuleService(Class boClass)
getResponsibleModuleService in interface KualiModuleServicepublic void setInstalledModuleServices(List<ModuleService> installedModuleServices)
setInstalledModuleServices in interface KualiModuleServicepublic List<String> getDataDictionaryPackages()
getDataDictionaryPackages in interface KualiModuleServicepublic String getNamespaceName(String namespaceCode)
getNamespaceName in interface KualiModuleServicepublic void setLoadRiceInstalledModuleServices(boolean loadRiceInstalledModuleServices)
loadRiceInstalledModuleServices - the loadRiceInstalledModuleServices to setpublic void afterPropertiesSet() throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionInitializingBean.afterPropertiesSet()public String getNamespaceCode(Class<?> documentClass)
getNamespaceCode in interface KualiModuleServicepublic String getComponentCode(Class<?> documentClass)
getComponentCode in interface KualiModuleServiceCopyright © 2005–2016 The Kuali Foundation. All rights reserved.