Class PegaseStructureComponent
java.lang.Object
org.ametys.plugins.odfsync.export.AbstractStructureComponent
org.ametys.plugins.odfsync.pegase.ws.PegaseStructureComponent
- All Implemented Interfaces:
 Component,Serviceable
Component for Pegase export
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected PegaseProgramStructureThe PegaseProgramStructurestatic final StringAvalon RoleFields inherited from class org.ametys.plugins.odfsync.export.AbstractStructureComponent
_resolver - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetExportReport(Program program) Get the Pegase export report of the program idvoidservice(ServiceManager manager)  
- 
Field Details
- 
ROLE
Avalon Role - 
_pegaseProgramStructure
The PegaseProgramStructure 
 - 
 - 
Constructor Details
- 
PegaseStructureComponent
public PegaseStructureComponent() 
 - 
 - 
Method Details
- 
service
- Specified by:
 servicein interfaceServiceable- Overrides:
 servicein classAbstractStructureComponent- Throws:
 ServiceException
 - 
getExportReport
Get the Pegase export report of the program id- Specified by:
 getExportReportin classAbstractStructureComponent- Parameters:
 program- the program- Returns:
 - the Pegase export report
 
 
 -