com.ibm.commerce.approval.beans
Interface ApprovalApproversLightListSmartDataBean
- All Known Implementing Classes:
- ApprovalApproversLightListBean
- public interface ApprovalApproversLightListSmartDataBean
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
getApproverBeans
public ApprovalMemberLightDataBean[] getApproverBeans()
- Returns an array of ApprovalMemberLightDataBeans corresponding to
the rows in the list.
- Returns:
- approverBeans The array of ApprovalMemberLightDataBeans corresponding to
the rows in the list.
getForWhom
public java.lang.String getForWhom()
- Returns 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.
- Returns:
- forWhom The flag indicating for whom the list is being created.