public class TemplateTestServiceImpl extends Object implements com.ptteng.onway.platform.service.TemplateTestService
| 构造器和说明 |
|---|
TemplateTestServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<com.ptteng.onway.platform.model.EvaluateStatistics> |
getEvaluateStatisticsByTimeAndStoreId(Long startAt,
Long endAt,
Long trademarkId,
Long storeId) |
List<com.ptteng.onway.platform.model.EvaluateStatistics> |
getEvaluateStatisticsByTimeAndTrademarkId(Long startAt,
Long endAt,
Long trademarkId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsAllByTimeAndStoreId(Long start_at,
Long end_at,
Long storeId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsAllByTimeAndStoreIdAndOrderStatus(Long start_at,
Long end_at,
Long storeId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsAllByTimeAndTrademarkId(Long start_at,
Long end_at,
Long trademarkId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsAllByTimeAndTrademarkIdAndOrderStatus(Long start_at,
Long end_at,
Long trademarkId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsByTimeAndStoreId(Long start_at,
Long end_at,
Long storeId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsByTimeAndStoreIdAndOrderStatus(Long start_at,
Long end_at,
Long storeId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsByTimeAndTrademarkId(Long start_at,
Long end_at,
Long trademarkId) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getOrderStatisticsByTimeAndTrademarkIdAndOrderStatus(Long start_at,
Long end_at,
Long trademarkId) |
List<com.ptteng.onway.platform.model.FoodStatistics> |
getStoreFoodStatisticsByTime(Long startAt,
Long endAt,
Long storeId) |
List<com.ptteng.onway.platform.model.FoodStatistics> |
getStoreFoodStatisticsDetailBuyTime(Long startAt,
Long endAt,
Long storeId,
Integer sort,
Integer foodType) |
org.springframework.jdbc.core.JdbcTemplate |
getTemplate() |
List<com.ptteng.onway.platform.model.FoodStatistics> |
getTrademarkFoodStatisticsByTime(Long startAt,
Long endAt,
Long trademarkId)
菜品统计
|
List<com.ptteng.onway.platform.model.OrderStatistics> |
getTrademarkOrderStatisticsByPlatform(Long start_at,
Long end_at,
Long trademarkId,
Integer orderType) |
List<com.ptteng.onway.platform.model.OrderStatistics> |
getTrademarkOrderStatisticsByTimeAndOrderStatus(Long start_at,
Long end_at,
Long trademarkId,
Integer orderType) |
List<com.ptteng.onway.platform.model.UserStatistics> |
getUserStatisticsByTimeAndStoreId(Long startAt,
Long endAt,
Long storeId,
Long trademarkId) |
List<com.ptteng.onway.platform.model.UserStatistics> |
getUserStatisticsByTimeAndTrademarkId(Long startAt,
Long endAt,
Long trademarkId) |
void |
setTemplate(org.springframework.jdbc.core.JdbcTemplate template) |
public org.springframework.jdbc.core.JdbcTemplate getTemplate()
public void setTemplate(org.springframework.jdbc.core.JdbcTemplate template)
public List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsByTimeAndStoreId(Long start_at, Long end_at, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsByTimeAndStoreId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsByTimeAndTrademarkId(Long start_at, Long end_at, Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsByTimeAndTrademarkId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsByTimeAndStoreIdAndOrderStatus(Long start_at, Long end_at, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsByTimeAndStoreIdAndOrderStatus 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsByTimeAndTrademarkIdAndOrderStatus(Long start_at, Long end_at, Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsByTimeAndTrademarkIdAndOrderStatus 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsAllByTimeAndTrademarkId(Long start_at, Long end_at, Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsAllByTimeAndTrademarkId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsAllByTimeAndStoreId(Long start_at, Long end_at, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsAllByTimeAndStoreId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsAllByTimeAndTrademarkIdAndOrderStatus(Long start_at, Long end_at, Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsAllByTimeAndTrademarkIdAndOrderStatus 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getOrderStatisticsAllByTimeAndStoreIdAndOrderStatus(Long start_at, Long end_at, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getOrderStatisticsAllByTimeAndStoreIdAndOrderStatus 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getTrademarkOrderStatisticsByTimeAndOrderStatus(Long start_at, Long end_at, Long trademarkId, Integer orderType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getTrademarkOrderStatisticsByTimeAndOrderStatus 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.OrderStatistics> getTrademarkOrderStatisticsByPlatform(Long start_at, Long end_at, Long trademarkId, Integer orderType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getTrademarkOrderStatisticsByPlatform 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodStatistics> getTrademarkFoodStatisticsByTime(Long startAt, Long endAt, Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getTrademarkFoodStatisticsByTime 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodStatistics> getStoreFoodStatisticsByTime(Long startAt, Long endAt, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStoreFoodStatisticsByTime 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.FoodStatistics> getStoreFoodStatisticsDetailBuyTime(Long startAt, Long endAt, Long storeId, Integer sort, Integer foodType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getStoreFoodStatisticsDetailBuyTime 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.UserStatistics> getUserStatisticsByTimeAndStoreId(Long startAt, Long endAt, Long storeId, Long trademarkId)
getUserStatisticsByTimeAndStoreId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicepublic List<com.ptteng.onway.platform.model.UserStatistics> getUserStatisticsByTimeAndTrademarkId(Long startAt, Long endAt, Long trademarkId)
getUserStatisticsByTimeAndTrademarkId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicepublic List<com.ptteng.onway.platform.model.EvaluateStatistics> getEvaluateStatisticsByTimeAndStoreId(Long startAt, Long endAt, Long trademarkId, Long storeId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateStatisticsByTimeAndStoreId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic List<com.ptteng.onway.platform.model.EvaluateStatistics> getEvaluateStatisticsByTimeAndTrademarkId(Long startAt, Long endAt, Long trademarkId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
getEvaluateStatisticsByTimeAndTrademarkId 在接口中 com.ptteng.onway.platform.service.TemplateTestServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.