提交 ea42502c 编写于 作者: KK's avatar KK

门户部件数据

上级 19960b8e
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
[
<#if app.getAllPSAppDataEntities?? && app.getAllPSAppDataEntities()??>
<#list app.getAllPSAppDataEntities() as appDataEntity>
<#if appDataEntity.getAllPSAppPortlets?? && appDataEntity.getAllPSAppPortlets()??>
<#list appDataEntity.getAllPSAppPortlets() as appdePortlet>
<#if appdePortlet.isEnableAppDashboard?? && appdePortlet.isEnableAppDashboard()?? && appdePortlet.isEnableDEDashboard() == true>
{"type":"appde",
"appCodeName":"${appDataEntity.getCodeName()}",
"appName":"${appDataEntity.getLogicName()}",
"portletCodeName": "${appdePortlet.getCodeName()}",
<#if appdePortlet.getPSSysPortlet?? && appdePortlet.getPSSysPortlet()??>"portletTYpe":"${appdePortlet.getPSSysPortlet().getPortletType()}","componentName":"${srffilepath2(appDataEntity.getCodeName())}-${srffilepath2(appdePortlet.getPSSysPortlet().getCodeName())}-portlet",</#if>
"portletName": "${appdePortlet.getName()}"},
</#if>
</#list>
</#if>
</#list>
</#if>
<#if app.getAllPSAppPortlets?? && app.getAllPSAppPortlets()??>
[<#if app.getAllPSAppPortlets?? && app.getAllPSAppPortlets()??>
<#list app.getAllPSAppPortlets() as appPortlet>
<#if appPortlet.isEnableAppDashboard?? && appPortlet.isEnableAppDashboard()?? && appPortlet.isEnableAppDashboard() == true>
<#if appPortlet.getPSAppDataEntity?? && appPortlet.getPSAppDataEntity()??>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册