com.ibm.commerce.negotiation.beans

Interface AuctionListInputDataBean

  • All Known Implementing Classes:
    AuctionListBean


    public interface AuctionListInputDataBean
    The interface of auction list input data bean.
    • Method Detail

      • setAuctFlag

        void setAuctFlag(java.lang.String newAuctFlag)
        Sets auction flag:
        • 0 for unlocked
        • 1 for locked
        Parameters:
        newAuctFlag - The auction flag.
      • setAuctions

        void setAuctions(AuctionDataBean[] newAuctionVector)
        Populates auction array with an auction list
        Parameters:
        newAuctionVector - The vector of auction data beans.
      • setAuctItem

        void setAuctItem(java.lang.String newAuctItem)
        Sets Item ID . Item ID is also the catalog entry ID.
        Parameters:
        newAuctItem - The item ID.
      • setAuctMultipleStatus

        void setAuctMultipleStatus(java.lang.String[] newAuctMultipleStatus)
        Sets multiple auction status. The possible auction status is:
        • F=Future
        • C=Current
        • R=Retracted(deleted)
        • SC=Settlement Closed
        • BC=Bidding Closed.
        Parameters:
        newAuctMultipleStatus - The auction status array.
      • setAuctOwnerId

        void setAuctOwnerId(java.lang.String newAuctOwnerId)
        Sets owner ID.
        Parameters:
        newAuctOwnerId - The auction owner ID.
      • setAuctReferenceCode

        void setAuctReferenceCode(java.lang.String newAuctReferenceCode)
        Sets auction reference code.
        Parameters:
        newAuctReferenceCode - The auction reference code.
      • setAuctRuleId

        void setAuctRuleId(java.lang.String newAuctRuleId)
        Sets bid control rule ID.
        Parameters:
        newAuctRuleId - The bid control rule ID.
      • setAuctStatus

        void setAuctStatus(java.lang.String newAuctStatus)
        Sets auction status. The possible status is:
        • F=Future
        • C=Current
        • R=Retracted(deleted)
        • SC=Settlement Closed
        • BC=Bidding Closed.
        Parameters:
        newAuctStatus - The auction status.
      • setAuctType

        void setAuctType(java.lang.String newAuctType)
        Sets auction type. The types are:
        • O=Open Cry
        • S=Sealed Bid
        • D=Dutch
        Parameters:
        newAuctType - The auction type.