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 TypeMethodDescriptionbooleanICourse.deleteQuotation(Quotation quotation, int studentId)Method parameters in be.gaudry.dao.edu with type arguments of type QuotationModifier and TypeMethodDescriptionintICourse.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 TypeMethodDescriptionbooleanDerbyCourse.deleteQuotation(Quotation quotation, int studentId)Method parameters in be.gaudry.dao.edu.derby with type arguments of type QuotationModifier and TypeMethodDescriptionintDerbyCourse.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 TypeMethodDescriptionvoidvoidRemoves a givenquotationfrom 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 allQuotationto retrieve value and compute average if not corresponding toempty quotationorstudent absentfor 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 TypeMethodDescriptionvoidvoidExamination.addQuotation(Student student, Quotation quotation)static booleanQuotationsHelper.putInPeriod(Quotation quotation, Collection<Period> periods, Map<Period,BasicScoreList> periodsQuotations)For a givenquotation, checks into a given collection ofperiodsif the date of theexaminationmatches 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.voidMethod 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.deletedQuotationsList 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