|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsteve.pums.assess.process.MarkFormProcess
public class MarkFormProcess
Used for the processing of project mark forms and the associated marking data
Constructor Summary | |
---|---|
MarkFormProcess(java.sql.Connection conn)
Creates a new instance of MarkFormProcess |
Method Summary | |
---|---|
MarkFormBean |
GenForm(Project project,
int marker)
Generates the appropriate mark form for the project being assessed |
java.util.HashMap |
GetMarkerMarks(int project)
Retrieves all marks assigned to a project |
java.util.Vector |
GetPrizes()
Obtains details of potential prizes a mark form can nominate a project for |
Project |
ProcessMark(Project project,
MarkFormBean markform)
Processes mark form, initiates save of mark form data and updates to project mark and status |
Project |
ProcessReconcilliation(Project project)
Used for processing the mark reconcilliation form. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MarkFormProcess(java.sql.Connection conn)
conn
- Connection to the SUMS databaseMethod Detail |
---|
public MarkFormBean GenForm(Project project, int marker) throws java.sql.SQLException, java.text.ParseException
project
- project the mark form is to be generated formarker
- ID of the person marking the project
java.sql.SQLException
- in the event of SQL errors
java.text.ParseException
- in the event of date parsing errorspublic java.util.Vector GetPrizes() throws java.sql.SQLException
java.sql.SQLException
- in the event of SQL errorspublic Project ProcessMark(Project project, MarkFormBean markform) throws java.lang.Exception
project
- project being markedmarkform
- project mark form
java.lang.Exception
- lang errorpublic Project ProcessReconcilliation(Project project)
project
- project being reconcilled
public java.util.HashMap GetMarkerMarks(int project) throws java.sql.SQLException
project
- ID of project to retrieve marks for
java.sql.SQLException
- in the event of SQL errors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |