BEA Systems, Inc.

com.beasys.commerce.axiom.advisor.advislets
Interface RulesAdviceRequest

All Known Subinterfaces:
ClassificationAdviceRequest, ContentSelectorAdviceRequest

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()
          Returns the name of the rule associated with the requset.
 java.lang.String getRuleSet()
          Returns the name of the rule set associated with the request.
 void setRule(java.lang.String rule)
          Sets the name of the rule associated with the request.
 void setRuleSet(java.lang.String ruleSet)
          Sets the name of the rule set associated with the request.
 
Methods inherited from interface com.beasys.commerce.axiom.advisor.AdviceRequest
getAdvislet, validate
 

Method Detail

getRuleSet

public java.lang.String getRuleSet()
Returns the name of the rule set associated with the request.
Returns:
String The rule set associated with this request.

setRuleSet

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

getRule

public java.lang.String getRule()
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)
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