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
|
COPYRIGHT
public static final java.lang.String COPYRIGHT
-
- See Also:
- Constant Field Values
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.
Feedback
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.