类 org.jeecgframework.poi.excel.entity.params.ExcelImportEntity
的使用

使用 ExcelImportEntity 的软件包
org.jeecgframework.poi.excel.entity.params   
org.jeecgframework.poi.excel.imports 导入类 
org.jeecgframework.poi.excel.imports.base   
 

org.jeecgframework.poi.excel.entity.paramsExcelImportEntity 的使用
 

返回变量类型为 ExcelImportEntity 的类型的 org.jeecgframework.poi.excel.entity.params 中的方法
 Map<String,ExcelImportEntity> ExcelCollectionParams.getExcelParams()
           
 List<ExcelImportEntity> ExcelImportEntity.getList()
           
 

类型变量类型为 ExcelImportEntityorg.jeecgframework.poi.excel.entity.params 中的方法参数
 void ExcelCollectionParams.setExcelParams(Map<String,ExcelImportEntity> excelParams)
           
 void ExcelImportEntity.setList(List<ExcelImportEntity> list)
           
 

org.jeecgframework.poi.excel.importsExcelImportEntity 的使用
 

类型变量类型为 ExcelImportEntityorg.jeecgframework.poi.excel.imports 中的方法参数
 Object CellValueServer.getValue(IExcelDataHandler dataHanlder, Object object, org.apache.poi.ss.usermodel.Cell cell, Map<String,ExcelImportEntity> excelParams, String titleString)
          获取cell的值
 Object CellValueServer.getValue(IExcelDataHandler dataHanlder, Object object, SaxReadCellEntity cellEntity, Map<String,ExcelImportEntity> excelParams, String titleString)
          获取cell值
 

org.jeecgframework.poi.excel.imports.baseExcelImportEntity 的使用
 

参数类型为 ExcelImportEntityorg.jeecgframework.poi.excel.imports.base 中的方法
 void ImportBaseService.addEntityToMap(String targetId, Field field, ExcelImportEntity excelEntity, Class<?> pojoClass, List<Method> getMethods, Map<String,ExcelImportEntity> temp)
          把这个注解解析放到类型对象中
 void ImportBaseService.getExcelField(String targetId, Field field, ExcelImportEntity excelEntity, Excel excel, Class<?> pojoClass)
           
 void ImportBaseService.setValues(ExcelImportEntity entity, Object object, Object value)
           
 

类型变量类型为 ExcelImportEntityorg.jeecgframework.poi.excel.imports.base 中的方法参数
 void ImportBaseService.addEntityToMap(String targetId, Field field, ExcelImportEntity excelEntity, Class<?> pojoClass, List<Method> getMethods, Map<String,ExcelImportEntity> temp)
          把这个注解解析放到类型对象中
 void ImportBaseService.getAllExcelField(String targetId, Field[] fields, Map<String,ExcelImportEntity> excelParams, List<ExcelCollectionParams> excelCollection, Class<?> pojoClass, List<Method> getMethods)
          获取需要导出的全部字段
 void ImportBaseService.getExcelFieldList(String targetId, Field[] fields, Class<?> pojoClass, Map<String,ExcelImportEntity> temp, List<Method> getMethods)
           
 



Copyright © 2015. All Rights Reserved.