com.googlecode.gendevcode.service.impl
类 PdmServiceImpl

java.lang.Object
  继承者 com.googlecode.gendevcode.service.basic.ServiceSupport<PdmServiceImpl>
      继承者 com.googlecode.gendevcode.service.impl.PdmServiceImpl
所有已实现的接口:
BaseService, PdmService

public class PdmServiceImpl
extends ServiceSupport<PdmServiceImpl>
implements PdmService

读取PDM文件实现类

作者:
devilishking

字段摘要
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的字段
FLAG_END
 
构造方法摘要
PdmServiceImpl()
           
 
方法摘要
 void setTableInfo(Map<String,TablePdmXml> tablePdmXmlMap, Map<String,TablePdmXml> tablePdmXmlByNameMap, List<ViewPdmXml> viewList, Map<String,List<String>> tableIdListMap, Document doc)
          获取表信息
 void setViewTabelId(List<ViewPdmXml> viewList, Map<String,ViewPdmXml> viewMap, Map<String,List<String>> tableIdListMap, Document doc)
          获取表和视图的关联关系
 
从类 com.googlecode.gendevcode.service.basic.ServiceSupport 继承的方法
getNewId, inputBoolean, inputBoolean, inputDouble, inputDouble, inputInt, inputInt, inputLong, inputLong, inputStr, inputStr, setDebug, setDebug, setError, setError, setFatal, setFatal, setInfo, setInfo, setTrace, setTrace, setWarn, setWarn
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

PdmServiceImpl

public PdmServiceImpl()
方法详细信息

setViewTabelId

public void setViewTabelId(List<ViewPdmXml> viewList,
                           Map<String,ViewPdmXml> viewMap,
                           Map<String,List<String>> tableIdListMap,
                           Document doc)
                    throws Exception
获取表和视图的关联关系

指定者:
接口 PdmService 中的 setViewTabelId
参数:
viewList - 视图列表<视图信息>
viewMap - 视图集合<视图编号, 视图信息>
tableIdListMap - 表和视图的关联关系集合<视图编号, List<表编号>>
doc - 文档视图
抛出:
Exception

setTableInfo

public void setTableInfo(Map<String,TablePdmXml> tablePdmXmlMap,
                         Map<String,TablePdmXml> tablePdmXmlByNameMap,
                         List<ViewPdmXml> viewList,
                         Map<String,List<String>> tableIdListMap,
                         Document doc)
                  throws Exception
获取表信息

指定者:
接口 PdmService 中的 setTableInfo
参数:
tablePdmXmlMap - 表信息集合<表编号, 表信息>
tablePdmXmlByNameMap - 表信息集合<表名, 表信息>
viewList - 视图列表<视图信息>
tableIdListMap - 表和视图的关联关系集合<视图编号, List<表编号>>
doc - 文档视图
抛出:
Exception


Copyright © 2012 Devilishkom. All Rights Reserved.