public class CartServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.CartService
| 构造器和说明 |
|---|
CartServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countCartIds() |
Integer |
countCartIdsByUserIdAndMerchantId(Long userId,
Long merchantId) |
boolean |
delete(Long id) |
List<Long> |
getCartIds(Integer start,
Integer limit) |
List<Long> |
getCartIdsByUserIdAndMerchantId(Long userId,
Long merchantId,
Integer start,
Integer limit) |
com.ptteng.micro.mall.model.Cart |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.Cart> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.micro.mall.model.Cart cart) |
List<com.ptteng.micro.mall.model.Cart> |
insertList(List<com.ptteng.micro.mall.model.Cart> cartList) |
boolean |
update(com.ptteng.micro.mall.model.Cart cart) |
boolean |
updateList(List<com.ptteng.micro.mall.model.Cart> cartList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.Cart cart) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Cart> insertList(List<com.ptteng.micro.mall.model.Cart> cartList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.Cart cart)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.Cart> cartList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.Cart getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.Cart> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCartIdsByUserIdAndMerchantId(Long userId, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCartIdsByUserIdAndMerchantId 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCartIdsByUserIdAndMerchantId(Long userId, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCartIdsByUserIdAndMerchantId 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getCartIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getCartIds 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countCartIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countCartIds 在接口中 com.ptteng.micro.mall.service.CartServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.