com.ibm.commerce.negotiation.commands
Class BidDeleteCmdImpl
com.ibm.commerce.negotiation.commands.BidDeleteCmdImpl
- All Implemented Interfaces:
- AccCommand, BidDeleteCmd, ControllerCommand, ECCommand, Protectable
- public class BidDeleteCmdImpl
- implements BidDeleteCmd
Controller command deletes bids.
Field Summary |
static java.lang.String |
COPYRIGHT
|
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.ECCommand |
checkIsAllowed, checkResourcePermission, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getStoreId, getUser, getUserId, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
BidDeleteCmdImpl
public BidDeleteCmdImpl()
- BidDeleteCmdImpl constructor.
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 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
-