com.ibm.commerce.utf.commands
Interface CloseAllExpiredRFQsCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- CloseAllExpiredRFQsCmdImpl
- public interface CloseAllExpiredRFQsCmd
- extends TaskCommand
TaskCommand interface for closing all expired RFQs.
Method Summary |
void |
setStoreId(java.lang.Integer storeId)
Sets the store identifier number. |
Methods inherited from interface com.ibm.commerce.command.ECCommand |
checkIsAllowed, checkResourcePermission, execute, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, performExecute, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
COPYRIGHT
public static final java.lang.String COPYRIGHT
defaultCommandClassName
public static final java.lang.String defaultCommandClassName
NAME
public static final java.lang.String NAME
siteStoreId
public static final java.lang.Integer siteStoreId
setStoreId
public void setStoreId(java.lang.Integer storeId)
- Sets the store identifier number. If the store
id is 0 then this command works on all RFQs for the site.
- Parameters:
storeId
- the store identifier number.