类 com.googlecode.gendevcode.model.ProjectXml
的使用

使用 ProjectXml 的软件包
com.googlecode.gendevcode.ant.service   
com.googlecode.gendevcode.common   
com.googlecode.gendevcode.maven.service   
com.googlecode.gendevcode.model   
com.googlecode.gendevcode.service   
com.googlecode.gendevcode.service.basic   
 

com.googlecode.gendevcode.ant.serviceProjectXml 的使用
 

参数类型为 ProjectXmlcom.googlecode.gendevcode.ant.service 中的方法
 void AntGenCodeFilesServiceImpl.genPagesFile(Map<String,Object> dataMap, TablePdmXml tablePdmXml, ViewPdmXml viewPdmXml, ProjectXml projectXml)
          创建页面文件
 String AntProjectConfigServiceImpl.getGenFilePath(String packageCode, String genLevel, ProjectXml projectXml)
          根据模块名称和生成级别获取待生成的文件路径
 

com.googlecode.gendevcode.commonProjectXml 的使用
 

返回变量类型为 ProjectXml 的类型的 com.googlecode.gendevcode.common 中的方法
 List<ProjectXml> Cache.getProjectXmlList()
          获取项目信息列表
 

com.googlecode.gendevcode.maven.serviceProjectXml 的使用
 

参数类型为 ProjectXmlcom.googlecode.gendevcode.maven.service 中的方法
 void MvnGenCodeFilesServiceImpl.genCodeFilesXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, String genLevel, ProjectXml projectXml)
          创建代码文件
 void MvnGenCodeFilesServiceImpl.genPagesFile(Map<String,Object> dataMap, TablePdmXml tablePdmXml, ViewPdmXml viewPdmXml, ProjectXml projectXml)
          创建页面文件
 String MvnProjectConfigServiceImpl.getGenFilePath(String packageCode, String genLevel, ProjectXml projectXml)
          根据模块名称和生成级别获取待生成的文件路径
 

com.googlecode.gendevcode.modelProjectXml 的使用
 

返回变量类型为 ProjectXml 的类型的 com.googlecode.gendevcode.model 中的方法
static List<ProjectXml> ProjectXml.init()
          初始化数据
static List<ProjectXml> ProjectXml.readXml()
          读取XML文件获取对象
 

com.googlecode.gendevcode.serviceProjectXml 的使用
 

参数类型为 ProjectXmlcom.googlecode.gendevcode.service 中的方法
 void GenCodeFilesService.genCodeFilesXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, String genLevel, ProjectXml projectXml)
          创建代码文件
 void GenCodeFilesService.genDictionaryXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, ProjectXml projectXml)
          创建字典文件
 void GenCodeFilesService.genHibernateXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, ProjectXml projectXml)
          创建Spring的hibernate配置文件信息
 void GenCodeFilesService.genServiceXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, ProjectXml projectXml)
          创建Spring的service配置文件信息
 String ProjectConfigService.getGenFilePath(String packageCode, String genLevel, ProjectXml projectXml)
          根据模块名称和生成级别获取待生成的文件路径
 

com.googlecode.gendevcode.service.basicProjectXml 的使用
 

参数类型为 ProjectXmlcom.googlecode.gendevcode.service.basic 中的方法
 void GenCodeFilesServiceSupport.genCodeFilesXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, String genLevel, ProjectXml projectXml)
          创建代码文件
 void GenCodeFilesServiceSupport.genDictionaryXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, ProjectXml projectXml)
          创建字典文件
 void GenCodeFilesServiceSupport.genHibernateXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, ProjectXml projectXml)
          创建Spring的hibernate配置文件信息
abstract  void GenCodeFilesServiceSupport.genPagesFile(Map<String,Object> dataMap, TablePdmXml tablePdmXml, ViewPdmXml viewPdmXml, ProjectXml projectXml)
          创建页面文件
 void GenCodeFilesServiceSupport.genServiceXml(List<TablePdmXml> tablePdmXmlList, Map<String,ViewPdmXml> viewMap, ProjectXml projectXml)
          创建Spring的service配置文件信息
 



Copyright © 2012 Devilishkom. All Rights Reserved.