public class ArticleTaskRelationServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.ArticleTaskRelationService
| 构造器和说明 |
|---|
ArticleTaskRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countArticleTaskRelationIds() |
java.lang.Integer |
countArticleTaskRelationIdsByDid(java.lang.Long did) |
java.lang.Integer |
countArticleTaskRelationIdsByTid(java.lang.Long tid) |
java.lang.Integer |
countDidsByTid(java.lang.Long tid) |
boolean |
delete(java.lang.Long id) |
java.lang.Long |
getArticleTaskRelationIdByDidAndTid(java.lang.Long did,
java.lang.Long tid) |
java.util.List<java.lang.Long> |
getArticleTaskRelationIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getArticleTaskRelationIdsByDid(java.lang.Long did,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getArticleTaskRelationIdsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getDidsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.ArticleTaskRelation |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.util.List<java.lang.Long> |
getTidsByDid(java.lang.Long did,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
insert(com.ptteng.common.skill.model.ArticleTaskRelation articleTaskRelation) |
java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> |
insertList(java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> articleTaskRelationList) |
boolean |
update(com.ptteng.common.skill.model.ArticleTaskRelation articleTaskRelation) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> articleTaskRelationList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.ArticleTaskRelation articleTaskRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> insertList(java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> articleTaskRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.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.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.ArticleTaskRelation articleTaskRelation)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> articleTaskRelationList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.ArticleTaskRelation getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.ArticleTaskRelation> 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.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleTaskRelationIdsByDid(java.lang.Long did,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleTaskRelationIdsByDid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getTidsByDid(java.lang.Long did,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getTidsByDid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getDidsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getDidsByTid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countDidsByTid(java.lang.Long tid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countDidsByTid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleTaskRelationIdsByTid(java.lang.Long tid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleTaskRelationIdsByTid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getArticleTaskRelationIdByDidAndTid(java.lang.Long did,
java.lang.Long tid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleTaskRelationIdByDidAndTid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countArticleTaskRelationIdsByDid(java.lang.Long did)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countArticleTaskRelationIdsByDid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countArticleTaskRelationIdsByTid(java.lang.Long tid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countArticleTaskRelationIdsByTid 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleTaskRelationIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleTaskRelationIds 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countArticleTaskRelationIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countArticleTaskRelationIds 在接口中 com.ptteng.common.skill.service.ArticleTaskRelationServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.