Class AbstractStructureComponent
java.lang.Object
org.ametys.plugins.odfsync.export.AbstractStructureComponent
- All Implemented Interfaces:
Component
,Serviceable
- Direct Known Subclasses:
ApogeeStructureComponent
,PegaseStructureComponent
Component for export
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract ExportReport
getExportReport
(Program program) Get the export report of the program idvoid
service
(ServiceManager manager)
-
Field Details
-
_resolver
The Ametys object resolver
-
-
Constructor Details
-
AbstractStructureComponent
public AbstractStructureComponent()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getExportReport
Get the export report of the program id- Parameters:
program
- the program- Returns:
- the export report
-