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, setViewCommandContext
getRequestProperties, setRequestProperties
public static final java.lang.String COPYRIGHT
public ApprovalSubmittersLightListBean()
public ApprovalMemberLightDataBean[] getSubmitterBeans()
getSubmitterBeans
in interface ApprovalSubmittersLightListSmartDataBean
submitterBeans
- 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.SmartDataBean
populate
in class com.ibm.commerce.beans.SmartDataBeanImpl
java.lang.Exception
- if there is any problem creating the list.public void setSubmitterBeans(ApprovalMemberLightDataBean[] newSubmitterBeans)
setSubmitterBeans
in interface ApprovalSubmittersLightListInputDataBean
newSubmitterBeans
- The array of ApprovalMemberLightDataBeans which
correspond to the rows in the list.