public class KFSModuleServiceImpl extends Object implements KualiModuleService
| Constructor and Description |
|---|
KFSModuleServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComponentCode(Class<?> documentOrStepClass) |
List<String> |
getDataDictionaryPackages() |
List<ModuleService> |
getInstalledModuleServices() |
ModuleService |
getModuleService(String moduleId) |
ModuleService |
getModuleServiceByNamespaceCode(String namespaceCode) |
String |
getNamespaceCode(Class<?> documentOrStepClass) |
String |
getNamespaceName(String namespaceCode) |
ModuleService |
getResponsibleModuleService(Class boClass) |
ModuleService |
getResponsibleModuleServiceForJob(String jobName) |
boolean |
isModuleServiceInstalled(String namespaceCode) |
void |
setInstalledModuleServices(List<ModuleService> moduleServices) |
void |
setKualiModuleService(KualiModuleService kualiModuleService) |
public KFSModuleServiceImpl()
public 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 ModuleService getResponsibleModuleServiceForJob(String jobName)
getResponsibleModuleServiceForJob in interface KualiModuleServicepublic void setInstalledModuleServices(List<ModuleService> moduleServices)
setInstalledModuleServices in interface KualiModuleServicepublic List<String> getDataDictionaryPackages()
getDataDictionaryPackages in interface KualiModuleServicepublic String getNamespaceName(String namespaceCode)
getNamespaceName in interface KualiModuleServicepublic String getNamespaceCode(Class<?> documentOrStepClass)
getNamespaceCode in interface KualiModuleServicepublic String getComponentCode(Class<?> documentOrStepClass)
getComponentCode in interface KualiModuleServicepublic void setKualiModuleService(KualiModuleService kualiModuleService)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.