Package org.ametys.odf.migration
Class MigrateNatureEnseignement
java.lang.Object
org.ametys.odf.migration.MigrateNatureEnseignement
- All Implemented Interfaces:
Init,Serviceable
Initialization class to migrate totalDurationOf* attribute from ODF 4.0 to ODF 4.1 or 4.3.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected MigrateNatureEnseignementComponentThe Migrate nature enseignement component -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinit()Method to be implemented by user Init class.voidservice(ServiceManager manager)
-
Field Details
-
_migrateNatureEnseignementComponent
The Migrate nature enseignement component
-
-
Constructor Details
-
MigrateNatureEnseignement
public MigrateNatureEnseignement()
-
-
Method Details
-
service
- Specified by:
servicein interfaceServiceable- Throws:
ServiceException
-
init
Description copied from interface:InitMethod 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, ...
-