From f29ad099c6dc5c55d6cb94fb190d06743777ec6d Mon Sep 17 00:00:00 2001
From: dangsn <dangsn@chicecm.com>
Date: 星期三, 05 六月 2024 10:56:48 +0800
Subject: [PATCH] 项目引用调整

---
 Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/WebBoServiceI.java |   33 ++++++++++++++-------------------
 1 files changed, 14 insertions(+), 19 deletions(-)

diff --git a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/WebBoServiceI.java b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/WebBoServiceI.java
index 2da3df4..634c6d8 100644
--- a/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/WebBoServiceI.java
+++ b/Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/WebBoServiceI.java
@@ -1,20 +1,15 @@
 package com.vci.web.service;
 
+import com.vci.client.bof.ClientBusinessObject;
+import com.vci.common.qt.object.Condition;
+import com.vci.common.qt.object.QueryTemplate;
 import com.vci.starter.web.exception.VciBaseException;
 import com.vci.starter.web.pagemodel.DataGrid;
 import com.vci.starter.web.pagemodel.PageHelper;
-import com.vci.starter.web.util.VciBaseUtil;
 import com.vci.starter.web.wrapper.VciQueryWrapperForDO;
 import com.vci.web.pageModel.BatchCBO;
-import plm.bs.bom.clientobject.ClientBusinessObject;
-import plm.bs.bom.clientobject.ClientBusinessObjectOperation;
-import plm.bs.bom.clientobject.ClientLinkObject;
-import plm.corba.qt.QTServiceOperations;
-import plm.oq.objectQuery.common.Condition;
-import plm.oq.objectQuery.common.QueryTemplate;
 
 import java.util.Collection;
-import java.util.LinkedList;
 import java.util.List;
 import java.util.Map;
 
@@ -54,7 +49,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryCBO(String btmType, Map<String, String> conditionMap) throws VciBaseException;
+	 List<com.vci.client.bof.ClientBusinessObject> queryCBO(String btmType, Map<String, String> conditionMap) throws VciBaseException;
 	
 	/**
 	 * 鏀寔鎺掑簭鍜屽垎椤电殑鏌ヨ涓氬姟绫诲瀷涓嬬殑鏁版嵁
@@ -64,7 +59,7 @@
 	 * @return 
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryCBO(String btmType, Map<String, String> conditionMap, PageHelper ph) throws VciBaseException;
+	 List<com.vci.client.bof.ClientBusinessObject> queryCBO(String btmType, Map<String, String> conditionMap, PageHelper ph) throws VciBaseException;
 	
 	/**
 	 * 鏀寔鑷畾涔夋煡璇㈠瓧娈碉紙鍖呮嫭鍙傜収銆佹灇涓惧拰鐢熷懡鍛ㄦ湡锛�
@@ -75,7 +70,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryCBO(String btmType, Map<String, String> conditionMap, PageHelper ph, List<String> clauseList) throws VciBaseException;
+	 List<com.vci.client.bof.ClientBusinessObject> queryCBO(String btmType, Map<String, String> conditionMap, PageHelper ph, List<String> clauseList) throws VciBaseException;
 
 	/**
 	 * 鎷疯礉鍒嗛〉鍜屾帓搴忕殑璁剧疆鍒版煡璇㈡ā鏉�
@@ -91,7 +86,7 @@
 	 * @param enumAttrName 鏋氫妇鐨勫悕绉�
 	 * @throws VciBaseException 鏌ヨ鏋氫妇鍑洪敊鐨勬椂鍊欎細鎶涘嚭寮傚父
 	 */
-	void queryEnumText(ClientBusinessObject cbo, ClientLinkObject clo, List<String> enumAttrName) throws VciBaseException;
+	void queryEnumText(com.vci.client.bof.ClientBusinessObject cbo, com.vci.client.bof.ClientLinkObject clo, List<String> enumAttrName) throws VciBaseException;
 
 	/**
 	 * 缁欓摼鎺ョ被鍨嬭缃睘鎬�
@@ -99,7 +94,7 @@
 	 * @param attributeName 灞炴�х殑鍚嶇О
 	 * @param attributeValue 灞炴�х殑鍊�
 	 */
