From 7377c6ab43dfc4b622055a992efaadc972c24726 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期五, 03 一月 2025 17:18:58 +0800
Subject: [PATCH] 1、管理功能模块、业务功能模块,判断菜单标识alias是否唯一并且必须是英文。 2、操作类型模块添加图标数据。 3、ACTION增加图标。

---
 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java |   92 ++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 89 insertions(+), 3 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java
index e071a29..8fa1d4b 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/OsQuereyTemplateServiceI.java
@@ -3,6 +3,8 @@
 import com.vci.corba.common.PLException;
 import com.vci.corba.omd.ltm.LinkType;
 import com.vci.corba.omd.qtm.QTD;
+import com.vci.corba.omd.qtm.QTInfo;
+import com.vci.dto.QTInfoDTO;
 import com.vci.pagemodel.OsBtmTypeAttributeVO;
 import com.vci.pagemodel.OsLinkTypeAttributeVO;
 import com.vci.pagemodel.OsLinkTypeVO;
@@ -51,8 +53,7 @@
      */
     BaseResult deleteTemplate(String name) throws PLException;
     /**
-     *
-     * @param dataMap 浼犺緭鐨勬暟鎹璞★細
+     * @param qtInfoDTO 浼犺緭鐨勬暟鎹璞★細
      *                linkTypeName 閾炬帴绫诲瀷銆�
      *                rdPositive 鏂瑰悜锛宼rue姝e悜锛宖alse鍙嶅悜
      *                btmName 涓氬姟绫诲瀷鍚嶇О
@@ -62,7 +63,7 @@
      *                level 瀛愯妭鐐瑰眰鏁�
      * @return 鏌ヨ缁撴灉
      */
-    BaseResult getCriteria(HashMap<String,Object> dataMap) throws PLException;
+    BaseResult getCriteria(QTInfoDTO qtInfoDTO) throws PLException;
     /**
      * 鏌ヨ妯℃澘鍒楄〃
      * @param btName 绫诲瀷鍚嶇О
@@ -75,4 +76,89 @@
      * @return 鏌ヨ缁撴灉
      */
     BaseResult isExistsQT(String name) throws PLException;
+
+    /**
+     * 閾炬帴绫诲瀷鏌ヨ妯℃澘淇濆瓨
+     * @param qtInfoDTO 淇濆瓨浼犺緭瀵硅薄
+     * @return 淇濆瓨缁撴灉
+     */
+    BaseResult linkSave(QTInfoDTO qtInfoDTO) throws PLException;
+    /**
+     * 閾炬帴绫诲瀷鏌ヨ妯℃澘鏍戞煡璇紝鐢ㄤ簬鐣岄潰鐨勫鍑哄姛鑳�
+     * @return 鏌ヨ缁撴灉
+     */
+    BaseResult getLinkTree()  throws PLException ;
+    /**
+     * 瀵煎嚭閾炬帴绫诲瀷鏌ヨ妯℃澘
+     * names 鏌ヨ妯℃澘鍚�
+     * @return
+     */
+    void expLinkTemplate(String names, HttpServletResponse response) throws PLException, IOException ;
+    /**
+     * 瀵煎叆閾炬帴绫诲瀷鏌ヨ妯℃澘
+     * @param file 涓婁紶鐨勬枃浠�
+     * @return 瀵煎叆缁撴灉
+     */
+    BaseResult impLinkTemplate(MultipartFile file) throws IOException, ClassNotFoundException;
+    /**
+     * 鏌ヨ鏂规鍒犻櫎
+     * @param names 鏌ヨ鏂规鍚�
+     * @return 鎿嶄綔缁撴灉
+     */
+    BaseResult deleteLinkTemplate(String names) throws PLException;
+
+    /**
+     * 鏌ヨ鏉′欢涓嬬殑鏌ヨ鎸夐挳
+     * @param qtInfoDTO
+     * @return
+     * @throws PLException
+     */
+    BaseResult getCriteriaBtm(QTInfoDTO qtInfoDTO) throws PLException;
+
+    /**
+     * 涓氬姟绫诲瀷鏌ヨ妯℃澘淇濆瓨
+     * @param qtInfoDTO 淇濆瓨浼犺緭瀵硅薄
+     * @return 淇濆瓨缁撴灉
+     */
+    BaseResult btmSave(QTInfoDTO qtInfoDTO) throws PLException;
+
+    /**
+     * 鏇存柊鏁版嵁搴撶粨鏋�
+     * @return 淇濆瓨缁撴灉
+     */
+    BaseResult updateDBStructure() throws PLException;
+
+    /**
+     * 涓氬姟绫诲瀷鏌ヨ妯℃澘鏍戞煡璇紝鐢ㄤ簬鐣岄潰鐨勫鍑哄姛鑳�
+     * @return 鏌ヨ缁撴灉
+     */
+    BaseResult getBtmQtTree() throws PLException;
+
+    /**
+     * 瀵煎嚭涓氬姟绫诲瀷鏌ヨ妯℃澘
+     * names 鏌ヨ妯℃澘鍚�
+     * @return
+     */
+    String expBtmQTTemplate(String qtNames) throws PLException,IOException ;
+
+    /**
+     * 鏌ヨ鏉′欢涓嬬殑閫夋嫨鏌ヨ妯℃澘瀵硅瘽妗嗭紙鏌ヨ鍏ㄩ儴妯℃澘鍜屾墍瀵瑰簲鐨勪笟鍔$被鍨嬫垨閾炬帴绫诲瀷鍚嶏級
+     * @return
+     */
+    BaseResult getAllQTs() throws PLException;
+
+    /**
+     * 瀵煎叆涓氬姟绫诲瀷鏌ヨ妯℃澘
+     * @param file 涓婁紶鐨勬枃浠�
+     * @return 瀵煎叆缁撴灉
+     */
+    BaseResult impBtmTemplate(MultipartFile file) throws IOException, ClassNotFoundException;
+    /**
+     * 鏌ヨ妯℃澘鐨勫垪琛ㄦ坊鍔犱簡瀛楁鐨勭浉鍏冲睘鎬�
+     * @param btmName 绫诲瀷
+     * @param linkFlag 鏄惁閾炬帴绫诲瀷 锛歵rue 閾炬帴绫诲瀷 锛宖alse 涓氬姟绫诲瀷
+     * @param direction 姝e弽鏂瑰悜
+     * @return 鏌ヨ妯℃澘鐨勫垪琛�
+     */
+    BaseResult queryTemplateListByAttr(String btmName, Boolean linkFlag, String direction) throws PLException;
 }

--
Gitblit v1.9.3