public class GroupFoodSortServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.onway.platform.service.GroupFoodSortService
| 构造器和说明 |
|---|
GroupFoodSortServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countGroupFoodSortIds() |
Integer |
countGroupFoodSortIdsByStoreNum(String storeNum) |
Integer |
countGroupFoodSortIdsByStoreNumAndFoodNum(String storeNum,
String foodNum) |
Integer |
countGroupFoodSortIdsByStoreNumAndGroupNum(String storeNum,
String groupNum) |
boolean |
delete(Long id) |
Long |
getGroupFoodSortIdByStoreNumAndGroupNumAndFoodNum(String storeNum,
String groupNum,
String foodNum) |
List<Long> |
getGroupFoodSortIds(Integer start,
Integer limit) |
List<Long> |
getGroupFoodSortIdsByStoreNum(String storeNum,
Integer start,
Integer limit) |
List<Long> |
getGroupFoodSortIdsByStoreNumAndFoodNum(String storeNum,
String foodNum,
Integer start,
Integer limit) |
List<Long> |
getGroupFoodSortIdsByStoreNumAndGroupNum(String storeNum,
String groupNum,
Integer start,
Integer limit) |
com.ptteng.onway.platform.model.GroupFoodSort |
getObjectById(Long id) |
List<com.ptteng.onway.platform.model.GroupFoodSort> |
getObjectsByIds(List<Long> ids) |
Long |
insert(com.ptteng.onway.platform.model.GroupFoodSort groupFoodSort) |
List<com.ptteng.onway.platform.model.GroupFoodSort> |
insertList(List<com.ptteng.onway.platform.model.GroupFoodSort> groupFoodSortList) |
boolean |
update(com.ptteng.onway.platform.model.GroupFoodSort groupFoodSort) |
boolean |
updateList(List<com.ptteng.onway.platform.model.GroupFoodSort> groupFoodSortList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, getObjectByDynamicCondition, main, setDaopublic Long insert(com.ptteng.onway.platform.model.GroupFoodSort groupFoodSort) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.GroupFoodSort> insertList(List<com.ptteng.onway.platform.model.GroupFoodSort> groupFoodSortList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.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.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.onway.platform.model.GroupFoodSort groupFoodSort)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(List<com.ptteng.onway.platform.model.GroupFoodSort> groupFoodSortList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.onway.platform.model.GroupFoodSort getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.GroupFoodSort> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Long getGroupFoodSortIdByStoreNumAndGroupNumAndFoodNum(String storeNum, String groupNum, String foodNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGroupFoodSortIdByStoreNumAndGroupNumAndFoodNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGroupFoodSortIdsByStoreNumAndFoodNum(String storeNum, String foodNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGroupFoodSortIdsByStoreNumAndFoodNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGroupFoodSortIdsByStoreNumAndGroupNum(String storeNum, String groupNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGroupFoodSortIdsByStoreNumAndGroupNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGroupFoodSortIdsByStoreNum(String storeNum, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGroupFoodSortIdsByStoreNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGroupFoodSortIdsByStoreNumAndFoodNum(String storeNum, String foodNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGroupFoodSortIdsByStoreNumAndFoodNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGroupFoodSortIdsByStoreNumAndGroupNum(String storeNum, String groupNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGroupFoodSortIdsByStoreNumAndGroupNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGroupFoodSortIdsByStoreNum(String storeNum) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGroupFoodSortIdsByStoreNum 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<Long> getGroupFoodSortIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getGroupFoodSortIds 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic Integer countGroupFoodSortIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
countGroupFoodSortIds 在接口中 com.ptteng.onway.platform.service.GroupFoodSortServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.