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.InitializingBeanExceptionInitializingBean.afterPropertiesSet()public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
setApplicationContext in interface org.springframework.context.ApplicationContextAwareorg.springframework.beans.BeansExceptionApplicationContextAware.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 KualiModuleServiceKualiModuleService.getInstalledModuleServices()public ModuleService getModuleService(String moduleId)
getModuleService in interface KualiModuleServiceKualiModuleService.getModuleService(java.lang.String)public ModuleService getModuleServiceByNamespaceCode(String namespaceCode)
getModuleServiceByNamespaceCode in interface KualiModuleServiceKualiModuleService.getModuleServiceByNamespaceCode(java.lang.String)public boolean isModuleServiceInstalled(String namespaceCode)
isModuleServiceInstalled in interface KualiModuleServiceKualiModuleService.isModuleServiceInstalled(java.lang.String)public ModuleService getResponsibleModuleService(Class boClass)
getResponsibleModuleService in interface KualiModuleServiceKualiModuleService.getResponsibleModuleService(java.lang.Class)public void setInstalledModuleServices(List<ModuleService> moduleServices)
setInstalledModuleServices in interface KualiModuleServiceKualiModuleService.setInstalledModuleServices(java.util.List)public List<String> getDataDictionaryPackages()
getDataDictionaryPackages in interface KualiModuleServiceKualiModuleService.getDataDictionaryPackages()public String getNamespaceName(String namespaceCode)
getNamespaceName in interface KualiModuleServiceKualiModuleService.getNamespaceName(java.lang.String)public String getNamespaceCode(Class<?> documentOrStepClass)
getNamespaceCode in interface KualiModuleServiceKualiModuleService.getNamespaceCode(java.lang.Class)public String getComponentCode(Class<?> documentOrStepClass)
getComponentCode in interface KualiModuleServiceKualiModuleService.getComponentCode(java.lang.Class)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.