public class MockKualiModuleService extends Object implements KualiModuleService, org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.InitializingBean
Modifier and Type | Class and Description |
---|---|
static class |
MockKualiModuleService.MockBusinessObject |
Constructor and Description |
---|
MockKualiModuleService() |
public MockKualiModuleService()
public static <T extends ExternalizableBusinessObject> void registerModuleService(String moduleId, String namespaceCode, Class<T> boClass, boolean lookupable, boolean inquirable, List<T> instances)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
InitializingBean.afterPropertiesSet()
public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext
in interface org.springframework.context.ApplicationContextAware
org.springframework.beans.BeansException
ApplicationContextAware.setApplicationContext(org.springframework.context.ApplicationContext)
public Map<String,List<String>> getResourceBundleNames()
public void setResourceBundleNames(Map<String,List<String>> resourceBundleNames)
resourceBundleNames
- the resourceBundleNames to setpublic List<ModuleService> getInstalledModuleServices()
getInstalledModuleServices
in interface KualiModuleService
KualiModuleService.getInstalledModuleServices()
public ModuleService getModuleService(String moduleId)
getModuleService
in interface KualiModuleService
KualiModuleService.getModuleService(java.lang.String)
public ModuleService getModuleServiceByNamespaceCode(String namespaceCode)
getModuleServiceByNamespaceCode
in interface KualiModuleService
KualiModuleService.getModuleServiceByNamespaceCode(java.lang.String)
public boolean isModuleServiceInstalled(String namespaceCode)
isModuleServiceInstalled
in interface KualiModuleService
KualiModuleService.isModuleServiceInstalled(java.lang.String)
public ModuleService getResponsibleModuleService(Class boClass)
getResponsibleModuleService
in interface KualiModuleService
KualiModuleService.getResponsibleModuleService(java.lang.Class)
public void setInstalledModuleServices(List<ModuleService> moduleServices)
setInstalledModuleServices
in interface KualiModuleService
KualiModuleService.setInstalledModuleServices(java.util.List)
public List<String> getDataDictionaryPackages()
getDataDictionaryPackages
in interface KualiModuleService
KualiModuleService.getDataDictionaryPackages()
public String getNamespaceName(String namespaceCode)
getNamespaceName
in interface KualiModuleService
KualiModuleService.getNamespaceName(java.lang.String)
public String getNamespaceCode(Class<?> documentOrStepClass)
getNamespaceCode
in interface KualiModuleService
KualiModuleService.getNamespaceCode(java.lang.Class)
public String getComponentCode(Class<?> documentOrStepClass)
getComponentCode
in interface KualiModuleService
KualiModuleService.getComponentCode(java.lang.Class)
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.