public interface GoodsService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGoodsIdBybuyerAndorderId(Long buyer,
Long orderId) |
Integer |
countGoodsIds() |
Integer |
countGoodsIdsByBuyerAndIsConfirm(Long buyer,
Integer isConfirm) |
boolean |
delete(Long id) |
List<Long> |
getGoodsByBuyerAndOrderid(Long uid,
String orderId,
Integer start,
Integer limit) |
List<Long> |
getGoodsIds(Integer start,
Integer limit) |
List<Long> |
getGoodsIdsByBuyerAndIsConfirm(Long buyer,
Integer isConfirm,
Integer start,
Integer limit) |
Goods |
getObjectById(Long id) |
List<Goods> |
getObjectsByIds(List<Long> ids) |
Long |
insert(Goods goods) |
List<Goods> |
insertList(List<Goods> goodsList) |
boolean |
update(Goods goods) |
boolean |
updateList(List<Goods> goodsList) |
Long insert(Goods goods) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Goods> insertList(List<Goods> goodsList) 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(Goods goods) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<Goods> goodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionGoods getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Goods> 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> getGoodsByBuyerAndOrderid(Long uid, String orderId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceDaoException, com.gemantic.common.exception.ServiceException
com.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionInteger countGoodsIdsByBuyerAndIsConfirm(Long buyer, Integer isConfirm) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsIdBybuyerAndorderId(Long buyer, Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getGoodsIdsByBuyerAndIsConfirm(Long buyer, Integer isConfirm, 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> getGoodsIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countGoodsIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.