public class TakeoutStoreSCAClient extends Object implements TakeoutStoreService
| 构造器和说明 |
|---|
TakeoutStoreSCAClient() |
| 限定符和类型 | 方法和说明 |
|---|---|
TakeoutShop |
getStore(Long mchId,
Long storeId)
查询门店信息
|
List<TakeoutComment> |
getStoreComment(Long mchId,
Long storeId,
String startTime,
String endTime,
int pageSize,
int offset)
获取门店评论
|
TakeoutStoreService |
getTakeoutStoreService() |
void |
offlineStore(Long mchId,
Long storeId)
门店下线(所有外卖平台)
|
void |
offlineStoreByPlatform(Long mchId,
Long storeId,
String platform)
门店下线(单个外卖平台)
|
void |
onlineStore(Long mchId,
Long storeId)
门店上线(所有外卖平台)
|
void |
onlineStoreByPlatform(Long mchId,
Long storeId,
String platform)
门店上线(单个外卖平台)
|
void |
replyStoreComment(Long mchId,
Long storeId,
Long commentId,
String replyContent)
回复门店评论
|
void |
setTakeoutStoreService(TakeoutStoreService takeoutStoreService) |
void |
updateStore(Long mchId,
Long storeId,
TakeoutShop takeoutShop,
String platform)
更新门店信息
|
public TakeoutStoreService getTakeoutStoreService()
public void setTakeoutStoreService(TakeoutStoreService takeoutStoreService)
public TakeoutShop getStore(Long mchId, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServicegetStore 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void updateStore(Long mchId, Long storeId, TakeoutShop takeoutShop, String platform) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServiceupdateStore 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idtakeoutShop - 门店信息com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void onlineStore(Long mchId, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServiceonlineStore 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void offlineStore(Long mchId, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServiceofflineStore 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idcom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void onlineStoreByPlatform(Long mchId, Long storeId, String platform) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServiceonlineStoreByPlatform 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idplatform - 平台代码com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void offlineStoreByPlatform(Long mchId, Long storeId, String platform) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServiceofflineStoreByPlatform 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idplatform - 平台代码com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<TakeoutComment> getStoreComment(Long mchId, Long storeId, String startTime, String endTime, int pageSize, int offset) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServicegetStoreComment 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idstartTime - 开始时间(单位秒)endTime - 结束时间(单位秒)pageSize - 页面数据大小offset - 页面偏移量com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void replyStoreComment(Long mchId, Long storeId, Long commentId, String replyContent) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
TakeoutStoreServicereplyStoreComment 在接口中 TakeoutStoreServicemchId - 品牌idstoreId - 门店idcommentId - 评论idreplyContent - 回复内容com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.