Uses of Class
steve.pums.assess.bus.Project

Packages that use Project
steve.pums.assess.process   
 

Uses of Project in steve.pums.assess.process
 

Methods in steve.pums.assess.process that return Project
 Project ProjectService.addProject(Project project)
          Registers a new project in the SUMS database
 Project ProjectService.loadCoordinators(Project project)
          Loads details of the co-ordinators associated with the selected project
 Project ProjectService.loadMarkers(Project project)
          Retrieves details of the project markers from the SUMS database
 Project ProjectService.loadProject(Project project)
          Populates a Project with data retrieved from the SUMS database
 Project MarkFormProcess.ProcessMark(Project project, MarkFormBean markform)
          Processes mark form, initiates save of mark form data and updates to project mark and status
 Project MarkFormProcess.ProcessReconcilliation(Project project)
          Used for processing the mark reconcilliation form.
 Project ProjectService.setMarker(Project project, int person, java.lang.String type)
          Sets a person in a marking role for a specified project
 

Methods in steve.pums.assess.process with parameters of type Project
 Project ProjectService.addProject(Project project)
          Registers a new project in the SUMS database
 MarkFormBean MarkFormProcess.GenForm(Project project, int marker)
          Generates the appropriate mark form for the project being assessed
 Project ProjectService.loadCoordinators(Project project)
          Loads details of the co-ordinators associated with the selected project
 Project ProjectService.loadMarkers(Project project)
          Retrieves details of the project markers from the SUMS database
 Project ProjectService.loadProject(Project project)
          Populates a Project with data retrieved from the SUMS database
 Project MarkFormProcess.ProcessMark(Project project, MarkFormBean markform)
          Processes mark form, initiates save of mark form data and updates to project mark and status
 Project MarkFormProcess.ProcessReconcilliation(Project project)
          Used for processing the mark reconcilliation form.
 void ProjectService.saveProjectStatus(Project project, int userid)
          Saves changes in the project status (status code, mark and comments)
 Project ProjectService.setMarker(Project project, int person, java.lang.String type)
          Sets a person in a marking role for a specified project