|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.command.AbstractECCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.utf.commands.CloseAllExpiredRFQsCmdImpl
TaskCommand class implementaion for closing all expired RFQs.
Fields inherited from class com.ibm.commerce.command.AbstractECCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.utf.commands.CloseAllExpiredRFQsCmd |
COPYRIGHT, defaultCommandClassName, NAME, siteStoreId |
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 |
setStoreId(java.lang.Integer storeId)
Sets the store identifier number. |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getStoreId, getUser, getUserId, isReadyToCallExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getStoreId, getUser, getUserId, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Constructor Detail |
public CloseAllExpiredRFQsCmdImpl()
Method Detail |
public AccessVector getResources() throws ECException
getResources
in interface ECCommand
getResources
in class AbstractECCommand
public void performExecute() throws ECException
performExecute
in interface ECCommand
performExecute
in class AbstractECCommand
ECException.
- public void setStoreId(java.lang.Integer storeId)
setStoreId
in interface CloseAllExpiredRFQsCmd
storeId
- the store identifier number.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |