|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.campaign.action.Action | +--com.bea.campaign.AddAdToPlaceholderAction
Action implementation to add an Ad query to the users placeholder.
This action understands the following action parameters:
ContentQueryNode
.
Field Summary | |
static java.lang.String |
AD_EXPIRATION_DATE
The name of the expiration date parameter. |
static java.lang.String |
AD_QUERY
The name of adQuery action parameter. |
static java.lang.String |
AD_TTL
The name of the time-to-live parameter. |
static java.lang.String |
AD_WEIGHT
The name of the adWeight action parameter. |
static java.lang.String |
CLEARING_POLICY
The name of the clearing policy paramter. |
static java.lang.String |
PLACEHOLDER
The name of placeholder action parameter. |
static java.lang.String |
REMOVE
The name of the remove action parameter. |
Constructor Summary | |
AddAdToPlaceholderAction()
|
Method Summary | |
void |
init(java.util.Map params)
Initialize this action from a set of action parameters. |
void |
run()
Execute this action. |
java.lang.String |
toString()
Get string representation of this. |
Methods inherited from class com.bea.campaign.action.Action |
getEvent,
getRandom,
getRequest,
getScenario,
getScenarioContainer,
getScenarioContainerName,
getScenarioId,
getScenarioName,
getServiceLocator,
getSession,
getTimestamp,
getUser,
getUserId,
locateService,
setEvent,
setRandom,
setRequest,
setScenario,
setScenarioContainer,
setServiceLocator,
setSession,
setTimestamp,
setUser |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public static final java.lang.String AD_QUERY
public static final java.lang.String PLACEHOLDER
public static final java.lang.String AD_WEIGHT
public static final java.lang.String REMOVE
public static final java.lang.String AD_TTL
public static final java.lang.String AD_EXPIRATION_DATE
public static final java.lang.String CLEARING_POLICY
Constructor Detail |
public AddAdToPlaceholderAction()
Method Detail |
public void run() throws ActionException
This will place the adQuery in the user's buckets for the named placeholders with the adWeight.
public void init(java.util.Map params) throws java.lang.IllegalArgumentException
See the class notes about that action parameters this action understands and requires.
This method will be invoked by the ActionService.
public java.lang.String toString()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |