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
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract ExportReportgetExportReport(Program program) Get the export report of the program idvoidservice(ServiceManager manager)  
- 
Field Details
- 
_resolver
The Ametys object resolver 
 - 
 - 
Constructor Details
- 
AbstractStructureComponent
public AbstractStructureComponent() 
 - 
 - 
Method Details
- 
service
- Specified by:
 servicein interfaceServiceable- Throws:
 ServiceException
 - 
getExportReport
Get the export report of the program id- Parameters:
 program- the program- Returns:
 - the export report
 
 
 -