edu.jhu.tmaj.beans.exfile.data
Class FolderGetAllUtil

java.lang.Object
  extended by edu.jhu.tmaj.beans.exfile.data.FolderGetAllUtil

public final class FolderGetAllUtil
extends java.lang.Object


Method Summary
static java.util.Map<java.lang.Integer,ExternalFolder> getExternalFoldersMap(java.util.Set<java.lang.Integer> folderIDs)
           
static java.util.Map<java.lang.Integer,ExternalFolder> getExternalFoldersMapAll()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getExternalFoldersMapAll

public static java.util.Map<java.lang.Integer,ExternalFolder> getExternalFoldersMapAll()
                                                                                throws java.sql.SQLException
Throws:
java.sql.SQLException

getExternalFoldersMap

public static java.util.Map<java.lang.Integer,ExternalFolder> getExternalFoldersMap(java.util.Set<java.lang.Integer> folderIDs)
                                                                             throws java.sql.SQLException
Parameters:
folderIDs - the folderIDs to select. Null if ALL folders.
Throws:
java.sql.SQLException