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   
 

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
 

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)