com.sage.orion.sdata.servlet.accpac
Class SystemResourceContext

java.lang.Object
  extended by com.sage.orion.sdata.servlet.accpac.BaseResourceContext
      extended by com.sage.orion.sdata.servlet.accpac.SystemResourceContext
All Implemented Interfaces:
ResourceContext

public class SystemResourceContext
extends BaseResourceContext

Handles the context for the SystemResource.

Author:
cliwa01

Field Summary
 
Fields inherited from class com.sage.orion.sdata.servlet.accpac.BaseResourceContext
contextMap
 
Constructor Summary
SystemResourceContext(javax.servlet.ServletContext context)
           
 
Method Summary
 javax.servlet.ServletContext getServletContext()
          Gets the ServletContext.
 com.sage.accpac.sm.SharedDataSet getSharedDataSet()
           
 void setSharedDataSet(com.sage.accpac.sm.SharedDataSet sharedDataSet)
           
 
Methods inherited from class com.sage.orion.sdata.servlet.accpac.BaseResourceContext
get, put
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemResourceContext

public SystemResourceContext(javax.servlet.ServletContext context)
Method Detail

getSharedDataSet

public com.sage.accpac.sm.SharedDataSet getSharedDataSet()
Returns:
the sharedDataSet

setSharedDataSet

public void setSharedDataSet(com.sage.accpac.sm.SharedDataSet sharedDataSet)
Parameters:
sharedDataSet - the sharedDataSet to set

getServletContext

public javax.servlet.ServletContext getServletContext()
Gets the ServletContext.

Returns:
the servlet context.


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