public class UserExpressServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.micro.mall.service.UserExpressService
| 构造器和说明 |
|---|
UserExpressServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserExpressIds() |
boolean |
delete(Long id) |
com.ptteng.micro.mall.model.UserExpress |
getObjectById(Long id) |
List<com.ptteng.micro.mall.model.UserExpress> |
getObjectsByIds(List<Long> ids) |
Long |
getUserExpressIdByOrdersId(Long ordersId) |
List<Long> |
getUserExpressIds(Integer start,
Integer limit) |
Long |
insert(com.ptteng.micro.mall.model.UserExpress userExpress) |
List<com.ptteng.micro.mall.model.UserExpress> |
insertList(List<com.ptteng.micro.mall.model.UserExpress> userExpressList) |
boolean |
update(com.ptteng.micro.mall.model.UserExpress userExpress) |
boolean |
updateList(List<com.ptteng.micro.mall.model.UserExpress> userExpressList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getMapListByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.micro.mall.model.UserExpress userExpress) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.UserExpress> insertList(List<com.ptteng.micro.mall.model.UserExpress> userExpressList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.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.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.micro.mall.model.UserExpress userExpress)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.micro.mall.model.UserExpress> userExpressList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.micro.mall.model.UserExpress getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.micro.mall.model.UserExpress> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserExpressIdByOrdersId(Long ordersId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserExpressIdByOrdersId 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserExpressIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserExpressIds 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserExpressIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserExpressIds 在接口中 com.ptteng.micro.mall.service.UserExpressServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.