Uses of Class
org.dspace.browse.BrowseException
Packages that use BrowseException
Package
Description
Provides classes and methods for browsing Items in DSpace by whatever
is specified in the configuration.
-
Uses of BrowseException in org.dspace.browse
Methods in org.dspace.browse that throw BrowseExceptionModifier and TypeMethodDescriptionBrowseEngine.browse(BrowserScope bs) Perform a standard browse, which will return a BrowseInfo object that represents the results for the current page, the total number of results, the range, and information to construct previous and next links on any web pageBrowseEngine.browseMini(BrowserScope bs) Perform a limited browse, which only returns the results requested, without any extraneous information.intBrowseDAO.doCountQuery()This executes a query which will count the number of results for the parameters you set.intSolrBrowseDAO.doCountQuery()intBrowseDAO.doDistinctOffsetQuery(String column, String value, boolean isAscending) This executes a query which returns the offset where the value (or nearest greater equivalent) can be found in the specified table ordered by the column.intSolrBrowseDAO.doDistinctOffsetQuery(String column, String value, boolean isAscending) BrowseDAO.doMaxQuery(String column, String table, int itemID) This executes a query which returns the value of the "highest" (max) value in the given table's column for the given item id.SolrBrowseDAO.doMaxQuery(String column, String table, int itemID) intBrowseDAO.doOffsetQuery(String column, String value, boolean isAscending) This executes a query which returns the offset where the value (or nearest greater equivalent) can be found in the specified table ordered by the column.intSolrBrowseDAO.doOffsetQuery(String column, String value, boolean isAscending) BrowseDAO.doQuery()This executes a query which returns a List object containing BrowseItem objects representing the results of a full item browse.SolrBrowseDAO.doQuery()BrowseDAO.doValueQuery()This executes a query which returns a List object containing String values which represent the results of a single value browse (for example, the list of all subject headings).SolrBrowseDAO.doValueQuery()static BrowseIndexBrowseIndex.getBrowseIndex(String name) Get the browse index from configuration with the specified name.static BrowseIndexBrowseIndex.getBrowseIndex(SortOption so) Get the configured browse index that is defined to use this sort option.static BrowseIndex[]BrowseIndex.getBrowseIndices()Get an array of all the browse indices for the current configurationstatic BrowseDAOBrowseDAOFactory.getInstance(Context context) Get an instance of the relevant Read Only DAO class, which will conform to the BrowseDAO interfaceBrowseIndex.getSortField(boolean isSecondLevel) Get the field for sorting associated with this index.BrowserScope.getSortOption()Obtain the sort optionvoidBrowseInfo.setBrowseContainer(DSpaceObject dso) Set the DSpaceObject that is the container for this browse.voidBrowserScope.setBrowseContainer(IndexableObject dso) Set the DSpaceObject that is the container for this browse.voidBrowserScope.setBrowseIndex(BrowseIndex browseIndex) voidBrowserScope.setSortBy(int sortBy) voidPass in some SQL.static String[]BrowseIndex.tables()Deprecated.Constructors in org.dspace.browse that throw BrowseExceptionModifierConstructorDescriptionBrowseEngine(Context context) Create a new instance of the Browse engine, using the given DSpace Context object.Construct a new object which will obtain the configuration for itself.Create a new instance of the Item list configuration.