com.ibm.commerce.utf.commands
Interface ActivateAllDueRFQsCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
ActivateAllDueRFQsCmdImpl

public interface ActivateAllDueRFQsCmd
extends TaskCommand

Activates RFQs that are in the FUTURE state and whose start time has passed.


Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
static java.lang.String defaultCommandClassName
          The default implementation of this command.
static java.lang.String NAME
          The name of this command.
static java.lang.Integer siteStoreId
          The Site Store Id.
 
Method Summary
 void setStoreId(java.lang.Integer storeId)           Sets the store identifier number.
 

Field Detail

NAME

public static final java.lang.String NAME
The name of this command.
See Also:
Constant Field Values

public static final java.lang.String COPYRIGHT
IBM copyright notice field.
See Also:
Constant Field Values

defaultCommandClassName

public static final java.lang.String defaultCommandClassName
The default implementation of this command.
See Also:
Constant Field Values

siteStoreId

public static final java.lang.Integer siteStoreId
The Site Store Id.
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.