public class ArticleServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.ArticleService
| 构造器和说明 |
|---|
ArticleServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countArticleIds() |
java.lang.Integer |
countArticleIdsByCidAndType(java.lang.Long cid,
java.lang.String type) |
java.lang.Integer |
countArticleIdsByOidAndType(java.lang.Long oid,
java.lang.String type) |
java.lang.Integer |
counttArticleIdsByUidAndType(java.lang.Long uid,
java.lang.String type) |
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getArticleIdByUidAndCid(java.lang.Long uid,
java.lang.Long cid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getArticleIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getArticleIdsByCidAndType(java.lang.Long cid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getArticleIdsByOidAndType(java.lang.Long oid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getArticleIdsByUidAndType(java.lang.Long uid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.lang.Long |
getLastArticleIdByUidAndCid(java.lang.Long uid,
java.lang.Long cid) |
com.ptteng.common.skill.model.Article |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Article> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Article article) |
java.util.List<com.ptteng.common.skill.model.Article> |
insertList(java.util.List<com.ptteng.common.skill.model.Article> articleList) |
boolean |
update(com.ptteng.common.skill.model.Article article) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Article> articleList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Article article)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Article> insertList(java.util.List<com.ptteng.common.skill.model.Article> articleList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.ArticleServicecom.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.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Article article)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Article> articleList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Article getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Article> 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.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleIdsByCidAndType(java.lang.Long cid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleIdsByCidAndType 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleIdsByUidAndType(java.lang.Long uid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleIdsByUidAndType 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer counttArticleIdsByUidAndType(java.lang.Long uid,
java.lang.String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
counttArticleIdsByUidAndType 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countArticleIdsByCidAndType(java.lang.Long cid,
java.lang.String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countArticleIdsByCidAndType 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleIds 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countArticleIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countArticleIds 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Long getLastArticleIdByUidAndCid(java.lang.Long uid,
java.lang.Long cid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getLastArticleIdByUidAndCid 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleIdByUidAndCid(java.lang.Long uid,
java.lang.Long cid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleIdByUidAndCid 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getArticleIdsByOidAndType(java.lang.Long oid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getArticleIdsByOidAndType 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countArticleIdsByOidAndType(java.lang.Long oid,
java.lang.String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countArticleIdsByOidAndType 在接口中 com.ptteng.common.skill.service.ArticleServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.