com.ibm.commerce.negotiation.commands
Interface GenBidRefCmd

All Superinterfaces:
ECCommand
All Known Implementing Classes:
GenBidRefCmdImpl

public interface GenBidRefCmd
extends ECCommand

Bid Reference Number Generation Inteface.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 java.lang.String getBidReferenceKey()
          Returns a unique bid reference key.
 void setBidType(java.lang.String bidType)
          Sets the bid type
 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

getBidReferenceKey

public java.lang.String getBidReferenceKey()
Returns a unique bid reference key.
Returns:
String - A unique reference key.

setBidType

public void setBidType(java.lang.String bidType)
Sets the bid type
Parameters:
bidType - java.lang.String

setErrorTaskName

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