com.ibm.commerce.approval.beans
Interface ApprovalTasksLightListInputDataBean

All Known Implementing Classes:
ApprovalTaskLightListBean

public interface ApprovalTasksLightListInputDataBean

This is one of the interfaces implemented by the ApprovalTasksLightListBean. That bean is used to retrieve the list of unique tasks (flow type descriptions) available for a particular submitter or approver.


Field Summary
static java.lang.String COPYRIGHT
Method Summary
void setApprovalTaskBeans(ApprovalTaskLightDataBean[] newApprovalTaskBeans)
Sets the array of ApprovalTaskLightDataBeans corresponding to the rows in the list.
void setLanguageId(java.lang.String newLanguageId) Sets the languageId.
Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

setApprovalTaskBeans

public void setApprovalTaskBeans(ApprovalTaskLightDataBean[] newApprovalTaskBeans)
Sets the array of ApprovalTaskLightDataBeans corresponding to the rows in the list.
Parameters:
newApprovalTaskBeans - The array of ApprovalTaskLightDataBeans corresponding to the rows in the list.

setLanguageId

public void setLanguageId(java.lang.String newLanguageId)
Sets the languageId.
Parameters:
newLanguageId - The language id for NLS support

Feedback