@Service public class ResourceSetExcelInExportServiceImpl extends java.lang.Object implements ExcelWriteService, ExcelReaderService
Title: 功能集导出导入服务类
Description: 功能集导出导入服务类(功能集)
Copyright: 2015~2020
Company/Department: xforceplus
| 限定符和类型 | 类和说明 |
|---|---|
protected static class |
ResourceSetExcelInExportServiceImpl.Message
错误信息
|
| 构造器和说明 |
|---|
ResourceSetExcelInExportServiceImpl(ResourcesetService resourcesetService,
ResourceService resourceService,
AppService appService) |
| 限定符和类型 | 方法和说明 |
|---|---|
BusinessType |
getBusinessType()
获取导入类型,用于Event事件调整导入方法
|
Context |
importExcel(Context context)
导入定义
|
void |
write(Context context)
导出公共方法
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcalcSuccessSize, calcSuccessSizegetSheetHeaderNumberpublic ResourceSetExcelInExportServiceImpl(ResourcesetService resourcesetService, ResourceService resourceService, AppService appService)
public BusinessType getBusinessType()
getBusinessType 在接口中 ExcelReaderServicegetBusinessType 在接口中 ExcelWriteServicepublic Context importExcel(Context context)
importExcel 在接口中 ExcelReaderServicecontext - 上下文public void write(Context context)
write 在接口中 ExcelWriteServicecontext - 上下文