public interface TopicGoodsService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countTopicGoodsIds() |
Integer |
countTopicGoodsIdsByShelfStatusAndGoodsId(Integer shelfStatus,
Long goodsId) |
Integer |
countTopicGoodsIdsByTopicId(Long topicId) |
boolean |
delete(Long id) |
TopicGoods |
getObjectById(Long id) |
List<TopicGoods> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getTopicGoodsIds(Integer start,
Integer limit) |
List<Long> |
getTopicGoodsIdsByShelfStatus(Integer shelfStatus,
Integer start,
Integer limit) |
List<Long> |
getTopicGoodsIdsByTopicId(Long topicId,
Integer start,
Integer limit) |
List<Long> |
getTopicGoodsIdsByTopicIdAndShelfStatus(Long topicId,
Integer shelfStatus,
Integer start,
Integer limit) |
Long |
insert(TopicGoods topicGoods) |
List<TopicGoods> |
insertList(List<TopicGoods> topicGoodsList) |
boolean |
update(TopicGoods topicGoods) |
boolean |
updateList(List<TopicGoods> topicGoodsList) |
Long insert(TopicGoods topicGoods) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<TopicGoods> insertList(List<TopicGoods> topicGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(TopicGoods topicGoods) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<TopicGoods> topicGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionTopicGoods getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<TopicGoods> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getTopicGoodsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countTopicGoodsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countTopicGoodsIdsByTopicId(Long topicId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getTopicGoodsIdsByTopicId(Long topicId, 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> getTopicGoodsIdsByShelfStatus(Integer shelfStatus, 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> getTopicGoodsIdsByTopicIdAndShelfStatus(Long topicId, Integer shelfStatus, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countTopicGoodsIdsByShelfStatusAndGoodsId(Integer shelfStatus, Long goodsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.