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.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 void setApproverBeans(ApprovalMemberLightDataBean[] newApproverBeans)
          Sets the array of ApprovalMemberLightDataBeans corresponding to the rows in the list.
 void setForWhom(java.lang.String newForWhom)
          Sets the forWhom flag.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

setApproverBeans

public 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

public 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.