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
Modifier and TypeFieldDescriptionprotected PegaseProgramStructure
The PegaseProgramStructurestatic 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 Pegase export report of the program idvoid
service
(ServiceManager manager)
-
Field Details
-
ROLE
Avalon Role -
_pegaseProgramStructure
The PegaseProgramStructure
-
-
Constructor Details
-
PegaseStructureComponent
public PegaseStructureComponent()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Overrides:
service
in classAbstractStructureComponent
- Throws:
ServiceException
-
getExportReport
Get the Pegase export report of the program id- Specified by:
getExportReport
in classAbstractStructureComponent
- Parameters:
program
- the program- Returns:
- the Pegase export report
-