-     void setAttributeValueForClo(ClientLinkObject clo, String attributeName, String attributeValue);
+     void setAttributeValueForClo(com.vci.client.bof.ClientLinkObject clo, String attributeName, String attributeValue);
 
     /**
 	 * 浣跨敤鏌ヨ鏂规鏉ユ煡璇㈡暟鎹紝杩斿洖CBO
@@ -109,7 +104,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryCBOByScheme(String queryScheme, Map<String, String> conditionMap, Map<String, String> replaceMap) throws VciBaseException;
+	 List<com.vci.client.bof.ClientBusinessObject> queryCBOByScheme(String queryScheme, Map<String, String> conditionMap, Map<String, String> replaceMap) throws VciBaseException;
 	
 	/**
 	 * 浣跨敤鏌ヨ鏂规鏉ユ煡璇㈡暟鎹紝杩斿洖CBO锛屾敮鎸佸垎椤�
@@ -120,7 +115,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryCBOByScheme(String queryScheme, Map<String, String> conditionMap, Map<String, String> replaceMap, PageHelper ph) throws VciBaseException;
+	 List<com.vci.client.bof.ClientBusinessObject> queryCBOByScheme(String queryScheme, Map<String, String> conditionMap, Map<String, String> replaceMap, PageHelper ph) throws VciBaseException;
 
 	/**
 	 * 浣跨敤鍚嶅瓧鑾峰彇鏌ヨ妯℃澘
@@ -141,7 +136,7 @@
 	 * @return
 	 * @throws VciBaseException
 	 */
-	 List<ClientBusinessObject> queryCBOByScheme(String queryScheme, Map<String, String> conditionMap, Map<String, String> replaceMap, PageHelper ph, List<String> clauseList) throws VciBaseException;
+	 List<com.vci.client.bof.ClientBusinessObject> queryCBOByScheme(String queryScheme, Map<String, String> conditionMap, Map<String, String> replaceMap, PageHelper ph, List<String> clauseList) throws VciBaseException;
 	
 	/**
 	 * 鏌ヨ鏁伴噺
@@ -187,7 +182,7 @@
      * @return CBO
      * @throws VciBaseException
      */
-     List<ClientBusinessObject> queryBySql(String sql, Map<String, String> conditionMap) throws VciBaseException;
+     List<com.vci.client.bof.ClientBusinessObject> queryBySql(String sql, Map<String, String> conditionMap) throws VciBaseException;
 
 	/**
 	 * 鍙敤sql璇彞鏌ヨ锛岃繖涓拰queryBySql鍖哄埆鏄紝鐗规畩鐨剆ql(濡傚寘鍚湁鍑芥暟鐨�)鍙互鐢ㄨ繖涓柟娉曪紝浣嗘槸鏈塻ql娉ㄥ叆椋庨櫓
@@ -195,7 +190,7 @@
 	 * @return CBO
 	 * @throws VciBaseException 鏌ヨ鍑洪敊娲绘姏鍑哄紓甯�
 	 */
-	List<ClientBusinessObject> queryByOnlySql(String sql) throws VciBaseException;
+	List<com.vci.client.bof.ClientBusinessObject> queryByOnlySql(String sql) throws VciBaseException;
 
 	/**
 	 * 鍙敤sql璇彞鏌ヨ锛岃繖涓拰queryBySqlForMap鍖哄埆鏄紝鐗规畩鐨剆ql(濡傚寘鍚湁鍑芥暟鐨�)鍙互鐢ㄨ繖涓柟娉曪紝浣嗘槸鏈塻ql娉ㄥ叆椋庨櫓
@@ -492,7 +487,7 @@
      * @return
      * @throws VciBaseException
      */
-     Map cbo2Map(ClientBusinessObject cbo) throws VciBaseException;
+     Map cbo2Map(com.vci.client.bof.ClientBusinessObject cbo) throws VciBaseException;
     
     /**
      * map杞负clientBusinessObject

--
Gitblit v1.9.3