| Package | Description |
|---|---|
| org.kuali.rice.krad.service | |
| org.kuali.rice.krad.service.impl | |
| org.kuali.rice.krad.web.controller |
| 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.
|
| 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 |
ModuleServiceBase
Base implementation of the module service
|
class |
RemoteModuleServiceBase |
| Modifier and Type | Method and Description |
|---|---|
protected ModuleService |
ModuleLockingHandlerInterceptor.getModuleService(javax.servlet.http.HttpServletRequest request)
Retrieves the module service that is associated with the data object class given through the request
|
Copyright © 2005–2018 The Kuali Foundation. All rights reserved.