com.ibm.commerce.utf.commands
Interface MarkRFQForDeleteCmd

All Superinterfaces:
TaskCommand
All Known Implementing Classes:
MarkRFQForDeleteCmdImpl

public interface MarkRFQForDeleteCmd
extends TaskCommand

Sets the MarkForDelete flag on RFQs.


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
          Site Store Id.
 
Method Summary
 int getMarkForDeleteAfterNumberOfDays()
          Returns the number of days the canceled and completed RFQs are marked for delete after having been canceled or completed.
 void setMarkForDeleteAfterNumberOfDays(int numOfDays)
          Sets the number of days the canceled and completed RFQs are marked for delete after having been canceled or completed.
 void setStoreId(java.lang.Integer storeId)            
 

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
Site Store Id.
Method Detail

setStoreId

public void setStoreId(java.lang.Integer storeId)
Parameters:
storeId - Sets the store identifier number. If the store id is 0 then this command works on all RFQs for the site.

getMarkForDeleteAfterNumberOfDays

public int getMarkForDeleteAfterNumberOfDays()
Returns the number of days the canceled and completed RFQs are marked for delete after having been canceled or completed.
Returns:
The number of days when an RFQ is marked for delete after being canceled or completed.

setMarkForDeleteAfterNumberOfDays

public void setMarkForDeleteAfterNumberOfDays(int numOfDays)
Sets the number of days the canceled and completed RFQs are marked for delete after having been canceled or completed.
Parameters:
numOfDays - The number of days when an RFQ is marked for delete after being canceled or completed.