public interface WorkerOrderRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countWorkerOrderRelationIds() |
Integer |
countWorkerOrderRelationIdsByWorkerId(Long workerId) |
boolean |
delete(Long id) |
WorkerOrderRelation |
getObjectById(Long id) |
List<WorkerOrderRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getWorkerOrderRelationIdByOrderIdAndWorkerId(Long orderId,
Long workerId) |
List<Long> |
getWorkerOrderRelationIds(Integer start,
Integer limit) |
List<Long> |
getWorkerOrderRelationIdsByOrderId(Long orderId,
Integer start,
Integer limit) |
List<Long> |
getWorkerOrderRelationIdsByOrderIdAndStatus(Long orderId,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getWorkerOrderRelationIdsByWorkerId(Long workerId,
Integer start,
Integer limit) |
Long |
insert(WorkerOrderRelation workerOrderRelation) |
List<WorkerOrderRelation> |
insertList(List<WorkerOrderRelation> workerOrderRelationList) |
boolean |
update(WorkerOrderRelation workerOrderRelation) |
boolean |
updateList(List<WorkerOrderRelation> workerOrderRelationList) |
Long insert(WorkerOrderRelation workerOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WorkerOrderRelation> insertList(List<WorkerOrderRelation> workerOrderRelationList) 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(WorkerOrderRelation workerOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<WorkerOrderRelation> workerOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionWorkerOrderRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<WorkerOrderRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWorkerOrderRelationIdsByWorkerId(Long workerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getWorkerOrderRelationIdsByOrderId(Long orderId, 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> getWorkerOrderRelationIdsByWorkerId(Long workerId, 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> getWorkerOrderRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countWorkerOrderRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getWorkerOrderRelationIdsByOrderIdAndStatus(Long orderId, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getWorkerOrderRelationIdByOrderIdAndWorkerId(Long orderId, Long workerId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2021. All rights reserved.