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 Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM Copyright field.
        See Also:
        Constant Field Values
    • Method Detail

      • getApprovalStatusBeans

        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

        java.lang.String getApproverId()
        Returns the approver ID.
        Returns:
        approverId The approver ID.
      • getAprvstatusId

        java.lang.String getAprvstatusId()
        Returns the approval request ID.
        Returns:
        aprvstatusId The approval request ID.
      • getDateOp

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

        java.lang.String getFlowTypeId()
        Returns the flow type ID.
        Returns:
        flowTypeId The flow type ID.
      • getForWhom

        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

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

        java.lang.String getLanguageId()
        Returns the language ID.
        Returns:
        languageId The language id for NLS support.
      • getNumberOfDistinctApprovers

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

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

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

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

        java.lang.String getSubmitterId()
        Returns the submitter ID.
        Returns:
        submitterId The ID of the member who submitted the approval request.
      • getSubmitTime

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