public interface TemplateService
| 限定符和类型 | 方法和说明 |
|---|---|
cn.tdchain.cb.domain.Template |
findByHash(java.lang.String hash)
Query template by hash.
|
com.alibaba.fastjson.JSONObject |
findByName(java.lang.String templateName)
Query template by name.
|
cn.tdchain.cb.domain.Template findByHash(java.lang.String hash)
throws cn.tdchain.cb.exception.BusinessException
hash - template hashcn.tdchain.cb.exception.BusinessException - business exceptioncom.alibaba.fastjson.JSONObject findByName(java.lang.String templateName)
throws cn.tdchain.cb.exception.BusinessException
templateName - template namecn.tdchain.cb.exception.BusinessException - business exceptionCopyright © 2019. All Rights Reserved.