Uses of Class
com.sage.orion.sdata.servlet.accpac.Resource

Packages that use Resource
com.sage.orion.sdata.filter This package contains the handling of the filters that are used to select records 
com.sage.orion.sdata.servlet.accpac   
 

Uses of Resource in com.sage.orion.sdata.filter
 

Constructors in com.sage.orion.sdata.filter with parameters of type Resource
QueryExpToFilterStringImpl(Resource genericResource)
          Constructs an instance of the QueryExpToFilterStringImpl class, tied to the given Resource.
 

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

Methods in com.sage.orion.sdata.servlet.accpac that return Resource
 Resource Resource.getChildResource(java.lang.String name)
          get the child Resource with the given name.
 Resource Resource.getParentResource()
          Gets the resource's parent resource.
 Resource ServiceReport.getResource()
          Get the Resource that the service belongs to
 Resource SDataView.getResource()
          Returns the Resource corresponding to the View
protected  Resource BaseService.getResource()
           
protected  Resource BaseResourceKind.getResource()
           
 Resource SDataViewSet.getResource(SDataView view)
          returns the Resource corresponding to the SDataView given.
 

Methods in com.sage.orion.sdata.servlet.accpac that return types with arguments of type Resource
 java.util.List<Resource> Resource.getChildResources()
          Gets all the child resources.
 

Methods in com.sage.orion.sdata.servlet.accpac with parameters of type Resource
 void Resource.addChildResource(Resource resource)
          Adds the given resource as a child resource.
protected  SDataView SDataViewSet.createView(java.lang.String rotoid, Resource resource)
          creates an instance of the given SDataView.
 SDataView SDataViewSet.getView(Resource res)
          returns the SDataView corresponding to the Resource given.
static java.util.List<SDataView> ViewHelper.getViews(Resource first, java.util.List<ResourceElement> path, SDataViewSet views)
          return a list of SDataView elements corresponding to the resource path presented
 SDataView AccpacResourceContext.openView(java.lang.String viewID, Resource resource)
          Opens a new SDataView in the context
 

Constructors in com.sage.orion.sdata.servlet.accpac with parameters of type Resource
AdvancedReportService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor which uses the report object created from the report name defined for this service operation
BaseService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor
CompanyInfoService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor.
ExportService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor.
FormlessReportService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor which uses the report object created from the report name defined for this service operation
IsDirtyOperation(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor
LicenseStatusService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor.
ReportService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor which uses the report object created from the report name defined for this service operation
SDataView(com.sage.accpac.sm.Program program, java.lang.String rotoid, Resource resource)
          Constructs an SDataView object for a Program
SDataView(SDataViewSet set, java.lang.String rotoid, Resource resource)
          Constructs an SDataView object for a Set.
SDataViewSet(com.sage.accpac.sm.Program program, Resource resource)
          creates a new instance of the SDataViewSet class.
ServiceReport(java.lang.String name, com.sage.accpac.sm.Program program, Resource resource, Service service)
          Constructor
SuperviewReportService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor which uses the view and report objects created from the viewID and reportName defined for this service operation
ViewHandler(ResourceContextImpl resourceContext, Resource resource)
          Constructor.
ViewProcessService(ApplicationContext applicationContext, ResourceContextImpl resourceContext, Resource resource, Service service, SDataViewSet viewSet)
          Constructor
 



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