All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

activateModule(String). Method in class org.dorm4.fls.gui.ControlPanel
activateModule(String). Method in class org.dorm4.fls.gui.ControlPanel
activateModule(String). Method in interface org.dorm4.fls.gui.IModuleContainer
activateModule(String). Method in interface org.dorm4.fls.gui.IModuleContainer
add(). Method in class org.dorm4.fls.StdLibraryObject
Adds the object to the database
add(). Method in class org.dorm4.fls.StdLibraryObject
Adds the object to the database
add(Object[]). Method in class org.dorm4.util.Vector
Adds the array elements
add(Object[]). Method in class org.dorm4.util.Vector
Adds the array elements
add(Object[][], Object[][]). Static method in class org.dorm4.fls.StdLibraryObject
Subclasses should call this to add their properties to the superclasses properties
add(Object[][], Object[][]). Static method in class org.dorm4.fls.StdLibraryObject
Subclasses should call this to add their properties to the superclasses properties
add(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Adds the object to the database
add(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Adds the object to the database
add(StdLibraryObject). Method in class org.dorm4.fls.Library
Adds the object to the database
add(StdLibraryObject). Method in class org.dorm4.fls.Library
Adds the object to the database
addBookDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
addBookDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
addBorrowerDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
addBorrowerDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
addListener(ILibraryListener). Method in class org.dorm4.fls.Library
Adds a listener to the Library.
addListener(ILibraryListener). Method in class org.dorm4.fls.Library
Adds a listener to the Library.
addType(Item, int). Method in class org.dorm4.fls.Maintainer
Creates a table for an Item and associates a default loan period and registers it
addType(Item, int). Method in class org.dorm4.fls.Maintainer
Creates a table for an Item and associates a default loan period and registers it
addType(StdLibraryObject). Method in class org.dorm4.fls.Maintainer
Creates a table for the object and registers it
addType(StdLibraryObject). Method in class org.dorm4.fls.Maintainer
Creates a table for the object and registers it
ALT_CITY. Static variable in class org.dorm4.fls.Borrower
ALT_CITY. Static variable in class org.dorm4.fls.Borrower
ALT_ID. Static variable in class org.dorm4.fls.Borrower
ALT_ID. Static variable in class org.dorm4.fls.Borrower
ALT_PHONE. Static variable in class org.dorm4.fls.Borrower
ALT_PHONE. Static variable in class org.dorm4.fls.Borrower
ALT_STATE. Static variable in class org.dorm4.fls.Borrower
ALT_STATE. Static variable in class org.dorm4.fls.Borrower
ALT_STREET1. Static variable in class org.dorm4.fls.Borrower
ALT_STREET1. Static variable in class org.dorm4.fls.Borrower
ALT_STREET2. Static variable in class org.dorm4.fls.Borrower
ALT_STREET2. Static variable in class org.dorm4.fls.Borrower
ALT_ZIP. Static variable in class org.dorm4.fls.Borrower
ALT_ZIP. Static variable in class org.dorm4.fls.Borrower
ArrayEnumerator(Object[]). Constructor for class org.dorm4.util.ArrayEnumerator
ArrayEnumerator(Object[]). Constructor for class org.dorm4.util.ArrayEnumerator
AUTHOR. Static variable in class org.dorm4.fls.Book
AUTHOR. Static variable in class org.dorm4.fls.Book

B

BOOK. Static variable in interface org.dorm4.fls.ILibraryConstants
null Book object used for passing to functions that manipulate a type not the actual object
BOOK. Static variable in interface org.dorm4.fls.ILibraryConstants
null Book object used for passing to functions that manipulate a type not the actual object
BookEditor(). Constructor for class org.dorm4.fls.gui.BookEditor
BookEditor(). Constructor for class org.dorm4.fls.gui.BookEditor
BORROWER. Static variable in interface org.dorm4.fls.ILibraryConstants
null Borrower object used for passing to functions that manipulate a type not the actual object
BORROWER. Static variable in interface org.dorm4.fls.ILibraryConstants
null Borrower object used for passing to functions that manipulate a type not the actual object

C

CANCEL. Static variable in class org.dorm4.uiwidgets.MessageBox
CANCEL. Static variable in class org.dorm4.uiwidgets.MessageBox
CIRC_MOD. Static variable in interface org.dorm4.fls.gui.IStandardModules
CIRC_MOD. Static variable in interface org.dorm4.fls.gui.IStandardModules
Circulation(). Constructor for class org.dorm4.fls.gui.Circulation
Creates a standalone module.
Circulation(). Constructor for class org.dorm4.fls.gui.Circulation
Creates a standalone module.
Circulation(IModuleContainer). Constructor for class org.dorm4.fls.gui.Circulation
Creates a module to be place in an IModuleContainer that can interact with other modules.
Circulation(IModuleContainer). Constructor for class org.dorm4.fls.gui.Circulation
Creates a module to be place in an IModuleContainer that can interact with other modules.
CirculationResources(). Constructor for class org.dorm4.fls.gui.CirculationResources
CirculationResources(). Constructor for class org.dorm4.fls.gui.CirculationResources
CITY. Static variable in class org.dorm4.fls.Borrower
CITY. Static variable in class org.dorm4.fls.Borrower
CLASS_NO. Static variable in class org.dorm4.fls.Book
CLASS_NO. Static variable in class org.dorm4.fls.Book
ClassCheck(). Constructor for class org.dorm4.util.ClassCheck
ClassCheck(). Constructor for class org.dorm4.util.ClassCheck
ClassInfo(File). Constructor for class org.dorm4.util.ClassInfo
ClassInfo(File). Constructor for class org.dorm4.util.ClassInfo
clearProperty(int). Method in class org.dorm4.fls.StdLibraryObject
Clears the property property
clearProperty(int). Method in class org.dorm4.fls.StdLibraryObject
Clears the property property
clone(). Method in class org.dorm4.fls.StdLibraryObject
Creates a clone of this object
clone(). Method in class org.dorm4.fls.StdLibraryObject
Creates a clone of this object
compare(Object, Object). Method in interface org.dorm4.util.IComparer
Compare objects and return a value that indicates their relative order: if (a > b) return > 0; if (a == b) return 0 if (a < b) return < 0
compare(Object, Object). Method in interface org.dorm4.util.IComparer
Compare objects and return a value that indicates their relative order: if (a > b) return > 0; if (a == b) return 0 if (a < b) return < 0
compare(Object, Object). Method in class org.dorm4.util.StringComparer
compare(Object, Object). Method in class org.dorm4.util.StringComparer
ControlPanel(). Constructor for class org.dorm4.fls.gui.ControlPanel
ControlPanel(). Constructor for class org.dorm4.fls.gui.ControlPanel
COPIES. Static variable in class org.dorm4.fls.Item
COPIES. Static variable in class org.dorm4.fls.Item
COPY_INFO. Static variable in class org.dorm4.fls.Book
COPY_INFO. Static variable in class org.dorm4.fls.Book
createDefaultDatabase(String, String). Method in class org.dorm4.fls.Maintainer
Does most of the default setup and creation for a new database
createDefaultDatabase(String, String). Method in class org.dorm4.fls.Maintainer
Does most of the default setup and creation for a new database
createLibraryObject(String). Method in interface org.dorm4.fls.IRemoteLibrary
Creates a new library object for this id, but doesn't make a database record
createLibraryObject(String). Method in interface org.dorm4.fls.IRemoteLibrary
Creates a new library object for this id, but doesn't make a database record
createLibraryObject(String). Method in class org.dorm4.fls.Library
Creates a new library object for this id, but doesn't make a database record
createLibraryObject(String). Method in class org.dorm4.fls.Library
Creates a new library object for this id, but doesn't make a database record

D

DAY. Static variable in interface org.dorm4.fls.ILibraryConstants
Day in milliseconds
DAY. Static variable in interface org.dorm4.fls.ILibraryConstants
Day in milliseconds
DEBUG. Static variable in interface org.dorm4.debug.IDebugConstants
Basic debug info
DEBUG. Static variable in interface org.dorm4.debug.IDebugConstants
Basic debug info
DefaultKeyImpl(). Constructor for class org.dorm4.fls.DefaultKeyImpl
DefaultKeyImpl(). Constructor for class org.dorm4.fls.DefaultKeyImpl
DependencyResolver(). Constructor for class org.dorm4.util.DependencyResolver
DependencyResolver(). Constructor for class org.dorm4.util.DependencyResolver
destroy(). Method in class org.dorm4.fls.gui.ControlPanel
destroy(). Method in class org.dorm4.fls.gui.ControlPanel
destroy(). Method in class org.dorm4.fls.gui.GUIMaintainer
destroy(). Method in class org.dorm4.fls.gui.GUIMaintainer
DETAILED_DEBUG. Static variable in interface org.dorm4.debug.IDebugConstants
Extended debug info
DETAILED_DEBUG. Static variable in interface org.dorm4.debug.IDebugConstants
Extended debug info
discontinue(). Method in class org.dorm4.util.LoopThread
After this has been called the loop() method will not be reentered once it has exited and the thread will die.
discontinue(). Method in class org.dorm4.util.LoopThread
After this has been called the loop() method will not be reentered once it has exited and the thread will die.

E

editItem(StdLibraryObject). Method in class org.dorm4.fls.gui.RecordMaintenance
Sets the object to be edited.
editItem(StdLibraryObject). Method in class org.dorm4.fls.gui.RecordMaintenance
Sets the object to be edited.
EMAIL. Static variable in class org.dorm4.fls.Borrower
EMAIL. Static variable in class org.dorm4.fls.Borrower
equals(Object). Method in class org.dorm4.security.Password
equals(Object). Method in class org.dorm4.security.Password
equals(Object). Method in class org.dorm4.fls.StdLibraryObject
Tests if this object is exactly the same as obj.
equals(Object). Method in class org.dorm4.fls.StdLibraryObject
Tests if this object is exactly the same as obj.
execute(Object). Method in interface org.dorm4.security.ISecureCallback
execute(Object). Method in interface org.dorm4.security.ISecureCallback
executeWithPermissions(int, ISecureCallback, Object). Static method in class org.dorm4.security.Permissions
Obtains the permission then calls the execute() method of the callback
executeWithPermissions(int, ISecureCallback, Object). Static method in class org.dorm4.security.Permissions
Obtains the permission then calls the execute() method of the callback
extProperties(). Static method in class org.dorm4.fls.Book
Returns the extended propterties of this class.
extProperties(). Static method in class org.dorm4.fls.Book
Returns the extended propterties of this class.
extProperties(). Static method in class org.dorm4.fls.Borrower
Returns the extended propterties of this class.
extProperties(). Static method in class org.dorm4.fls.Borrower
Returns the extended propterties of this class.
extProperties(). Static method in class org.dorm4.fls.Item
Returns the extended propterties of this class.
extProperties(). Static method in class org.dorm4.fls.Item
Returns the extended propterties of this class.

F

FILEREAD. Static variable in class org.dorm4.security.Permissions
FILEREAD. Static variable in class org.dorm4.security.Permissions
FILEWRITE. Static variable in class org.dorm4.security.Permissions
FILEWRITE. Static variable in class org.dorm4.security.Permissions
find(StdLibraryObject, Vector). Method in interface org.dorm4.fls.IRemoteLibrary
Does a lookup in all fields for the specified text and returns the hits as a Vector of the itemType.
find(StdLibraryObject, Vector). Method in interface org.dorm4.fls.IRemoteLibrary
Does a lookup in all fields for the specified text and returns the hits as a Vector of the itemType.
find(StdLibraryObject, Vector). Method in class org.dorm4.fls.Library
Does a lookup in all fields for the specified text and returns the hits as a Vector of the itemType.
find(StdLibraryObject, Vector). Method in class org.dorm4.fls.Library
Does a lookup in all fields for the specified text and returns the hits as a Vector of the itemType.
find(StdLibraryObject, Vector, Vector, Vector). Method in class org.dorm4.fls.Library
Does a lookup in the specified fields for the specified text and returns the hits as a Vector of the itemType.
find(StdLibraryObject, Vector, Vector, Vector). Method in class org.dorm4.fls.Library
Does a lookup in the specified fields for the specified text and returns the hits as a Vector of the itemType.
findID(Vector, Vector). Method in class org.dorm4.fls.Library
Does a lookup in all fields for the specified text and returns the hits as a Vector of ids.
findID(Vector, Vector). Method in class org.dorm4.fls.Library
Does a lookup in all fields for the specified text and returns the hits as a Vector of ids.
findID(Vector, Vector, Vector, Vector). Method in class org.dorm4.fls.Library
Does a lookup in the specified fields for the specified text and returns the hits as a Vector of ids.
findID(Vector, Vector, Vector, Vector). Method in class org.dorm4.fls.Library
Does a lookup in the specified fields for the specified text and returns the hits as a Vector of ids.
FIRSTNAME. Static variable in class org.dorm4.fls.Borrower
FIRSTNAME. Static variable in class org.dorm4.fls.Borrower

G

GENDER. Static variable in class org.dorm4.fls.Borrower
GENDER. Static variable in class org.dorm4.fls.Borrower
getAltName(). Method in interface org.dorm4.fls.IRemoteLibrary
Gives the alternate name of this library
getAltName(). Method in interface org.dorm4.fls.IRemoteLibrary
Gives the alternate name of this library
getAltName(). Method in class org.dorm4.fls.Library
Gives the alternate name of this library
getAltName(). Method in class org.dorm4.fls.Library
Gives the alternate name of this library
getAppletContext(). Method in interface org.dorm4.fls.gui.IModuleContainer
getAppletContext(). Method in interface org.dorm4.fls.gui.IModuleContainer
getAppletContext(). Method in class org.dorm4.fls.gui.LibraryModule
getAppletContext(). Method in class org.dorm4.fls.gui.LibraryModule
getBorrower(). Method in class org.dorm4.fls.CannotAllowException
Returns to Borrower associated with this exception
getBorrower(). Method in class org.dorm4.fls.CannotAllowException
Returns to Borrower associated with this exception
getBorrower(). Method in class org.dorm4.fls.Item
Checks if the item is on loan and if so returns the Borrower, otherwise null.
getBorrower(). Method in class org.dorm4.fls.Item
Checks if the item is on loan and if so returns the Borrower, otherwise null.
getBorrower(). Method in class org.dorm4.fls.OverdueException
Returns the Borrower associated with this exception
getBorrower(). Method in class org.dorm4.fls.OverdueException
Returns the Borrower associated with this exception
getBorrower(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Checks if the item is on loan and if so returns the Borrower, otherwise null.
getBorrower(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Checks if the item is on loan and if so returns the Borrower, otherwise null.
getBorrower(Item). Method in class org.dorm4.fls.Library
Checks if the item is on loan and if so returns the Borrower, otherwise null.
getBorrower(Item). Method in class org.dorm4.fls.Library
Checks if the item is on loan and if so returns the Borrower, otherwise null.
getContents(). Method in class org.dorm4.fls.gui.CirculationResources
getContents(). Method in class org.dorm4.fls.gui.CirculationResources
getContents(). Method in class org.dorm4.fls.gui.RecordMaintenanceResources
getContents(). Method in class org.dorm4.fls.gui.RecordMaintenanceResources
getContents(). Method in class org.dorm4.fls.gui.SearchletResources
getContents(). Method in class org.dorm4.fls.gui.SearchletResources
getDate(). Method in class org.dorm4.fls.CannotAllowException
Returns to Date associated with this exception
getDate(). Method in class org.dorm4.fls.CannotAllowException
Returns to Date associated with this exception
getDate(). Method in class org.dorm4.fls.OverdueException
Returns the due date associated with this exception
getDate(). Method in class org.dorm4.fls.OverdueException
Returns the due date associated with this exception
getDueDate(). Method in class org.dorm4.fls.Item
Checks if the item is on loan and if so returns the due date, otherwise null.
getDueDate(). Method in class org.dorm4.fls.Item
Checks if the item is on loan and if so returns the due date, otherwise null.
getDueDate(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Checks if the item is on loan and if so returns the due date, otherwise null.
getDueDate(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Checks if the item is on loan and if so returns the due date, otherwise null.
getDueDate(Item). Method in class org.dorm4.fls.Library
Checks if the item is on loan and if so returns the due date, otherwise null.
getDueDate(Item). Method in class org.dorm4.fls.Library
Checks if the item is on loan and if so returns the due date, otherwise null.
getEditor(). Method in class org.dorm4.fls.Book
Returns a (GUI?) editor specific for the type of object
getEditor(). Method in class org.dorm4.fls.Book
Returns a (GUI?) editor specific for the type of object
getEditor(). Method in class org.dorm4.fls.StdLibraryObject
Returns a (GUI?) editor specific for the type of object
getEditor(). Method in class org.dorm4.fls.StdLibraryObject
Returns a (GUI?) editor specific for the type of object
getExtendedProperties(). Method in class org.dorm4.fls.Book
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.Book
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.Borrower
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.Borrower
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.Item
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.Item
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.StdLibraryObject
Returns the extended propterties of this class.
getExtendedProperties(). Method in class org.dorm4.fls.StdLibraryObject
Returns the extended propterties of this class.
getFine(). Method in class org.dorm4.fls.OverdueException
Returns the fine associated with this exception
getFine(). Method in class org.dorm4.fls.OverdueException
Returns the fine associated with this exception
getId(). Method in class org.dorm4.fls.StdLibraryObject
Gets the id for this object
getId(). Method in class org.dorm4.fls.StdLibraryObject
Gets the id for this object
getInfo(String). Method in class org.dorm4.fls.Maintainer
Gets a value from the info table
getInfo(String). Method in class org.dorm4.fls.Maintainer
Gets a value from the info table
getInsets(). Method in class org.dorm4.fls.gui.ControlPanel
getInsets(). Method in class org.dorm4.fls.gui.ControlPanel
getInterfaceNames(). Method in class org.dorm4.util.ClassInfo
getInterfaceNames(). Method in class org.dorm4.util.ClassInfo
getIntId(String). Method in class org.dorm4.fls.DefaultKeyImpl
Gets the integer portion of the id
getIntId(String). Method in class org.dorm4.fls.DefaultKeyImpl
Gets the integer portion of the id
getIntId(String). Method in interface org.dorm4.fls.IKey
Gets the integer portion of the id
getIntId(String). Method in interface org.dorm4.fls.IKey
Gets the integer portion of the id
getItem(). Method in class org.dorm4.fls.CannotAllowException
Returns the item associated with this exception
getItem(). Method in class org.dorm4.fls.CannotAllowException
Returns the item associated with this exception
getLibrary(). Method in class org.dorm4.fls.gui.ControlPanel
getLibrary(). Method in class org.dorm4.fls.gui.ControlPanel
getLibrary(). Method in interface org.dorm4.fls.gui.IModuleContainer
getLibrary(). Method in interface org.dorm4.fls.gui.IModuleContainer
getLibrary(String). Method in class org.dorm4.fls.DefaultKeyImpl
Gets the library identifier of the id or null if it's unrecognizable
getLibrary(String). Method in class org.dorm4.fls.DefaultKeyImpl
Gets the library identifier of the id or null if it's unrecognizable
getLibrary(String). Method in interface org.dorm4.fls.IKey
Gets the library identifier of the id or null if it's unrecognizable
getLibrary(String). Method in interface org.dorm4.fls.IKey
Gets the library identifier of the id or null if it's unrecognizable
getLibraryObject(String). Method in interface org.dorm4.fls.IRemoteLibrary
Gets a StdLibraryObject in the database.
getLibraryObject(String). Method in interface org.dorm4.fls.IRemoteLibrary
Gets a StdLibraryObject in the database.
getLibraryObject(String). Method in class org.dorm4.fls.Library
Gets a StdLibraryObject in the database.
getLibraryObject(String). Method in class org.dorm4.fls.Library
Gets a StdLibraryObject in the database.
getLoanPeriod(). Method in class org.dorm4.fls.Item
Gets the default loan period for this item.
getLoanPeriod(). Method in class org.dorm4.fls.Item
Gets the default loan period for this item.
getLoanPeriod(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Gets the default loan period for this item.
getLoanPeriod(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Gets the default loan period for this item.
getLoanPeriod(Item). Method in class org.dorm4.fls.Library
Gets the default loan period for this item.
getLoanPeriod(Item). Method in class org.dorm4.fls.Library
Gets the default loan period for this item.
getLoans(). Method in class org.dorm4.fls.Borrower
getLoans(). Method in class org.dorm4.fls.Borrower
getLoans(Borrower). Method in interface org.dorm4.fls.IRemoteLibrary
Gets the Items this Borrower has on loan.
getLoans(Borrower). Method in interface org.dorm4.fls.IRemoteLibrary
Gets the Items this Borrower has on loan.
getLoans(Borrower). Method in class org.dorm4.fls.Library
Gets the Items this Borrower has on loan.
getLoans(Borrower). Method in class org.dorm4.fls.Library
Gets the Items this Borrower has on loan.
getModuleName(). Method in class org.dorm4.fls.gui.Circulation
Gets the name used for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.Circulation
Gets the name used for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.LibraryModule
Gets the name for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.LibraryModule
Gets the name for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.RecordMaintenance
Gets the name for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.RecordMaintenance
Gets the name for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.Searchlet
Gets the name for programatic use
getModuleName(). Method in class org.dorm4.fls.gui.Searchlet
Gets the name for programatic use
getModules(). Method in class org.dorm4.fls.gui.ControlPanel
getModules(). Method in class org.dorm4.fls.gui.ControlPanel
getModules(). Method in interface org.dorm4.fls.gui.IModuleContainer
getModules(). Method in interface org.dorm4.fls.gui.IModuleContainer
getModuleTitle(). Method in class org.dorm4.fls.gui.Circulation
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.Circulation
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.LibraryModule
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.LibraryModule
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.RecordMaintenance
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.RecordMaintenance
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.Searchlet
Gets the title to be displayed in the tab panel
getModuleTitle(). Method in class org.dorm4.fls.gui.Searchlet
Gets the title to be displayed in the tab panel
getName(). Method in class org.dorm4.util.ClassInfo
getName(). Method in class org.dorm4.util.ClassInfo
getName(). Method in interface org.dorm4.fls.IRemoteLibrary
Gives the name of this library
getName(). Method in interface org.dorm4.fls.IRemoteLibrary
Gives the name of this library
getName(). Method in class org.dorm4.fls.Library
Gives the name of this library
getName(). Method in class org.dorm4.fls.Library
Gives the name of this library
getName(). Method in class org.dorm4.fls.Maintainer
Gets the name of the library
getName(). Method in class org.dorm4.fls.Maintainer
Gets the name of the library
getParameter(String). Method in interface org.dorm4.fls.gui.IModuleContainer
getParameter(String). Method in interface org.dorm4.fls.gui.IModuleContainer
getParameter(String). Method in class org.dorm4.fls.gui.LibraryModule
getParameter(String). Method in class org.dorm4.fls.gui.LibraryModule
getProperties(). Method in class org.dorm4.fls.StdLibraryObject
Gets all the properties of this object
getProperties(). Method in class org.dorm4.fls.StdLibraryObject
Gets all the properties of this object
getProperty(int). Method in class org.dorm4.fls.StdLibraryObject
Gets the property property of this object
getProperty(int). Method in class org.dorm4.fls.StdLibraryObject
Gets the property property of this object
getPropertyNames(). Method in class org.dorm4.fls.StdLibraryObject
Gets the names of the property fields
getPropertyNames(). Method in class org.dorm4.fls.StdLibraryObject
Gets the names of the property fields
getReferencedClassNames(). Method in class org.dorm4.util.ClassInfo
getReferencedClassNames(). Method in class org.dorm4.util.ClassInfo
getRegisteredTypes(). Method in interface org.dorm4.fls.IRemoteLibrary
Gets an array of classes for all registered types
getRegisteredTypes(). Method in interface org.dorm4.fls.IRemoteLibrary
Gets an array of classes for all registered types
getRegisteredTypes(). Method in class org.dorm4.fls.Library
Gets an array of classes for all registered types
getRegisteredTypes(). Method in class org.dorm4.fls.Library
Gets an array of classes for all registered types
getRegisteredTypes(). Method in class org.dorm4.fls.Maintainer
Gets an array of class names for all registered types
getRegisteredTypes(). Method in class org.dorm4.fls.Maintainer
Gets an array of class names for all registered types
getSuperClassName(). Method in class org.dorm4.util.ClassInfo
getSuperClassName(). Method in class org.dorm4.util.ClassInfo
getType(String). Method in class org.dorm4.fls.DefaultKeyImpl
Gets the type of the id or null if it's unrecognizable
getType(String). Method in class org.dorm4.fls.DefaultKeyImpl
Gets the type of the id or null if it's unrecognizable
getType(String). Method in interface org.dorm4.fls.IKey
Gets the type of the id or null if it's unrecognizable
getType(String). Method in interface org.dorm4.fls.IKey
Gets the type of the id or null if it's unrecognizable
goOffline(). Method in class org.dorm4.fls.Library
When called, the Library will unregister itself with the RMI registry and notify all listeners.
goOffline(). Method in class org.dorm4.fls.Library
When called, the Library will unregister itself with the RMI registry and notify all listeners.
goOnline(). Method in class org.dorm4.fls.Library
When called, the Library will register itself with the RMI registry and notify all listeners.
goOnline(). Method in class org.dorm4.fls.Library
When called, the Library will register itself with the RMI registry and notify all listeners.
GUIMaintainer(). Constructor for class org.dorm4.fls.gui.GUIMaintainer
GUIMaintainer(). Constructor for class org.dorm4.fls.gui.GUIMaintainer

H

hasMoreElements(). Method in class org.dorm4.util.ArrayEnumerator
hasMoreElements(). Method in class org.dorm4.util.ArrayEnumerator
HelloWorld(). Constructor for class HelloWorld
HOUR. Static variable in interface org.dorm4.fls.ILibraryConstants
Hour in milliseconds
HOUR. Static variable in interface org.dorm4.fls.ILibraryConstants
Hour in milliseconds

I

init(). Method in class org.dorm4.fls.gui.Circulation
init(). Method in class org.dorm4.fls.gui.Circulation
init(). Method in class org.dorm4.fls.gui.ControlPanel
init(). Method in class org.dorm4.fls.gui.ControlPanel
init(). Method in class org.dorm4.fls.gui.GUIMaintainer
init(). Method in class org.dorm4.fls.gui.GUIMaintainer
init(). Method in class org.dorm4.fls.gui.RecordMaintenance
init(). Method in class org.dorm4.fls.gui.RecordMaintenance
init(). Method in class org.dorm4.fls.gui.Searchlet
init(). Method in class org.dorm4.fls.gui.Searchlet
InputDialog(Frame, String, String). Constructor for class org.dorm4.uiwidgets.InputDialog
InputDialog(Frame, String, String). Constructor for class org.dorm4.uiwidgets.InputDialog
ISBN. Static variable in class org.dorm4.fls.Book
ISBN. Static variable in class org.dorm4.fls.Book
isCellEditable(int, int). Method in class org.dorm4.uiwidgets.SortableTableModel
isCellEditable(int, int). Method in class org.dorm4.uiwidgets.SortableTableModel
ISSN. Static variable in class org.dorm4.fls.Item
ISSN. Static variable in class org.dorm4.fls.Item
isTypeRegistered(StdLibraryObject). Method in class org.dorm4.fls.Maintainer
Checks to see if the type is registered
isTypeRegistered(StdLibraryObject). Method in class org.dorm4.fls.Maintainer
Checks to see if the type is registered
ITEM_NO. Static variable in class org.dorm4.fls.Book
ITEM_NO. Static variable in class org.dorm4.fls.Book

K

KEYWORDS. Static variable in class org.dorm4.fls.Item
KEYWORDS. Static variable in class org.dorm4.fls.Item

L

LASTNAME. Static variable in class org.dorm4.fls.Borrower
LASTNAME. Static variable in class org.dorm4.fls.Borrower
Library(OutputStream, Connection, IKey, Registry). Constructor for class org.dorm4.fls.Library
Library(OutputStream, Connection, IKey, Registry). Constructor for class org.dorm4.fls.Library
LibraryEvent(). Constructor for class org.dorm4.fls.LibraryEvent
LibraryEvent(). Constructor for class org.dorm4.fls.LibraryEvent
LibraryListenerAdapter(). Constructor for class org.dorm4.fls.LibraryListenerAdapter
LibraryListenerAdapter(). Constructor for class org.dorm4.fls.LibraryListenerAdapter
LibraryModule(). Constructor for class org.dorm4.fls.gui.LibraryModule
LibraryModule(). Constructor for class org.dorm4.fls.gui.LibraryModule
LibraryModule(IModuleContainer). Constructor for class org.dorm4.fls.gui.LibraryModule
LibraryModule(IModuleContainer). Constructor for class org.dorm4.fls.gui.LibraryModule
listDependencies(OutputStream). Method in class org.dorm4.util.DependencyResolver
listDependencies(OutputStream). Method in class org.dorm4.util.DependencyResolver
loanTo(Borrower). Method in class org.dorm4.fls.Item
Adds a record to the loans table in the database using the default due date.
loanTo(Borrower). Method in class org.dorm4.fls.Item
Adds a record to the loans table in the database using the default due date.
loanTo(Borrower, Date). Method in class org.dorm4.fls.Item
Adds a record to the loans table in the database.
loanTo(Borrower, Date). Method in class org.dorm4.fls.Item
Adds a record to the loans table in the database.
loanTo(Item, Borrower, Date). Method in interface org.dorm4.fls.IRemoteLibrary
Adds a record to the loans table in the database.
loanTo(Item, Borrower, Date). Method in interface org.dorm4.fls.IRemoteLibrary
Adds a record to the loans table in the database.
loanTo(Item, Borrower, Date). Method in class org.dorm4.fls.Library
Adds a record to the loans table in the database.
loanTo(Item, Borrower, Date). Method in class org.dorm4.fls.Library
Adds a record to the loans table in the database.
loop(). Method in class org.dorm4.util.LoopThread
Override this method with what goes inside the loop
loop(). Method in class org.dorm4.util.LoopThread
Override this method with what goes inside the loop
LoopThread(). Constructor for class org.dorm4.util.LoopThread
LoopThread(). Constructor for class org.dorm4.util.LoopThread

M

m_bookDesignator. Variable in class org.dorm4.fls.DefaultKeyImpl
m_bookDesignator. Variable in class org.dorm4.fls.DefaultKeyImpl
m_borrowerDesignator. Variable in class org.dorm4.fls.DefaultKeyImpl
m_borrowerDesignator. Variable in class org.dorm4.fls.DefaultKeyImpl
m_container. Variable in class org.dorm4.fls.gui.LibraryModule
m_container. Variable in class org.dorm4.fls.gui.LibraryModule
m_homeLibrary. Variable in class org.dorm4.fls.StdLibraryObject
m_homeLibrary. Variable in class org.dorm4.fls.StdLibraryObject
m_independent. Variable in class org.dorm4.fls.gui.LibraryModule
m_independent. Variable in class org.dorm4.fls.gui.LibraryModule
m_initialized. Variable in class org.dorm4.fls.gui.LibraryModule
m_initialized. Variable in class org.dorm4.fls.gui.LibraryModule
m_library. Variable in class org.dorm4.fls.gui.LibraryModule
m_library. Variable in class org.dorm4.fls.gui.LibraryModule
m_modules. Variable in class org.dorm4.fls.gui.LibraryModule
m_modules. Variable in class org.dorm4.fls.gui.LibraryModule
m_requiredLength. Variable in class org.dorm4.fls.DefaultKeyImpl
m_requiredLength. Variable in class org.dorm4.fls.DefaultKeyImpl
m_started. Variable in class org.dorm4.fls.gui.LibraryModule
m_started. Variable in class org.dorm4.fls.gui.LibraryModule
Main(). Constructor for class org.dorm4.fls.Main
Main(). Constructor for class org.dorm4.fls.Main
main(String[]). Static method in class org.dorm4.util.DependencyResolver
main(String[]). Static method in class org.dorm4.util.DependencyResolver
main(String[]). Static method in class HelloWorld
main(String[]). Static method in class org.dorm4.fls.Main
main(String[]). Static method in class org.dorm4.fls.Main
main(String[]). Static method in class org.dorm4.fls.Maintainer
main(String[]). Static method in class org.dorm4.fls.Maintainer
main(String[]). Static method in class org.dorm4.fls.RandomDataBuilder
Usage: java RandomDataBuilder <library name> <records> <starting id>

Will read data from the files names.data and titles.data

main(String[]). Static method in class org.dorm4.fls.RandomDataBuilder
Usage: java RandomDataBuilder <library name> <records> <starting id>

Will read data from the files names.data and titles.data

main(String[]). Static method in class org.dorm4.security.Tester
main(String[]). Static method in class org.dorm4.security.Tester
MAINT_MOD. Static variable in interface org.dorm4.fls.gui.IStandardModules
MAINT_MOD. Static variable in interface org.dorm4.fls.gui.IStandardModules
Maintainer(OutputStream, Connection). Constructor for class org.dorm4.fls.Maintainer
Maintainer(OutputStream, Connection). Constructor for class org.dorm4.fls.Maintainer
MessageBox(Frame, String, String, int). Constructor for class org.dorm4.uiwidgets.MessageBox
MessageBox(Frame, String, String, int). Constructor for class org.dorm4.uiwidgets.MessageBox
MIDDLENAME. Static variable in class org.dorm4.fls.Borrower
MIDDLENAME. Static variable in class org.dorm4.fls.Borrower
MINUTE. Static variable in interface org.dorm4.fls.ILibraryConstants
Minute in milliseconds
MINUTE. Static variable in interface org.dorm4.fls.ILibraryConstants
Minute in milliseconds

N

NETIO. Static variable in class org.dorm4.security.Permissions
NETIO. Static variable in class org.dorm4.security.Permissions
nextElement(). Method in class org.dorm4.util.ArrayEnumerator
nextElement(). Method in class org.dorm4.util.ArrayEnumerator
NO. Static variable in class org.dorm4.uiwidgets.MessageBox
NO. Static variable in class org.dorm4.uiwidgets.MessageBox

O

OK. Static variable in class org.dorm4.uiwidgets.MessageBox
OK. Static variable in class org.dorm4.uiwidgets.MessageBox
onConnectionClosed(LibraryEvent). Method in interface org.dorm4.fls.ILibraryListener
The database connection has been lost
onConnectionClosed(LibraryEvent). Method in interface org.dorm4.fls.ILibraryListener
The database connection has been lost
onConnectionClosed(LibraryEvent). Method in class org.dorm4.fls.LibraryListenerAdapter
The database connection has been lost
onConnectionClosed(LibraryEvent). Method in class org.dorm4.fls.LibraryListenerAdapter
The database connection has been lost
onOffline(LibraryEvent). Method in interface org.dorm4.fls.ILibraryListener
The library has gone offline
onOffline(LibraryEvent). Method in interface org.dorm4.fls.ILibraryListener
The library has gone offline
onOffline(LibraryEvent). Method in class org.dorm4.fls.LibraryListenerAdapter
The library has gone offline
onOffline(LibraryEvent). Method in class org.dorm4.fls.LibraryListenerAdapter
The library has gone offline
onOnline(LibraryEvent). Method in interface org.dorm4.fls.ILibraryListener
The library has come online
onOnline(LibraryEvent). Method in interface org.dorm4.fls.ILibraryListener
The library has come online
onOnline(LibraryEvent). Method in class org.dorm4.fls.LibraryListenerAdapter
The library has come online
onOnline(LibraryEvent). Method in class org.dorm4.fls.LibraryListenerAdapter
The library has come online
onTasksRun(Library). Method in interface org.dorm4.fls.ILibraryListener
The library has completed running its scheduled tasks
onTasksRun(Library). Method in interface org.dorm4.fls.ILibraryListener
The library has completed running its scheduled tasks
onTasksRun(Library). Method in class org.dorm4.fls.LibraryListenerAdapter
The library has completed running its scheduled tasks
onTasksRun(Library). Method in class org.dorm4.fls.LibraryListenerAdapter
The library has completed running its scheduled tasks

P

Password(String). Constructor for class org.dorm4.security.Password
Password(String). Constructor for class org.dorm4.security.Password
Permissions(). Constructor for class org.dorm4.security.Permissions
Permissions(). Constructor for class org.dorm4.security.Permissions
PHONE. Static variable in class org.dorm4.fls.Borrower
PHONE. Static variable in class org.dorm4.fls.Borrower
PIC_URL. Static variable in class org.dorm4.fls.Borrower
PIC_URL. Static variable in class org.dorm4.fls.Borrower
PL_OF_PUB. Static variable in class org.dorm4.fls.Book
PL_OF_PUB. Static variable in class org.dorm4.fls.Book
popup(Frame, String, String). Static method in class org.dorm4.uiwidgets.InputDialog
popup(Frame, String, String). Static method in class org.dorm4.uiwidgets.InputDialog
popup(Frame, String, String, int). Static method in class org.dorm4.uiwidgets.MessageBox
popup(Frame, String, String, int). Static method in class org.dorm4.uiwidgets.MessageBox
PROP_LENGTH. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of length in the extended properties array for an object
PROP_LENGTH. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of length in the extended properties array for an object
PROP_REQUIRED. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of required flag in the extended properties array for an object
PROP_REQUIRED. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of required flag in the extended properties array for an object
PROP_TITLE. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of title in the extended properties array for an object
PROP_TITLE. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of title in the extended properties array for an object
PROP_TYPE. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of class in the extended properties array for an object
PROP_TYPE. Static variable in interface org.dorm4.fls.ILibraryConstants
Index of class in the extended properties array for an object
props. Static variable in class org.dorm4.fls.Book
props. Static variable in class org.dorm4.fls.Book
props. Static variable in class org.dorm4.fls.Borrower
props. Static variable in class org.dorm4.fls.Borrower
props. Static variable in class org.dorm4.fls.Item
props. Static variable in class org.dorm4.fls.Item
PUB_DATE. Static variable in class org.dorm4.fls.Book
PUB_DATE. Static variable in class org.dorm4.fls.Book
PUBLISHER. Static variable in class org.dorm4.fls.Book
PUBLISHER. Static variable in class org.dorm4.fls.Book

R

RandomDataBuilder(). Constructor for class org.dorm4.fls.RandomDataBuilder
RandomDataBuilder(). Constructor for class org.dorm4.fls.RandomDataBuilder
receive(). Method in class org.dorm4.fls.Item
Checks if the book is overdue then removes the loan record from the database.
receive(). Method in class org.dorm4.fls.Item
Checks if the book is overdue then removes the loan record from the database.
receive(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Checks if the book is overdue then removes the loan record from the database.
receive(Item). Method in interface org.dorm4.fls.IRemoteLibrary
Checks if the book is overdue then removes the loan record from the database.
receive(Item). Method in class org.dorm4.fls.Library
Checks if the book is overdue then removes the loan record from the database.
receive(Item). Method in class org.dorm4.fls.Library
Checks if the book is overdue then removes the loan record from the database.
RecordMaintenance(). Constructor for class org.dorm4.fls.gui.RecordMaintenance
Creates a standalone module.
RecordMaintenance(). Constructor for class org.dorm4.fls.gui.RecordMaintenance
Creates a standalone module.
RecordMaintenance(IModuleContainer). Constructor for class org.dorm4.fls.gui.RecordMaintenance
Creates a module to be place in an IModuleContainer that can interact with other modules.
RecordMaintenance(IModuleContainer). Constructor for class org.dorm4.fls.gui.RecordMaintenance
Creates a module to be place in an IModuleContainer that can interact with other modules.
RecordMaintenanceResources(). Constructor for class org.dorm4.fls.gui.RecordMaintenanceResources
RecordMaintenanceResources(). Constructor for class org.dorm4.fls.gui.RecordMaintenanceResources
remove(). Method in class org.dorm4.fls.StdLibraryObject
Removes the object in the database
remove(). Method in class org.dorm4.fls.StdLibraryObject
Removes the object in the database
remove(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Removes the object from the database
remove(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Removes the object from the database
remove(StdLibraryObject). Method in class org.dorm4.fls.Library
Removes the object from the database
remove(StdLibraryObject). Method in class org.dorm4.fls.Library
Removes the object from the database
removeBookDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
removeBookDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
removeBorrowerDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
removeBorrowerDesignator(String). Method in class org.dorm4.fls.DefaultKeyImpl
removeListener(ILibraryListener). Method in class org.dorm4.fls.Library
Removes a listener from the Library.
removeListener(ILibraryListener). Method in class org.dorm4.fls.Library
Removes a listener from the Library.
removeType(StdLibraryObject). Method in class org.dorm4.fls.Maintainer
Removes the table for the object and unregisters it
removeType(StdLibraryObject). Method in class org.dorm4.fls.Maintainer
Removes the table for the object and unregisters it
renumber(StdLibraryObject, String). Method in interface org.dorm4.fls.IRemoteLibrary
Gives the object a new number in the database
renumber(StdLibraryObject, String). Method in interface org.dorm4.fls.IRemoteLibrary
Gives the object a new number in the database
renumber(StdLibraryObject, String). Method in class org.dorm4.fls.Library
Gives the object a new number in the database
renumber(StdLibraryObject, String). Method in class org.dorm4.fls.Library
Gives the object a new number in the database
renumber(String). Method in class org.dorm4.fls.StdLibraryObject
Gives the object a new number in the database
renumber(String). Method in class org.dorm4.fls.StdLibraryObject
Gives the object a new number in the database
resolve(File). Method in class org.dorm4.util.DependencyResolver
resolve(File). Method in class org.dorm4.util.DependencyResolver
run(). Method in class org.dorm4.util.LoopThread
run(). Method in class org.dorm4.util.LoopThread

S

SEARCH_MOD. Static variable in interface org.dorm4.fls.gui.IStandardModules
SEARCH_MOD. Static variable in interface org.dorm4.fls.gui.IStandardModules
Searchlet(). Constructor for class org.dorm4.fls.gui.Searchlet
Creates a standalone module.
Searchlet(). Constructor for class org.dorm4.fls.gui.Searchlet
Creates a standalone module.
Searchlet(IModuleContainer). Constructor for class org.dorm4.fls.gui.Searchlet
Creates a module to be place in an IModuleContainer that can interact with other modules.
Searchlet(IModuleContainer). Constructor for class org.dorm4.fls.gui.Searchlet
Creates a module to be place in an IModuleContainer that can interact with other modules.
SearchletResources(). Constructor for class org.dorm4.fls.gui.SearchletResources
SearchletResources(). Constructor for class org.dorm4.fls.gui.SearchletResources
setColEditable(int, boolean). Method in class org.dorm4.uiwidgets.SortableTableModel
Sets a column editable.
setColEditable(int, boolean). Method in class org.dorm4.uiwidgets.SortableTableModel
Sets a column editable.
setConnection(Connection). Method in class org.dorm4.fls.Library
Sets the database connection.
setConnection(Connection). Method in class org.dorm4.fls.Library
Sets the database connection.
setInfo(String, String). Method in class org.dorm4.fls.Maintainer
Sets a value in the info table
setInfo(String, String). Method in class org.dorm4.fls.Maintainer
Sets a value in the info table
setLoanPeriod(Item, int). Method in class org.dorm4.fls.Maintainer
Associates a default loan period with an Item
setLoanPeriod(Item, int). Method in class org.dorm4.fls.Maintainer
Associates a default loan period with an Item
setName(String). Method in class org.dorm4.fls.Maintainer
Sets the name of the library
setName(String). Method in class org.dorm4.fls.Maintainer
Sets the name of the library
setObject(StdLibraryObject). Method in class org.dorm4.fls.gui.BookEditor
setObject(StdLibraryObject). Method in class org.dorm4.fls.gui.BookEditor
setObject(StdLibraryObject). Method in interface org.dorm4.fls.IObjectEditor
Sets the object to edit.
setObject(StdLibraryObject). Method in interface org.dorm4.fls.IObjectEditor
Sets the object to edit.
setProperty(int, Object). Method in class org.dorm4.fls.StdLibraryObject
Sets the property property with the value value
setProperty(int, Object). Method in class org.dorm4.fls.StdLibraryObject
Sets the property property with the value value
setRequiredLength(int). Method in class org.dorm4.fls.DefaultKeyImpl
setRequiredLength(int). Method in class org.dorm4.fls.DefaultKeyImpl
showDocument(URL, String). Method in class org.dorm4.fls.gui.ControlPanel
showDocument(URL, String). Method in class org.dorm4.fls.gui.ControlPanel
sort(). Method in class org.dorm4.util.Vector
Sorts with a StringComparer
sort(). Method in class org.dorm4.util.Vector
Sorts with a StringComparer
sort(IComparer). Method in class org.dorm4.util.Vector
Sorts with the specified comparer
sort(IComparer). Method in class org.dorm4.util.Vector
Sorts with the specified comparer
sort(int). Method in class org.dorm4.uiwidgets.SortableTableModel
sort(int). Method in class org.dorm4.uiwidgets.SortableTableModel
sort(Object[], int, int, boolean, IComparer). Static method in class org.dorm4.util.Sorter
This is the main sort() routine.
sort(Object[], int, int, boolean, IComparer). Static method in class org.dorm4.util.Sorter
This is the main sort() routine.
SortableTableModel(). Constructor for class org.dorm4.uiwidgets.SortableTableModel
SortableTableModel(). Constructor for class org.dorm4.uiwidgets.SortableTableModel
Sorter(). Constructor for class org.dorm4.util.Sorter
Sorter(). Constructor for class org.dorm4.util.Sorter
start(). Method in class org.dorm4.util.ClassCheck
start(). Method in class org.dorm4.util.ClassCheck
start(). Method in class org.dorm4.fls.gui.ControlPanel
start(). Method in class org.dorm4.fls.gui.ControlPanel
start(). Method in class org.dorm4.fls.gui.GUIMaintainer
start(). Method in class org.dorm4.fls.gui.GUIMaintainer
STATE. Static variable in class org.dorm4.fls.Borrower
STATE. Static variable in class org.dorm4.fls.Borrower
StdLibraryObject(String, IRemoteLibrary). Constructor for class org.dorm4.fls.StdLibraryObject
StdLibraryObject(String, IRemoteLibrary). Constructor for class org.dorm4.fls.StdLibraryObject
stop(). Method in class org.dorm4.fls.gui.ControlPanel
stop(). Method in class org.dorm4.fls.gui.ControlPanel
stop(). Method in class org.dorm4.fls.gui.GUIMaintainer
stop(). Method in class org.dorm4.fls.gui.GUIMaintainer
STREET1. Static variable in class org.dorm4.fls.Borrower
STREET1. Static variable in class org.dorm4.fls.Borrower
STREET2. Static variable in class org.dorm4.fls.Borrower
STREET2. Static variable in class org.dorm4.fls.Borrower
StringComparer(). Constructor for class org.dorm4.util.StringComparer
StringComparer(). Constructor for class org.dorm4.util.StringComparer

T

TEST. Static variable in interface org.dorm4.debug.IDebugConstants
Testing
TEST. Static variable in interface org.dorm4.debug.IDebugConstants
Testing
Tester(). Constructor for class org.dorm4.security.Tester
Tester(). Constructor for class org.dorm4.security.Tester
TITLE. Static variable in class org.dorm4.fls.Item
TITLE. Static variable in class org.dorm4.fls.Item
toString(). Method in class org.dorm4.fls.Book
toString(). Method in class org.dorm4.fls.Book
toString(). Method in class org.dorm4.fls.Borrower
toString(). Method in class org.dorm4.fls.Borrower
toString(). Method in class org.dorm4.fls.Item
toString(). Method in class org.dorm4.fls.Item
toString(). Method in class org.dorm4.fls.StdLibraryObject
toString(). Method in class org.dorm4.fls.StdLibraryObject
TRACE. Static variable in interface org.dorm4.debug.IDebugConstants
Tracing enabled
TRACE. Static variable in interface org.dorm4.debug.IDebugConstants
Tracing enabled

U

update(). Method in class org.dorm4.fls.StdLibraryObject
Updates the object in the database
update(). Method in class org.dorm4.fls.StdLibraryObject
Updates the object in the database
update(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Updates the object in the database
update(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Updates the object in the database
update(StdLibraryObject). Method in class org.dorm4.fls.Library
Updates the object in the database
update(StdLibraryObject). Method in class org.dorm4.fls.Library
Updates the object in the database

V

validate(). Method in class org.dorm4.fls.StdLibraryObject
Verifies that the object is in the database and sets its properties to the values in the database.
validate(). Method in class org.dorm4.fls.StdLibraryObject
Verifies that the object is in the database and sets its properties to the values in the database.
validate(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Verifies that the object is in the database and sets its properties to the values in the database.
validate(StdLibraryObject). Method in interface org.dorm4.fls.IRemoteLibrary
Verifies that the object is in the database and sets its properties to the values in the database.
validate(StdLibraryObject). Method in class org.dorm4.fls.Library
Verifies that the object is in the database and sets its properties to the values in the database.
validate(StdLibraryObject). Method in class org.dorm4.fls.Library
Verifies that the object is in the database and sets its properties to the values in the database.
Vector(). Constructor for class org.dorm4.util.Vector
Vector(). Constructor for class org.dorm4.util.Vector
Vector(int). Constructor for class org.dorm4.util.Vector
Vector(int). Constructor for class org.dorm4.util.Vector
Vector(int, int). Constructor for class org.dorm4.util.Vector
Vector(int, int). Constructor for class org.dorm4.util.Vector
Vector(Object[]). Constructor for class org.dorm4.util.Vector
Creates a Vector out of an array with an addition capacity of 10
Vector(Object[]). Constructor for class org.dorm4.util.Vector
Creates a Vector out of an array with an addition capacity of 10
Vector(Object[], int). Constructor for class org.dorm4.util.Vector
Creates a Vector out of an array
Vector(Object[], int). Constructor for class org.dorm4.util.Vector
Creates a Vector out of an array
Vector(Vector). Constructor for class org.dorm4.util.Vector
Vector(Vector). Constructor for class org.dorm4.util.Vector

W

WEEK. Static variable in interface org.dorm4.fls.ILibraryConstants
Week in milliseconds
WEEK. Static variable in interface org.dorm4.fls.ILibraryConstants
Week in milliseconds

Y

YES. Static variable in class org.dorm4.uiwidgets.MessageBox
YES. Static variable in class org.dorm4.uiwidgets.MessageBox