public class TakeoutGoodsSCAClient extends Object implements TakeoutGoodsService
| 构造器和说明 |
|---|
TakeoutGoodsSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
batchCreateDish(Long mchId,
Long storeId,
List<TakeoutGoods> takeoutGoodsList)
批量添加菜品
|
void |
batchUpdateDish(Long mchId,
Long storeId,
List<TakeoutGoods> takeoutGoodsList)
批量修改菜品
|
TakeoutGoodsService |
getTakeoutGoodsService() |
void |
offlineDish(Long mchId,
Long storeId,
Long goodsId) |
void |
onlineDish(Long mchId,
Long storeId,
Long goodsId,
TakeoutGoods takeoutGoods) |
void |
saveDishGroup(Long mchId,
Long storeId,
Long categoryId,
TakeoutCategory takeoutCategory)
创建菜品分类
|
void |
setTakeoutGoodsService(TakeoutGoodsService takeoutGoodsService) |
void |
setThreshold(Long mchId,
Long storeId,
Long goodsId,
int stock) |
void |
updateDish(Long mchId,
Long storeId,
Long goodsId,
TakeoutGoods takeoutGoodsList) |
void |
updateDishGroup(Long mchId,
Long storeId,
Long categoryId,
TakeoutCategory takeoutCategory)
修改菜品分类
|
public TakeoutGoodsService getTakeoutGoodsService()
public void setTakeoutGoodsService(TakeoutGoodsService takeoutGoodsService)
public void saveDishGroup(Long mchId, Long storeId, Long categoryId, TakeoutCategory takeoutCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutGoodsServicesaveDishGroup 在接口中 TakeoutGoodsServicemchId - 品牌idstoreId - 门店idcategoryId - 分类idtakeoutCategory - 分类信息com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void updateDishGroup(Long mchId, Long storeId, Long categoryId, TakeoutCategory takeoutCategory) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutGoodsServiceupdateDishGroup 在接口中 TakeoutGoodsServicemchId - 品牌idstoreId - 门店idcategoryId - 分类idtakeoutCategory - 分类信息com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void onlineDish(Long mchId, Long storeId, Long goodsId, TakeoutGoods takeoutGoods) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
onlineDish 在接口中 TakeoutGoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void offlineDish(Long mchId, Long storeId, Long goodsId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
offlineDish 在接口中 TakeoutGoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void updateDish(Long mchId, Long storeId, Long goodsId, TakeoutGoods takeoutGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateDish 在接口中 TakeoutGoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void batchUpdateDish(Long mchId, Long storeId, List<TakeoutGoods> takeoutGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutGoodsServicebatchUpdateDish 在接口中 TakeoutGoodsServicemchId - 品牌idstoreId - 门店idtakeoutGoodsList - 菜品信息列表com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void batchCreateDish(Long mchId, Long storeId, List<TakeoutGoods> takeoutGoodsList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutGoodsServicebatchCreateDish 在接口中 TakeoutGoodsServicemchId - 品牌idstoreId - 门店idtakeoutGoodsList - 菜品信息列表com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void setThreshold(Long mchId, Long storeId, Long goodsId, int stock) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
setThreshold 在接口中 TakeoutGoodsServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.