public class GoodsServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.GoodsService
| 构造器和说明 |
|---|
GoodsServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countGoodsIdBybuyerAndorderId(java.lang.Long buyer,
java.lang.Long orderId) |
java.lang.Integer |
countGoodsIds() |
java.lang.Integer |
countGoodsIdsByBuyerAndIsConfirm(java.lang.Long buyer,
java.lang.Integer isConfirm) |
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getGoodsByBuyerAndOrderid(java.lang.Long uid,
java.lang.String orderId,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getGoodsIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getGoodsIdsByBuyerAndIsConfirm(java.lang.Long buyer,
java.lang.Integer isConfirm,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.Goods |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Goods> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Goods goods) |
java.util.List<com.ptteng.common.skill.model.Goods> |
insertList(java.util.List<com.ptteng.common.skill.model.Goods> goodsList) |
boolean |
update(com.ptteng.common.skill.model.Goods goods) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Goods> goodsList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Goods goods)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Goods> insertList(java.util.List<com.ptteng.common.skill.model.Goods> goodsList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Goods goods)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Goods> goodsList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Goods getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Goods> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getGoodsByBuyerAndOrderid(java.lang.Long uid,
java.lang.String orderId,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceDaoException,
com.gemantic.common.exception.ServiceException
getGoodsByBuyerAndOrderid 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceDaoExceptioncom.gemantic.common.exception.ServiceExceptionpublic java.util.List<java.lang.Long> getGoodsIdsByBuyerAndIsConfirm(java.lang.Long buyer,
java.lang.Integer isConfirm,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getGoodsIdsByBuyerAndIsConfirm 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countGoodsIdsByBuyerAndIsConfirm(java.lang.Long buyer,
java.lang.Integer isConfirm)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countGoodsIdsByBuyerAndIsConfirm 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countGoodsIdBybuyerAndorderId(java.lang.Long buyer,
java.lang.Long orderId)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countGoodsIdBybuyerAndorderId 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getGoodsIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getGoodsIds 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countGoodsIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countGoodsIds 在接口中 com.ptteng.common.skill.service.GoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.