public interface WaimaiDishService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
batchUpdateDish(Long mchId,
Long storeId,
List<com.ptteng.onway.platform.model.DishNormWmDTO> dishNormWmDTOs) |
void |
offlineDish(Long mchId,
Long storeId,
Long dishNormId) |
void |
onlineDish(Long mchId,
Long storeId,
Long dishNormId,
com.ptteng.onway.platform.model.DishNormWmDTO dishNormWmDTO) |
void |
saveDishGroup(Long mchId,
Long storeId,
Long dishGroupId,
com.ptteng.onway.platform.model.DishGroupWmDTO dishGroup) |
void |
setThreshold(Long mchId,
Long storeId,
Long dishNormId,
int stock) |
void |
updateDish(Long mchId,
Long storeId,
Long dishNormId,
com.ptteng.onway.platform.model.DishNormWmDTO dishNormWmDTO) |
void |
updateDishGroup(Long mchId,
Long storeId,
Long dishGroupId,
com.ptteng.onway.platform.model.DishGroupWmDTO dishGroup) |
void saveDishGroup(Long mchId, Long storeId, Long dishGroupId, com.ptteng.onway.platform.model.DishGroupWmDTO dishGroup) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid updateDishGroup(Long mchId, Long storeId, Long dishGroupId, com.ptteng.onway.platform.model.DishGroupWmDTO dishGroup) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid onlineDish(Long mchId, Long storeId, Long dishNormId, com.ptteng.onway.platform.model.DishNormWmDTO dishNormWmDTO) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid offlineDish(Long mchId, Long storeId, Long dishNormId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid updateDish(Long mchId, Long storeId, Long dishNormId, com.ptteng.onway.platform.model.DishNormWmDTO dishNormWmDTO) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid batchUpdateDish(Long mchId, Long storeId, List<com.ptteng.onway.platform.model.DishNormWmDTO> dishNormWmDTOs) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.