接口 CmsArticleService

  • 所有超级接口:
    cn.wizzer.framework.base.service.BaseService<cn.wizzer.app.cms.modules.models.Cms_article>

    public interface CmsArticleService
    extends cn.wizzer.framework.base.service.BaseService<cn.wizzer.app.cms.modules.models.Cms_article>
    • 方法概要

      所有方法 实例方法 抽象方法 
      修饰符和类型 方法 说明
      void clearCache()
      清空缓存
      cn.wizzer.app.cms.modules.models.Cms_article getArticle​(org.nutz.dao.Condition cnd)
      从缓存根据条件查询一篇文章
      cn.wizzer.framework.page.Pagination getListPage​(int pageNumber, int pageSize, org.nutz.dao.Condition cnd)
      获取文章列表
      • 从接口继承的方法 cn.wizzer.framework.base.service.BaseService

        clear, clear, clear, clear, count, count, count, count, count, dao, data, data, data, data, data, delete, delete, delete, delete, delete, delete, delete, execute, exists, fastInsert, fetch, fetch, fetch, fetchLinks, fetchLinks, fetchx, getEntity, getEntityClass, getField, getField, getField, getField, getMap, getMaxId, getParentPath, getSubPath, insert, insert, insert, insertLinks, insertOrUpdate, insertOrUpdate, insertRelation, insertWith, list, listPage, listPage, listPage, listPage, listPage, listPage, listPage, listPage, listPage, listPageLinks, listPageLinks, query, query, query, query, query, query, query, query, query, update, update, update, updateAndIncrIfMatch, updateIgnoreNull, updateLinks, updateRelation, updateWith, updateWithVersion, updateWithVersion, vDelete, vDelete, vDelete, vDelete, vDelete
    • 方法详细资料

      • getListPage

        cn.wizzer.framework.page.Pagination getListPage​(int pageNumber,
                                                        int pageSize,
                                                        org.nutz.dao.Condition cnd)
        获取文章列表
        参数:
        pageNumber -
        pageSize -
        cnd -
        返回:
      • getArticle

        cn.wizzer.app.cms.modules.models.Cms_article getArticle​(org.nutz.dao.Condition cnd)
        从缓存根据条件查询一篇文章
        参数:
        cnd -
        返回:
      • clearCache

        void clearCache()
        清空缓存