public class SubscribeMsgSCAClient extends Object implements SubscribeMsgService
| Constructor and Description |
|---|
SubscribeMsgSCAClient() |
public SubscribeMsgService getSubscribeMsgService()
public void setSubscribeMsgService(SubscribeMsgService subscribeMsgService)
public Long insert(SubscribeMsg subscribeMsg) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<SubscribeMsg> insertList(List<SubscribeMsg> subscribeMsgList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(SubscribeMsg subscribeMsg) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
update in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<SubscribeMsg> subscribeMsgList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic SubscribeMsg getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<SubscribeMsg> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubscribeMsgIdsByUserIdAndMerchantId(Long userId, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIdsByUserIdAndMerchantId in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getSubscribeMsgIdByUserIdAndMerchantIdAndCategoryAndType(Long userId, Long merchantId, Integer category, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIdByUserIdAndMerchantIdAndCategoryAndType in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubscribeMsgIdsByUserIdAndMerchantIdAndCategory(Long userId, Long merchantId, Integer category, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIdsByUserIdAndMerchantIdAndCategory in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getSubscribeMsgIdByUserIdAndTemplateId(Long userId, String templateId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIdByUserIdAndTemplateId in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getSubscribeMsgIdByUserIdAndAppIdAndTemplateId(Long userId, String appId, String templateId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIdByUserIdAndAppIdAndTemplateId in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getSubscribeMsgIdByUserIdAndAppIdAndCategoryAndType(Long userId, String appId, Integer category, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIdByUserIdAndAppIdAndCategoryAndType in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSubscribeMsgIdsByUserIdAndMerchantId(Long userId, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSubscribeMsgIdsByUserIdAndMerchantId in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSubscribeMsgIdsByUserIdAndMerchantIdAndCategory(Long userId, Long merchantId, Integer category) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSubscribeMsgIdsByUserIdAndMerchantIdAndCategory in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getSubscribeMsgIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getSubscribeMsgIds in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSubscribeMsgIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSubscribeMsgIds in interface SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getIdsByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getIdsByDynamicCondition in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean fakeDelete(Class clz, Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
fakeDelete in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void deleteList(Class clz, List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
deleteList in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Object getObjectByDynamicCondition(Class clz, Map<String,Object> conditions, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectByDynamicCondition in interface com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.