public interface FoodOrderRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
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) |
FoodOrderRelation |
getObjectById(Long id) |
List<FoodOrderRelation> |
getObjectsByIds(List<Long> ids) |
Long |
insert(FoodOrderRelation foodOrderRelation) |
List<FoodOrderRelation> |
insertList(List<FoodOrderRelation> foodOrderRelationList) |
boolean |
update(FoodOrderRelation foodOrderRelation) |
boolean |
updateList(List<FoodOrderRelation> foodOrderRelationList) |
Long insert(FoodOrderRelation foodOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<FoodOrderRelation> insertList(List<FoodOrderRelation> foodOrderRelationList) 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(FoodOrderRelation foodOrderRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<FoodOrderRelation> foodOrderRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionFoodOrderRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<FoodOrderRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countFoodOrderRelationIdsByOrderId(Long orderId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countFoodOrderRelationIdsByOrderNum(String orderNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getFoodOrderRelationIdsByOrderId(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> getFoodOrderRelationIdsByOrderNum(String orderNum, 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> getFoodOrderRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countFoodOrderRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.