Class EffectifsHelper


  • public final class EffectifsHelper
    extends Object
    Helper to build queries to manage the EFFECTIFS table.
    • Method Detail

      • initialize

        public static List<ParameterizableQueryinitialize()
        Queries to create the table and associated view.
        Returns:
        List of queries for table and view creation
      • insertInto

        public static ParameterizableQuery insertInto​(String coursePartCode,
                                                      Long numberOfStudents,
                                                      Long oseCatalog,
                                                      String courseLink)
        Query to insert a line in the table.
        Parameters:
        coursePartCode - The course part code
        numberOfStudents - The number of students
        oseCatalog - The OSE catalog
        courseLink - The course link
        Returns:
        The query to insert values in the table