| | |
| | | BaseResult impLinkTemplate(MultipartFile file) throws IOException, ClassNotFoundException; |
| | | /** |
| | | * 查询方案删除 |
| | | * @param templateNames 查询方案名 |
| | | * @param names 查询方案名 |
| | | * @return 操作结果 |
| | | */ |
| | | BaseResult deleteLinkTemplate(List<String> templateNames) throws PLException; |
| | | BaseResult deleteLinkTemplate(String names) throws PLException; |
| | | |
| | | /** |
| | | * 查询条件下的查询按钮 |
| | |
| | | * @return 导入结果 |
| | | */ |
| | | BaseResult impBtmTemplate(MultipartFile file) throws IOException, ClassNotFoundException; |
| | | |
| | | /** |
| | | * 查询模板的列表添加了字段的相关属性 |
| | | * @param btmName 类型 |
| | | * @param linkFlag 是否链接类型 :true 链接类型 ,false 业务类型 |
| | | * @return 查询模板的列表 |
| | | */ |
| | | BaseResult queryTemplateListByAttr(String btmName, Boolean linkFlag, String direction) throws PLException; |
| | | } |