public interface ProductDailyService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addStatisticsDaily(Long uid,
Long pid,
BigDecimal amount,
Integer type) |
Integer |
countProductDailyIds() |
boolean |
delete(Long id) |
ProductDaily |
getObjectById(Long id) |
List<ProductDaily> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getProductDailyIds(Integer start,
Integer limit) |
Long |
insert(ProductDaily productDaily) |
List<ProductDaily> |
insertList(List<ProductDaily> productDailyList) |
boolean |
update(ProductDaily productDaily) |
boolean |
updateList(List<ProductDaily> productDailyList) |
Long insert(ProductDaily productDaily) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ProductDaily> insertList(List<ProductDaily> productDailyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean delete(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean update(ProductDaily productDaily) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<ProductDaily> productDailyList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionProductDaily getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<ProductDaily> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getProductDailyIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countProductDailyIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
- com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionvoid addStatisticsDaily(Long uid, Long pid, BigDecimal amount, Integer type) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.