com.ibm.commerce.negotiation.commands
Class AutoBidDeleteCmdImpl

com.ibm.commerce.negotiation.commands.AutoBidDeleteCmdImpl
All Implemented Interfaces:
AccCommand, AutoBidDeleteCmd, ControllerCommand, ECCommand, Protectable

public class AutoBidDeleteCmdImpl
implements AutoBidDeleteCmd

Controller command implementation deletes autobids.


Field Summary
static java.lang.String COPYRIGHT
           
 
Fields inherited from interface com.ibm.commerce.negotiation.commands.AutoBidDeleteCmd
defaultCommandClassName, NAME
 
Constructor Summary
AutoBidDeleteCmdImpl()
          AutoBidDeleteCmdImpl constructor.
 
Method Summary
 AccessVector getResources()
          This method returns the resources resources accessed by this command It will return null if no resource if being accessed by this command.
 boolean isReadyToCallExecute()
          Verifies that the this command is ready to be executed.
 void performExecute()
          Deletes a list of auto-bids.
 void setRequestProperties(TypedProperty param)
          Copies key-value input data into member fields.
 
Methods inherited from interface com.ibm.commerce.command.ControllerCommand
execute, getGeneric, getRequestProperties, getResolvedRequestProperties, getResponseProperties, getRetriable, getViewInputProperties, isGeneric, isRetriable, mergeProperties, setGeneric, 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, 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
Constructor Detail

AutoBidDeleteCmdImpl

public AutoBidDeleteCmdImpl()
AutoBidDeleteCmdImpl constructor.
Method Detail

getResources

public AccessVector getResources()
                          throws ECException
This method returns the resources resources accessed by this command It will return null if no resource if being accessed by this command.
Specified by:
getResources in interface ECCommand
Returns:
Object[] - an array of protectable resources

isReadyToCallExecute

public boolean isReadyToCallExecute()
Verifies that the this command is ready to be executed.
Returns:
boolean =true if command is ready, otherwise false.

performExecute

public void performExecute()
                    throws ECException
Deletes a list of auto-bids.
Specified by:
performExecute in interface ECCommand
Throws:
ECException -  

setRequestProperties

public void setRequestProperties(TypedProperty param)
                          throws ECApplicationException
Copies key-value input data into member fields.
Specified by:
setRequestProperties in interface ControllerCommand
Parameters:
param - com.ibm.commerce.datatype.TypedProperty
Throws:
ECApplicationException -