public class EvaluateOrderRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.EvaluateOrderRelationService
| 构造器和说明 |
|---|
EvaluateOrderRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
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> |
getEvaluateOrderRelationIdsByStoreIdPlatform(Long storeId,
String platform,
Integer start,
Integer limit) |
List<Long> |
getEvaluateOrderRelationIdsByUid(Long uid,
Integer start,
Integer limit) |
com.ptteng.onway.platform.model.EvaluateOrderRelation |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.EvaluateOrderRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.onway.platform.model.EvaluateOrderRelation evaluateOrderRelation) |
List<com.ptteng.onway.platform.model.EvaluateOrderRelation> |
insertList(List<com.ptteng.onway.platform.model.EvaluateOrderRelation> evaluateOrderRelationList) |
boolean |
update(com.ptteng.onway.platform.model.EvaluateOrderRelation evaluateOrderRelation) |
boolean |
updateList(List<com.ptteng.onway.platform.model.EvaluateOrderRelation> evaluateOrderRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.EvaluateOrderRelation evaluateOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.EvaluateOrderRelation> insertList(List<com.ptteng.onway.platform.model.EvaluateOrderRelation> evaluateOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.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.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.EvaluateOrderRelation evaluateOrderRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.EvaluateOrderRelation> evaluateOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.EvaluateOrderRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.EvaluateOrderRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getEvaluateOrderRelationIdsByUid(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateOrderRelationIdsByUid 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getEvaluateOrderRelationIdByPlatformOrderNum(String platformOrderNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateOrderRelationIdByPlatformOrderNum 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getEvaluateOrderRelationIdByOrderId(Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateOrderRelationIdByOrderId 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countEvaluateOrderRelationIdsByUid(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countEvaluateOrderRelationIdsByUid 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getEvaluateOrderRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateOrderRelationIds 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getEvaluateOrderRelationIdsByStoreIdPlatform(Long storeId, String platform, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateOrderRelationIdsByStoreIdPlatform 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countEvaluateOrderRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countEvaluateOrderRelationIds 在接口中 com.ptteng.onway.platform.service.EvaluateOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.