public interface UesrCourseRelationService
extends com.ptteng.common.dao.BaseDaoService
| Modifier and Type | Method and Description |
|---|---|
Integer |
countUesrCourseRelationIds() |
Integer |
countUesrCourseRelationIdsByUidOrderByCreateAt(Long uid) |
boolean |
delete(Long id) |
UesrCourseRelation |
getObjectById(Long id) |
List<UesrCourseRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUesrCourseRelationIdByUidAndTypeAndTargetId(Long uid,
Long type,
Long targetId) |
List<Long> |
getUesrCourseRelationIds(Integer start,
Integer limit) |
List<Long> |
getUesrCourseRelationIdsByUidOrderByCreateAt(Long uid,
Integer start,
Integer limit) |
List<Long> |
getUserCourseRelationIdsByUserIdAndType(Long uid,
Integer type,
Integer start,
Integer limit) |
Long |
insert(UesrCourseRelation uesrCourseRelation) |
List<UesrCourseRelation> |
insertList(List<UesrCourseRelation> uesrCourseRelationList) |
boolean |
update(UesrCourseRelation uesrCourseRelation) |
boolean |
updateList(List<UesrCourseRelation> uesrCourseRelationList) |
Long insert(UesrCourseRelation uesrCourseRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UesrCourseRelation> insertList(List<UesrCourseRelation> uesrCourseRelationList) 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(UesrCourseRelation uesrCourseRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UesrCourseRelation> uesrCourseRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUesrCourseRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UesrCourseRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUesrCourseRelationIdsByUidOrderByCreateAt(Long uid) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUesrCourseRelationIdsByUidOrderByCreateAt(Long uid, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUesrCourseRelationIdByUidAndTypeAndTargetId(Long uid, Long type, Long targetId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUesrCourseRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUesrCourseRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserCourseRelationIdsByUserIdAndType(Long uid, Integer type, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All Rights Reserved.