From c8f873c85f86c50c479900abea194dc6bb46a2e4 Mon Sep 17 00:00:00 2001 From: wangting <675591594@qq.com> Date: 星期五, 27 九月 2024 18:10:29 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java | 61 +++++++++++++++++++++++++----- 1 files changed, 51 insertions(+), 10 deletions(-) diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java index 3b4f001..247e847 100644 --- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java +++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java @@ -1,10 +1,11 @@ package com.vci.web.service; import com.vci.corba.common.PLException; -import com.vci.corba.portal.data.PLTabButton; +import com.vci.corba.omd.btm.BizType; +import com.vci.corba.omd.qtm.QTInfo; import com.vci.corba.portal.data.PLUILayout; -import com.vci.corba.portal.data.PLPageDefination; import com.vci.corba.portal.data.PLTabPage; +import com.vci.corba.portal.data.PortalVI; import com.vci.pagemodel.PLTabButtonVO; import com.vci.pagemodel.PLUILayoutCloneVO; import com.vci.starter.web.exception.VciBaseException; @@ -16,8 +17,10 @@ import com.vci.pagemodel.PLDefinationVO; import org.springframework.web.multipart.MultipartFile; import javax.servlet.http.HttpServletResponse; +import java.io.File; import java.io.IOException; import java.util.List; +import java.util.Map; /** * @author ludc @@ -63,18 +66,25 @@ boolean cloneUIContextData(PLUILayoutCloneVO pluiLayoutCloneVO) throws PLException; /** + * 鏍规嵁鍕鹃�夌殑鏉′欢鑾峰彇闇�瑕佸鍑虹殑ui涓婁笅鏂囨爲 + * @param expDatas + * @return + */ + Tree getExpContextTree(List<String> expDatas); + + /** * 瀵煎嚭ui涓婁笅鏂�(鍕鹃�夌殑瑕佸鍑虹殑鎺у埗鍖虹殑鏁版嵁) * oids * @return */ - void expUIContextData(String[] oids, HttpServletResponse response) throws PLException, IOException; + String expUIContextData(Map<String,String> expConditionMap) throws PLException, IOException; /** * 瀵煎叆UI涓婁笅鏂� * @param file * @return */ - BaseResult impUIContextData(MultipartFile file); + BaseResult impUIContextData(File file, boolean isCovered,String selectBtm); //鍖哄煙鐩稿叧鏌ヨ銆佹坊鍔犮�佸垹闄ゃ�佷慨鏀圭瓑鎺ュ彛 /** @@ -170,24 +180,24 @@ /** * 鍒犻櫎鍗曚釜鎸夐挳閰嶇疆 - * @param tabButton + * @param tabButtonVO * @return */ - boolean deleteTapButton(PLTabButton tabButton) throws PLException; + boolean deleteTapButton(PLTabButtonVO tabButtonVO) throws PLException; /** * 璋冩暣涓轰笅绾ф寜閽� - * @param plTabButton + * @param tabButtonVO * @return */ - BaseResult joinBtn(PLTabButton plTabButton) throws PLException; + BaseResult joinBtn(PLTabButtonVO tabButtonVO) throws PLException; /** * 璋冩暣涓轰笂绾ф寜閽� - * @param plTabButton + * @param tabButtonVO * @return */ - BaseResult exitBtn(PLTabButton plTabButton) throws PLException; + BaseResult exitBtn(PLTabButtonVO tabButtonVO) throws PLException; /** * 鑾峰彇UI鏉冮檺鏍� @@ -205,5 +215,36 @@ */ boolean authorizedUI(UIAuthorDTO uiAuthorDTO)throws Exception; + /** + * 涓氬姟绫诲瀷銆佹簮瀵硅薄绫诲瀷銆侀《灞傝妭鐐规樉绀虹被鍨嬬瓑閮借皟鐢ㄨ繖涓帴鍙f煡璇� + * @param baseQueryObject + * @return + * @throws PLException + */ + DataGrid<BizType> getBtmDatasByPage(BaseQueryObject baseQueryObject) throws Throwable; + + /** + * UI瀹氫箟涓嬫媺鏌ヨ锛坱emplateType涓篣I瀹氫箟鏃剁殑閫夋嫨瀵硅薄涓嬫媺鏌ヨ锛� + * @param baseQueryObject selectBtmType 閫夋嫨鐨勬簮瀵硅薄,甯﹀垎椤典俊鎭� + * @return + * @throws PLException + */ + DataGrid<PLUILayout> getUILayoutDatasByPage(BaseQueryObject baseQueryObject)throws Throwable; + + /** + * 閫夋嫨妯℃澘涓嬫媺鏌ヨ锛坱emplateType涓鸿〃鏍笺�佽〃鍗曘�佹爲琛ㄦ椂鐨勯�夋嫨瀵硅薄涓嬫媺鏌ヨ锛� + * @param baseQueryObject + * @return + * @throws PLException + */ + DataGrid<PortalVI> getPortalVIDatasByPage(BaseQueryObject baseQueryObject) throws Throwable; + + /** + * 鏌ヨ妯℃澘涓嬫媺鏌ヨ + * @param baseQueryObject + * @return + * @throws PLException + */ + DataGrid<QTInfo> getQTInfoDatasByPage(BaseQueryObject baseQueryObject)throws Throwable; } -- Gitblit v1.9.3