Package | Description |
---|---|
cn.sucang.bridge.nosql | |
cn.sucang.core.model | |
cn.sucang.core.service | |
cn.sucang.wf.model | |
cn.sucang.wf.service |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
NosqlDataSourceService.getModelDatas(HttpServletRequest request,
Catalog catalog,
Layout layout,
java.lang.String id) |
BeanMap<java.lang.String,java.lang.Object> |
NosqlDataSourceService.saveFormData(Catalog catalog,
LayoutData data,
Layout layout) |
Modifier and Type | Method and Description |
---|---|
Layout |
FixedLayout.getLayout() |
Modifier and Type | Method and Description |
---|---|
Layout |
CatalogService.getCatalogLayout(java.lang.String mid,
int layoutType)
获取指定模块的指定类型的布局Id
|
Layout |
LayoutService.getDefaultLayoutByFormid(java.lang.String formid,
int layoutType)
返回指定类型的布局,默认布局始终只有一个
|
Layout |
LayoutService.getLayoutRelationByLoginMode(Layout softLayout)
根据指定的软件模式布局和登录模式查找对应视图布局,默认获取ContextUtils.getLoginMode();
|
Layout |
LayoutService.getLayoutRelationByLoginMode(Layout softLayout,
java.lang.String loginMode)
根据指定的软件模式布局和登录模式查找对应视图布局
|
Modifier and Type | Method and Description |
---|---|
int |
FixedLayoutParser.generatorLayoutContent(PageContext pageContext,
Layout layout,
java.io.PrintWriter writer)
解析固定布局的输出
|
java.util.Map<java.lang.String,java.lang.Object> |
FormInfoService.getFormDataWithPermission(Layout layout,
java.lang.Object keyValue)
获取表单数据对象模型根据Layout中是否对明细表设置带权限,数据未转译。
如果不控制明细表记录的权限则同getFormDataModels(formid,dataid); |
Layout |
LayoutService.getLayoutRelationByLoginMode(Layout softLayout)
根据指定的软件模式布局和登录模式查找对应视图布局,默认获取ContextUtils.getLoginMode();
|
Layout |
LayoutService.getLayoutRelationByLoginMode(Layout softLayout,
java.lang.String loginMode)
根据指定的软件模式布局和登录模式查找对应视图布局
|
int |
FixedLayoutParser.prepareLayoutModel(HttpServletRequest request,
Layout layout,
java.util.List<FormQueryButton> userTabs,
java.lang.Object btnParams)
解析固定布局的输出
|
BeanMap<java.lang.String,java.lang.Object> |
CatalogService.saveFormData(Catalog catalog,
LayoutData data,
Layout layout) |
java.lang.String |
LayoutService.saveFormEditPage(Layout page)
Deprecated.
请调用SaveLayout(Layout)
|
java.lang.String |
LayoutService.saveLayout(Layout page) |
Modifier and Type | Method and Description |
---|---|
Layout |
CopyOfStepInfo.getLayoutEditObject() |
Layout |
StepInfo.getLayoutEditObject() |
Layout |
CopyOfStepInfo.getLayoutPrintObject() |
Layout |
StepInfo.getLayoutPrintObject() |
Layout |
CopyOfStepInfo.getLayoutViewObject() |
Layout |
StepInfo.getLayoutViewObject() |
Modifier and Type | Method and Description |
---|---|
Layout |
RequestService.getWorkflowLayout(WfRequest request,
int layoutType,
java.lang.String stepInfoid)
获取当前流程的节点布局和表单默认布局,权限规则的布局通过getRequestPermissionWithLayout()方法获取
根据工作流中定义的布局权限和优先级来确定 |
Copyright © 2019 by Sucang.cn