Interface RWProjectBrowserTabBean

    • Method Detail

      • getCurrentFolderID

        java.lang.String getCurrentFolderID()
        Deprecated.
        Returns the folderID of the object currently being displayed on the All Objects tab by the ObjectBrowser
        Returns:
        the folder ID currently being used
      • setCurrentFolderID

        void setCurrentFolderID​(java.lang.String folderID)
        Deprecated.
        Set the folderID of the object currently being displayed on the All Objects tab by the ObjectBrowser.
        Parameters:
        folderID - sets the ID of the folder to be displayed
      • getCurrentFolder

        WebFolder getCurrentFolder()
        Deprecated.
        Get the WebFolder instance currently selected by the user for viewing its contents.
        Returns:
        a WebFolder instance corresponding to the current folder viewed by the user, and to the id available with the getCurrentFolderID() method.
      • getCurrentPage

        int getCurrentPage()
        Deprecated.
        Get the value of the current page being browsed on the All Objects tab
        Returns:
        the page number being displayed
      • setCurrentPage

        void setCurrentPage​(int pageNumber)
        Deprecated.
        Set the value of the current page being browsed on the All Objects tab
        Parameters:
        pageNumber - the page number to be displayed
      • getSearchString

        java.lang.String getSearchString()
        Deprecated.
        Get the string of the search currently being executed
        Returns:
        the string used on the current search
      • setSearchString

        void setSearchString​(java.lang.String searchString)
        Deprecated.
        Set the string of the search to be executed.
        Parameters:
        searchString - String containing the words to search for.
      • getSearchID

        java.lang.String getSearchID()
        Deprecated.
        Get the ID of the search currently being executed
        Returns:
        the searchID of the last search ran
      • setSearchID

        void setSearchID​(java.lang.String searchID)
        Deprecated.
        Set the ID of the search to be executed
        Parameters:
        searchID - String containing the ID of the search to be executed
      • setNewSearch

        void setNewSearch​(boolean newSearch)
        Deprecated.
        Defines if the search is a new one to execute or not
        Parameters:
        newSearch - indicates if the search set is a new one or not
      • getObjectSource

        WebObjectSource getObjectSource()
        Deprecated.
        Utility method for obtaining the WebObjectSource instance to be used for preparing the searches and folder browsing as requested by the user.
        Returns:
        a WebObjectSource initialized instance.
      • getPageSize

        int getPageSize()
        Deprecated.
        Returns the block size of folder contents to be displayed at one time.
        Returns:
        an integer value with the number of elements to display per page.
      • setContextID

        void setContextID​(int contextID)
        Deprecated.
        Set the context ID of the object browser instance. Valid values that are from EnumObjectBrowserContexts enumeration
        Parameters:
        contextID - int
      • getContextID

        int getContextID()
        Deprecated.
        Get the context ID of the object browser instance. Valid values that are from EnumObjectBrowserContexts enumeration
        Returns:
        int
      • getFolderLinks

        SimpleList getFolderLinks()
        Deprecated.
        Get the folderLinks for the object browser as a SimpleList collection. The folderLinks configured through the objBrowserFolderLinks.xml file
        Returns:
        SimpleList
      • isCurrentEqualRootFolder

        boolean isCurrentEqualRootFolder()
        Deprecated.
        Specifies if the current folder is the same as the root folder.
        Returns:
        boolean
      • setSearchFilterTypes

        void setSearchFilterTypes​(int[] value)
        Deprecated.
        Set the object types to filter the folder contents/search results by
        Parameters:
        value -
      • getSearchFilterTypes

        int[] getSearchFilterTypes()
        Deprecated.
        Returns the object types tp filter the folder contents/search results by
        Returns:
        an arrey of integer values, each one representing the filter types that are included, normally elements of the EnumDSSXMLObjectSubTypes enumeration.
      • isCurrentEqualFolderLink

        boolean isCurrentEqualFolderLink()
        Deprecated.
        This indicates if the current folder is the same as one of the shortcuts/folderLinks defined on objBrowserFolderLinks.xml file.
        Returns:
        boolean
      • getFolderLinkObject

        WebFolder getFolderLinkObject​(FolderLink folderLink)
        Deprecated.
        returns the WebFolder object corresponding to the Folder Link. The object will be populated.
        Parameters:
        folderLink -
        Returns:
        folder corresponding to the folder link.