course.reviews
Class AssignmentReviewSelection

java.lang.Object
  |
  +--course.reviews.AssignmentReviewSelection
All Implemented Interfaces:
java.io.Serializable, View

public class AssignmentReviewSelection
extends java.lang.Object
implements View, java.io.Serializable

Class for selection of one assignment for allocating of reviewers.

See Also:
Serialized Form

Field Summary
static java.lang.String ASSIGNMENT_ACCESS
           
 
Constructor Summary
AssignmentReviewSelection()
           
 
Method Summary
 java.lang.Object createView(Ticket tic, SQL sql)
          Method for creation of new instance from the View class.
 java.awt.Panel initView()
          Method for creation of a graphic interface that allow to select a class operation.
 void setVariable(java.lang.String classSelected)
          Method for setting variables.
 java.lang.Object updateView(SQL sql)
          Method that invokes the class for execution of the operation selected.
 boolean validateView()
          Method for validation of the graphic interface objects.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSIGNMENT_ACCESS

public static java.lang.String ASSIGNMENT_ACCESS
Constructor Detail

AssignmentReviewSelection

public AssignmentReviewSelection()
Method Detail

setVariable

public void setVariable(java.lang.String classSelected)
Method for setting variables. It sets the selected class.

createView

public java.lang.Object createView(Ticket tic,
                                   SQL sql)
                            throws java.lang.Exception
Method for creation of new instance from the View class.
Specified by:
createView in interface View

initView

public java.awt.Panel initView()
Method for creation of a graphic interface that allow to select a class operation.
Specified by:
initView in interface View

validateView

public boolean validateView()
Method for validation of the graphic interface objects.
Specified by:
validateView in interface View

updateView

public java.lang.Object updateView(SQL sql)
                            throws java.lang.Exception
Method that invokes the class for execution of the operation selected.
Specified by:
updateView in interface View