public class CheckAutoBidDeleteAuthorizationCmdImpl extends TaskCommandImpl implements CheckAutoBidDeleteAuthorizationCmd, com.ibm.commerce.negotiation.util.AuctionConstants
Modifier and Type | Field and Description |
---|---|
protected boolean | bidderAuthorized
The authorization status of the bidder.
|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
CheckAutoBidDeleteAuthorizationCmdImpl()
CheckBidDeleteAuthorizationImpl default constructor.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String | getAutoBidId()
Gets the auto bid identifier.
|
boolean | isBidderAuthorized()
Gets the bidder authorized status.
|
boolean | isReadyToCallExecute()
Verifies that the this command is ready to be executed.
|
void | performExecute()
Determines if current bidder is authorized to Delete the autobid specified by the autobid ID.
|
void | setAutoBidId(java.lang.String newAutoBidId)
Sets the auto bid identifier.
|
protected void | setBidderAuthorized(boolean newBidderAuthorized)
Sets the bidder authorized status.
|
public static final java.lang.String COPYRIGHT
protected boolean bidderAuthorized
public CheckAutoBidDeleteAuthorizationCmdImpl()
public java.lang.String getAutoBidId()
public boolean isBidderAuthorized()
public boolean isReadyToCallExecute()
public void performExecute() throws ECException
public void setAutoBidId(java.lang.String newAutoBidId)
protected void setBidderAuthorized(boolean newBidderAuthorized)