Class ViewBlogPostsByDateAction

    • Constructor Detail

      • ViewBlogPostsByDateAction

        public ViewBlogPostsByDateAction()
    • Method Detail

      • validate

        public void validate()
        Specified by:
        validate in interface MessageHolderAware
        Specified by:
        validate in interface com.opensymphony.xwork2.Validateable
        Overrides:
        validate in class com.opensymphony.xwork2.ActionSupport
      • getBlogPosts

        public List getBlogPosts()
        Ordered by date, newest first
      • getAggregatedBlogPosts

        public Map getAggregatedBlogPosts()
      • getPostingDate

        public String getPostingDate()
      • setPostingDate

        public void setPostingDate​(String postingDate)
      • getPostingDay

        public Calendar getPostingDay()
      • getPostingDayOfMonth

        public String getPostingDayOfMonth()
      • getPostingYear

        public String getPostingYear()
      • getPostingMonthNumeric

        public String getPostingMonthNumeric()
      • getPostingMonth

        public String getPostingMonth()
      • getNextPost

        public BlogPost getNextPost()
      • getNextDatePost

        public BlogPost getNextDatePost()
      • getPreviousPost

        public BlogPost getPreviousPost()
      • getPreviousDatePost

        public BlogPost getPreviousDatePost()
      • getPeriod

        public int getPeriod()
      • setPeriod

        public void setPeriod​(int period)
      • getFormattedDateRangeDescription

        public String getFormattedDateRangeDescription()
      • setBreadcrumbGenerator

        public void setBreadcrumbGenerator​(BreadcrumbGenerator breadcrumbGenerator)
      • isBlogPostsByDateAction

        public boolean isBlogPostsByDateAction()
      • getCurrentPage

        public int getCurrentPage()
      • setCurrentPage

        public void setCurrentPage​(int currentPage)
      • isOldestPage

        public boolean isOldestPage()
      • setSearchManager

        public void setSearchManager​(SearchManager searchManager)