From d5ffec728c333461b466ba5761616f90076117e5 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期五, 19 四月 2024 17:57:04 +0800 Subject: [PATCH] 1、主要完成对一些基础类的替换,将以前老的bean对象换成新平台的bean对象。 2、对树的查询接口进行修改测试联调。 3、对列表数据的查询接口进行修改测试联调。 4、对通用保存接口进行编写测试。 --- Source/platformProject/vci-platform-web/src/main/java/com/vci/web/service/WebBoServiceI.java | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 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..5689dff 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 @@ -6,7 +6,7 @@ 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 com.vci.client.bof.ClientBusinessObject; import plm.bs.bom.clientobject.ClientBusinessObjectOperation; import plm.bs.bom.clientobject.ClientLinkObject; import plm.corba.qt.QTServiceOperations; @@ -54,7 +54,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 +64,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 +75,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 +91,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 +99,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 +109,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 +120,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 +141,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 +187,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 +195,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 +492,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