public interface WaimaiDishConsumerService
| Modifier and Type | Method and Description |
|---|---|
void |
batchUpdateDish(Long mchId,
Long storeId,
List<DishNormWmDTO> dishNormWmDTOs) |
void |
offlineDish(Long mchId,
Long storeId,
Long dishNormId) |
void |
onlineDish(Long mchId,
Long storeId,
Long dishNormId,
DishNormWmDTO dishNormWmDTO) |
void |
saveDishGroup(Long mchId,
Long storeId,
Long dishGroupId,
DishGroupWmDTO dishGroup) |
void |
setThreshold(Long mchId,
Long storeId,
Long dishNormId,
int stock) |
void |
updateDish(Long mchId,
Long storeId,
Long dishNormId,
DishNormWmDTO dishNormWmDTO) |
void |
updateDishGroup(Long mchId,
Long storeId,
Long dishGroupId,
DishGroupWmDTO dishGroup) |
void saveDishGroup(Long mchId, Long storeId, Long dishGroupId, 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, 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, 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, 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<DishNormWmDTO> dishNormWmDTOs) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.