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

Packages that use ModuleService
org.kuali.rice.kew.service.impl Copyright 2005-2011 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.service.impl   
org.kuali.rice.krad.service Core service interfaces. 
org.kuali.rice.krad.service.impl Core service implementations. 
org.kuali.rice.ksb.service.impl   
org.kuali.rice.location.service.impl   
 

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.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
          This is a description of what this class does - jjhanso don't forget to fill this in.
 class ModuleServiceBase
          This class implements ModuleService interface.
 

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.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.service.impl
 

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



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