com.ibm.commerce.approval.beans
Interface ApprovalSubmittersLightListInputDataBean

All Known Implementing Classes:
ApprovalSubmittersLightListBean

public interface ApprovalSubmittersLightListInputDataBean

This is one of the interfaces implemented by the ApprovalSubmittersListBean. That bean is used to retrieve list submitters for an approver.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void setSubmitterBeans(ApprovalMemberLightDataBean[] newSubmitterBeans)
          Sets the array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

setSubmitterBeans

public void setSubmitterBeans(ApprovalMemberLightDataBean[] newSubmitterBeans)
Sets the array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
Parameters:
newSubmitterBeans - The array of ApprovalMemberLightDataBeans which correspond to the rows in the list.