Class ViewChainAuditLog

    • Constructor Detail

      • ViewChainAuditLog

        public ViewChainAuditLog()
    • Method Detail

      • execute

        public String execute()
        Specified by:
        execute in interface com.opensymphony.xwork2.Action
        Overrides:
        execute in class com.opensymphony.xwork2.ActionSupport
      • isEnabled

        public boolean isEnabled()
      • getFilteredResultsList

        @NotNull
        public @NotNull List<AuditLogEntry> getFilteredResultsList​(int firstResult,
                                                                   int maxResults)
        Description copied from interface: LazyPaginationAware
        Implementing actions should initialize and return up to maxResults items ranging from firstResult from the underlying list of uninitialized items
        Specified by:
        getFilteredResultsList in interface LazyPaginationAware
        Parameters:
        firstResult - index of first item
        maxResults - number of items to be returned
        Returns:
        range of initialized results from underlying full list of uninitialized items
      • getResultsCount

        public int getResultsCount()
        Description copied from interface: LazyPaginationAware
        Implementing actions should return a total number of items that are subject to pagination
        Specified by:
        getResultsCount in interface LazyPaginationAware
        Returns:
        number of items in the underlying list
      • setFilterStart

        public void setFilterStart​(long filterStart)
      • getFilterStart

        public long getFilterStart()
      • setFilterEnd

        public void setFilterEnd​(long filterEnd)
      • getFilterEnd

        public long getFilterEnd()
      • getFilterStartDate

        public Date getFilterStartDate()
      • getFilterEndDate

        public Date getFilterEndDate()
      • getSearchString

        public String getSearchString()
      • setSearchString

        public void setSearchString​(String searchString)