Uses of Interface
org.dspace.browse.BrowseDAOUtils

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

Uses of BrowseDAOUtils in org.dspace.browse
 

Classes in org.dspace.browse that implement BrowseDAOUtils
 class BrowseDAOUtilsDefault
          Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
 class BrowseDAOUtilsOracle
          Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
 class BrowseDAOUtilsPostgres
          Utility class for retrieving the size of the columns to be used in the browse tables, and applying truncation to the strings that will be inserted into the tables.
 

Methods in org.dspace.browse that return BrowseDAOUtils
static BrowseDAOUtils BrowseDAOFactory.getUtils(Context context)
          Get an instance of the relevant DAO Utilities class, which will conform to the BrowseDAOUtils interface
 



Copyright © 2010 DuraSpace. All Rights Reserved.