public interface WaimaiStoreService
| 限定符和类型 | 方法和说明 |
|---|---|
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 |
onlineStore(Long mchId,
Long storeId) |
void |
replyStoreComment(Long mchId,
Long storeId,
Long commentId,
String replyContent) |
void |
updateStore(Long mchId,
Long storeId,
com.ptteng.onway.platform.model.WaimaiStoreDTO waimaiStoreDTO) |
void updateStore(Long mchId, Long storeId, com.ptteng.onway.platform.model.WaimaiStoreDTO waimaiStoreDTO) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid onlineStore(Long mchId, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid offlineStore(Long mchId, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<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
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid replyStoreComment(Long mchId, Long storeId, Long commentId, String replyContent) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.