Uses of Interface
org.kuali.rice.krad.service.ModuleService
Packages that use ModuleService
Package
Description
-
Uses of ModuleService in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service that return ModuleServiceModifier and TypeMethodDescriptionKualiModuleService.getModuleService(String moduleId) Returns the module service with the given ID or null if the module ID is not found.KualiModuleService.getModuleServiceByNamespaceCode(String namespaceCode) Returns the module service with the given moduleCode or null if the moduleCode is not found.KualiModuleService.getResponsibleModuleService(Class boClass) Given a class, this method will return the module service which is responsible for authorizing access to it.Methods in org.kuali.rice.krad.service that return types with arguments of type ModuleServiceModifier and TypeMethodDescriptionKualiModuleService.getInstalledModuleServices()get the list of all installed module servicesMethod parameters in org.kuali.rice.krad.service with type arguments of type ModuleServiceModifier and TypeMethodDescriptionvoidKualiModuleService.setInstalledModuleServices(List<ModuleService> moduleServices) -
Uses of ModuleService in org.kuali.rice.krad.service.impl
Classes in org.kuali.rice.krad.service.impl that implement ModuleServiceModifier and TypeClassDescriptionclassBase implementation of the module serviceclass -
Uses of ModuleService in org.kuali.rice.krad.web.controller
Methods in org.kuali.rice.krad.web.controller that return ModuleServiceModifier and TypeMethodDescriptionprotected ModuleServiceModuleLockingHandlerInterceptor.getModuleService(javax.servlet.http.HttpServletRequest request) Retrieves the module service that is associated with the data object class given through the request