Uses of Interface
org.LexGrid.LexBIG.caCore.interfaces.LexEVSApplicationService

Packages that use LexEVSApplicationService
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.client.proxy   
org.LexGrid.LexBIG.caCore.web.util   
 

Uses of LexEVSApplicationService in org.LexGrid.LexBIG.caCore.applicationservice.impl
 

Classes in org.LexGrid.LexBIG.caCore.applicationservice.impl that implement LexEVSApplicationService
 class LexEVSApplicationServiceImpl
          Main implementation class of LexEVSAPI.
 

Uses of LexEVSApplicationService in org.LexGrid.LexBIG.caCore.client.proxy
 

Fields in org.LexGrid.LexBIG.caCore.client.proxy declared as LexEVSApplicationService
private  LexEVSApplicationService LexEVSApplicationServiceProxy.eas
           
private  LexEVSApplicationService LexEVSListProxy.lexevsappService
           
 

Methods in org.LexGrid.LexBIG.caCore.client.proxy that return LexEVSApplicationService
 LexEVSApplicationService LexEVSListProxy.getAppService()
           
 

Methods in org.LexGrid.LexBIG.caCore.client.proxy with parameters of type LexEVSApplicationService
 void LexEVSListProxy.setAppService(LexEVSApplicationService appService)
           
 

Uses of LexEVSApplicationService in org.LexGrid.LexBIG.caCore.web.util
 

Fields in org.LexGrid.LexBIG.caCore.web.util declared as LexEVSApplicationService
private  LexEVSApplicationService LexEVSHTTPUtils.applicationService