public class UserDocumentRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.UserDocumentRelationService
| 构造器和说明 |
|---|
UserDocumentRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countUserDocumentRelationIds() |
java.lang.Integer |
countUserDocumentRelationIdsByDocumentId(java.lang.Long documentId) |
java.lang.Integer |
countUserDocumentRelationIdsByUid(java.lang.Long uid) |
java.lang.Integer |
countUserDocumentRelationIdsByUidAndStatus(java.lang.Long uid,
java.lang.Integer status) |
java.lang.Integer |
countUserDocumentRelationIdsByUidAndStatusAndWhether(java.lang.Long uid,
java.lang.Integer type,
java.lang.Integer status,
java.lang.Integer whether) |
boolean |
delete(java.lang.Long id) |
com.ptteng.common.skill.model.UserDocumentRelation |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
getUserDocumentRelationIdByUidAndDocumentId(java.lang.Long uid,
java.lang.Long documentId) |
java.lang.Long |
getUserDocumentRelationIdByUidAndDocumentIdAndStatus(java.lang.Long uid,
java.lang.Long documentId,
java.lang.Integer status) |
java.lang.Long |
getUserDocumentRelationIdByUidAndDocumentIdAndStatusAndWhether(java.lang.Long uid,
java.lang.Long documentId,
java.lang.Integer status,
java.lang.Integer whether) |
java.util.List<java.lang.Long> |
getUserDocumentRelationIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserDocumentRelationIdsByDocumentId(java.lang.Long documentId,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserDocumentRelationIdsByUid(java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserDocumentRelationIdsByUidAndStatus(java.lang.Long uid,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserDocumentRelationIdsByUidAndStatusAndWhether(java.lang.Long uid,
java.lang.Integer type,
java.lang.Integer status,
java.lang.Integer whether,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserDocumentRelationIdsByUidAndType(java.lang.Long uid,
java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
insert(com.ptteng.common.skill.model.UserDocumentRelation userDocumentRelation) |
java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> |
insertList(java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> userDocumentRelationList) |
boolean |
update(com.ptteng.common.skill.model.UserDocumentRelation userDocumentRelation) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> userDocumentRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.UserDocumentRelation userDocumentRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> insertList(java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> userDocumentRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.UserDocumentRelation userDocumentRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> userDocumentRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.UserDocumentRelation getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.UserDocumentRelation> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserDocumentRelationIdsByUid(java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdsByUid 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserDocumentRelationIdsByUidAndStatus(java.lang.Long uid,
java.lang.Integer status,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdsByUidAndStatus 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserDocumentRelationIdsByUidAndStatusAndWhether(java.lang.Long uid,
java.lang.Integer type,
java.lang.Integer status,
java.lang.Integer whether,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdsByUidAndStatusAndWhether 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserDocumentRelationIdsByUidAndStatus(java.lang.Long uid,
java.lang.Integer status)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserDocumentRelationIdsByUidAndStatus 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserDocumentRelationIdsByUidAndStatusAndWhether(java.lang.Long uid,
java.lang.Integer type,
java.lang.Integer status,
java.lang.Integer whether)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserDocumentRelationIdsByUidAndStatusAndWhether 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserDocumentRelationIdsByUidAndType(java.lang.Long uid,
java.lang.Integer type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdsByUidAndType 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserDocumentRelationIdsByDocumentId(java.lang.Long documentId,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdsByDocumentId 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getUserDocumentRelationIdByUidAndDocumentId(java.lang.Long uid,
java.lang.Long documentId)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdByUidAndDocumentId 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getUserDocumentRelationIdByUidAndDocumentIdAndStatus(java.lang.Long uid,
java.lang.Long documentId,
java.lang.Integer status)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdByUidAndDocumentIdAndStatus 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getUserDocumentRelationIdByUidAndDocumentIdAndStatusAndWhether(java.lang.Long uid,
java.lang.Long documentId,
java.lang.Integer status,
java.lang.Integer whether)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIdByUidAndDocumentIdAndStatusAndWhether 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserDocumentRelationIdsByUid(java.lang.Long uid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserDocumentRelationIdsByUid 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserDocumentRelationIdsByDocumentId(java.lang.Long documentId)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserDocumentRelationIdsByDocumentId 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserDocumentRelationIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserDocumentRelationIds 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserDocumentRelationIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserDocumentRelationIds 在接口中 com.ptteng.common.skill.service.UserDocumentRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.