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
Modifier and TypeMethodDescriptionInitialize the database by dropping old Ametys tables and source views and activate import on the OSE tables.voidPopulate the database with Ametys data.
-
Method Details
-
initializeDb
Initialize the database by dropping old Ametys tables and source views and activate import on the OSE tables.- Returns:
- A
Listof queries
-
populate
Populate the database with Ametys data.- Parameters:
ametysCatalog- The Ametys catalog to filteroseCatalog- The OSE year
-