Class PptExportService
- java.lang.Object
-
- com.arms.api.report.export_service.service.PptExportService
-
- All Implemented Interfaces:
ReportExportService
@Service public class PptExportService extends java.lang.Object implements ReportExportService
PPT 내보내기 서비스- Since:
- 25.12.03
-
-
Constructor Summary
Constructors Constructor Description PptExportService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]export(ReportData data)리포트 내보내기ExportTypegetExportType()내보내기 타입 반환-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.arms.api.report.export_service.service.ReportExportService
getContentType, getFileExtension, supports
-
-
-
-
Method Detail
-
export
public byte[] export(ReportData data)
Description copied from interface:ReportExportService리포트 내보내기- Specified by:
exportin interfaceReportExportService- Parameters:
data- 리포트 데이터- Returns:
- 바이트 배열
-
getExportType
public ExportType getExportType()
Description copied from interface:ReportExportService내보내기 타입 반환- Specified by:
getExportTypein interfaceReportExportService
-
-