public GenererBulletinsSequentielBL()
        {
            CultureInfo ci = CultureInfo.CreateSpecificCulture(CultureInfo.CurrentCulture.Name);

            ci.DateTimeFormat.ShortDatePattern  = "dd-MM-yyyy";
            Thread.CurrentThread.CurrentCulture = ci;


            this.resultatTrimestrielDA  = new ResultatTrimestrielDA();
            this.moyennesTrimestrielsDA = new MoyennesTrimestrielsDA();
            this.classeDA      = new ClasseDA();
            this.sequenceDA    = new SequenceDA();
            this.trimestreDA   = new TrimestreDA();
            this.evaluerDA     = new EvaluerDA();
            this.notesDA       = new NotesDA();
            this.programmerDA  = new ProgrammerDA();
            this.resultatDA    = new ResultatDA();
            this.mentionDA     = new MentionDA();
            this.parametresDA  = new ParametresDA();
            eleveDA            = new EleveDA();
            this.enseignantDA  = new EnseignantDA();
            this.sanctionnerDA = new SanctionnerDA();
            this.disciplineDA  = new DisciplineDA();
            this.journalDA     = new JournalDA();
        }
示例#2
0
 public StatistiqueClasseBL()
 {
     this.classeDA            = new ClasseDA();
     this.sequenceDA          = new SequenceDA();
     this.trimestreDA         = new TrimestreDA();
     this.parametresDA        = new ParametresDA();
     this.statistiqueClasseDA = new StatistiqueClasseDA();
 }
示例#3
0
 public GenererEtatDesSanctionsDuneClasseBL()
 {
     this.classeDA     = new ClasseDA();
     this.sequenceDA   = new SequenceDA();
     this.parametresDA = new ParametresDA();
     this.eleveDA      = new EleveDA();
     this.trimestreDA  = new TrimestreDA();
     this.journalDA    = new JournalDA();
 }
 public GestionMoyennesTrimestrielleBL()
 {
     classeDA    = new ClasseDA();
     eleveDA     = new EleveDA();
     resultatDA  = new ResultatTrimestrielDA();
     parametreDA = new ParametresDA();
     trimestreDA = new TrimestreDA();
     journalDA   = new JournalDA();
 }
 public GestionStatistiqueBL()
 {
     parametreDA          = new ParametresDA();
     classeDA             = new ClasseDA();
     sequenceDA           = new SequenceDA();
     trimestreDA          = new TrimestreDA();
     moyenneDA            = new MoyennesDA();
     moyenneAnnuelleDA    = new MoyennesAnnuellesDA();
     moyenneTrimestrielDA = new MoyennesTrimestrielsDA();
 }
示例#6
0
 public GestionRecapitulatifTrimestrielBL()
 {
     classeDA     = new ClasseDA();
     eleveDA      = new EleveDA();
     moyennesDA   = new MoyennesTrimestrielsDA();
     trimestreDA  = new TrimestreDA();
     parametreDA  = new ParametresDA();
     enseignantDA = new EnseignantDA();
     programmerDA = new ProgrammerDA();
     journalDA    = new JournalDA();
     resultatDA   = new ResultatTrimestrielDA();
 }
 public CreerCertificatScolariteBL()
 {
     this.inscrireDA       = new InscrireDA();
     this.eleveDA          = new EleveDA();
     this.appartenirDA     = new AppartenirDA();
     this.classeDA         = new ClasseDA();
     this.categorieEleveDA = new CategorieEleveDA();
     this.parametreDA      = new ParametresDA();
     this.sequenceDA       = new SequenceDA();
     this.trimestreDA      = new TrimestreDA();
     this.journalDA        = new JournalDA();
 }
 public GestionNotificationBL()
 {
     eleveDA      = new EleveDA();
     enseignantDA = new EnseignantDA();
     classeDA     = new ClasseDA();
     parametreDA  = new ParametresDA();
     sequenceDA   = new SequenceDA();
     trimestreDA  = new TrimestreDA();
     serieDA      = new SerieDA();
     niveauDA     = new NiveauDA();
     cycleDA      = new CycleDA();
     tools        = new Tools(parametreDA.getParametre().REPERTOIRE_PHOTO);
 }
