com.ibm.commerce.negotiation.commands
Interface CheckBidUpdateAuthorizationCmd

All Superinterfaces:
ECCommand
All Known Implementing Classes:
CheckBidUpdateAuthorizationCmdImpl

public interface CheckBidUpdateAuthorizationCmd
extends ECCommand

Check Bid Update Authorization command interface


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
 
Method Summary
 void setBidReferenceKey(java.lang.String bidReferenceKey)
          Sets the bid Reference Key
 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

setBidReferenceKey

public void setBidReferenceKey(java.lang.String bidReferenceKey)
Sets the bid Reference Key
Parameters:
bidReferenceKey - 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