Package org.ametys.odf.migration
Class MigrateCoursePart
java.lang.Object
org.ametys.odf.migration.MigrateCoursePart
- All Implemented Interfaces:
Init
,Serviceable
Initialization class to migrate totalDurationOf* attribute from ODF 4.0 to ODF 4.1 or 4.3.
-
Field Summary
Modifier and TypeFieldDescriptionprotected MigrateCoursePartComponent
The Migrate course part component -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
init()
Method to be implemented by user Init class.void
service
(ServiceManager manager)
-
Field Details
-
_migrateCoursePartComponent
The Migrate course part component
-
-
Constructor Details
-
MigrateCoursePart
public MigrateCoursePart()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
init
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, ...
-