BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.agents
Interface ClassificationAdviceRequest

All Known Subinterfaces:
ContentSelectorAdviceRequest
All Known Implementing Classes:
ClassificationAdviceRequestImpl

Deprecated. As of WLPS 3.1, replaced by ClassificationAdviceRequest

public interface ClassificationAdviceRequest
extends RulesAdviceRequest

This is a concrete interface that represents the interface for a rules based advice request for a Classification rule. It contains all of the common request data required by a rules service.


Method Summary
 Request getHttpRequest()
          Deprecated. Returns the com.beasys.commerce.axiom.p13n.http.Request object for this request.
 Session getHttpSession()
          Deprecated. Returns the com.beasys.commerce.axiom.p13n.http.Session object for this request.
 java.sql.Timestamp getNow()
          Deprecated. Returns the Now object for this request.
 ConfigurableEntity getSuccessor()
          Deprecated. Returns the Successor object for this user for this request.
 ConfigurableEntity getUser()
          Deprecated. Returns the ConfigurableEntity (which is the user) object.
 void setHttpRequest(Request request)
          Deprecated. Sets the com.beasys.commerce.axiom.p13n.http.Request object for this request.
 void setHttpSession(Session session)
          Deprecated. Sets the com.beasys.commerce.axiom.p13n.http.Session object for this request.
 void setNow(java.sql.Timestamp now)
          Deprecated. Sets the Now object for this request.
 void setSuccessor(ConfigurableEntity successor)
          Deprecated. Sets the Successor object for this user for this request.
 void setUser(ConfigurableEntity user)
          Deprecated. Sets the ConfigurableEntity (which is the user) object for this request.
 
Methods inherited from interface com.beasys.commerce.axiom.p13n.agents.RulesAdviceRequest
getRule, getRuleSheet, setRule, setRuleSheet
 
Methods inherited from interface com.beasys.commerce.axiom.p13n.advisor.AdviceRequest
getAgent, validate
 

Method Detail

getUser

public ConfigurableEntity getUser()
Deprecated. 
Returns the ConfigurableEntity (which is the user) object.
Returns:
User The User object.

setUser

public void setUser(ConfigurableEntity user)
Deprecated. 
Sets the ConfigurableEntity (which is the user) object for this request.
Parameters:
user - The User object for this request.

getSuccessor

public ConfigurableEntity getSuccessor()
Deprecated. 
Returns the Successor object for this user for this request.
Returns:
ConfigurableEntity The successor object.

setSuccessor

public void setSuccessor(ConfigurableEntity successor)
Deprecated. 
Sets the Successor object for this user for this request.
Parameters:
successor - The successor object for this user for this request.

getNow

public java.sql.Timestamp getNow()
Deprecated. 
Returns the Now object for this request.
Returns:
java.sql.Timestamp The Now object.

setNow

public void setNow(java.sql.Timestamp now)
Deprecated. 
Sets the Now object for this request.
Parameters:
now - The java.sql.Timestamp object for this request.

getHttpRequest

public Request getHttpRequest()
Deprecated. 
Returns the com.beasys.commerce.axiom.p13n.http.Request object for this request.
Returns:
com.beasys.commerce.axiom.p13n.http.Request The request object.

setHttpRequest

public void setHttpRequest(Request request)
Deprecated. 
Sets the com.beasys.commerce.axiom.p13n.http.Request object for this request.
Parameters:
now - The com.beasys.commerce.axiom.p13n.http.Request object for this request.

getHttpSession

public Session getHttpSession()
Deprecated. 
Returns the com.beasys.commerce.axiom.p13n.http.Session object for this request.
Returns:
com.beasys.commerce.axiom.p13n.http.Session The request object.

setHttpSession

public void setHttpSession(Session session)
Deprecated. 
Sets the com.beasys.commerce.axiom.p13n.http.Session object for this request.
Parameters:
now - The com.beasys.commerce.axiom.p13n.http.Session object for this request.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved