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 Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Method Detail

      • setSubmitterBeans

        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.