com.ibm.commerce.negotiation.beans

Class AutoBidListBean

    • Field Detail

      • ownerId

        public java.lang.Long ownerId
    • Constructor Detail

      • AutoBidListBean

        public AutoBidListBean()
        Constructs an auto bid data bean, initialize fields to emptyString.
    • Method Detail

      • populate

        public void populate()
                      throws java.lang.Exception
        Looks up a sorted list of auto bids, then populates an array of auto bid data bean objects from the list entries.
        Specified by:
        populate in interface SmartDataBean
        Overrides:
        populate in class SmartDataBeanImpl
        Throws:
        java.lang.Exception - if an AutoBidAccessBean could not be created.
      • setAuctionId

        public void setAuctionId(java.lang.String newAuctionId)
        Sets the auction ID.
        Specified by:
        setAuctionId in interface AutoBidListInputDataBean
        Parameters:
        newAuctionId - the relevant auction ID.
      • setAuctionStatus

        public void setAuctionStatus(java.lang.String[] newAuctionStatus)
        Sets the auction status search criteria.
        Specified by:
        setAuctionStatus in interface AutoBidListInputDataBean
        Parameters:
        newAuctionStatus - int
      • setAuctionStatusString

        public void setAuctionStatusString(java.lang.String newAuctionStatusString)
        Sets the auction status search criteria.
        Parameters:
        newAuctionStatus - int
      • setAutoBidStatus

        public void setAutoBidStatus(java.lang.String newStatus)
        Sets the auto bid status.
        Specified by:
        setAutoBidStatus in interface AutoBidListInputDataBean
        Parameters:
        newStatus - the auto bid status.
      • setOwnerId

        public void setOwnerId(java.lang.String newOwnerId)
        Sets the owner ID field.
        Specified by:
        setOwnerId in interface AutoBidListInputDataBean
        Parameters:
        newOwnerId - ID of the auction owner.
      • getStoreId

        public java.lang.Integer getStoreId()
        Returns the store ID.
        Returns:
        java.lang.Integer
      • setStoreId

        public void setStoreId(java.lang.Integer storeId)
        Sets the store ID.
        Parameters:
        storeId - The store ID to set
      • getAutoBidsNum

        public java.lang.Integer getAutoBidsNum()