Uses of Interface
gov.nih.nci.system.applicationservice.ApplicationService

Packages that use ApplicationService
gov.nih.nci.system.applicationservice.impl   
gov.nih.nci.system.client   
gov.nih.nci.system.client.proxy   
gov.nih.nci.system.webservice.util   
org.LexGrid.LexBIG.caCore.applicationservice.impl   
org.LexGrid.LexBIG.caCore.client.proxy   
org.LexGrid.LexBIG.caCore.interfaces   
org.LexGrid.LexBIG.caCore.utils   
 

Uses of ApplicationService in gov.nih.nci.system.applicationservice.impl
 

Classes in gov.nih.nci.system.applicationservice.impl that implement ApplicationService
 class ApplicationServiceImpl
          Implementation for the methods in the service layer
 

Uses of ApplicationService in gov.nih.nci.system.client
 

Methods in gov.nih.nci.system.client that return ApplicationService
static ApplicationService ApplicationServiceProvider.getApplicationService()
           
static ApplicationService ApplicationServiceProvider.getApplicationService(java.util.Collection<java.lang.String> groups)
           
static ApplicationService ApplicationServiceProvider.getApplicationService(GlobusCredential cred)
           
static ApplicationService ApplicationServiceProvider.getApplicationService(java.lang.String service)
           
static ApplicationService ApplicationServiceProvider.getApplicationService(java.lang.String service, java.util.Collection<java.lang.String> groups)
           
static ApplicationService ApplicationServiceProvider.getApplicationService(java.lang.String username, java.lang.String password)
           
static ApplicationService ApplicationServiceProvider.getApplicationService(java.lang.String service, java.lang.String username, java.lang.String password)
           
static ApplicationService ApplicationServiceProvider.getApplicationService(java.lang.String service, java.lang.String url, java.lang.String username, java.lang.String password)
           
static ApplicationService ApplicationServiceProvider.getApplicationServiceFromUrl(java.lang.String url)
           
static ApplicationService ApplicationServiceProvider.getApplicationServiceFromUrl(java.lang.String url, java.lang.String service)
           
static ApplicationService ApplicationServiceProvider.getApplicationServiceFromUrl(java.lang.String service, java.lang.String url, java.util.Collection<java.lang.String> groups)
           
static ApplicationService ApplicationServiceProvider.getApplicationServiceFromUrl(java.lang.String url, java.lang.String username, java.lang.String password)
           
static ApplicationService ApplicationServiceProvider.getApplicationServiceFromUrl(java.lang.String url, java.lang.String service, java.lang.String username, java.lang.String password)
           
 

Uses of ApplicationService in gov.nih.nci.system.client.proxy
 

Methods in gov.nih.nci.system.client.proxy with parameters of type ApplicationService
protected  java.lang.Object ProxyHelperImpl.convertArrayToProxy(ApplicationService as, java.lang.Object[] objects)
           
protected  java.lang.Object ProxyHelperImpl.convertCollectionToProxy(ApplicationService as, java.util.Collection collection)
           
protected  java.lang.Object ProxyHelperImpl.convertListProxyToProxy(ApplicationService as, ListProxy proxy)
           
protected  java.lang.Object ProxyHelperImpl.convertObjectToProxy(ApplicationService as, java.lang.Object obj)
           
 java.lang.Object ProxyHelperImpl.convertToProxy(ApplicationService as, java.lang.Object obj)
           
 java.lang.Object ProxyHelper.convertToProxy(ApplicationService as, java.lang.Object obj)
           
 java.lang.Object ProxyHelperImpl.lazyLoad(ApplicationService as, MethodInvocation invocation)
           
 java.lang.Object ProxyHelper.lazyLoad(ApplicationService as, MethodInvocation invocation)
           
 void ApplicationServiceProxy.setApplicationService(ApplicationService as)
           
 void ListProxy.setAppService(ApplicationService appService)
           
 

Constructors in gov.nih.nci.system.client.proxy with parameters of type ApplicationService
BeanProxy(ApplicationService as, ProxyHelper proxyHelper)
           
 

Uses of ApplicationService in gov.nih.nci.system.webservice.util
 

Methods in gov.nih.nci.system.webservice.util with parameters of type ApplicationService
protected  java.lang.Object WSUtils.convertObjectToProxy(ApplicationService as, java.lang.Object obj)
           
 java.lang.Object WSUtils.lazyLoad(ApplicationService as, MethodInvocation invocation)
           
 

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

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

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

Methods in org.LexGrid.LexBIG.caCore.client.proxy with parameters of type ApplicationService
protected  java.lang.Object DataServiceProxyHelperImpl.convertLexEVSListProxyToProxy(ApplicationService as, LexEVSListProxy proxy)
           
protected  java.lang.Object LexEVSProxyHelperImpl.convertObjectToProxy(ApplicationService as, java.lang.Object obj)
           
protected  java.lang.Object DataServiceProxyHelperImpl.convertObjectToProxy(ApplicationService as, java.lang.Object obj)
           
 java.lang.Object DataServiceProxyHelperImpl.convertToProxy(ApplicationService as, java.lang.Object obj)
           
 java.lang.Object LexEVSProxyHelperImpl.lazyLoad(ApplicationService as, MethodInvocation invocation)
          Implements the LazyLoading
 java.lang.Object DataServiceProxyHelperImpl.lazyLoad(ApplicationService as, MethodInvocation invocation)
          Implements the LazyLoading
 void LexEVSApplicationServiceProxy.setApplicationService(ApplicationService as)
           
 void LexEVSListProxy.setAppService(ApplicationService appService)
           
 

Constructors in org.LexGrid.LexBIG.caCore.client.proxy with parameters of type ApplicationService
LexEVSBeanProxy(ApplicationService as, ProxyHelper proxyHelper)
           
 

Uses of ApplicationService in org.LexGrid.LexBIG.caCore.interfaces
 

Subinterfaces of ApplicationService in org.LexGrid.LexBIG.caCore.interfaces
 interface LexEVSApplicationService
           
 interface LexEVSDataService
          The caCORE-SDK Data Service Portion of LexEVSAPI.
 interface LexEVSService
          The Main LexEVSAPI Interface.
 

Uses of ApplicationService in org.LexGrid.LexBIG.caCore.utils
 

Methods in org.LexGrid.LexBIG.caCore.utils with parameters of type ApplicationService
static java.lang.Object LexEVSCaCoreUtils.createProxy(java.lang.Object objectToProxy, ApplicationService advice, ProxyHelper proxyHelper)