Class ApogeeStructureComponent
java.lang.Object
org.ametys.plugins.odfsync.apogee.ws.ApogeeStructureComponent
- All Implemented Interfaces:
Component
,Serviceable
Component for Apogee export
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ContentTypeExtensionPoint
The content type extension pointprotected ApogeeExportExtensionPoint
The apogee export extension pointprotected I18nUtils
The i18nUtilsprotected AmetysObjectResolver
The Ametys object resolverstatic final String
Avalon Role -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetApogeeExportReport
(String programId) Get the Apogee export report of the program idgetApogeeExportReportInfo
(String programId) Get the report informations of the Apogee export of the program idvoid
service
(ServiceManager manager)
-
Field Details
-
ROLE
Avalon Role -
_exportApogeeEP
The apogee export extension point -
_resolver
The Ametys object resolver -
_i18nUtils
The i18nUtils -
_ctExtPoint
The content type extension point
-
-
Constructor Details
-
ApogeeStructureComponent
public ApogeeStructureComponent()
-
-
Method Details
-
service
- Specified by:
service
in interfaceServiceable
- Throws:
ServiceException
-
getApogeeExportReport
Get the Apogee export report of the program id- Parameters:
programId
- the program id- Returns:
- the Apogee export report
-
getApogeeExportReportInfo
Get the report informations of the Apogee export of the program id- Parameters:
programId
- the program id to export- Returns:
- the export results
-