public class FoodOrderRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.FoodOrderRelationService
| 构造器和说明 |
|---|
FoodOrderRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countFoodOrderRelationIds() |
Integer |
countFoodOrderRelationIdsByOrderId(Long orderId) |
Integer |
countFoodOrderRelationIdsByOrderNum(String orderNum) |
boolean |
delete(Long id) |
List<Long> |
getFoodOrderRelationIds(Integer start,
Integer limit) |
List<Long> |
getFoodOrderRelationIdsByOrderId(Long orderId,
Integer start,
Integer limit) |
List<Long> |
getFoodOrderRelationIdsByOrderNum(String orderNum,
Integer start,
Integer limit) |
com.ptteng.onway.platform.model.FoodOrderRelation |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.FoodOrderRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.onway.platform.model.FoodOrderRelation foodOrderRelation) |
List<com.ptteng.onway.platform.model.FoodOrderRelation> |
insertList(List<com.ptteng.onway.platform.model.FoodOrderRelation> foodOrderRelationList) |
boolean |
update(com.ptteng.onway.platform.model.FoodOrderRelation foodOrderRelation) |
boolean |
updateList(List<com.ptteng.onway.platform.model.FoodOrderRelation> foodOrderRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.FoodOrderRelation foodOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodOrderRelation> insertList(List<com.ptteng.onway.platform.model.FoodOrderRelation> foodOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.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.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.FoodOrderRelation foodOrderRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.FoodOrderRelation> foodOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.FoodOrderRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodOrderRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodOrderRelationIdsByOrderId(Long orderId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodOrderRelationIdsByOrderId 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodOrderRelationIdsByOrderNum(String orderNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodOrderRelationIdsByOrderNum 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodOrderRelationIdsByOrderId(Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodOrderRelationIdsByOrderId 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodOrderRelationIdsByOrderNum(String orderNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodOrderRelationIdsByOrderNum 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodOrderRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodOrderRelationIds 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodOrderRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodOrderRelationIds 在接口中 com.ptteng.onway.platform.service.FoodOrderRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.