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.


Field Summary
static java.lang.String COPYRIGHT
           
static java.lang.String defaultCommandClassName
           
static java.lang.String NAME
           
static java.lang.Integer siteStoreId
           
 
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
 

Field Detail

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
Method Detail

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.