public class UserOrderServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.squirrel.home.service.UserOrderService
| 构造器和说明 |
|---|
UserOrderServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserOrderIds() |
Integer |
countUserOrderIdsByUidOrderByCreateAt(Long uid) |
boolean |
delete(Long id) |
static String |
getDate(Long time) |
com.ptteng.squirrel.home.model.UserOrder |
getObjectById(Long id) |
List<com.ptteng.squirrel.home.model.UserOrder> |
getObjectsByIds(List<Long> ids) |
Long |
getUserOrderIdByOrderId(String orderId) |
List<Long> |
getUserOrderIds(Integer start,
Integer limit) |
List<Long> |
getUserOrderIdsByUidOrderByCreateAt(Long uid,
Integer start,
Integer limit) |
Long |
insert(com.ptteng.squirrel.home.model.UserOrder userOrder) |
List<com.ptteng.squirrel.home.model.UserOrder> |
insertList(List<com.ptteng.squirrel.home.model.UserOrder> userOrderList) |
void |
noticeBack(String indentCode,
int respCode,
int payManner) |
boolean |
update(com.ptteng.squirrel.home.model.UserOrder userOrder) |
boolean |
updateList(List<com.ptteng.squirrel.home.model.UserOrder> userOrderList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.squirrel.home.model.UserOrder userOrder) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.squirrel.home.model.UserOrder> insertList(List<com.ptteng.squirrel.home.model.UserOrder> userOrderList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.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.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.squirrel.home.model.UserOrder userOrder)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.squirrel.home.model.UserOrder> userOrderList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.squirrel.home.model.UserOrder getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.squirrel.home.model.UserOrder> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserOrderIdsByUidOrderByCreateAt(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserOrderIdsByUidOrderByCreateAt 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getUserOrderIdByOrderId(String orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserOrderIdByOrderId 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserOrderIdsByUidOrderByCreateAt(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserOrderIdsByUidOrderByCreateAt 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getUserOrderIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getUserOrderIds 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countUserOrderIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countUserOrderIds 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void noticeBack(String indentCode, int respCode, int payManner) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
noticeBack 在接口中 com.ptteng.squirrel.home.service.UserOrderServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.