| Package | Description |
|---|---|
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.service.impl |
| Modifier and Type | Method and Description |
|---|---|
ModuleService |
KualiModuleService.getModuleService(String moduleId)
Returns the module service with the given ID or null if the module ID is not found.
|
ModuleService |
KualiModuleService.getModuleServiceByNamespaceCode(String namespaceCode)
Returns the module service with the given moduleCode or null if the moduleCode is not found.
|
ModuleService |
KualiModuleService.getResponsibleModuleService(Class boClass)
Given a class, this method will return the module service which is responsible for authorizing access to it.
|
ModuleService |
KualiModuleService.getResponsibleModuleServiceForJob(String jobName)
Given a job name, this method will return the module service which is responsible for handling it.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModuleService> |
KualiModuleService.getInstalledModuleServices()
get the list of all installed module services
|
| Modifier and Type | Method and Description |
|---|---|
void |
KualiModuleService.setInstalledModuleServices(List<ModuleService> moduleServices) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteModuleServiceBase |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.