Class NewsControllerUtil


  • @VelocityCallable("instance")
    public final class NewsControllerUtil
    extends Object
    • Constructor Detail

      • NewsControllerUtil

        public NewsControllerUtil()
    • Method Detail

      • setForMobile

        public void setForMobile​(boolean p_bMobile)
      • isForMobile

        public boolean isForMobile()
      • getCategoryItems

        public de.uplanet.lucy.server.news.INewsList<INewsCategoryItem> getCategoryItems​(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx,
                                                                                         String p_strCategoryGuid,
                                                                                         int p_iStartIdx,
                                                                                         int p_iCount,
                                                                                         String p_strLang)
                                                                                  throws Exception
        Throws:
        Exception
      • getCategoryItems

        public de.uplanet.lucy.server.news.INewsList<INewsCategoryItem> getCategoryItems​(de.uplanet.lucy.server.connector.IRequestProcessingContext p_ctx,
                                                                                         INewsCategory p_category,
                                                                                         int p_iStartIdx,
                                                                                         int p_iCount,
                                                                                         String p_strLang)
                                                                                  throws Exception
        Throws:
        Exception
      • getCategoryItems

        public de.uplanet.lucy.server.news.INewsList<INewsCategoryItem> getCategoryItems​(de.uplanet.lucy.server.connector.IRequestProcessingContext p_ctx,
                                                                                         INewsCategory p_category,
                                                                                         int p_iStartIdx,
                                                                                         int p_iCount,
                                                                                         String p_strLang,
                                                                                         String p_strCfgName)
                                                                                  throws Exception
        Throws:
        Exception
      • getCategoryItems

        public de.uplanet.lucy.server.news.INewsList<INewsCategoryItem> getCategoryItems​(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx,
                                                                                         String p_strCategoryGuid,
                                                                                         int p_iStartIdx,
                                                                                         int p_iCount,
                                                                                         String p_strLang,
                                                                                         String p_strCfgName)
                                                                                  throws Exception
        Throws:
        Exception
      • getCategoryItemCount

        public int getCategoryItemCount​(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx,
                                        String p_strCategoryGuid)
                                 throws Exception
        Throws:
        Exception
      • getCategoryItemCount

        public int getCategoryItemCount​(de.uplanet.lucy.server.engine.http.IWebProcessingContext p_ctx,
                                        String p_strCategoryGuid,
                                        String p_strCfgType)
                                 throws Exception
        Throws:
        Exception
      • getCategoryItemCount

        public int getCategoryItemCount​(de.uplanet.lucy.server.ISessionProcessingContext p_ctx,
                                        INewsCategory p_category)
                                 throws Exception
        Throws:
        Exception
      • getCategoryItemCount

        public int getCategoryItemCount​(de.uplanet.lucy.server.ISessionProcessingContext p_ctx,
                                        INewsCategory p_category,
                                        String p_strCfgType)
                                 throws Exception
        Throws:
        Exception