public interface TemplateService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countTemplateIds() |
Integer |
countTemplateIdsByMerchantId(Long merchantId) |
boolean |
delete(Long id,
String lang) |
Template |
getObjectById(Long id,
String lang) |
List<Template> |
getObjectsByIds(List<Long> ids,
String lang) |
List<Long> |
getTemplateIds(Integer start,
Integer limit) |
List<Long> |
getTemplateIdsByMerchantId(Long merchantId,
Integer start,
Integer limit) |
Long |
insert(Template template,
String lang) |
List<Template> |
insertList(List<Template> templateList) |
boolean |
update(Template template,
String lang) |
boolean |
updateList(List<Template> templateList) |
List<Template> insertList(List<Template> templateList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Template> templateList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Template> getObjectsByIds(List<Long> ids, String lang) throws Exception
ExceptionInteger countTemplateIdsByMerchantId(Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getTemplateIdsByMerchantId(Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getTemplateIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countTemplateIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.