public class UserClassRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.UserClassRelationService
| 构造器和说明 |
|---|
UserClassRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countUserClassRelationIds() |
java.lang.Integer |
countUserClassRelationIdsByCid(java.lang.Long cid) |
java.lang.Integer |
countUserClassRelationIdsByUid(java.lang.Long uid) |
boolean |
delete(java.lang.Long id) |
com.ptteng.common.skill.model.UserClassRelation |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.UserClassRelation> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.util.Map<java.lang.Long,java.util.Map<java.lang.Long,java.lang.Long>> |
getUidNumRelationListByCids(java.util.List<java.lang.Long> cids,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.Map<java.lang.Long,java.util.Map<java.lang.Long,java.lang.String>> |
getUidSwearRelationListByCids(java.util.List<java.lang.Long> cids,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
getUserClassRelationIdByCidAndUid(java.lang.Long cid,
java.lang.Long uid) |
java.lang.Long |
getUserClassRelationIdByCidAndUidAndStatus(java.lang.Long cid,
java.lang.Long uid,
java.lang.Integer status) |
java.util.List<java.lang.Long> |
getUserClassRelationIdByOidAndUid(java.lang.Long oid,
java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserClassRelationIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserClassRelationIdsByCid(java.lang.Long cid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getUserClassRelationIdsByUid(java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
getUserClassRelationIdsByUidAndStatus(java.lang.Long uid,
java.lang.Integer status) |
java.util.List<java.lang.Long> |
getUserIdsByCid(java.lang.Long cid,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
insert(com.ptteng.common.skill.model.UserClassRelation userClassRelation) |
java.util.List<com.ptteng.common.skill.model.UserClassRelation> |
insertList(java.util.List<com.ptteng.common.skill.model.UserClassRelation> userClassRelationList) |
boolean |
update(com.ptteng.common.skill.model.UserClassRelation userClassRelation) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.UserClassRelation> userClassRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.UserClassRelation userClassRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.UserClassRelation> insertList(java.util.List<com.ptteng.common.skill.model.UserClassRelation> userClassRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.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.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.UserClassRelation userClassRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.UserClassRelation> userClassRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.UserClassRelation getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.UserClassRelation> 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.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserClassRelationIdsByUid(java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIdsByUid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getUserClassRelationIdsByUidAndStatus(java.lang.Long uid,
java.lang.Integer status)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIdsByUidAndStatus 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserClassRelationIdsByUid(java.lang.Long uid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserClassRelationIdsByUid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getUserClassRelationIdByCidAndUid(java.lang.Long cid,
java.lang.Long uid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIdByCidAndUid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getUserClassRelationIdByCidAndUidAndStatus(java.lang.Long cid,
java.lang.Long uid,
java.lang.Integer status)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIdByCidAndUidAndStatus 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserClassRelationIdByOidAndUid(java.lang.Long oid,
java.lang.Long uid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIdByOidAndUid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserClassRelationIdsByCid(java.lang.Long cid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIdsByCid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserClassRelationIdsByCid(java.lang.Long cid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserClassRelationIdsByCid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserClassRelationIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserClassRelationIds 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countUserClassRelationIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countUserClassRelationIds 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.Map<java.lang.Long,java.util.Map<java.lang.Long,java.lang.Long>> getUidNumRelationListByCids(java.util.List<java.lang.Long> cids,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUidNumRelationListByCids 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.Map<java.lang.Long,java.util.Map<java.lang.Long,java.lang.String>> getUidSwearRelationListByCids(java.util.List<java.lang.Long> cids,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUidSwearRelationListByCids 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getUserIdsByCid(java.lang.Long cid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getUserIdsByCid 在接口中 com.ptteng.common.skill.service.UserClassRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.