示例#9
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();
 }
示例#10
0
 public SaisieNotesSansAnonymatBL()
 {
     classeDA     = new ClasseDA();
     evaluationDA = new TypeevaluationDA();
     matiereDA    = new MatiereDA();
     sequenceDA   = new SequenceDA();
     eleveDA      = new EleveDA();
     notesDA      = new NotesDA();
     programmerDA = new ProgrammerDA();
     inscrireDA   = new InscrireDA();
     evaluerDA    = new EvaluerDA();
     parametreDA  = new ParametresDA();
     journalDA    = new JournalDA();
     trimestreDA  = new TrimestreDA();
 }
 public GenererResultatsTrimestrielsBL()
 {
     this.resultatTrimestrielDA  = new ResultatTrimestrielDA();
     this.moyennesTrimestrielsDA = new MoyennesTrimestrielsDA();
     this.classeDA     = new ClasseDA();
     this.sequenceDA   = new SequenceDA();
     this.trimestreDA  = new TrimestreDA();
     this.evaluerDA    = new EvaluerDA();
     this.notesDA      = new NotesDA();
     this.programmerDA = new ProgrammerDA();
     this.resultatDA   = new ResultatDA();
     this.mentionDA    = new MentionDA();
     this.parametresDA = new ParametresDA();
     this.journalDA    = new JournalDA();
 }
示例#12
0
        public GestionJuryBL()
        {
            classeDA              = new ClasseDA();
            sequenceDA            = new SequenceDA();
            inscrireDA            = new InscrireDA();
            parametreDA           = new ParametresDA();
            eleveDA               = new EleveDA();
            trimestreDA           = new TrimestreDA();
            resultatAnnuelDA      = new ResultatAnnuelDA();
            resultatTrimestrielDA = new ResultatTrimestrielDA();
            resultatDA            = new ResultatDA();
            journalDA             = new JournalDA();
            sequences             = new List <string>();

            sequences = this.listerValeurColonneSequence("codeseq");
        }
 public CreerModifierInscriptionClasseBL()
 {
     this.inscrireDA             = new InscrireDA();
     this.eleveDA                = new EleveDA();
     this.appartenirDA           = new AppartenirDA();
     this.classeDA               = new ClasseDA();
     this.categorieEleveDA       = new CategorieEleveDA();
     this.parametreDA            = new ParametresDA();
     this.sequenceDA             = new SequenceDA();
     this.moyennesDA             = new MoyennesDA();
     this.trimestreDA            = new TrimestreDA();
     this.moyennesTrimestrielsDA = new MoyennesTrimestrielsDA();
     this.resultatDA             = new ResultatDA();
     this.resultatTrimestrielDA  = new ResultatTrimestrielDA();
     this.resultatAnnuelDA       = new ResultatAnnuelDA();
     this.journalDA              = new JournalDA();
 }
 public GenererprofilAcademiqueBL()
 {
     this.inscrireDA             = new InscrireDA();
     this.eleveDA                = new EleveDA();
     this.appartenirDA           = new AppartenirDA();
     this.classeDA               = new ClasseDA();
     this.categorieEleveDA       = new CategorieEleveDA();
     this.parametreDA            = new ParametresDA();
     this.sequenceDA             = new SequenceDA();
     this.moyennesDA             = new MoyennesDA();
     this.trimestreDA            = new TrimestreDA();
     this.moyennesTrimestrielsDA = new MoyennesTrimestrielsDA();
     this.resultatDA             = new ResultatDA();
     this.resultatTrimestrielDA  = new ResultatTrimestrielDA();
     this.resultatAnnuelDA       = new ResultatAnnuelDA();
     this.journalDA              = new JournalDA();
 }
 public CreerModifierTrimestreBL()
 {
     this.trimestreDA = new TrimestreDA();
     this.journalDA   = new JournalDA();
 }
 public CreerModifierSequenceBL()
 {
     this.sequenceDA  = new SequenceDA();
     this.trimestreDA = new TrimestreDA();
     this.journalDA   = new JournalDA();
 }