public class ApprovalSubmittersLightListBean extends com.ibm.commerce.beans.SmartDataBeanImpl implements ApprovalSubmittersLightListInputDataBean, ApprovalSubmittersLightListSmartDataBean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright field.
|
| Constructor and Description |
|---|
ApprovalSubmittersLightListBean()
ApprovalSubmittersLightListBean constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApprovalMemberLightDataBean[] |
getSubmitterBeans()
Returns an array of ApprovalMemberLightDataBeans corresponding to
the rows in the list.
|
void |
populate()
Creates a sorted list of submitter beans for an approver.
|
void |
setSubmitterBeans(ApprovalMemberLightDataBean[] newSubmitterBeans)
Sets the array of ApprovalMemberLightDataBeans corresponding to the
rows in the list.
|
fulfills, getCommandContext, getHttpRequest, getHttpResponse, getResources, getViewCommandContext, setCommandContext, setHttpRequest, setHttpResponse, setViewCommandContextgetRequestProperties, setRequestPropertiespublic static final java.lang.String COPYRIGHT
public ApprovalSubmittersLightListBean()
public ApprovalMemberLightDataBean[] getSubmitterBeans()
getSubmitterBeans in interface ApprovalSubmittersLightListSmartDataBeansubmitterBeans - The array of ApprovalMemberLightDataBeans
corresponding to the rows in the list.public 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 setSubmitterBeans(ApprovalMemberLightDataBean[] newSubmitterBeans)
setSubmitterBeans in interface ApprovalSubmittersLightListInputDataBeannewSubmitterBeans - The array of ApprovalMemberLightDataBeans which
correspond to the rows in the list.