public class CollateralListDataBean extends com.ibm.commerce.beans.SmartDataBeanImpl implements CollateralListInputDataBean, CollateralListSmartDataBean
CollateralDataBean
object.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CollateralListDataBean()
Constructor for CollateralListDataBean.
|
Modifier and Type | Method and Description |
---|---|
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.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public CollateralListDataBean()
public CollateralDataBean[] getCollateralList()
getCollateralList
in interface CollateralListSmartDataBean
CollateralDataBean
objectpublic CollateralDataBean getCollateralList(int index)
getCollateralList
in interface CollateralListSmartDataBean
index
- the index of the collateral data bean arrayCollateralDataBean
objectpublic java.lang.Integer getLanguageID()
public java.util.List getNames()
List
object.public java.lang.String getOrderBy()
public java.lang.Integer getStoreID()
getStoreID
in interface CollateralListSmartDataBean
public boolean isListAll()
public void populate() throws java.lang.Exception
populate
in interface com.ibm.commerce.beans.SmartDataBean
populate
in class com.ibm.commerce.beans.SmartDataBeanImpl
java.lang.Exception
- Thrown when an error occurs during the population of this data bean.public void setCollateralList(CollateralDataBean[] newCollateralList)
newCollateralList
- an array of CollateralDataBean
objectpublic void setLanguageID(java.lang.Integer newLanguageID)
newLanguageID
- the language IDpublic void setListAll(boolean newListAll)
newListAll
- true if shows all collateral in the list; false otherwise.public void setNames(java.util.List newNames)
List
object.newNames
- list of all collateral identifierspublic void setOrderBy(java.lang.String newOrderBy)
newOrderBy
- the value of the sorted column in the collateral listpublic void setStoreID(java.lang.Integer newStoreID)
newStoreID
- the current store ID