com.ibm.commerce.utf.commands
Interface ActivateAllDueRFQsCmd
- All Superinterfaces:
- ECCommand, TaskCommand
- All Known Implementing Classes:
- ActivateAllDueRFQsCmdImpl
- public interface ActivateAllDueRFQsCmd
- extends TaskCommand
TaskCommand interface for activating RFQs that are in the FUTURE state and
the start time has passed.
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.