com.ptc.core.ca.web.client.environment
Class WebEnvData

java.lang.Object
  extended by com.ptc.core.ca.web.client.environment.WebEnvData
All Implemented Interfaces:
CoEnvData

Deprecated.

@Deprecated
public class WebEnvData
extends Object
implements CoEnvData

CoEnvData represents conceptual environment in DCA. It contains:



Supported API: true

Extendable: false


Field Summary
 
Fields inherited from interface com.ptc.core.ca.co.client.environment.CoEnvData
GLOBAL_DATA, REQUEST_DATA, SESSION_DATA
 
Method Summary
 WebErrorInfo getErrorInfo()
          Deprecated. Gets the object for the association that plays role: errorInfo; the error info

Supported API: true
 WebJspData getGatewayJspData()
          Deprecated. Gets the object for the association that plays role: gatewayJspData; the gateway jsp data

Supported API: true
 com.ptc.core.ca.co.client.environment.CoGlobalData getGlobalData()
          Deprecated. Gets the object for the association that plays role: globalData.
 WebHttpData getHttpData()
          Deprecated. Gets the object for the association that plays role: httpData; the http data

Supported API: true
 CoRequestData getRequestData()
          Deprecated. Gets the object for the association that plays role: requestData; the conceptual request data

Supported API: true
 CoSessionData getSessionData()
          Deprecated. Gets the object for the association that plays role: sessionData; the conceptual session data

Supported API: true
 WebUrlFactory getUrlFactory()
          Deprecated. Gets the object for the association that plays role: urlFactory; the url factory

Supported API: true
 com.ptc.core.ca.web.client.environment.WebApplicationData getWebApplicationData()
          Deprecated. 

Supported API: true
 WebRequestData getWebRequestData()
          Deprecated. Returns web specific request data

Supported API: true
 WebSessionData getWebSessionData()
          Deprecated. Returns web specific session data

Supported API: true
 com.ptc.core.ca.web.client.environment.WebUserData getWebUserData()
          Deprecated. 

Supported API: true
 void setErrorInfo(WebErrorInfo a_ErrorInfo)
          Deprecated. Sets the object for the association that plays role: errorInfo; the error info

Supported API: true
 void setGatewayJspData(WebJspData a_GatewayJspData)
          Deprecated. Sets the object for the association that plays role: gatewayJspData; the gateway jsp data

Supported API: true
 void setGlobalData(com.ptc.core.ca.co.client.environment.CoGlobalData a_GlobalData)
          Deprecated. Sets the object for the association that plays role: globalData.
 void setHttpData(WebHttpData a_HttpData)
          Deprecated. Sets the object for the association that plays role: httpData; the http data

Supported API: true
 void setRequestData(CoRequestData a_RequestData)
          Deprecated. Sets the object for the association that plays role: requestData; the conceptual request data

Supported API: true
 void setSessionData(CoSessionData a_SessionData)
          Deprecated. Sets the object for the association that plays role: sessionData; the conceptual session data

Supported API: true
 void setUrlFactory(WebUrlFactory a_UrlFactory)
          Deprecated. Sets the object for the association that plays role: urlFactory; the url factory

Supported API: true
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHttpData

public WebHttpData getHttpData()
Deprecated. 
Gets the object for the association that plays role: httpData; the http data

Supported API: true

Returns:
WebHttpData

setHttpData

public void setHttpData(WebHttpData a_HttpData)
Deprecated. 
Sets the object for the association that plays role: httpData; the http data

Supported API: true

Parameters:
a_HttpData -

getSessionData

public CoSessionData getSessionData()
Deprecated. 
Gets the object for the association that plays role: sessionData; the conceptual session data

Supported API: true

Specified by:
getSessionData in interface CoEnvData
Returns:
CoSessionData

setSessionData

public void setSessionData(CoSessionData a_SessionData)
Deprecated. 
Sets the object for the association that plays role: sessionData; the conceptual session data

Supported API: true

Specified by:
setSessionData in interface CoEnvData
Parameters:
a_SessionData -

getErrorInfo

public WebErrorInfo getErrorInfo()
Deprecated. 
Gets the object for the association that plays role: errorInfo; the error info

Supported API: true

Returns:
WebErrorInfo

setErrorInfo

public void setErrorInfo(WebErrorInfo a_ErrorInfo)
Deprecated. 
Sets the object for the association that plays role: errorInfo; the error info

Supported API: true

Parameters:
a_ErrorInfo -

getGatewayJspData

public WebJspData getGatewayJspData()
Deprecated. 
Gets the object for the association that plays role: gatewayJspData; the gateway jsp data

Supported API: true

Returns:
WebJspData

setGatewayJspData

public void setGatewayJspData(WebJspData a_GatewayJspData)
Deprecated. 
Sets the object for the association that plays role: gatewayJspData; the gateway jsp data

Supported API: true

Parameters:
a_GatewayJspData -

getUrlFactory

public WebUrlFactory getUrlFactory()
Deprecated. 
Gets the object for the association that plays role: urlFactory; the url factory

Supported API: true

Returns:
WebUrlFactory

setUrlFactory

public void setUrlFactory(WebUrlFactory a_UrlFactory)
Deprecated. 
Sets the object for the association that plays role: urlFactory; the url factory

Supported API: true

Parameters:
a_UrlFactory -

getRequestData

public CoRequestData getRequestData()
Deprecated. 
Gets the object for the association that plays role: requestData; the conceptual request data

Supported API: true

Specified by:
getRequestData in interface CoEnvData
Returns:
CoRequestData

setRequestData

public void setRequestData(CoRequestData a_RequestData)
Deprecated. 
Sets the object for the association that plays role: requestData; the conceptual request data

Supported API: true

Specified by:
setRequestData in interface CoEnvData
Parameters:
a_RequestData -

getWebRequestData

public WebRequestData getWebRequestData()
Deprecated. 
Returns web specific request data

Supported API: true

Returns:
WebRequestData

getWebSessionData

public WebSessionData getWebSessionData()
Deprecated. 
Returns web specific session data

Supported API: true

Returns:
WebSessionData

getWebApplicationData

public com.ptc.core.ca.web.client.environment.WebApplicationData getWebApplicationData()
Deprecated. 


Supported API: true

Returns:
WebApplicationData

getWebUserData

public com.ptc.core.ca.web.client.environment.WebUserData getWebUserData()
Deprecated. 


Supported API: true

Returns:
WebUserData

getGlobalData

public com.ptc.core.ca.co.client.environment.CoGlobalData getGlobalData()
Deprecated. 
Gets the object for the association that plays role: globalData.

Supported API: true

Specified by:
getGlobalData in interface CoEnvData
Returns:
CoGlobalData

setGlobalData

public void setGlobalData(com.ptc.core.ca.co.client.environment.CoGlobalData a_GlobalData)
Deprecated. 
Sets the object for the association that plays role: globalData.

Supported API: true

Specified by:
setGlobalData in interface CoEnvData
Parameters:
a_GlobalData -