com.ibm.commerce.messaging.commands
Interface ProductInventoryUpdateCmd

All Superinterfaces:
AccCommand, ControllerCommand, ECCommand, Protectable
All Known Implementing Classes:
ProductInventoryUpdateCmdImpl

public interface ProductInventoryUpdateCmd
extends ControllerCommand

The interface for the ProductInventoryUpdate command which updates the inventory information in the catalog.


Field Summary
static java.lang.String COPYRIGHT
          The internal copyright field.
static java.lang.String defaultCommandClassName
          The default class containing the implementation of the ProductInventoryUpdate command.
static java.lang.String NAME
          The name of the class.
 
Method Summary
 boolean doPostProcess(TypedProperty aRequestProperty)
          Performs a verification check after the command executes.
 boolean doPreProcess(TypedProperty aRequestProperty)
          Performs a verification check before the command executes.
 boolean doProcess(TypedProperty aRequestProperty)
          Performs the proper business logic for the ProductInventoryUpdate command.
 
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, performExecute, 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
The internal copyright field.

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default class containing the implementation of the ProductInventoryUpdate command.

NAME

public static final java.lang.String NAME
The name of the class.
Method Detail

doPostProcess

public boolean doPostProcess(TypedProperty aRequestProperty)
                      throws ECException
Performs a verification check after the command executes.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Returns:
boolean
Throws:
ECException -  

doPreProcess

public boolean doPreProcess(TypedProperty aRequestProperty)
                     throws ECException
Performs a verification check before the command executes.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Returns:
boolean
Throws:
ECException -  

doProcess

public boolean doProcess(TypedProperty aRequestProperty)
                  throws ECException
Performs the proper business logic for the ProductInventoryUpdate command.
Parameters:
aRequestProperty - com.ibm.commerce.datatype.TypedProperty
Returns:
boolean
Throws:
ECException -