java.lang.Object | +--CacheableCommandImpl | +--com.ibm.commerce.command.AbstractECTargetableCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.utf.commands.CloseAllExpiredRFQsCmdImpl
This is the default implementation of the CloseAllExpiredRFQsCmd. This command uses the following AccessBeans:
RFQResponseAccessBean
RFQAccessBean
Field Summary |
---|
Fields inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.utf.commands. CloseAllExpiredRFQsCmd |
COPYRIGHT,
defaultCommandClassName,
NAME,
siteStoreId |
Fields inherited from interface com.ibm.commerce.command. ECTargetableCommand |
COPYRIGHT |
Fields inherited from interface com.ibm.commerce.command. ECCommand |
defaultCommandClassName |
Constructor Summary | |
---|---|
CloseAllExpiredRFQsCmdImpl() CloseAllExpiredRFQsCmdImpl constructor comment. |
Method Summary | |
---|---|
AccessVector |
getResources() Gets the access vector accessed by this command. |
void |
performExecute() Closes all ACTIVE and INEVALUATE state RFQs who's end time has passed. |
void |
reset() Reset the command. |
void |
setStoreId(java.lang.Integer storeId) Sets the store identifier number. |
Methods inherited from class com.ibm.commerce.command. AbstractECTargetableCommand |
accessControlCheck,
checkIsAllowed,
checkParameters,
checkResourcePermission,
createCommandExecutionEvent,
execute,
finalize,
getAccCheck,
getCommandContext,
getCommandIfName,
getCommandName,
getCommandStoreId,
getDefaultProperties,
getStoreId,
getUser,
getUserId,
isReadyToCallExecute,
setAccCheck,
setCommandContext,
setCommandIfName,
setCommandStoreId,
setDefaultProperties,
validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait,
wait, wait |
Constructor Detail |
---|
public CloseAllExpiredRFQsCmdImpl()
Method Detail |
---|
public void reset()
reset
in class
AbstractECTargetableCommand
public AccessVector getResources() throws ECException
getResources
in interface
ECCommand
getResources
in class
AbstractECTargetableCommand
ECException
ECCommand.getResources()
public void performExecute() throws ECException
performExecute
in interface
ECCommand
performExecute
in class
AbstractECTargetableCommand
ECException
ECCommand.performExecute()
public void setStoreId(java.lang.Integer storeId)
setStoreId
in interface
CloseAllExpiredRFQsCmd
storeId
- the store identifier number.