public interface CheckForWorkCmd extends TaskCommand
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
static java.lang.String | defaultCommandClassName
This is the default implementation of this command.
|
static java.lang.String | NAME
This is the name of this command.
|
Modifier and Type | Method and Description |
---|---|
boolean | checkProcessingNeeded()
This method will determine whether the work is needed to be done for a particular store.
|
void | setStoreId(java.lang.Integer storeId)
This method sets the store id of the store that will be used to determine whether there is work that needs to be done.
|
static final java.lang.String COPYRIGHT
static final java.lang.String NAME
static final java.lang.String defaultCommandClassName
boolean checkProcessingNeeded()
void setStoreId(java.lang.Integer storeId)