com.ibm.commerce.negotiation.commands

Interface CheckAutoBidDeleteAuthorizationCmd

  • 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:
    CheckAutoBidDeleteAuthorizationCmdImpl


    public interface CheckAutoBidDeleteAuthorizationCmd
    extends TaskCommand
    Defines the interface used by a task command that determines whether a particular user may delete a particular autobid.
    • 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

      • isBidderAuthorized

        boolean isBidderAuthorized()
        Gets the bidder authorized status.
        Returns:
        true if the bidder is authorized, false otherwise.
      • setAutoBidId

        void setAutoBidId(java.lang.String newAutoBidId)
        Sets the bidder authorized status.
        Parameters:
        newBidderAuthorized - The bidder authorized status.