BEA Systems, Inc.

com.beasys.commerce.axiom.p13n.advisor
Interface AdviceRequest

All Known Subinterfaces:
ClassificationAdviceRequest, ContentQueryAdviceRequest, ContentSelectorAdviceRequest, RulesAdviceRequest
All Known Implementing Classes:
AbstractAdviceRequestImpl

Deprecated. As of WLPS 3.1, replaced by AdviceRequest

public interface AdviceRequest

This is an abstract interface that represents the common interface for all AdviceRequest types. This interface is meant to be extended by a concrete interface.


Method Summary
 Agent getAgent()
          Deprecated. Returns the personalization agent for this type of request.
 void validate()
          Deprecated. Validates the request.
 

Method Detail

getAgent

public Agent getAgent()
Deprecated. 
Returns the personalization agent for this type of request.
Returns:
Agent The personalization agent that gives advise for this kind of AdviceRequest.

validate

public void validate()
              throws AdviceRequestValidationException
Deprecated. 
Validates the request.
Throws:
AdviceRequestValidationException - thrown when not valid. The message in the exception indicates the validation error.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved