public interface OrdersInfoService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countOrdersInfoIds() |
Integer |
countOrdersInfoIdsByBizIdAndBizType(Long bizId,
Integer bizType) |
boolean |
delete(Long id) |
Long |
getBizIdByOrdersId(Long ordersId) |
OrdersInfo |
getObjectById(Long id) |
List<OrdersInfo> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getOrdersInfoIdByOrdersId(Long ordersId,
Integer start,
Integer limit) |
List<Long> |
getOrdersInfoIds(Integer start,
Integer limit) |
List<Long> |
getOrdersInfoIdsByBizIdAndBizType(Long bizId,
Integer bizType,
Integer start,
Integer limit) |
Long |
insert(OrdersInfo ordersInfo) |
List<OrdersInfo> |
insertList(List<OrdersInfo> ordersInfoList) |
boolean |
update(OrdersInfo ordersInfo) |
boolean |
updateList(List<OrdersInfo> ordersInfoList) |
Long insert(OrdersInfo ordersInfo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<OrdersInfo> insertList(List<OrdersInfo> ordersInfoList) 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(OrdersInfo ordersInfo) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<OrdersInfo> ordersInfoList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionOrdersInfo getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<OrdersInfo> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countOrdersInfoIdsByBizIdAndBizType(Long bizId, Integer bizType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getOrdersInfoIdByOrdersId(Long ordersId, 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> getOrdersInfoIdsByBizIdAndBizType(Long bizId, Integer bizType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getBizIdByOrdersId(Long ordersId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getOrdersInfoIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countOrdersInfoIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2023. All rights reserved.