BEA Systems, Inc.

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

All Known Subinterfaces:
ClassificationAdviceRequest, ContentSelectorAdviceRequest

Deprecated. As of WLPS 3.1, replaced by RulesAdviceRequest

public interface RulesAdviceRequest
extends AdviceRequest

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


Method Summary
 java.lang.String getRule()
          Deprecated. Returns the name of the rule associated with the requset.
 java.lang.String getRuleSheet()
          Deprecated. Returns the name of the rule sheet associated with the request.
 void setRule(java.lang.String rule)
          Deprecated. Sets the name of the rule associated with the request.
 void setRuleSheet(java.lang.String ruleSheet)
          Deprecated. Sets the name of the rule sheet associated with the request.
 
Methods inherited from interface com.beasys.commerce.axiom.p13n.advisor.AdviceRequest
getAgent, validate
 

Method Detail

getRuleSheet

public java.lang.String getRuleSheet()
Deprecated. 
Returns the name of the rule sheet associated with the request.
Returns:
String The rule sheet associated with this request.

setRuleSheet

public void setRuleSheet(java.lang.String ruleSheet)
Deprecated. 
Sets the name of the rule sheet associated with the request.
Parameters:
String - The rule sheet associated with this request.

getRule

public java.lang.String getRule()
Deprecated. 
Returns the name of the rule associated with the requset.
Returns:
String The rule associated with this request.

setRule

public void setRule(java.lang.String rule)
Deprecated. 
Sets the name of the rule associated with the request.
Parameters:
String - The rule associated with this request.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved