public interface VisitLogService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countVisitLogIds() |
Integer |
countVisitLogIdsByUserIdAndMerchantIdOrderById(Long userId,
Long merchantId) |
Integer |
countVisitLogIdsByUserIdOrderById(Long userId) |
boolean |
delete(Long id) |
VisitLog |
getObjectById(Long id) |
List<VisitLog> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getVisitLogIds(Integer start,
Integer limit) |
List<Long> |
getVisitLogIdsByUserIdAndMerchantIdOrderById(Long userId,
Long merchantId,
Integer start,
Integer limit) |
List<Long> |
getVisitLogIdsByUserIdOrderById(Long userId,
Integer start,
Integer limit) |
Long |
insert(VisitLog visitLog) |
List<VisitLog> |
insertList(List<VisitLog> visitLogList) |
boolean |
update(VisitLog visitLog) |
boolean |
updateList(List<VisitLog> visitLogList) |
Long insert(VisitLog visitLog) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<VisitLog> insertList(List<VisitLog> visitLogList) 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(VisitLog visitLog) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<VisitLog> visitLogList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionVisitLog getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<VisitLog> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countVisitLogIdsByUserIdAndMerchantIdOrderById(Long userId, Long merchantId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countVisitLogIdsByUserIdOrderById(Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVisitLogIdsByUserIdAndMerchantIdOrderById(Long userId, Long merchantId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVisitLogIdsByUserIdOrderById(Long userId, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getVisitLogIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countVisitLogIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2022. All rights reserved.