com.ibm.commerce.negotiation.commands

Interface CheckBidderStatusCmd

  • All Superinterfaces:
    com.ibm.websphere.command.CacheableCommand, com.ibm.commerce.command.CacheableECCommand, com.ibm.websphere.command.Command, com.ibm.websphere.command.CommandCaller, ECCommand, java.io.Serializable, com.ibm.websphere.command.TargetableCommand, TaskCommand
    All Known Implementing Classes:
    CheckBidderStatusCmdImpl


    public interface CheckBidderStatusCmd
    extends TaskCommand
    Check bidder status interface.
    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
      • NAME

        static final java.lang.String NAME
        The full class name for this interface file.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation class name. This is used if there is no record found in the CMDREG table.
        See Also:
        Constant Field Values
    • Method Detail

      • hasSeenAuctionRules

        boolean hasSeenAuctionRules()
        Returns a flag which indicates whether the user has viewed the current auction rules.
        Returns:
        boolean - true if auction rules have been displayed before to the user, otherwise false.
      • setAuctionReferenceNumber

        void setAuctionReferenceNumber(java.lang.Long auctionReferenceNumber)
        Sets the auction Reference Number
        Parameters:
        auctionReferenceNumber - Long
      • setErrorTaskName

        void setErrorTaskName(java.lang.String errorTaskName)
        Sets error task name that will be returned by the exceptions.
        Parameters:
        errorTaskName - java.lang.String