com.ibm.commerce.negotiation.commands
Interface CheckBidderStatusCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
CheckBidderStatusCmdImpl

public interface CheckBidderStatusCmd
extends TaskCommand

Check Bidder Status Inteface.


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 hasSeenAuctionRules()
          Returns a flag which indicates whether the user has viewed the current auction rules.
 void setAuctionReferenceNumber(java.lang.Long auctionReferenceNumber)
          Sets the auction Reference Number
 void setErrorTaskName(java.lang.String errorTaskName)           Set error task name that will be returned by the exceptions.
 

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

hasSeenAuctionRules

public 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

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

setErrorTaskName

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