From 663878fdcd0d44c105888014f4cdf7fc926f609f Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期三, 19 六月 2024 10:27:04 +0800
Subject: [PATCH] 1、去掉client包的相关更改。 2、修改登录鉴权修改。

---
 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/WebLoServiceI.java |   81 ++++++++++++++++++----------------------
 1 files changed, 37 insertions(+), 44 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/WebLoServiceI.java b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/WebLoServiceI.java
index 77fa85b..413891b 100644
--- a/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/WebLoServiceI.java
+++ b/Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/web/service/WebLoServiceI.java
@@ -1,8 +1,7 @@
 package com.vci.web.service;
 
-import com.vci.client.bof.ClientBusinessObject;
-import com.vci.client.bof.ClientLinkObject;
-import com.vci.client.bof.ClientLinkObjectOperation;
+import com.vci.corba.omd.data.AttributeValue;
+import com.vci.corba.omd.data.BusinessObject;
 import com.vci.corba.omd.data.LinkObject;
 import com.vci.starter.web.exception.VciBaseException;
 import com.vci.starter.web.pagemodel.DataGrid;
@@ -16,12 +15,6 @@
 public interface WebLoServiceI {
 
 
-	/**
-	 * 鑾峰彇骞冲彴鐨勯摼鎺ョ被鍨嬬殑鎿嶄綔绫�
-	 * @return
-	 * @throws VciBaseException
-	 */
-	 ClientLinkObjectOperation getLoOption() throws VciBaseException;
 
 	/**
 	 * 鏍规嵁鏌ヨ鏉′欢鏉ユ煡璇㈤摼鎺ョ被鍨�
@@ -30,7 +23,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientLinkObject>  queryCLO(String linkType, Map<String, String> conditionMap) throws VciBaseException;
+	 List<LinkObject>  queryCLO(String linkType, Map<String, String> conditionMap) throws VciBaseException;
 
 	/**
 	 * 鏍规嵁鏌ヨ鏉′欢鏉ユ煡璇㈤摼鎺ョ被鍨�
@@ -40,7 +33,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryLinkCbo(String linkType, String toBtmname, Map<String, String> conditionMap) throws VciBaseException;
+	 List<BusinessObject> queryLinkCbo(String linkType, String toBtmname, Map<String, String> conditionMap) throws VciBaseException;
 
 	/**
 	 * 鏌ヨ閾炬帴绫诲瀷
@@ -51,7 +44,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientLinkObject> queryCLO(String linkType, String toBtmName, int level, Map<String, String> conditionMap) throws VciBaseException;
+	 List<LinkObject> queryCLO(String linkType, String toBtmName, int level, Map<String, String> conditionMap) throws VciBaseException;
 
 	/**
 	 * 鏌ヨto绔殑涓氬姟绫诲瀷
@@ -62,7 +55,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryLinkCbo(String linkType, String toBtmname, int level, Map<String, String> conditionMap) throws VciBaseException;
+	 List<BusinessObject> queryLinkCbo(String linkType, String toBtmname, int level, Map<String, String> conditionMap) throws VciBaseException;
 
 	/**
 	 * 鏌ヨ閾炬帴绫诲瀷
@@ -74,7 +67,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientLinkObject> queryCLO(String linkType, String toBtmName,
+	 List<LinkObject> queryCLO(String linkType, String toBtmName,
                                      int level, boolean isDirection, Map<String, String> conditionMap)
 			throws VciBaseException;
 
@@ -89,7 +82,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientLinkObject> queryCLO(String linkType, String toBtmName,
+	 List<LinkObject> queryCLO(String linkType, String toBtmName,
                                      int level, boolean isDirection, Map<String, String> conditionMap, PageHelper ph)
 			throws VciBaseException;
 
@@ -103,7 +96,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryLinkCbo(String linkType, String toBtmname,
+	 List<BusinessObject> queryLinkCbo(String linkType, String toBtmname,
                                              int level, boolean isDirection, Map<String, String> conditionMap)
 			throws VciBaseException;
 
@@ -114,7 +107,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 Map<String,com.vci.client.bof.ClientBusinessObject> queryLinkedCbo(LinkObject[] lo, boolean isDirection) throws VciBaseException;
+	 Map<String,BusinessObject> queryLinkedCbo(LinkObject[] lo, boolean isDirection) throws VciBaseException;
 
 	/**
 	 *鏌ヨ閾炬帴绫诲瀷鏌愮鐨勪笟鍔$被鍨�
@@ -123,16 +116,16 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 Map<String,com.vci.client.bof.ClientBusinessObject> queryLinkedCbo(List los, boolean isDirection) throws VciBaseException;
+	 Map<String,BusinessObject> queryLinkedCbo(List los, boolean isDirection) throws VciBaseException;
 
-	/**
-	 *鏌ヨ閾炬帴绫诲瀷鏌愮鐨勪笟鍔$被鍨�
-	 * @param clo 閾炬帴绫诲瀷瀵硅薄
-	 * @param isDirection 鏄惁鍙嶅悜
-	 * @return
-	 * @throws VciBaseException
-	 */
-	 Map<String,com.vci.client.bof.ClientBusinessObject> queryLinkedCbo(ClientLinkObject[] clo, boolean isDirection) throws VciBaseException;
+//	/**
+//	 *鏌ヨ閾炬帴绫诲瀷鏌愮鐨勪笟鍔$被鍨�
+//	 * @param clo 閾炬帴绫诲瀷瀵硅薄
+//	 * @param isDirection 鏄惁鍙嶅悜
+//	 * @return
+//	 * @throws VciBaseException
+//	 */
+//	 Map<String,BusinessObject> queryLinkedCbo(LinkObject[] clo, boolean isDirection) throws VciBaseException;
 
 	/**
 	 * 鏌ヨ閾炬帴绫诲瀷鏌愮鐨勪笟鍔$被鍨�
@@ -142,7 +135,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 Map<String, com.vci.client.bof.ClientBusinessObject> queryLinkedCbo(ClientLinkObject[] clol,
+	 Map<String, BusinessObject> queryLinkedCbo(LinkObject[] clol,
                                                       boolean isDirection, List<String> queryColumn) throws VciBaseException;
 
 	/**
@@ -153,40 +146,40 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 Map<String, ClientBusinessObject> queryLinkedCbo(List los,
+	 Map<String, BusinessObject> queryLinkedCbo(List los,
                                                       boolean isDirection, List<String> queryColumn) throws VciBaseException;
 	
 	 /**
-     * ClientLinkObject 杞负HashMap
+     * LinkObject 杞负HashMap
      * @param clos clos
      * @return map
      * @throws VciBaseException
      */
-     List<Map> clos2Map(List<ClientLinkObject> clos) throws VciBaseException;
+     List<Map> clos2Map(List<LinkObject> clos) throws VciBaseException;
     
     /**
-     * ClientLinkObject 杞负HashMap
+     * LinkObject 杞负HashMap
      * @param clo
      * @return
      * @throws VciBaseException
      */
-     Map clo2Map(ClientLinkObject clo) throws VciBaseException;
+     Map clo2Map(LinkObject clo) throws VciBaseException;
     
     /**
-     * map杞负ClientLinkObject
+     * map杞负LinkObject
      * @param map 
      * @return
      * @throws VciBaseException
      */
-     List<ClientLinkObject> map2Clos(List<Map> map) throws VciBaseException;
+     List<LinkObject> map2Clos(List<Map> map) throws VciBaseException;
     
     /**
-     * map杞负ClientLinkObject
+     * map杞负LinkObject
      * @param map
      * @return
      * @throws VciBaseException
      */
-     ClientLinkObject map2Clo(Map map) throws VciBaseException;
+     LinkObject map2Clo(Map map) throws VciBaseException;
 
 	/**
 	 * 淇濆瓨閾炬帴绫诲瀷瀵硅薄
@@ -194,7 +187,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	List<ClientLinkObject> saveClientLinkObjects(List<ClientLinkObject> clos) throws VciBaseException;
+	List<LinkObject> saveLinkObjects(List<LinkObject> clos) throws VciBaseException;
 
 	/**
 	 * 鍒涘缓杩炴帴绫诲瀷
@@ -202,7 +195,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	ClientLinkObject createClientLinkObject(String loName) throws VciBaseException;
+	LinkObject createLinkObject(String loName) throws VciBaseException;
 
 	/**
 	 * 鎷疯礉閾炬帴绫诲瀷
@@ -210,21 +203,21 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	ClientLinkObject cloneClientLinkObject(ClientLinkObject clo) throws VciBaseException;
+	LinkObject cloneLinkObject(LinkObject clo) throws VciBaseException;
 
 	/**
 	 * 鍒犻櫎閾炬帴绫诲瀷
 	 * @param clos 閾炬帴绫诲瀷鐨勫唴瀹�
 	 * @throws VciBaseException
 	 */
-	void deleteClientLinkObjects(List<ClientLinkObject> clos) throws VciBaseException;
+	void deleteLinkObjects(List<LinkObject> clos) throws VciBaseException;
 
 	/**
 	 * 鏇存柊閾炬帴绫诲瀷
 	 * @param clos 閾炬帴绫诲瀷鐨勫璞�
 	 * @throws VciBaseException 鎵ц鍑洪敊浼氭姏鍑哄紓甯�
 	 */
-	void updateClientLinkObject(List<ClientLinkObject> clos) throws VciBaseException;
+	void updateLinkObject(List<LinkObject> clos) throws VciBaseException;
 
 	/**
 	 * 鏌ヨ閾炬帴绫诲瀷鍜屼笟鍔$被鍨�
@@ -272,8 +265,8 @@
 	 * @param attributeName 灞炴�у悕绉�
 	 * @param attributeValue 灞炴�х殑鍊�
 	 */
-	public default void setAttribute(com.vci.client.bof.ClientLinkObject clo,String attributeName,String attributeValue){
-		com.vci.corba.omd.data.AttributeValue[] attrValues =clo.getLinkObject().newAttrValList;
+	public default void setAttribute(LinkObject clo,String attributeName,String attributeValue){
+		com.vci.corba.omd.data.AttributeValue[] attrValues =clo.newAttrValList;
 		ArrayList<com.vci.corba.omd.data.AttributeValue> attrValList = new ArrayList();
 		com.vci.corba.omd.data.AttributeValue attrVal;
 		int i;
@@ -306,6 +299,6 @@
 			attrValList.add(attrVal);
 		}
 
-		clo.getLinkObject().newAttrValList = (com.vci.corba.omd.data.AttributeValue[])attrValList.toArray(new com.vci.corba.omd.data.AttributeValue[attrValList.size()]);
+		clo.newAttrValList = attrValList.toArray(new AttributeValue[attrValList.size()]);
 	};
 }

--
Gitblit v1.9.3