|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KualiModuleService
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)
|
Method Detail |
---|
List<ModuleService> getInstalledModuleServices()
ModuleService getModuleService(String moduleId)
moduleId
-
ModuleService getModuleServiceByNamespaceCode(String namespaceCode)
namespaceCode
-
boolean isModuleServiceInstalled(String namespaceCode)
ModuleService getResponsibleModuleService(Class boClass)
boClass
-
ModuleServiceNotFoundException
- if boClass is an ExternalizableBusinessObject that no ModuleService is responsible for.ModuleService getResponsibleModuleServiceForJob(String jobName)
jobName
-
void setInstalledModuleServices(List<ModuleService> moduleServices)
List<String> getDataDictionaryPackages()
String getNamespaceName(String namespaceCode)
namespaceCode
-
String getNamespaceCode(Class<?> documentOrStepClass)
String getComponentCode(Class<?> documentOrStepClass)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |