Package org.ametys.odf.migration
Class MigrateNatureEnseignement
- java.lang.Object
-
- org.ametys.odf.migration.MigrateNatureEnseignement
-
- All Implemented Interfaces:
Init
,Serviceable
public class MigrateNatureEnseignement extends Object implements Init, Serviceable
Initialization class to migrate totalDurationOf* attribute from ODF 4.0 to ODF 4.1 or 4.3.
-
-
Field Summary
Fields Modifier and Type Field Description protected MigrateNatureEnseignementComponent
_migrateNatureEnseignementComponent
The Migrate nature enseignement component
-
Constructor Summary
Constructors Constructor Description MigrateNatureEnseignement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
init()
Method to be implemented by user Init class.void
service(ServiceManager manager)
-
-
-
Field Detail
-
_migrateNatureEnseignementComponent
protected MigrateNatureEnseignementComponent _migrateNatureEnseignementComponent
The Migrate nature enseignement component
-
-
Constructor Detail
-
MigrateNatureEnseignement
public MigrateNatureEnseignement()
-
-
Method Detail
-
service
public void service(ServiceManager manager) throws ServiceException
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
init
public void init() throws Exception
Description copied from interface:Init
Method to be implemented by user Init class. Here you should manage the business part of your application init. As an Avalon component, class extending this interface have access to all Cocoon-managed components, all plugins, ...
-
-