public class ApprovalTaskLightListBean extends com.ibm.commerce.beans.SmartDataBeanImpl implements ApprovalTasksLightListInputDataBean, ApprovalTasksLightListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
| Constructor and Description |
|---|
ApprovalTaskLightListBean()
ApprovalTaskLightListBean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApprovalTaskLightDataBean[] |
getApprovalTaskBeans()
Returns an array of ApprovalTaskLightDataBeans corresponding to
the rows in the list.
|
java.lang.String |
getLanguageId()
Gets the language ID.
|
void |
populate()
Creates a list of beans corresponding to the unique tasks (flow type descriptions)
available for the submitter or approver.
|
void |
setApprovalTaskBeans(ApprovalTaskLightDataBean[] newApprovalTaskBeans)
Sets the array of ApprovalTaskLightDataBeans corresponding to
the rows in the list.
|
void |
setLanguageId(java.lang.String newLanguageId)
Sets the language ID.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public ApprovalTaskLightListBean()
public ApprovalTaskLightDataBean[] getApprovalTaskBeans()
getApprovalTaskBeans in interface ApprovalTasksLightListSmartDataBeanpublic java.lang.String getLanguageId()
getLanguageId in interface ApprovalTasksLightListSmartDataBeanpublic void populate()
throws java.lang.Exception
populate in interface com.ibm.commerce.beans.SmartDataBeanpopulate in class com.ibm.commerce.beans.SmartDataBeanImpljava.lang.Exception - If there is any problem creating the list.public void setApprovalTaskBeans(ApprovalTaskLightDataBean[] newApprovalTaskBeans)
setApprovalTaskBeans in interface ApprovalTasksLightListInputDataBeannewApprovalTaskBeans - The array of ApprovalTaskLightDataBeans
corresponding to the rows in the list.public void setLanguageId(java.lang.String newLanguageId)
setLanguageId in interface ApprovalTasksLightListInputDataBeannewLanguageId - The language ID for NLS support