Package org.kuali.rice.krad.service.impl
Class KualiModuleServiceImpl
java.lang.Object
org.kuali.rice.krad.service.impl.KualiModuleServiceImpl
- All Implemented Interfaces:
KualiModuleService,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware
public class KualiModuleServiceImpl
extends Object
implements KualiModuleService, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetComponentCode(Class<?> documentClass) getModuleService(String moduleId) getModuleServiceByNamespaceCode(String namespaceCode) getNamespaceCode(Class<?> documentClass) getNamespaceName(String namespaceCode) getResponsibleModuleService(Class boClass) booleanisModuleServiceInstalled(String namespaceCode) voidsetApplicationContext(org.springframework.context.ApplicationContext applicationContext) voidsetInstalledModuleServices(List<ModuleService> installedModuleServices) voidsetLoadRiceInstalledModuleServices(boolean loadRiceInstalledModuleServices)
-
Constructor Details
-
KualiModuleServiceImpl
public KualiModuleServiceImpl()
-
-
Method Details
-
setApplicationContext
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) - Specified by:
setApplicationContextin interfaceorg.springframework.context.ApplicationContextAware- Parameters:
applicationContext- the applicationContext to set
-
getInstalledModuleServices
- Specified by:
getInstalledModuleServicesin interfaceKualiModuleService
-
getModuleService
- Specified by:
getModuleServicein interfaceKualiModuleService
-
getModuleServiceByNamespaceCode
- Specified by:
getModuleServiceByNamespaceCodein interfaceKualiModuleService
-
isModuleServiceInstalled
- Specified by:
isModuleServiceInstalledin interfaceKualiModuleService
-
getResponsibleModuleService
- Specified by:
getResponsibleModuleServicein interfaceKualiModuleService
-
setInstalledModuleServices
- Specified by:
setInstalledModuleServicesin interfaceKualiModuleService
-
getDataDictionaryPackages
- Specified by:
getDataDictionaryPackagesin interfaceKualiModuleService
-
getNamespaceName
- Specified by:
getNamespaceNamein interfaceKualiModuleService
-
setLoadRiceInstalledModuleServices
public void setLoadRiceInstalledModuleServices(boolean loadRiceInstalledModuleServices) - Parameters:
loadRiceInstalledModuleServices- the loadRiceInstalledModuleServices to set
-
afterPropertiesSet
- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Throws:
Exception- See Also:
-
getNamespaceCode
- Specified by:
getNamespaceCodein interfaceKualiModuleService
-
getComponentCode
- Specified by:
getComponentCodein interfaceKualiModuleService
-