Uses of Interface
com.sage.orion.sdata.servlet.SDataProvider

Packages that use SDataProvider
com.sage.orion.sdata.servlet   
com.sage.orion.sdata.servlet.accpac   
 

Uses of SDataProvider in com.sage.orion.sdata.servlet
 

Classes in com.sage.orion.sdata.servlet that implement SDataProvider
 class SystemProvider
          SData Provider for handling System SData requests.
 

Methods in com.sage.orion.sdata.servlet that return SDataProvider
 SDataProvider SDataProviderFactory.createSDataProvider(java.lang.String applicationName)
          Attempts to instantiate the class implementing the given application.
 

Methods in com.sage.orion.sdata.servlet that return types with arguments of type SDataProvider
 java.util.Map<java.lang.String,SDataProvider> SDataServletContext.getProviderMap()
          returns an immutable copy of the map of SDataProviders.
 

Methods in com.sage.orion.sdata.servlet with parameters of type SDataProvider
 void LanguageResource.initialize(SDataProvider sdataProvider)
          Handle any initialization required by this class.
 void PortletResource.initialize(SDataProvider sdataProvider, java.lang.String resourceKindName)
          Handle any initialization required by this class.
 void PortletCategoriesResource.initialize(SDataProvider sdataProvider, java.lang.String resourceKindName)
          Handle any initialization required by this class.
 

Constructor parameters in com.sage.orion.sdata.servlet with type arguments of type SDataProvider
SDataServletContext(javax.servlet.ServletContext context, java.util.Map<java.lang.String,SDataProvider> providerMap)
          creates an instance of the SDataServletContext class, sitting under the given ServletContext and supporting the given list of SDataProviders.
 

Uses of SDataProvider in com.sage.orion.sdata.servlet.accpac
 

Classes in com.sage.orion.sdata.servlet.accpac that implement SDataProvider
 class Provider
          The Sage 300 ERP SDataProvider.
 



Copyright © 2011 Sage Software, Inc. All rights reserved.