|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.commerce.command.AbstractECCommand | +--com.ibm.commerce.command.TaskCommandImpl | +--com.ibm.commerce.scheduler.commands.CheckForWorkGenericImpl
Generic scheduler check command that implements the CheckForWorkCmd interface and will always indicate that work will need to be done.
Fields inherited from class com.ibm.commerce.command.AbstractECCommand |
commandContext |
Fields inherited from interface com.ibm.commerce.scheduler.commands.CheckForWorkCmd |
COPYRIGHT, defaultCommandClassName, NAME |
Constructor Summary | |
CheckForWorkGenericImpl()
CheckForWorkGenericImpl constructor comment. |
Method Summary | |
boolean |
checkProcessingNeeded()
Will always indicate that work needs to be done by returning true. |
void |
setStoreId(java.lang.Integer storeId)
Empty method which does not do anything. |
Methods inherited from class com.ibm.commerce.command.AbstractECCommand |
accessControlCheck, checkIsAllowed, checkResourcePermission, execute, finalize, getAccCheck, getCommandContext, getCommandIfName, getCommandName, getDefaultProperties, getResources, getStoreId, getUser, getUserId, isReadyToCallExecute, performExecute, reset, setAccCheck, setCommandContext, setCommandIfName, setDefaultProperties, validateParameters |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
public CheckForWorkGenericImpl()
Method Detail |
public boolean checkProcessingNeeded()
checkProcessingNeeded
in interface CheckForWorkCmd
public void setStoreId(java.lang.Integer storeId)
setStoreId
in interface CheckForWorkCmd
storeId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |