com.ibm.commerce.negotiation.commands
Interface CheckBidDeleteAuthorizationCmd

All Superinterfaces:
ECCommand, 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
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 boolean isBidderAuthorized()
          Gets the bidder authorized status.
 void setBidId(java.lang.String newBidId)
          Sets the bid identifier field.
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

defaultCommandClassName

public static final java.lang.String defaultCommandClassName

NAME

public static final java.lang.String NAME
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.