nl.ppmoost.ventureplan2
Class LockDocuments

java.lang.Object
  extended by nl.ppmoost.ventureplan2.LockDocuments
All Implemented Interfaces:
nl.innovationinvestments.cheyenne.daemon.Task

public class LockDocuments
extends Object
implements nl.innovationinvestments.cheyenne.daemon.Task


Field Summary
static String SOURCECODE_VERSION
          Standard variable for determining version of a class file.
 
Constructor Summary
LockDocuments()
           
 
Method Summary
 List<nl.innovationinvestments.cheyenne.daemon.Email> determineEmailsFor(Calendar pArg0, Calendar pArg1)
           
 boolean Execute()
           
 String getDescription()
           
 boolean getReturnsEmail()
           
 boolean mailIsAlreadySent(String pArg0)
           
 void markMailAsError(String pArg0, String pArg1)
           
 void markMailAsSent(String pArg0)
           
 void RemoveEMail(nl.innovationinvestments.cheyenne.daemon.Email pArg0)
           
 void setDaemon(nl.innovationinvestments.cheyenne.daemon.Daemon pArg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SOURCECODE_VERSION

public static final String SOURCECODE_VERSION
Standard variable for determining version of a class file.

See Also:
Constant Field Values
Constructor Detail

LockDocuments

public LockDocuments()
Method Detail

Execute

public boolean Execute()
Specified by:
Execute in interface nl.innovationinvestments.cheyenne.daemon.Task

RemoveEMail

public void RemoveEMail(nl.innovationinvestments.cheyenne.daemon.Email pArg0)
Specified by:
RemoveEMail in interface nl.innovationinvestments.cheyenne.daemon.Task

determineEmailsFor

public List<nl.innovationinvestments.cheyenne.daemon.Email> determineEmailsFor(Calendar pArg0,
                                                                               Calendar pArg1)
Specified by:
determineEmailsFor in interface nl.innovationinvestments.cheyenne.daemon.Task

getDescription

public String getDescription()
Specified by:
getDescription in interface nl.innovationinvestments.cheyenne.daemon.Task

getReturnsEmail

public boolean getReturnsEmail()
Specified by:
getReturnsEmail in interface nl.innovationinvestments.cheyenne.daemon.Task

mailIsAlreadySent

public boolean mailIsAlreadySent(String pArg0)
Specified by:
mailIsAlreadySent in interface nl.innovationinvestments.cheyenne.daemon.Task

markMailAsError

public void markMailAsError(String pArg0,
                            String pArg1)
Specified by:
markMailAsError in interface nl.innovationinvestments.cheyenne.daemon.Task

markMailAsSent

public void markMailAsSent(String pArg0)
Specified by:
markMailAsSent in interface nl.innovationinvestments.cheyenne.daemon.Task

setDaemon

public void setDaemon(nl.innovationinvestments.cheyenne.daemon.Daemon pArg0)
Specified by:
setDaemon in interface nl.innovationinvestments.cheyenne.daemon.Task


Copyright © 2014. All rights reserved.