com.ibm.commerce.negotiation.commands
Interface CheckBidderStatusCmd

All Superinterfaces:
ECCommand
All Known Implementing Classes:
CheckBidderStatusCmdImpl

public interface CheckBidderStatusCmd
extends ECCommand

Check Bidder Status Inteface.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
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.
 
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

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