|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krad.service.impl.KFSModuleServiceImpl
public class KFSModuleServiceImpl
Module service that adds support for the kfs Step class.
| Constructor Summary | |
|---|---|
KFSModuleServiceImpl()
|
|
| Method Summary | |
|---|---|
String |
getComponentCode(Class<?> documentOrStepClass)
|
List<String> |
getDataDictionaryPackages()
|
List<ModuleService> |
getInstalledModuleServices()
get the list of all installed module services |
ModuleService |
getModuleService(String moduleId)
Returns the module service with the given ID or null if the module ID is not found. |
ModuleService |
getModuleServiceByNamespaceCode(String namespaceCode)
Returns the module service with the given moduleCode or null if the moduleCode is not found. |
String |
getNamespaceCode(Class<?> documentOrStepClass)
|
String |
getNamespaceName(String namespaceCode)
This method gets namespace name for the given namespace code |
ModuleService |
getResponsibleModuleService(Class boClass)
Given a class, this method will return the module service which is responsible for authorizing access to it. |
ModuleService |
getResponsibleModuleServiceForJob(String jobName)
Given a job name, this method will return the module service which is responsible for handling it. |
boolean |
isModuleServiceInstalled(String namespaceCode)
|
void |
setInstalledModuleServices(List<ModuleService> moduleServices)
|
void |
setKualiModuleService(KualiModuleService kualiModuleService)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KFSModuleServiceImpl()
| Method Detail |
|---|
public List<ModuleService> getInstalledModuleServices()
KualiModuleService
getInstalledModuleServices in interface KualiModuleServicepublic ModuleService getModuleService(String moduleId)
KualiModuleService
getModuleService in interface KualiModuleServicepublic ModuleService getModuleServiceByNamespaceCode(String namespaceCode)
KualiModuleService
getModuleServiceByNamespaceCode in interface KualiModuleServicepublic boolean isModuleServiceInstalled(String namespaceCode)
isModuleServiceInstalled in interface KualiModuleServicepublic ModuleService getResponsibleModuleService(Class boClass)
KualiModuleService
getResponsibleModuleService in interface KualiModuleServicepublic ModuleService getResponsibleModuleServiceForJob(String jobName)
KualiModuleService
getResponsibleModuleServiceForJob in interface KualiModuleServicepublic void setInstalledModuleServices(List<ModuleService> moduleServices)
setInstalledModuleServices in interface KualiModuleServicepublic List<String> getDataDictionaryPackages()
getDataDictionaryPackages in interface KualiModuleServicepublic String getNamespaceName(String namespaceCode)
KualiModuleService
getNamespaceName in interface KualiModuleServicepublic String getNamespaceCode(Class<?> documentOrStepClass)
getNamespaceCode in interface KualiModuleServicepublic String getComponentCode(Class<?> documentOrStepClass)
getComponentCode in interface KualiModuleServicepublic void setKualiModuleService(KualiModuleService kualiModuleService)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||