Uses of Interface
org.kuali.rice.krad.service.ModuleService

Packages that use ModuleService
org.kuali.rice.coreservice.impl.service   
org.kuali.rice.coreservice.service.impl   
org.kuali.rice.kew.impl.service   
org.kuali.rice.kew.service.impl Copyright 2005-2013 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. 
org.kuali.rice.kim.impl.services   
org.kuali.rice.kim.service.impl   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.krad.web.controller   
org.kuali.rice.ksb.service.impl   
org.kuali.rice.location.impl.service   
org.kuali.rice.location.service.impl   
 

Uses of ModuleService in org.kuali.rice.coreservice.impl.service
 

Classes in org.kuali.rice.coreservice.impl.service that implement ModuleService
 class CoreServiceRemoteModuleService
           
 

Uses of ModuleService in org.kuali.rice.coreservice.service.impl
 

Classes in org.kuali.rice.coreservice.service.impl that implement ModuleService
 class CoreServiceModuleService
           
 

Uses of ModuleService in org.kuali.rice.kew.impl.service
 

Classes in org.kuali.rice.kew.impl.service that implement ModuleService
 class KewRemoteModuleService
           
 

Uses of ModuleService in org.kuali.rice.kew.service.impl
 

Classes in org.kuali.rice.kew.service.impl that implement ModuleService
 class KEWModuleService
          The ModuleService for KEW
 

Uses of ModuleService in org.kuali.rice.kim.impl.services
 

Classes in org.kuali.rice.kim.impl.services that implement ModuleService
 class KimRemoteModuleService
           
 

Uses of ModuleService in org.kuali.rice.kim.service.impl
 

Classes in org.kuali.rice.kim.service.impl that implement ModuleService
 class KimModuleService
          This is a description of what this class does - kellerj don't forget to fill this in.
 

Uses of ModuleService in org.kuali.rice.krad.service
 

Methods in org.kuali.rice.krad.service that return ModuleService
 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.
 

Methods in org.kuali.rice.krad.service that return types with arguments of type ModuleService
 List<ModuleService> KualiModuleService.getInstalledModuleServices()
          get the list of all installed module services
 

Method parameters in org.kuali.rice.krad.service with type arguments of type ModuleService
 void KualiModuleService.setInstalledModuleServices(List<ModuleService> moduleServices)
           
 

Uses of ModuleService in org.kuali.rice.krad.service.impl
 

Classes in org.kuali.rice.krad.service.impl that implement ModuleService
 class KRADModuleService
          Module service implementation for the Rice KRAD module
 class ModuleServiceBase
          This class implements ModuleService interface.
 class RemoteModuleServiceBase
           
 

Methods in org.kuali.rice.krad.service.impl that return ModuleService
 ModuleService KFSModuleServiceImpl.getModuleService(String moduleId)
           
 ModuleService KualiModuleServiceImpl.getModuleService(String moduleId)
           
 ModuleService KFSModuleServiceImpl.getModuleServiceByNamespaceCode(String namespaceCode)
           
 ModuleService KualiModuleServiceImpl.getModuleServiceByNamespaceCode(String namespaceCode)
           
 ModuleService KFSModuleServiceImpl.getResponsibleModuleService(Class boClass)
           
 ModuleService KualiModuleServiceImpl.getResponsibleModuleService(Class boClass)
           
 ModuleService KFSModuleServiceImpl.getResponsibleModuleServiceForJob(String jobName)
           
 ModuleService KualiModuleServiceImpl.getResponsibleModuleServiceForJob(String jobName)
           
 

Methods in org.kuali.rice.krad.service.impl that return types with arguments of type ModuleService
 List<ModuleService> KFSModuleServiceImpl.getInstalledModuleServices()
           
 List<ModuleService> KualiModuleServiceImpl.getInstalledModuleServices()
           
 

Method parameters in org.kuali.rice.krad.service.impl with type arguments of type ModuleService
 void KFSModuleServiceImpl.setInstalledModuleServices(List<ModuleService> moduleServices)
           
 void KualiModuleServiceImpl.setInstalledModuleServices(List<ModuleService> installedModuleServices)
           
 

Uses of ModuleService in org.kuali.rice.krad.web.controller
 

Methods in org.kuali.rice.krad.web.controller that return ModuleService
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
 

Uses of ModuleService in org.kuali.rice.ksb.service.impl
 

Classes in org.kuali.rice.ksb.service.impl that implement ModuleService
 class KSBModuleService
          The ModuleService for the KSB
 

Uses of ModuleService in org.kuali.rice.location.impl.service
 

Classes in org.kuali.rice.location.impl.service that implement ModuleService
 class LocationRemoteModuleService
           
 

Uses of ModuleService in org.kuali.rice.location.service.impl
 

Classes in org.kuali.rice.location.service.impl that implement ModuleService
 class LocationModuleService
           
 



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.