Class VolumeHoraireEnsHelper

    • 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​(CoursePart coursePart,
                                                      String coursePartCode,
                                                      String coursePartNature,
                                                      Long oseCatalog,
                                                      String courseLink,
                                                      Double numberOfGroups)
        Query to insert a line in the table.
        Parameters:
        coursePart - The course part
        coursePartCode - The course part code
        coursePartNature - The course part nature
        oseCatalog - The OSE catalog
        courseLink - the course link
        numberOfGroups - The number of groups
        Returns:
        The query to insert values in the table