jim.pums.assess.process
Class MarkFormProcess

java.lang.Object
  extended by jim.pums.assess.process.MarkFormProcess

public class MarkFormProcess
extends java.lang.Object


Constructor Summary
MarkFormProcess(java.sql.Connection conn)
          Creates a new instance of MarkFormProcess
 
Method Summary
 Category[] findForm(java.lang.String unit, java.util.Date date)
           
 void sendEmail(AnyProjectMark mark)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkFormProcess

public MarkFormProcess(java.sql.Connection conn)
Creates a new instance of MarkFormProcess

Method Detail

findForm

public Category[] findForm(java.lang.String unit,
                           java.util.Date date)
                    throws java.sql.SQLException
Throws:
java.sql.SQLException

sendEmail

public void sendEmail(AnyProjectMark mark)
               throws jim.common.JimFatalException,
                      javax.mail.MessagingException
Throws:
jim.common.JimFatalException
javax.mail.MessagingException