Class EtapeHelper


  • public final class EtapeHelper
    extends Object
    Helper to build queries to manage the ETAPE 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 List<ParameterizableQueryinsertInto​(String code,
                                                            String label,
                                                            Long oseCatalog,
                                                            String degree,
                                                            String orgUnit,
                                                            String functionalDomain)
        Queries to insert a line in the table and in NOEUD and SCENARIO_NOEUD.
        Parameters:
        code - The step code
        label - The label
        oseCatalog - The OSE catalog
        degree - The degree
        orgUnit - The orgunit
        functionalDomain - The functionnal domain
        Returns:
        The list of queries to insert values in the tables