public interface UserStudentRelationService
extends com.ptteng.common.dao.BaseDaoService
| 限定符和类型 | 方法和说明 |
|---|---|
Integer |
countUserStudentRelationIds() |
Integer |
countUserStudentRelationIdsByMerchantIdAndUserId(Long merchantId,
Long userId) |
boolean |
delete(Long id) |
UserStudentRelation |
getObjectById(Long id) |
List<UserStudentRelation> |
getObjectsByIds(List<Long> ids) |
Long |
getUserStudentRelationIdByMerchantIdAndStudentId(Long merchantId,
Long studentId) |
Long |
getUserStudentRelationIdByMerchantIdAndUserIdAndStudentId(Long merchantId,
Long userId,
Long studentId) |
List<Long> |
getUserStudentRelationIds(Integer start,
Integer limit) |
List<Long> |
getUserStudentRelationIdsByMerchantIdAndUserId(Long merchantId,
Long userId,
Integer start,
Integer limit) |
Long |
insert(UserStudentRelation userStudentRelation) |
List<UserStudentRelation> |
insertList(List<UserStudentRelation> userStudentRelationList) |
boolean |
update(UserStudentRelation userStudentRelation) |
boolean |
updateList(List<UserStudentRelation> userStudentRelationList) |
Long insert(UserStudentRelation userStudentRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserStudentRelation> insertList(List<UserStudentRelation> userStudentRelationList) 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(UserStudentRelation userStudentRelation) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionboolean updateList(List<UserStudentRelation> userStudentRelationList) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionUserStudentRelation getObjectById(Long id) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<UserStudentRelation> getObjectsByIds(List<Long> ids) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserStudentRelationIdsByMerchantIdAndUserId(Long merchantId, Long userId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserStudentRelationIdByMerchantIdAndUserIdAndStudentId(Long merchantId, Long userId, Long studentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionLong getUserStudentRelationIdByMerchantIdAndStudentId(Long merchantId, Long studentId) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionList<Long> getUserStudentRelationIdsByMerchantIdAndUserId(Long merchantId, 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> getUserStudentRelationIds(Integer start, Integer limit) throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionInteger countUserStudentRelationIds() throws com.gemantic.common.exception.ServiceException, com.gemantic.common.exception.ServiceDaoException
com.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2022. All rights reserved.