Class ApogeeStructureComponent
java.lang.Object
org.ametys.plugins.odfsync.export.AbstractStructureComponent
org.ametys.plugins.odfsync.apogee.ws.ApogeeStructureComponent
- All Implemented Interfaces:
Component
,Serviceable
Component for Apogee export
-
Field Summary
Modifier and TypeFieldDescriptionprotected ApogeeExportExtensionPoint
The apogee export extension pointstatic final String
Avalon RoleFields inherited from class org.ametys.plugins.odfsync.export.AbstractStructureComponent
_resolver
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetExportReport
(Program program) Get the Apogee export report of the program idvoid
service
(ServiceManager manager)
-
Field Details
-
ROLE
Avalon Role -
_exportApogeeEP
The apogee export extension point
-
-
Constructor Details
-
ApogeeStructureComponent
public ApogeeStructureComponent()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractStructureComponent
- Throws:
ServiceException
-
getExportReport
Get the Apogee export report of the program id- Specified by:
getExportReport
in classAbstractStructureComponent
- Parameters:
program
- the program id- Returns:
- the Apogee export report
-