Package org.ametys.odf.ose.export
Interface OSEExport
-
- All Known Implementing Classes:
AbstractOSEExport
,NatureEnseignementExport
,ODFExport
,TypeFormationExport
,TypePeriodeExport
public interface OSEExport
Interface for OSE export.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ParameterizableQuery>
initializeDb()
Initialize the database by dropping old Ametys tables and source views and activate import on the OSE tables.void
populate(String ametysCatalog, Long oseCatalog)
Populate the database with Ametys data.
-
-
-
Method Detail
-
initializeDb
List<ParameterizableQuery> initializeDb()
Initialize the database by dropping old Ametys tables and source views and activate import on the OSE tables.- Returns:
- A
List
of queries
-
-