public class StoreConsumerServiceImpl extends Object implements com.ptteng.onway.platform.service.WaimaiStoreConsumerService
| 构造器和说明 |
|---|
StoreConsumerServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.ptteng.onway.platform.model.WaimaiStoreCommentDTO> |
getStoreComment(Long mchId,
Long storeId,
String startTime,
String endTime,
int pageSize) |
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 |
updateStore(Long mchId,
Long storeId,
com.ptteng.onway.platform.model.WaimaiStoreDTO waimaiStoreDTO) |
void |
updateStoreByPlatform(Long mchId,
Long storeId,
List<String> platformTypes,
com.ptteng.onway.platform.model.WaimaiStoreDTO waimaiStoreDTO) |
public void updateStore(Long mchId, Long storeId, com.ptteng.onway.platform.model.WaimaiStoreDTO waimaiStoreDTO) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateStore 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic void updateStoreByPlatform(Long mchId, Long storeId, List<String> platformTypes, com.ptteng.onway.platform.model.WaimaiStoreDTO waimaiStoreDTO) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
updateStoreByPlatform 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.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
onlineStore 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.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
offlineStore 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.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
onlineStoreByPlatform 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.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
offlineStoreByPlatform 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.WaimaiStoreCommentDTO> getStoreComment(Long mchId, Long storeId, String startTime, String endTime, int pageSize) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStoreComment 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.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
replyStoreComment 在接口中 com.ptteng.onway.platform.service.WaimaiStoreConsumerServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.