com.ibm.commerce.approval.beans
Interface ApprovalTasksLightListSmartDataBean
-
- All Known Implementing Classes:
- ApprovalTaskLightListBean
public interface ApprovalTasksLightListSmartDataBean
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
Fields Modifier and Type Field and Description static java.lang.String
COPYRIGHT
IBM Copyright field.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description ApprovalTaskLightDataBean[]
getApprovalTaskBeans()
Returns an array of ApprovalTaskLightDataBeans corresponding to the rows in the list.java.lang.String
getLanguageId()
Returns the language ID.
-
-
-
Field Detail
-
COPYRIGHT
static final java.lang.String COPYRIGHT
IBM Copyright field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getApprovalTaskBeans
ApprovalTaskLightDataBean[] getApprovalTaskBeans()
Returns an array of ApprovalTaskLightDataBeans corresponding to the rows in the list.- Returns:
- approvalTaskBeans The array of ApprovalTaskLightDataBeans corresponding to the rows in the list.
-
getLanguageId
java.lang.String getLanguageId()
Returns the language ID.- Returns:
- languageId The language ID for NLS support.
-
-