public class SubscribeMsgSCAClient extends Object implements SubscribeMsgService
| 构造器和说明 |
|---|
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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 SubscribeMsgServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countSubscribeMsgIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countSubscribeMsgIds 在接口中 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 在接口中 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 在接口中 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 在接口中 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 在接口中 com.ptteng.common.dao.BaseDaoServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.