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

      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
      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 language ID.
      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

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

      • setApprovalStatusBeans

        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

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

        void setAprvstatusId(java.lang.String newAprvstatusId)
        Sets the approval request ID.
        Parameters:
        newAprvstatusId - The approval request ID.
      • setDateOp

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

        void setFlowTypeId(java.lang.String newFlowTypeId)
        Sets the flow type ID.
        Parameters:
        newFlowTypeId - The flow type ID.
      • setForWhom

        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

        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

        void setLanguageId(java.lang.String newLanguageId)
        Sets the language ID.
        Parameters:
        newLanguageId - The language ID for NLS support.
      • setNumberOfDistinctApprovers

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

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

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

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

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

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