com.ibm.commerce.negotiation.commands
Interface CheckBidDeleteAuthorizationCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CheckBidDeleteAuthorizationCmdImpl

public interface CheckBidDeleteAuthorizationCmd
extends TaskCommand

Defines the interface used by task commands that determine whether a particular shopper may delete a particular bid.


Field Summary
static java.lang.String COPYRIGHT
          Copyright statement.
static java.lang.String defaultCommandClassName
          The default implementation class name.
static java.lang.String NAME
          The full class name for this interface file.
 
Method Summary
 boolean isBidderAuthorized()
          Gets the bidder authorized status.
 void setBidId(java.lang.String newBidId)           Sets the bid identifier field.
 

Field Detail
public static final java.lang.String COPYRIGHT
Copyright statement.
See Also:
Constant Field Values

NAME

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

defaultCommandClassName

public 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

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

setBidId

public void setBidId(java.lang.String newBidId)
Sets the bid identifier field.
Parameters:
newBidId - The bid id.