|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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[] |
BrowseItemDAOOracle.findAll()
|
BrowseItem[] |
BrowseItemDAO.findAll()
Get an array of all the items in the database |
BrowseItem[] |
BrowseItemDAOPostgres.findAll()
|
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> |
BrowseDAO.doQuery()
This executes a query which returns a List object containing BrowseItem objects representing the results of a full item browse. |
List<BrowseItem> |
BrowseDAOPostgres.doQuery()
|
List<BrowseItem> |
BrowseDAOOracle.doQuery()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||