com.ibm.commerce.approval.beans
Interface ApprovalStatusLightListInputDataBean

All Known Implementing Classes:
ApprovalStatusLightListBean

public interface ApprovalStatusLightListInputDataBean

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
 void setApprovalStatusBeans(ApprovalStatusLightDataBean[] newApprovalStatusBeans)
          Sets the array of ApprovalStatusLightDataBeans corresponding to the rows in the list.
 void setApproverId(java.lang.String newApproverId)
          Sets the approver id.
 void setAprvstatusId(java.lang.String newAprvstatusId)
          Sets the approval request id.
 void setDateOp(java.lang.String newDateOp)
          Sets the date operator.
 void setFlowTypeId(java.lang.String newFlowTypeId)
          Sets the flow type id.
 void setForWhom(java.lang.String newForWhom)
          Sets the forWhom flag.
 void setHitsPerPage(java.lang.String newHitsPerPage)
          Sets the number of hits displayed on a page.
 void setLanguageId(java.lang.String newLanguageId)
          Sets the languageId.
 void setNumberOfDistinctApprovers(java.lang.String newNumberOfDistinctApprovers)
          Sets the number of distinct approvers
 void setNumberOfHits(java.lang.String newNumberOfHits)
          Sets the number of hits.
 void setStartIndex(java.lang.String newStartIndex)
          Sets the starting record number.
 void setStatus(java.lang.String newStatus)
          Sets the status.
 void setSubmitterId(java.lang.String newSubmitterId)
          Sets the submitter id.
 void setSubmitTime(java.lang.String newSubmitTime)
          Sets the submit time.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
Method Detail

setApprovalStatusBeans

public void setApprovalStatusBeans(ApprovalStatusLightDataBean[] newApprovalStatusBeans)
Sets the array of ApprovalStatusLightDataBeans corresponding to the rows in the list.
Parameters:
newApprovalStatusBeans - The array of ApprovalStatusLightDataBeans corresponding to the rows in the list.

setApproverId

public void setApproverId(java.lang.String newApproverId)
Sets the approver id.
Parameters:
NewApproverId - The id of the member who can approve this request.

setAprvstatusId

public void setAprvstatusId(java.lang.String newAprvstatusId)
Sets the approval request id.
Parameters:
newAprvstatusId - The approval request id.

setDateOp

public void setDateOp(java.lang.String newDateOp)
Sets the date operator.
Parameters:
newDateOp - The date operator.

setFlowTypeId

public void setFlowTypeId(java.lang.String newFlowTypeId)
Sets the flow type id.
Parameters:
newFlowTypeId - The flow type id.

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.

setHitsPerPage

public void setHitsPerPage(java.lang.String newHitsPerPage)
Sets the number of hits displayed on a page.
Parameters:
newHitsPerPage - The number of hits displayed on a page.

setLanguageId

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

setNumberOfDistinctApprovers

public void setNumberOfDistinctApprovers(java.lang.String newNumberOfDistinctApprovers)
Sets the number of distinct approvers
Parameters:
newNumberOfDistinctApprovers - The number of distinct approvers

setNumberOfHits

public void setNumberOfHits(java.lang.String newNumberOfHits)
Sets the number of hits.
Parameters:
newNumberOfHits - The number of hits.

setStartIndex

public void setStartIndex(java.lang.String newStartIndex)
Sets the starting record number.
Parameters:
newStartIndex - The starting record number.

setStatus

public void setStatus(java.lang.String newStatus)
Sets the status.
Parameters:
newStatus - The status of the approval request.

setSubmitterId

public void setSubmitterId(java.lang.String newSubmitterId)
Sets the submitter id.
Parameters:
newSubmitterId - The id of the member who submitted the approval request.

setSubmitTime

public void setSubmitTime(java.lang.String newSubmitTime)
Sets the submit time.
Parameters:
newSubmitTime - The timestamp when the approval request was submitted.