public interface EvaluateOrderRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countEvaluateOrderRelationIds() |
Integer |
countEvaluateOrderRelationIdsByUid(Long uid) |
boolean |
delete(Long id) |
Long |
getEvaluateOrderRelationIdByOrderId(Long orderId) |
Long |
getEvaluateOrderRelationIdByPlatformOrderNum(String platformOrderNum) |
List<Long> |
getEvaluateOrderRelationIds(Integer start,
Integer limit) |
List<Long> |
getEvaluateOrderRelationIdsByUid(Long uid,
Integer start,
Integer limit) |
EvaluateOrderRelation |
getObjectById(Long id) |
List<EvaluateOrderRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(EvaluateOrderRelation evaluateOrderRelation) |
List<EvaluateOrderRelation> |
insertList(List<EvaluateOrderRelation> evaluateOrderRelationList) |
boolean |
update(EvaluateOrderRelation evaluateOrderRelation) |
boolean |
updateList(List<EvaluateOrderRelation> evaluateOrderRelationList) |
Long insert(EvaluateOrderRelation evaluateOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<EvaluateOrderRelation> insertList(List<EvaluateOrderRelation> evaluateOrderRelationList) 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(EvaluateOrderRelation evaluateOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<EvaluateOrderRelation> evaluateOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionEvaluateOrderRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<EvaluateOrderRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countEvaluateOrderRelationIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getEvaluateOrderRelationIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getEvaluateOrderRelationIdByPlatformOrderNum(String platformOrderNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getEvaluateOrderRelationIdByOrderId(Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getEvaluateOrderRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countEvaluateOrderRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.