|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.beasys.commerce.axiom.p13n.advisor.AbstractAdviceRequestImpl
AbstractAdviceRequestImpl
This is a concrete class implementation for an advice request. Note, all Advice Request classes must be Serializable. Make sure that all data in this object are Serializable.
| Field Summary | |
protected Agent |
agent
Deprecated. |
| Constructor Summary | |
AbstractAdviceRequestImpl(Agent agent)
Deprecated. Creates a new instance of an AdviceRequest object. |
|
| Method Summary | |
Agent |
getAgent()
Deprecated. Returns the personalization agent for this type of request. |
abstract void |
validate()
Deprecated. Validates the request. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected Agent agent
| Constructor Detail |
public AbstractAdviceRequestImpl(Agent agent)
agent - The default personalization agent to use for making
recommendations.| Method Detail |
public Agent getAgent()
getAgent in interface AdviceRequest
public abstract void validate()
throws AdviceRequestValidationException
validate in interface AdviceRequestAdviceRequestValidationException - thrown when not valid. The
message in the exception indicates the validation error.
|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||