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, setViewCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public ApprovalTaskLightListBean()
public ApprovalTaskLightDataBean[] getApprovalTaskBeans()
getApprovalTaskBeans
in interface ApprovalTasksLightListSmartDataBean
public java.lang.String getLanguageId()
getLanguageId
in interface ApprovalTasksLightListSmartDataBean
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
- If there is any problem creating the list.public void setApprovalTaskBeans(ApprovalTaskLightDataBean[] newApprovalTaskBeans)
setApprovalTaskBeans
in interface ApprovalTasksLightListInputDataBean
newApprovalTaskBeans
- The array of ApprovalTaskLightDataBeans
corresponding to the rows in the list.public void setLanguageId(java.lang.String newLanguageId)
setLanguageId
in interface ApprovalTasksLightListInputDataBean
newLanguageId
- The language ID for NLS support