java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.marketingcenter.campaign.beans.CollateralListDataBean
This data bean represents a list of ad copy to be displayed in the ad copy list. Each row in the list is represented by a CollateralDataBean object.
Field Summary | |
protected CollateralDataBean[] | collateralList An array of the collateral data bean. |
static java.lang.String | COPYRIGHT IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
CollateralListDataBean() Constructor for CollateralListDataBean. |
Method Summary | |
CollateralDataBean[] | getCollateralList() Gets the array of the collateral data bean, they represent all collateral entries in the database. |
CollateralDataBean | getCollateralList(int index) Gets an entry in the collateral data bean, given the index of the array. |
java.lang.Integer | getLanguageID() Gets the ID of the current language that is in use. |
java.util.List | getNames() Gets all the collateral identifiers that represent this list data bean, in a List object. |
java.lang.String | getOrderBy() Gets the value that represents the collateral list column to be sorted, in the form of the value in the order by clause to be used by the EJB finder. |
java.lang.Integer | getStoreID() Gets the ID of the store that is currently logged on to. |
boolean | isListAll() Gets the boolean value that determines whether to show all collateral in the list or not. |
void | populate() Populates this data bean that represents the collaterals in the database. |
void | setCollateralList(CollateralDataBean[] newCollateralList) Sets the array of the collateral data bean, they represent all collateral entries in the database. |
void | setLanguageID(java.lang.Integer newLanguageID) Sets the ID of the current language that is in use. |
void | setListAll(boolean newListAll) Sets the boolean value that determines whether to show all collateral in the list or not. |
void | setNames(java.util.List newNames) Sets all the collateral identifiers that represent this list data bean, in a List object. |
void | setOrderBy(java.lang.String newOrderBy) Sets the value that represents the collateral list column to be sorted, in the form of the value in the order by clause to be used by the EJB finder. |
void | setStoreID(java.lang.Integer newStoreID) Sets the ID of the store that is currently logged on to. |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public static final java.lang.String COPYRIGHT
protected CollateralDataBean[] collateralList
Constructor Detail |
public CollateralListDataBean()
Method Detail |
public CollateralDataBean[] getCollateralList()
public CollateralDataBean getCollateralList(int index)
public java.lang.Integer getLanguageID()
public java.util.List getNames()
public java.lang.String getOrderBy()
public java.lang.Integer getStoreID()
public boolean isListAll()
public void populate() throws java.lang.Exception
public void setCollateralList(CollateralDataBean[] newCollateralList)
public void setLanguageID(java.lang.Integer newLanguageID)
public void setListAll(boolean newListAll)
public void setNames(java.util.List newNames)
public void setOrderBy(java.lang.String newOrderBy)
public void setStoreID(java.lang.Integer newStoreID)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.