Class TypeInterventionEPHelper

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