程序包 | 说明 |
---|---|
com.fr.base |
包含一些跨模块的底层基础类、接口、枚举等
|
com.fr.chart.module | |
com.fr.chart.web |
图表在Web端用到的一些类.
|
com.fr.form.module |
表单模块
|
com.fr.fs | |
com.fr.fs.obsolete.api.service | |
com.fr.fs.plugin.op | |
com.fr.fs.process | |
com.fr.fs.sys.monitor.admin | |
com.fr.mobile | |
com.fr.module | |
com.fr.page.module |
分页模块
|
com.fr.plugin | |
com.fr.plugin.chart.service | |
com.fr.report.enhancement.engine.write.module | |
com.fr.report.enhancement.engine.write.service | |
com.fr.report.enhancement.params.template | |
com.fr.report.mobile.preview | |
com.fr.report.module |
引擎模块相关
|
com.fr.stable.fun.impl | |
com.fr.stable.plugin | |
com.fr.view.module | |
com.fr.web |
这个包中定义了支持网络报表的接口和类.包括网络报表(
Reportlet )接口,
网络报表配置(ReportletConfig )接口,
网络报表请求(ReportletRequest )接口
和实现它们的类以及其他有关网络报表的类. |
com.fr.web.core | |
com.fr.web.core.reserve | |
com.fr.web.core.service |
引擎的后台代码
|
com.fr.write.module |
限定符和类型 | 类和说明 |
---|---|
class |
IconManagerService |
限定符和类型 | 方法和说明 |
---|---|
Service[] |
ChartModule.service4Register()
返回模块Web服务运行时所需要的所有Service
图表预览, 图表关联(包括图表弹出窗, 图表地图钻取)
|
限定符和类型 | 类和说明 |
---|---|
class |
Chart4BSService
图表组件部分用到的op处理(比如: 图表属性转为BS端属性控件等)服务.
|
class |
ChartBitMapInitService
Created by eason on 15/7/20.
|
class |
ChartRelateService |
class |
ChartSvgInitService
Created by eason on 15/5/14.
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
FormModule.service4Register()
提供的服务
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
FSPlate.service4Register()
注册使用的需要service
|
Service[] |
FSModule.service4Register()
FS模块需要注册的service
|
Service[] |
DefaultPlate.service4Register() |
限定符和类型 | 类和说明 |
---|---|
class |
ObsoleteExcelSubmitService
Created by zhouping on 2018/9/26.
|
class |
ObsoleteFSLoadService
V9.0以前的fs_load兼容代码
Created by zhouping on 2018/7/27.
|
class |
ObsoleteFSService
V9.0以前的fs兼容代码
Created by zhouping on 2018/7/26.
|
class |
ObsoleteScheduleService
Created by Zed on 2018/9/18.
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
PluginOperatePlate.service4Register() |
限定符和类型 | 方法和说明 |
---|---|
Service[] |
ReportProcessPlate.service4Register() |
Service[] |
FSSMSPlate.service4Register() |
Service[] |
FSPreventSqlInjectPlate.service4Register() |
限定符和类型 | 方法和说明 |
---|---|
Service[] |
MemoryAlarmPlate.service4Register() |
限定符和类型 | 方法和说明 |
---|---|
Service[] |
FMobilePlate.service4Register()
需要注册的服务
|
限定符和类型 | 方法和说明 |
---|---|
abstract Service[] |
ServerModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|
Service[] |
BaseModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
PageModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
ExtraClassManager.getServices() |
限定符和类型 | 类和说明 |
---|---|
class |
MapEditorEntryService
Created by eason on 2017/6/1.
|
class |
MapEditorService
Created by eason on 2017/5/25.
|
class |
MapGetJsonService
Created by eason on 2017/7/25.
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
WriteEnhanceModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|
限定符和类型 | 类和说明 |
---|---|
class |
WriteEnhanceService
Created by loy on 2017/3/23.
|
限定符和类型 | 类和说明 |
---|---|
class |
ParamsTemplateService |
限定符和类型 | 类和说明 |
---|---|
class |
MobilePreviewService |
限定符和类型 | 方法和说明 |
---|---|
Service[] |
EngineModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|
限定符和类型 | 类和说明 |
---|---|
class |
NoOPService |
class |
NoSessionIDOPService |
class |
NoSessionIDService |
限定符和类型 | 方法和说明 |
---|---|
Service[] |
ExtraClassManagerProvider.getServices()
获取支持的service
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
ViewModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|
限定符和类型 | 类和说明 |
---|---|
class |
JarVersionService
Created by rinoux on 2017/4/25.
|
限定符和类型 | 类和说明 |
---|---|
class |
OpServiceForOld |
限定符和类型 | 方法和说明 |
---|---|
static void |
ReportDispatcher.registerGroupService(Service[] groupService)
增加新的服务到调度器中
|
static void |
ReportDispatcher.removeGroupService(Service[] groupService) |
限定符和类型 | 方法和说明 |
---|---|
static void |
ReportDispatcher.addExtraServices(java.util.Set<Service> services) |
static void |
ReportDispatcher.registerDynamicServices(java.lang.String op,
java.lang.Class<? extends Service> service) |
static void |
ReportDispatcher.removeExtraServices(java.util.Set<Service> services) |
限定符和类型 | 类和说明 |
---|---|
class |
ExportECService
Created by harry on 2017-3-8.
|
class |
ExportService |
限定符和类型 | 类和说明 |
---|---|
class |
AppletPrintService
applet打印所用到的service
|
class |
AppServerConfigService |
class |
AttachmentService |
class |
ChartAutoRefreshService
图表自动刷新服务, 绑定在Html动态图表版本功能中.
|
class |
CustomEventService
Author : Shockway
Date: 13-8-13
Time: 下午3:38
|
class |
DBCommitService |
class |
DialogService
Dialog的处理.
|
class |
EmailService
邮件服务
|
class |
EmbResourceService |
class |
EncryptionService |
class |
EngineExportRegInfoService |
class |
ErrorService |
class |
FlashPrintService |
class |
FormService
表单的Service
|
class |
FormulaEvaluateService |
class |
GeneralService |
class |
JsLogService
Created by plough on 2017/6/15.
|
class |
LayoutService
Created with IntelliJ IDEA.
|
class |
LogService |
class |
PageService
用于处理报表分页预览时web请求的服务
|
class |
PDFPrintService |
class |
PrintPreviewService |
class |
PrintService
Created by plough on 2018/3/7.
|
class |
RegisterService |
class |
RegProcessorService
Reg
|
class |
ReportProcessService
Author : Shockway
Date: 14-1-21
Time: 下午2:02
|
class |
ReportRelateChartService |
class |
ResourceService |
class |
SetPrinterOffsetService
daniel:读取存储打印偏移信息
|
class |
SystemToastProcessService
Created by ibm on 2017/3/7.
|
class |
ViewService
op=view数据分析
|
class |
WatermarkService
Created by plough on 2018/8/17.
|
class |
WidgetDemoService |
class |
WidgetService |
class |
WriteService
填报的service
|
限定符和类型 | 方法和说明 |
---|---|
Service[] |
WriteModule.service4Register()
返回模块Web服务运行时所需要的所有Service
|