public class FoodServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.FoodService
| 构造器和说明 |
|---|
FoodServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countFoodIds() |
Integer |
countFoodIdsByfoodType(Integer foodType) |
boolean |
delete(Long id) |
Long |
getFoodIdByFoodNum(String foodNum) |
List<Long> |
getFoodIds(Integer start,
Integer limit) |
List<Long> |
getFoodIdsByfoodType(Integer foodType,
Integer start,
Integer limit) |
com.ptteng.onway.platform.model.Food |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.Food> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.onway.platform.model.Food food) |
List<com.ptteng.onway.platform.model.Food> |
insertList(List<com.ptteng.onway.platform.model.Food> foodList) |
boolean |
update(com.ptteng.onway.platform.model.Food food) |
boolean |
updateList(List<com.ptteng.onway.platform.model.Food> foodList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.Food food) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.Food> insertList(List<com.ptteng.onway.platform.model.Food> foodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.FoodServicecom.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.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.Food food)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.Food> foodList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.Food getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.Food> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getFoodIdByFoodNum(String foodNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodIdByFoodNum 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodIdsByfoodType(Integer foodType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodIdsByfoodType 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodIdsByfoodType(Integer foodType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodIdsByfoodType 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodIds 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodIds 在接口中 com.ptteng.onway.platform.service.FoodServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.