public interface UserTaskRecordRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserTaskRecordRelationIds() |
Integer |
countUserTaskRecordRelationIdsByUserIdAndTaskIdOrderByCreateAt(Long userId,
Long taskId) |
boolean |
delete(Long id) |
UserTaskRecordRelation |
getObjectById(Long id) |
List<UserTaskRecordRelation> |
getObjectsByIds(List<Long> ids) |
List<Long> |
getUserTaskRecordRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserTaskRecordRelationIdsByUserIdAndNoteTypeOrderByCreateAt(Long userId,
Long taskId,
Integer start,
Integer limit) |
Long |
insert(UserTaskRecordRelation userTaskRecordRelation) |
List<UserTaskRecordRelation> |
insertList(List<UserTaskRecordRelation> userTaskRecordRelationList) |
boolean |
update(UserTaskRecordRelation userTaskRecordRelation) |
boolean |
updateList(List<UserTaskRecordRelation> userTaskRecordRelationList) |
Long insert(UserTaskRecordRelation userTaskRecordRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserTaskRecordRelation> insertList(List<UserTaskRecordRelation> userTaskRecordRelationList) 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(UserTaskRecordRelation userTaskRecordRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserTaskRecordRelation> userTaskRecordRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserTaskRecordRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserTaskRecordRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserTaskRecordRelationIdsByUserIdAndTaskIdOrderByCreateAt(Long userId, Long taskId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserTaskRecordRelationIdsByUserIdAndNoteTypeOrderByCreateAt(Long userId, Long taskId, 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> getUserTaskRecordRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserTaskRecordRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2017. All rights reserved.