Uses of Interface
org.kuali.rice.kns.service.LookupService

Packages that use LookupService
edu.sampleu.travel.service   
org.kuali.rice.kim.lookup   
org.kuali.rice.kim.service.impl   
org.kuali.rice.kns.inquiry Inquiry framework interfaces and classes. 
org.kuali.rice.kns.lookup Lookup framework interfaces and classes. 
org.kuali.rice.kns.maintenance Maintenance framework interfaces and classes. 
org.kuali.rice.kns.service Core service interfaces. 
org.kuali.rice.kns.service.impl Core service implementations. 
org.kuali.rice.kns.uif.service.impl   
org.kuali.rice.kns.web.struts.action Core actions including framework actions. 
 

Uses of LookupService in edu.sampleu.travel.service
 

Fields in edu.sampleu.travel.service declared as LookupService
protected  LookupService FiscalOfficerServiceImpl.lookupService
           
 

Methods in edu.sampleu.travel.service that return LookupService
protected  LookupService FiscalOfficerServiceImpl.getLookupService()
           
 

Methods in edu.sampleu.travel.service with parameters of type LookupService
 void FiscalOfficerServiceImpl.setLookupService(LookupService lookupService)
           
 

Uses of LookupService in org.kuali.rice.kim.lookup
 

Methods in org.kuali.rice.kim.lookup that return LookupService
 LookupService PermissionLookupableHelperServiceImpl.getLookupService()
           
 LookupService ResponsibilityLookupableHelperServiceImpl.getLookupService()
           
 

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

Methods in org.kuali.rice.kim.service.impl that return LookupService
protected  LookupService RoleServiceBase.getLookupService()
           
 

Uses of LookupService in org.kuali.rice.kns.inquiry
 

Fields in org.kuali.rice.kns.inquiry declared as LookupService
protected  LookupService KualiInquirableImpl.lookupService
           
 

Methods in org.kuali.rice.kns.inquiry that return LookupService
protected  LookupService KualiInquirableImpl.getLookupService()
           
 

Methods in org.kuali.rice.kns.inquiry with parameters of type LookupService
 void KualiInquirableImpl.setLookupService(LookupService lookupService)
           
 

Uses of LookupService in org.kuali.rice.kns.lookup
 

Fields in org.kuali.rice.kns.lookup declared as LookupService
protected  LookupService AbstractLookupableHelperServiceImpl.lookupService
           
 

Methods in org.kuali.rice.kns.lookup that return LookupService
protected  LookupService AbstractLookupableHelperServiceImpl.getLookupService()
          Gets the lookupService attribute.
 

Methods in org.kuali.rice.kns.lookup with parameters of type LookupService
 void AbstractLookupableHelperServiceImpl.setLookupService(LookupService lookupService)
          Sets the lookupService attribute value.
 

Uses of LookupService in org.kuali.rice.kns.maintenance
 

Fields in org.kuali.rice.kns.maintenance declared as LookupService
protected  LookupService KualiMaintainableImpl.lookupService
           
 

Methods in org.kuali.rice.kns.maintenance that return LookupService
protected  LookupService KualiMaintainableImpl.getLookupService()
           
 

Methods in org.kuali.rice.kns.maintenance with parameters of type LookupService
 void KualiMaintainableImpl.setLookupService(LookupService lookupService)
           
 

Uses of LookupService in org.kuali.rice.kns.service
 

Methods in org.kuali.rice.kns.service that return LookupService
static LookupService KNSServiceLocatorWeb.getLookupService()
           
 

Uses of LookupService in org.kuali.rice.kns.service.impl
 

Classes in org.kuali.rice.kns.service.impl that implement LookupService
 class LookupServiceImpl
          Service implementation for the Lookup structure.
 

Fields in org.kuali.rice.kns.service.impl declared as LookupService
protected  LookupService InactivateableFromToServiceImpl.lookupService
           
protected  LookupService ModuleServiceBase.lookupService
           
 

Methods in org.kuali.rice.kns.service.impl that return LookupService
protected  LookupService ModuleServiceBase.getLookupService()
          Gets the lookupService attribute.
 

Methods in org.kuali.rice.kns.service.impl with parameters of type LookupService
 void InactivateableFromToServiceImpl.setLookupService(LookupService lookupService)
           
 

Uses of LookupService in org.kuali.rice.kns.uif.service.impl
 

Methods in org.kuali.rice.kns.uif.service.impl that return LookupService
 LookupService LookupViewHelperServiceImpl.getLookupService()
           
 

Methods in org.kuali.rice.kns.uif.service.impl with parameters of type LookupService
 void LookupViewHelperServiceImpl.setLookupService(LookupService lookupService)
           
 

Uses of LookupService in org.kuali.rice.kns.web.struts.action
 

Fields in org.kuali.rice.kns.web.struts.action declared as LookupService
protected  LookupService KualiMaintenanceDocumentAction.lookupService
           
 

Methods in org.kuali.rice.kns.web.struts.action that return LookupService
 LookupService KualiMaintenanceDocumentAction.getLookupService()
           
 



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