From aed7f0e9be4e88a4ed632f9ca7aca05fa1e7f6b8 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期四, 12 九月 2024 17:44:21 +0800
Subject: [PATCH] UI上下文导出树查询和导出接口

---
 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/UIManagerServiceI.java |   25 +++++++++++++++----------
 1 files changed, 15 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..fc7d26f 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,9 +1,7 @@
 package com.vci.web.service;
 
 import com.vci.corba.common.PLException;
-import com.vci.corba.portal.data.PLTabButton;
 import com.vci.corba.portal.data.PLUILayout;
-import com.vci.corba.portal.data.PLPageDefination;
 import com.vci.corba.portal.data.PLTabPage;
 import com.vci.pagemodel.PLTabButtonVO;
 import com.vci.pagemodel.PLUILayoutCloneVO;
@@ -18,6 +16,7 @@
 import javax.servlet.http.HttpServletResponse;
 import java.io.IOException;
 import java.util.List;
+import java.util.Map;
 
 /**
  * @author ludc
@@ -63,11 +62,18 @@
     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涓婁笅鏂�
@@ -170,24 +176,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鏉冮檺鏍�
@@ -204,6 +210,5 @@
      * @throws Exception
      */
     boolean authorizedUI(UIAuthorDTO uiAuthorDTO)throws Exception;
-
 
 }

--
Gitblit v1.9.3