| | |
| | | * names 查询模板名 |
| | | * @return |
| | | */ |
| | | void expLinkTemplate(List<String> names, HttpServletResponse response) throws PLException, IOException ; |
| | | void expLinkTemplate(String names, HttpServletResponse response) throws PLException, IOException ; |
| | | /** |
| | | * 导入链接类型查询模板 |
| | | * @param file 上传的文件 |
| | |
| | | * names 查询模板名 |
| | | * @return |
| | | */ |
| | | void expBtmQTTemplate(List<String> names, HttpServletResponse response) throws PLException,IOException ; |
| | | String expBtmQTTemplate(String qtNames) throws PLException,IOException ; |
| | | |
| | | /** |
| | | * 查询条件下的选择查询模板对话框(查询全部模板和所对应的业务类型或链接类型名) |
| | |
| | | * 查询模板的列表添加了字段的相关属性 |
| | | * @param btmName 类型 |
| | | * @param linkFlag 是否链接类型 :true 链接类型 ,false 业务类型 |
| | | * @param direction 正反方向 |
| | | * @return 查询模板的列表 |
| | | */ |
| | | BaseResult queryTemplateListByAttr(String btmName, Boolean linkFlag, String direction) throws PLException; |