Uses of Class
org.dspace.browse.BrowseItem

Packages that use BrowseItem
org.dspace.browse Provides classes and methods for browsing Items in DSpace by whatever is specified in the configuration. 
 

Uses of BrowseItem in org.dspace.browse
 

Methods in org.dspace.browse that return BrowseItem
 BrowseItem[] BrowseItemDAOPostgres.findAll()
           
 BrowseItem[] BrowseItemDAOOracle.findAll()
           
 BrowseItem[] BrowseItemDAO.findAll()
          Get an array of all the items in the database
 BrowseItem[] BrowseInfo.getBrowseItemResults()
          Return the results of the Browse as a BrowseItem array
 

Methods in org.dspace.browse that return types with arguments of type BrowseItem
 List<BrowseItem> BrowseDAOPostgres.doQuery()
           
 List<BrowseItem> BrowseDAOOracle.doQuery()
           
 List<BrowseItem> BrowseDAO.doQuery()
          This executes a query which returns a List object containing BrowseItem objects representing the results of a full item browse.
 



Copyright © 2010 DuraSpace. All Rights Reserved.