com.ibm.commerce.negotiation.commands
Class AutoBidCreateFormCmdImpl

com.ibm.commerce.negotiation.commands.AutoBidCreateFormCmdImpl
All Implemented Interfaces:
AccCommand, AutoBidCreateFormCmd, BidCreateFormCmd, ControllerCommand, ECCommand, Protectable

public class AutoBidCreateFormCmdImpl
implements AutoBidCreateFormCmd

Displays the Auto Bid Create Form page after completing the following tasks:

  1. 1. Generate a bid reference number.
  2. 2. Verify that the user is authorized to participate in the bidding process.
  3. 3. Verify that the user has viewed the Auction rules.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String EC_AUTOBID_FORM_CREATE_ERROR_VIEW_CMD
           
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.AutoBidCreateFormCmd
defaultCommandClassName, NAME
 
Constructor Summary
AutoBidCreateFormCmdImpl()
          AutoBidCreateFormImpl constructor comment.
 
Method Summary
 void performExecute()
          Executes an autobid form create task.
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, setRequestProperties, setRetriable, setViewInputProperties
 
Methods inherited from interface com.ibm.commerce.command.AccCommand
accessControlCheck, getAccCheck, getForUserId, setAccCheck, setForUserId, setOwner
 
Methods inherited from interface com.ibm.commerce.command.ECCommand
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters
 
Methods inherited from interface com.ibm.commerce.security.Protectable
fulfills, getOwner
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT

EC_AUTOBID_FORM_CREATE_ERROR_VIEW_CMD

public static final java.lang.String EC_AUTOBID_FORM_CREATE_ERROR_VIEW_CMD
Constructor Detail

AutoBidCreateFormCmdImpl

public AutoBidCreateFormCmdImpl()
AutoBidCreateFormImpl constructor comment.
Method Detail

performExecute

public void performExecute()
                    throws ECException
Executes an autobid form create task.
Specified by:
performExecute in interface ECCommand
Throws:
ECException - -