librarian
Class bbDBInterface

java.lang.Object
  |
  +--librarian.DBInterface
        |
        +--librarian.bbDBInterface

public class bbDBInterface
extends DBInterface


Field Summary
 
Fields inherited from class librarian.DBInterface
downloadURL
 
Constructor Summary
bbDBInterface()
           
 
Method Summary
 boolean contains(fundamentals.leaIdentifier leaid, java.lang.String username)
           
 java.io.InputStreamReader download(fundamentals.leaIdentifier leaid, java.lang.String username)
           
 boolean userIsSuper()
           
 
Methods inherited from class librarian.DBInterface
hintProvider, lastExercise, packageContent, requestHint, upload, userIsDesigner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

bbDBInterface

public bbDBInterface()
              throws InternalException,
                     ExternalException
Method Detail

download

public java.io.InputStreamReader download(fundamentals.leaIdentifier leaid,
                                          java.lang.String username)
                                   throws InternalException,
                                          ExternalException
Overrides:
download in class DBInterface
InternalException
ExternalException

contains

public boolean contains(fundamentals.leaIdentifier leaid,
                        java.lang.String username)
Overrides:
contains in class DBInterface

userIsSuper

public boolean userIsSuper()
Overrides:
userIsSuper in class DBInterface