Class ViewAuthors

    • Constructor Detail

      • ViewAuthors

        public ViewAuthors()
    • Method Detail

      • validate

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

        public String generate()
      • getAuthors

        @NotNull
        public @NotNull List<Author> getAuthors()
      • getAvailableReports

        @NotNull
        public @NotNull Map<String,​String> getAvailableReports()
      • getAvailableGroupBy

        @NotNull
        public @NotNull Map<String,​String> getAvailableGroupBy()
      • getDataset

        public org.jfree.data.time.TimeTableXYDataset getDataset()
      • setDataset

        public void setDataset​(org.jfree.data.time.TimeTableXYDataset dataset)
      • getSelectedAuthorNames

        public List<String> getSelectedAuthorNames()
      • setSelectedAuthorNames

        public void setSelectedAuthorNames​(List<String> selectedAuthorNames)
      • getGroupByPeriod

        public String getGroupByPeriod()
      • setGroupByPeriod

        public void setGroupByPeriod​(String groupByPeriod)
      • getReportKey

        public String getReportKey()
      • setReportKey

        public void setReportKey​(String reportKey)
      • getResolvedAutoPeriod

        public String getResolvedAutoPeriod()
      • setResolvedAutoPeriod

        public void setResolvedAutoPeriod​(String resolvedAutoPeriod)
      • getYValue

        @Nullable
        public @Nullable Double getYValue​(int series,
                                          int item)
      • setExtendedAuthorManager

        public void setExtendedAuthorManager​(ExtendedAuthorManager extendedAuthorManager)