com.ibm.commerce.approval.beans
Interface ApprovalSubmittersLightListSmartDataBean

All Known Implementing Classes:
ApprovalSubmittersLightListBean

public interface ApprovalSubmittersLightListSmartDataBean

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
ApprovalMemberLightDataBean[] getSubmitterBeans()
Returns an array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

getSubmitterBeans

public ApprovalMemberLightDataBean[] getSubmitterBeans()
Returns an array of ApprovalMemberLightDataBeans corresponding to the rows in the list.

Feedback