com.ibm.commerce.approval.beans

Interface ApprovalApproversLightListInputDataBean

  • All Known Implementing Classes:
    ApprovalApproversLightListBean


    public interface ApprovalApproversLightListInputDataBean
    This is one of the interfaces implemented by the ApprovalApproversLightListBean. That bean is used to retrieve list of approvers corresponding to the approval records the user can access.
    • Method Detail

      • setApproverBeans

        void setApproverBeans(ApprovalMemberLightDataBean[] newApproverBeans)
        Sets the array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
        Parameters:
        newApproverBeans - The array of ApprovalMemberLightDataBeans corresponding to the approvers.
      • setForWhom

        void setForWhom(java.lang.String newForWhom)
        Sets the forWhom flag. This should be ApprovalConstants.EC_APPROVER_CODE if the list is being generated for an approver or ApprovalConstants.EC_SUBMITTER_CODE if the list is being generated for a submitter.
        Parameters:
        newForWhom - The forWhom flag.