|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
RulesAdviceRequest
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 |
public java.lang.String getRuleSheet()
public void setRuleSheet(java.lang.String ruleSheet)
String - The rule sheet associated with this request.public java.lang.String getRule()
public void setRule(java.lang.String rule)
String - The rule associated with this request.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||