public class FoodSolidServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.FoodSolidService
| 构造器和说明 |
|---|
FoodSolidServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countFoodSolidIds() |
Integer |
countFoodSolidIdsByStoreNumAndGroupNumAndStatus(String storeNum,
String groupNum,
Integer status) |
boolean |
delete(Long id) |
Long |
getFoodSolidIdByStoreNumAndGroupNumAndFoodNumAndStatus(String storeNum,
String groupNum,
String foodNum,
Integer status) |
List<Long> |
getFoodSolidIds(Integer start,
Integer limit) |
List<Long> |
getFoodSolidIdsByStoreNum(String storeNum,
Integer start,
Integer limit) |
List<Long> |
getFoodSolidIdsByStoreNumAndGroupNumAndStatus(String storeNum,
String groupNum,
Integer status,
Integer start,
Integer limit) |
List<Long> |
getFoodSolidIdsByStoreNumAndStatus(String storeNum,
Integer status,
Integer start,
Integer limit) |
com.ptteng.onway.platform.model.FoodSolid |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.FoodSolid> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.onway.platform.model.FoodSolid foodSolid) |
List<com.ptteng.onway.platform.model.FoodSolid> |
insertList(List<com.ptteng.onway.platform.model.FoodSolid> foodSolidList) |
boolean |
update(com.ptteng.onway.platform.model.FoodSolid foodSolid) |
boolean |
updateList(List<com.ptteng.onway.platform.model.FoodSolid> foodSolidList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.FoodSolid foodSolid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodSolid> insertList(List<com.ptteng.onway.platform.model.FoodSolid> foodSolidList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.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.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.FoodSolid foodSolid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.FoodSolid> foodSolidList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.FoodSolid getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodSolid> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getFoodSolidIdByStoreNumAndGroupNumAndFoodNumAndStatus(String storeNum, String groupNum, String foodNum, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodSolidIdByStoreNumAndGroupNumAndFoodNumAndStatus 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodSolidIdsByStoreNum(String storeNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodSolidIdsByStoreNum 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodSolidIdsByStoreNumAndStatus(String storeNum, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodSolidIdsByStoreNumAndStatus 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodSolidIdsByStoreNumAndGroupNumAndStatus(String storeNum, String groupNum, Integer status, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodSolidIdsByStoreNumAndGroupNumAndStatus 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodSolidIdsByStoreNumAndGroupNumAndStatus(String storeNum, String groupNum, Integer status) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodSolidIdsByStoreNumAndGroupNumAndStatus 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getFoodSolidIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getFoodSolidIds 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countFoodSolidIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countFoodSolidIds 在接口中 com.ptteng.onway.platform.service.FoodSolidServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.