public interface OrdersRemarksLogService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countOrdersRemarksLogIds() |
Integer |
countOrdersRemarksLogIdsByOid(Long oid) |
boolean |
delete(Long id) |
OrdersRemarksLog |
getObjectById(Long id) |
List<OrdersRemarksLog> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getOrdersRemarksLogIds(Integer start,
Integer limit) |
List<Long> |
getOrdersRemarksLogIdsByOid(Long oid,
Integer start,
Integer limit) |
Long |
insert(OrdersRemarksLog ordersRemarksLog) |
List<OrdersRemarksLog> |
insertList(List<OrdersRemarksLog> ordersRemarksLogList) |
boolean |
update(OrdersRemarksLog ordersRemarksLog) |
boolean |
updateList(List<OrdersRemarksLog> ordersRemarksLogList) |
Long insert(OrdersRemarksLog ordersRemarksLog) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<OrdersRemarksLog> insertList(List<OrdersRemarksLog> ordersRemarksLogList) 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(OrdersRemarksLog ordersRemarksLog) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<OrdersRemarksLog> ordersRemarksLogList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionOrdersRemarksLog getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<OrdersRemarksLog> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countOrdersRemarksLogIdsByOid(Long oid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getOrdersRemarksLogIdsByOid(Long oid, 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> getOrdersRemarksLogIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countOrdersRemarksLogIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2019. All rights reserved.