com.ibm.commerce.approval.beans
Interface ApprovalStatusLightListSmartDataBean

All Known Implementing Classes:
ApprovalStatusLightListBean

public interface ApprovalStatusLightListSmartDataBean

This is one of the interfaces implemented by the ApprovalStatusLightListBean. That bean is used to retrieve lists of entries from the Approval Status table.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 ApprovalStatusLightDataBean[] getApprovalStatusBeans()
          Returns an array of ApprovalStatusLightDataBeans corresponding to the rows in the list.
 java.lang.String getApproverId()
          Returns the approver id.
 java.lang.String getAprvstatusId()
          Returns the approval request id.
 java.lang.String getDateOp()
          Returns the date operator.
 java.lang.String getFlowTypeId()
          Returns the flow type id.
 java.lang.String getForWhom()
          Returns the forWhom flag.
 java.lang.String getHitsPerPage()
          Returns the number of hits displayed on a page.
 java.lang.String getLanguageId()
          Returns the language Id.
 java.lang.String getNumberOfDistinctApprovers()
          Returns the number of distinct approvers.
 java.lang.String getNumberOfHits()
          Returns the number of hits.
 java.lang.String getStartIndex()
          Returns the starting record number.
 java.lang.String getStatus()
          Returns the status.
 java.lang.String getSubmitterId()
          Returns the submitter id.
 java.lang.String getSubmitTime()
          Returns the submit time id.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

getApprovalStatusBeans

public ApprovalStatusLightDataBean[] getApprovalStatusBeans()
Returns an array of ApprovalStatusLightDataBeans corresponding to the rows in the list.
Returns:
approvalStatusBeans The array of ApprovalStatusLightDataBeans corresponding to the rows in the list.

getApproverId

public java.lang.String getApproverId()
Returns the approver id.
Returns:
approverId The approver id.

getAprvstatusId

public java.lang.String getAprvstatusId()
Returns the approval request id.
Returns:
aprvstatusId The approval request id.

getDateOp

public java.lang.String getDateOp()
Returns the date operator.
Returns:
dateOp The date operator.

getFlowTypeId

public java.lang.String getFlowTypeId()
Returns the flow type id.
Returns:
flowTypeId The flow type id.

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.

getHitsPerPage

public java.lang.String getHitsPerPage()
Returns the number of hits displayed on a page.
Returns:
hitsPerPage The number of hits displayed on a page.

getLanguageId

public java.lang.String getLanguageId()
Returns the language Id.
Returns:
languageId The language id for NLS support.

getNumberOfDistinctApprovers

public java.lang.String getNumberOfDistinctApprovers()
Returns the number of distinct approvers.
Returns:
numberOfDistinctApprovers The number of distinct approvers.

getNumberOfHits

public java.lang.String getNumberOfHits()
Returns the number of hits.
Returns:
numberOfHits The number of hits.

getStartIndex

public java.lang.String getStartIndex()
Returns the starting record number.
Returns:
startIndex The starting record number.

getStatus

public java.lang.String getStatus()
Returns the status.
Returns:
status The status of the approval request.

getSubmitterId

public java.lang.String getSubmitterId()
Returns the submitter id.
Returns:
submitterId The id of the member who submitted the approval request.

getSubmitTime

public java.lang.String getSubmitTime()
Returns the submit time id.
Returns:
submitTime The timestamp when the approval request was submitted.