com.ontimize.util.notice
Class SendAutomaticNotice
java.lang.Object
com.ontimize.util.quartz.AbstractTask
com.ontimize.util.notice.SendAutomaticNotice
- All Implemented Interfaces:
- org.quartz.Job, java.io.Serializable, Task
- public class SendAutomaticNotice
- extends AbstractTask
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QUERY_ATTRIBUTES
public static final java.lang.String QUERY_ATTRIBUTES
- See Also:
- Constant Field Values
QUERY_FILTER
public static final java.lang.String QUERY_FILTER
- See Also:
- Constant Field Values
ENTITY
public static final java.lang.String ENTITY
- See Also:
- Constant Field Values
queryResult
protected EntityResult queryResult
entity
protected Entity entity
SendAutomaticNotice
public SendAutomaticNotice()
evaluateCondition
public boolean evaluateCondition()
throws java.lang.Exception
- Specified by:
evaluateCondition in class AbstractTask
- Throws:
java.lang.Exception
doOnConditionTrue
public void doOnConditionTrue()
throws java.lang.Exception
- Specified by:
doOnConditionTrue in class AbstractTask
- Throws:
java.lang.Exception
doOnConditionFalse
public void doOnConditionFalse()
throws java.lang.Exception
- Specified by:
doOnConditionFalse in class AbstractTask
- Throws:
java.lang.Exception
sendNotice
protected void sendNotice()
getMessageData
protected java.util.Hashtable getMessageData()