Exemple #1
0
 public GestionProgrammeBL()
 {
     classeDA     = new ClasseDA();
     programmerDA = new ProgrammerDA();
     matiereDA    = new MatiereDA();
     enseignantDA = new EnseignantDA();
     journalDA    = new JournalDA();
     parametreDA  = new ParametresDA();
 }
 public DefinirEvaluationMatiereBL()
 {
     this.evaluerDA        = new EvaluerDA();
     this.matiereDA        = new MatiereDA();
     this.classeDA         = new ClasseDA();
     this.typeevaluationDA = new TypeevaluationDA();
     this.parametreDA      = new ParametresDA();
     this.sequenceDA       = new SequenceDA();
     this.journalDA        = new JournalDA();
 }
 public GestionAffectationMatiereBL()
 {
     classeDA        = new ClasseDA();
     matiereDA       = new MatiereDA();
     enseignantDA    = new EnseignantDA();
     programmerDA    = new ProgrammerDA();
     groupeMatiereDA = new GroupeMatiereDA();
     journalDA       = new JournalDA();
     parametreDA     = new ParametresDA();
 }
Exemple #4
0
 public SaisieNotesAvecAnonymatBL()
 {
     classeDA     = new ClasseDA();
     evaluationDA = new TypeevaluationDA();
     matiereDA    = new MatiereDA();
     sequenceDA   = new SequenceDA();
     eleveDA      = new EleveDA();
     notesDA      = new NotesDA();
     programmerDA = new ProgrammerDA();
     inscrireDA   = new InscrireDA();
     parametreDA  = new ParametresDA();
     evaluerDA    = new EvaluerDA();
     journalDA    = new JournalDA();
 }
Exemple #5
0
 public SaisieAppreciationMoyenneBL()
 {
     this.classeDA               = new ClasseDA();
     this.sequenceDA             = new SequenceDA();
     this.parametresDA           = new ParametresDA();
     this.eleveDA                = new EleveDA();
     this.trimestreDA            = new TrimestreDA();
     this.journalDA              = new JournalDA();
     this.moyennesDA             = new MoyennesDA();
     this.moyennesTrimestrielsDA = new MoyennesTrimestrielsDA();
     this.moyennesAnnuellesDA    = new MoyennesAnnuellesDA();
     this.matiereDA              = new MatiereDA();
     this.resultatDA             = new ResultatDA();
 }
 public CreerModifierMatiereBL()
 {
     this.matiereDA   = new MatiereDA();
     this.parametreDA = new ParametresDA();
     this.journalDA   = new JournalDA();
 }