|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
com.bea.campaign.action.ActionDef
com.bea.campaign.rules.AddAdToPlaceholderActionDef
public class AddAdToPlaceholderActionDef
An action definition specific to the AddAdToPlaceholderAction.
AddAdToPlaceholderAction, Serialized Form| Field Summary | |
|---|---|
static int |
HIGHThe "High" weight. |
static int |
HIGHESTThe "Highest" weight. |
static int |
LOWThe "Low" weight. |
static int |
LOWESTThe "Lowest" weight. |
static int |
MEDIUMThe "Medium" weight (same as NORMAL). |
static int |
NORMALThe "Normal" weight. |
| Constructor Summary | |
|---|---|
AddAdToPlaceholderActionDef(Collection placeholders, String weight, ContentQueryNode contentQuery)Constructor. |
|
AddAdToPlaceholderActionDef(Collection placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, com.bea.p13n.xml.schema.TimeInstant expireDate)Constructor. |
|
AddAdToPlaceholderActionDef(Collection placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, com.bea.p13n.xml.schema.TimeInstant expireDate, String clearingPolicy)Constructor. |
|
AddAdToPlaceholderActionDef(String[] placeholders, String weight, ContentQueryNode contentQuery)Constructor. |
|
AddAdToPlaceholderActionDef(String[] placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, com.bea.p13n.xml.schema.TimeInstant expireDate)Constructor. |
|
AddAdToPlaceholderActionDef(String[] placeholders, String weight, ContentQueryNode contentQuery, String ttlStr, com.bea.p13n.xml.schema.TimeInstant expireDate, String clearingPolicy)Master constructor. |
|
| Method Summary | |
|---|---|
static int |
getWeight(String weight)Convert the "Highest"..."Lowest" weight string to a 5..1 number. |
| Methods inherited from class com.bea.campaign.action.ActionDef |
|---|
createAction, getActionParams, getActionService, getActionType, setActionParams, setActionType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int HIGHEST
public static final int HIGH
public static final int NORMAL
public static final int MEDIUM
public static final int LOW
public static final int LOWEST
| Constructor Detail |
|---|
public AddAdToPlaceholderActionDef(Collection placeholders,
String weight,
ContentQueryNode contentQuery)
placeholders - the list of placeholder names (Strings).weight - the ad query weight (Higest, High, Normal, Low, Lowest).contentQuery - the content query node.
public AddAdToPlaceholderActionDef(String[] placeholders,
String weight,
ContentQueryNode contentQuery)
placeholders - the array of placeholder names (Strings).weight - the ad query weight (Higest, High, Normal, Low, Lowest).contentQuery - the content query node.
public AddAdToPlaceholderActionDef(String[] placeholders,
String weight,
ContentQueryNode contentQuery,
String ttlStr,
com.bea.p13n.xml.schema.TimeInstant expireDate)
placeholders - the array of placeholder names (Strings).weight - the ad query weight (Higest, High, Normal, Low, Lowest).contentQuery - the content query node.ttlStr - the time-to-live for the ad query (in "[days]:[hours]:[minutes]" format, null for none).expireDate - the absoluate expiration date for the ad query (null for none).
public AddAdToPlaceholderActionDef(Collection placeholders,
String weight,
ContentQueryNode contentQuery,
String ttlStr,
com.bea.p13n.xml.schema.TimeInstant expireDate)
placeholders - the collection of placeholder names (Strings).weight - the ad query weight (Higest, High, Normal, Low, Lowest).contentQuery - the content query node.ttlStr - the time-to-live for the ad query (in "[days]:[hours]:[minutes]" format, null for none).expireDate - the absoluate expiration date for the ad query (null for none).
public AddAdToPlaceholderActionDef(String[] placeholders,
String weight,
ContentQueryNode contentQuery,
String ttlStr,
com.bea.p13n.xml.schema.TimeInstant expireDate,
String clearingPolicy)
placeholders - the array of placeholder names (Strings).weight - the ad query weight (Higest, High, Normal, Low, Lowest).contentQuery - the content query node.ttlStr - the time-to-live for the ad query (in "[days]:[hours]:[minutes]" format, null for none).expireDate - the absoluate expiration date for the ad query (null for none).clearingPolicy - the clearing policy (either "campaign", "all", or anything else for none).
public AddAdToPlaceholderActionDef(Collection placeholders,
String weight,
ContentQueryNode contentQuery,
String ttlStr,
com.bea.p13n.xml.schema.TimeInstant expireDate,
String clearingPolicy)
placeholders - the collection of placeholder names (Strings).weight - the ad query weight (Higest, High, Normal, Low, Lowest).contentQuery - the content query node.ttlStr - the time-to-live for the ad query (in "[days]:[hours]:[minutes]" format, null for none).expireDate - the absoluate expiration date for the ad query (null for none).clearingPolicy - the clearing policy (either "campaign", "all", or anything else for none).| Method Detail |
|---|
public static int getWeight(String weight)
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.