Class AbstractResourceList<E>

    • Method Detail

      • getPage

        public java.lang.Integer getPage()
      • getNumPages

        public java.lang.Integer getNumPages()
      • getNumResults

        public java.lang.Integer getNumResults()
      • getPageSize

        public java.lang.Integer getPageSize()
      • iterator

        public java.util.Iterator<E> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<E>
      • getCurrentPageList

        public java.util.List<E> getCurrentPageList()
                                             throws HelloSignException
        Returns the current page of results for this list object.
        Returns:
        List
        Throws:
        HelloSignException - thrown if the list cannot be generated
      • filterCurrentPageBy

        public java.util.List<E> filterCurrentPageBy​(java.lang.String columnName,
                                                     java.io.Serializable filterValue)
        Filters the current page of results by the given column and value.
        Parameters:
        columnName - String column name to filter by
        filterValue - Serializable matching value
        Returns:
        List results