public interface UserCourseShareRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserCourseShareRelationIds() |
Integer |
countUserCourseShareRelationIdsByUserIdAndTargetType(Long userId,
Integer targetType) |
boolean |
delete(Long id) |
UserCourseShareRelation |
getObjectById(Long id) |
List<UserCourseShareRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUserCourseShareRelationIdByUserIdAndTargetId(Long userId,
Long targetId) |
List<Long> |
getUserCourseShareRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserCourseShareRelationIdsByUserIdAndTargetType(Long userId,
Integer targetType,
Integer start,
Integer limit) |
Long |
insert(UserCourseShareRelation userCourseShareRelation) |
List<UserCourseShareRelation> |
insertList(List<UserCourseShareRelation> userCourseShareRelationList) |
boolean |
update(UserCourseShareRelation userCourseShareRelation) |
boolean |
updateList(List<UserCourseShareRelation> userCourseShareRelationList) |
Long insert(UserCourseShareRelation userCourseShareRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserCourseShareRelation> insertList(List<UserCourseShareRelation> userCourseShareRelationList) 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(UserCourseShareRelation userCourseShareRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserCourseShareRelation> userCourseShareRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserCourseShareRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserCourseShareRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserCourseShareRelationIdsByUserIdAndTargetType(Long userId, Integer targetType) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserCourseShareRelationIdsByUserIdAndTargetType(Long userId, Integer targetType, Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserCourseShareRelationIdByUserIdAndTargetId(Long userId, Long targetId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserCourseShareRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserCourseShareRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2018. All rights reserved.