Uses of Class
be.gaudry.model.edu.score.Quotation
Packages that use Quotation
Package
Description
-
Uses of Quotation in be.gaudry.dao.edu
Methods in be.gaudry.dao.edu with parameters of type QuotationModifier and TypeMethodDescriptionboolean
ICourse.deleteQuotation(Quotation quotation, int studentId)
Method parameters in be.gaudry.dao.edu with type arguments of type QuotationModifier and TypeMethodDescriptionint
ICourse.deleteQuotations(Map<Student,Quotation> quotations)
-
Uses of Quotation in be.gaudry.dao.edu.derby
Methods in be.gaudry.dao.edu.derby with parameters of type QuotationModifier and TypeMethodDescriptionboolean
DerbyCourse.deleteQuotation(Quotation quotation, int studentId)
Method parameters in be.gaudry.dao.edu.derby with type arguments of type QuotationModifier and TypeMethodDescriptionint
DerbyCourse.deleteQuotations(Map<Student,Quotation> quotations)
-
Uses of Quotation in be.gaudry.model.edu
Methods in be.gaudry.model.edu with parameters of type QuotationModifier and TypeMethodDescriptionvoid
void
Removes a givenquotation
from this student quotations. -
Uses of Quotation in be.gaudry.model.edu.score
Methods in be.gaudry.model.edu.score that return QuotationModifier and TypeMethodDescriptionBasicScoreList.getAverage()
BasicScoreList.getAverage(boolean scaled)
Examination.getAverage()
Iterate allQuotation
to retrieve value and compute average if not corresponding toempty quotation
orstudent absent
for this examinationExamination.getQuotation(Student student)
Methods in be.gaudry.model.edu.score that return types with arguments of type QuotationMethods in be.gaudry.model.edu.score with parameters of type QuotationModifier and TypeMethodDescriptionvoid
void
Examination.addQuotation(Student student, Quotation quotation)
static boolean
QuotationsHelper.putInPeriod(Quotation quotation, Collection<Period> periods, Map<Period,BasicScoreList> periodsQuotations)
For a givenquotation
, checks into a given collection ofperiods
if the date of theexamination
matches with a period.
Pay attention than if more than one period is valid for the quotation, the quotation will be inserted only for the first (depending on the iterator provided by the collection) matching period.void
Method parameters in be.gaudry.model.edu.score with type arguments of type QuotationConstructor parameters in be.gaudry.model.edu.score with type arguments of type QuotationModifierConstructorDescriptionBasicScoreList(List<Quotation> quotations)
StudentScoreList(Student student, List<Quotation> quotations)
-
Uses of Quotation in be.gaudry.swing.edu.examination
Methods in be.gaudry.swing.edu.examination that return Quotation -
Uses of Quotation in be.gaudry.swing.edu.tablemodel
Fields in be.gaudry.swing.edu.tablemodel with type parameters of type QuotationModifier and TypeFieldDescriptionQuotationsTableModel.deletedQuotations
List of the deleted quotationsMethods in be.gaudry.swing.edu.tablemodel that return QuotationMethods in be.gaudry.swing.edu.tablemodel that return types with arguments of type QuotationMethods in be.gaudry.swing.edu.tablemodel with parameters of type QuotationMethod parameters in be.gaudry.swing.edu.tablemodel with type arguments of type Quotation