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 _

D

DAF02File - Static variable in class org.bibalex.daf.installer.Install
 
data - Variable in class org.bibalex.daf.managers.checkin.ExternalIDsEditor
 
database - Variable in class org.bibalex.daf.entities.phase.SemiPhaseDef
Holds the database definition section of the phase.
DatabaseAction - Class in org.bibalex.daf.entities.phase
Responsible for applying the Database actions associted with a phase.
DatabaseAction(Job, DatabaseDef, DatabaseInfoDef, DatabaseInfoDef) - Constructor for class org.bibalex.daf.entities.phase.DatabaseAction
Creates a new instance of DatabaseAction.
DatabaseActionTest - Class in org.bibalex.daf.entities.phase
Test for DatabaseAction.
DatabaseActionTest() - Constructor for class org.bibalex.daf.entities.phase.DatabaseActionTest
 
DatabaseDataEntryDialog - Class in org.bibalex.daf.entities.phase
A JDialog to collect the user data.
DatabaseDataEntryDialog(JFrame) - Constructor for class org.bibalex.daf.entities.phase.DatabaseDataEntryDialog
Creates a new instance of DatabaseDataEntryDialog.
DatabaseDataEntryDialog.ApproveAction - Class in org.bibalex.daf.entities.phase
 
DatabaseDataEntryDialog.ApproveAction() - Constructor for class org.bibalex.daf.entities.phase.DatabaseDataEntryDialog.ApproveAction
 
DatabaseDataEntryDialog.CancelAction - Class in org.bibalex.daf.entities.phase
 
DatabaseDataEntryDialog.CancelAction() - Constructor for class org.bibalex.daf.entities.phase.DatabaseDataEntryDialog.CancelAction
 
DatabaseDef - Class in org.bibalex.daf.entities.phase
Represents the database section of a phase.
DatabaseDef() - Constructor for class org.bibalex.daf.entities.phase.DatabaseDef
Creates a new instance of DatabaseDef.
DatabaseDef(Node) - Constructor for class org.bibalex.daf.entities.phase.DatabaseDef
Creates a new instance of DatabaseDef.
DatabaseDef(String) - Constructor for class org.bibalex.daf.entities.phase.DatabaseDef
Creates a new instance of DatabaseDef.
DatabaseDefTest - Class in org.bibalex.daf.entities.phase
Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DatabaseDefTest() - Constructor for class org.bibalex.daf.entities.phase.DatabaseDefTest
 
DatabaseElement - Class in org.bibalex.daf.entities.phase
Represents the field definition within the database section of a phase.
DatabaseElement() - Constructor for class org.bibalex.daf.entities.phase.DatabaseElement
Creates a new instance of DatabaseElement.
DatabaseElement(String, String, String, String, boolean) - Constructor for class org.bibalex.daf.entities.phase.DatabaseElement
Creates a new instance of DatabaseElement.
DatabaseElement(Node) - Constructor for class org.bibalex.daf.entities.phase.DatabaseElement
Creates a new instance of DatabaseElement.
DatabaseElement(String) - Constructor for class org.bibalex.daf.entities.phase.DatabaseElement
Creates a new instance of DatabaseElement.
DatabaseElementTest - Class in org.bibalex.daf.entities.phase
Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DatabaseElementTest() - Constructor for class org.bibalex.daf.entities.phase.DatabaseElementTest
 
databaseInfo - Variable in class org.bibalex.daf.handlers.statusdatahandler.StatusDef
Holds the database portion of the status data.
DatabaseInfoDef - Class in org.bibalex.daf.handlers.statusdatahandler
Represents an Xml node with the following format:
<Database>
<Name>Value</Name>
.
.
</Database>
DatabaseInfoDef() - Constructor for class org.bibalex.daf.handlers.statusdatahandler.DatabaseInfoDef
Creates a new instance of DatabaseInfoDef.
DatabaseInfoDef(Node) - Constructor for class org.bibalex.daf.handlers.statusdatahandler.DatabaseInfoDef
Creates a new instance of DatabaseInfoDef.
DatabaseInfoDef(String) - Constructor for class org.bibalex.daf.handlers.statusdatahandler.DatabaseInfoDef
Creates a new instance of DatabaseInfoDef.
DatabaseInfoDefTest - Class in org.bibalex.daf.handlers.statusdatahandler
Test for DatabaseInfoDef
DatabaseInfoDefTest() - Constructor for class org.bibalex.daf.handlers.statusdatahandler.DatabaseInfoDefTest
 
dataBasePanel - Variable in class org.bibalex.daf.commongui.controls.StatusDataDialog
 
dataTable - Variable in class org.bibalex.daf.commongui.datamodels.UIListEditableModel
The DataTable that initilize the value of List.
DataTable - Class in org.bibalex.daf.handlers.dbhandler
Represents an in memory database table.
DataTable() - Constructor for class org.bibalex.daf.handlers.dbhandler.DataTable
Creates a new DataTable with empty column names and no data.
DataTable(DataTable) - Constructor for class org.bibalex.daf.handlers.dbhandler.DataTable
Copy Constructor
DataTable(int) - Constructor for class org.bibalex.daf.handlers.dbhandler.DataTable
Creates a new DataTable with the specifeid number of columns and empty data.
DataTable(ResultSet) - Constructor for class org.bibalex.daf.handlers.dbhandler.DataTable
Creates a new DataTable based on the given result set.
DataTable - Class in org.bibalex.daf.installer
Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DataTable() - Constructor for class org.bibalex.daf.installer.DataTable
Creates a new DataTable with empty column names and no data.
DataTable(DataTable) - Constructor for class org.bibalex.daf.installer.DataTable
Copy Constructor
DataTable(int) - Constructor for class org.bibalex.daf.installer.DataTable
Creates a new DataTable with the specifeid number of columns and empty data.
DataTable(ResultSet) - Constructor for class org.bibalex.daf.installer.DataTable
Creates a new DataTable based on the given result set.
date - Variable in class org.bibalex.daf.commongui.controls.DateButton
Date property.
date - Variable in class org.bibalex.daf.entities.job.Job
 
DATE_CHOOSER - Static variable in class org.bibalex.daf.commongui.controls.DateButton
DateChooser instance to use to change the date.
DATE_FORMAT - Static variable in class org.bibalex.daf.commongui.controls.DateButton
Format to use to display the date property.
DateButton - Class in org.bibalex.daf.commongui.controls
Custom button for entering dates.
DateButton(Date) - Constructor for class org.bibalex.daf.commongui.controls.DateButton
Constructs a new DateButton object with a given date.
DateButton() - Constructor for class org.bibalex.daf.commongui.controls.DateButton
Constructs a new DateButton object with the system date as the initial date.
DateChooser - Class in org.bibalex.daf.commongui.controls
Custom dialog box to enter dates.
DateChooser(Dialog, String) - Constructor for class org.bibalex.daf.commongui.controls.DateChooser
Constructs a new DateChooser with the given title.
DateChooser(Dialog) - Constructor for class org.bibalex.daf.commongui.controls.DateChooser
Constructs a new DateChooser.
DateChooser(Frame, String) - Constructor for class org.bibalex.daf.commongui.controls.DateChooser
Constructs a new DateChooser with the given title.
DateChooser(Frame) - Constructor for class org.bibalex.daf.commongui.controls.DateChooser
Constructs a new DateChooser.
DateChooser.FocusablePanel - Class in org.bibalex.daf.commongui.controls
Custom panel that can receive the focus.
DateChooser.FocusablePanel(LayoutManager) - Constructor for class org.bibalex.daf.commongui.controls.DateChooser.FocusablePanel
Constructs a new FocusablePanel with the given layout manager.
dateDateButton - Variable in class org.bibalex.daf.managers.checkin.BatchManagerGUI
 
dateDateButton - Variable in class org.bibalex.daf.managers.checkin.NewJobGUI
 
dateDateButton - Variable in class org.bibalex.daf.managers.report.JobMetaData
 
dateLabel - Variable in class org.bibalex.daf.managers.checkin.BatchManagerGUI
 
dateLabel - Variable in class org.bibalex.daf.managers.checkin.NewJobGUI
 
dateLabel - Variable in class org.bibalex.daf.managers.report.JobMetaData
 
day - Variable in class org.bibalex.daf.commongui.controls.DateChooser
Selected day.
DAYS - Static variable in class org.bibalex.daf.commongui.controls.DateChooser
Names of the days of the week.
days - Variable in class org.bibalex.daf.commongui.controls.DateChooser
Calendar, as a matrix of labels.
DAYS_FOREGROUND - Static variable in class org.bibalex.daf.commongui.controls.DateChooser
Text color of the days' numbers in the calendar.
daysGrid - Variable in class org.bibalex.daf.commongui.controls.DateChooser
Day selection control.
daysLabel - Variable in class org.bibalex.daf.managers.admin.JobTypesManagerGUI
 
daysLabel - Variable in class org.bibalex.daf.managers.admin.PhasesManagerGUI
 
DBAuthenticate(String, String) - Static method in class org.bibalex.daf.entities.User
Authenticate Users over DB
dbConnection - Variable in class org.bibalex.daf.entities.InCharge
 
dbConnection - Variable in class org.bibalex.daf.entities.Owner
 
dbConnection - Variable in class org.bibalex.daf.entities.Project
 
DBConnection - Class in org.bibalex.daf.handlers.dbhandler
 
DBConnection() - Constructor for class org.bibalex.daf.handlers.dbhandler.DBConnection
An empty constructor, to override the constructor supplied by the compiler.
DBConnection(String, String) - Constructor for class org.bibalex.daf.handlers.dbhandler.DBConnection
Creates a new instacne of DBconnection.
DBConnection(DBConnection) - Constructor for class org.bibalex.daf.handlers.dbhandler.DBConnection
A deep copy constructor.
DBConnection - Class in org.bibalex.daf.installer
Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DBConnection() - Constructor for class org.bibalex.daf.installer.DBConnection
An empty constructor, to override the constructor supplied by the compiler.
DBConnection(String, String) - Constructor for class org.bibalex.daf.installer.DBConnection
Creates a new instacne of DBconnection.
DBConnection(DBConnection) - Constructor for class org.bibalex.daf.installer.DBConnection
A deep copy constructor.
DBConnectionTest - Class in org.bibalex.daf.handlers.dbhandler
Test for DBConnection
DBConnectionTest() - Constructor for class org.bibalex.daf.handlers.dbhandler.DBConnectionTest
 
dbDriver - Variable in class org.bibalex.daf.handlers.dbhandler.DBConnection
Holds the database driver that is used in assocaition with the database url to create a connection.
dbDriver - Variable in class org.bibalex.daf.installer.DBConnection
Holds the database driver that is used in assocaition with the database url to create a connection.
DBport - Static variable in class org.bibalex.daf.installer.Install
 
DBPWD - Static variable in class org.bibalex.daf.installer.Install
 
DBroot - Static variable in class org.bibalex.daf.installer.Install
 
DBrootPwd - Static variable in class org.bibalex.daf.installer.Install
 
DBScrollPane - Variable in class org.bibalex.daf.commongui.controls.StatusDataDialog
 
DBServer - Static variable in class org.bibalex.daf.installer.Install
 
DBTextArea - Variable in class org.bibalex.daf.commongui.controls.StatusDataDialog
 
dbUrl - Variable in class org.bibalex.daf.handlers.dbhandler.DBConnection
Holds the Database url on the form jdbc:subprotocol:subname.
dbUrl - Variable in class org.bibalex.daf.installer.DBConnection
Holds the Database url on the form jdbc:subprotocol:subname.
DBUser - Static variable in class org.bibalex.daf.installer.Install
 
debug(Object) - Static method in class org.bibalex.daf.managers.logmanager.LogManager
Writes the given message as a category 'Debug' message.
deCompressJob(Job, StatusDef, boolean) - Method in class org.bibalex.daf.managers.checkin.RetrievalManager
 
Decrypt(String) - Method in class org.bibalex.daf.handlers.cryptography.Cryptography
Decrypts the given strValue using the instantiated object of Password and Salt
Decrypt(String) - Method in class org.bibalex.daf.installer.Cryptography
Decrypts the given strValue using the instantiated object of Password and Salt
decryptedDBPWD - Static variable in class org.bibalex.daf.installer.Install
 
defaultExtID - Variable in class org.bibalex.daf.managers.report.JobHistory
ExternalIDs of selected Job
defaultInstance - Static variable in class org.bibalex.daf.managers.MainController
 
defaultPathLabel - Variable in class org.bibalex.daf.managers.admin.CollectionsManagerGUI
 
DefaultResourceElement - Class in org.bibalex.daf.managers.resourcemanager
This class represents a default resource element.
DefaultResourceElement(String) - Constructor for class org.bibalex.daf.managers.resourcemanager.DefaultResourceElement
Creates a new instacne of DefaultResourceElement.
defaultValue - Variable in class org.bibalex.daf.entities.phase.DatabaseElement
The 'DefaultValue' property of the element.
definition - Variable in class org.bibalex.daf.entities.phase.DatabaseAction
Holds the DatabaseDef that will be used when applying the action.
definition - Variable in class org.bibalex.daf.entities.phase.DatabaseDataEntryDialog
Holds the database defintion that was used to configure the dialog.
definition - Variable in class org.bibalex.daf.entities.phase.PhaseDef
An array of 2 elements of type SemiPhaseDef.
definition - Variable in class org.bibalex.daf.entities.phase.PhysicalAction
Holds the PhysicalDef that will be used when applying the action.
definition - Variable in class org.bibalex.daf.entities.phase.ReflectionAction
Holds the ReflectionDef that will be used when applying the action.
definition - Variable in class org.bibalex.daf.managers.archive.ArchivedJobTest
 
delete() - Method in class org.bibalex.daf.entities.AdminModuleBase
delete one record
delete() - Method in class org.bibalex.daf.entities.Batch
delete Batch
delete() - Method in class org.bibalex.daf.entities.Collection
delete collection
delete() - Method in class org.bibalex.daf.entities.job.Job
Deletes this instance from the Job table.
delete() - Method in class org.bibalex.daf.entities.JobCondition
delete JobCondition
delete() - Method in class org.bibalex.daf.entities.JobType
delete JobType
delete() - Method in class org.bibalex.daf.entities.phase.Phase
Deletes this instance from the Phase table.
delete() - Method in class org.bibalex.daf.entities.Role
delete Role
delete() - Method in class org.bibalex.daf.entities.User
delete User
delete() - Method in class org.bibalex.daf.entities.WorkStation
delete WS
deleteBackupFolder() - Method in class org.bibalex.daf.entities.job.Job
Deletes the job version folder(s) located at the backup server.
Notes:
1) All the job versions are deleted from the backup server.
2) If a version folder couldn't be deleted, the error is logged and the program continues and attempts to delete the next next version, if any, and so on.
deleteBackupFolder(String) - Static method in class org.bibalex.daf.reflectioncalls.BackupPhase
Attempts to delete the given remote folder.
deleteBatchButton - Variable in class org.bibalex.daf.managers.checkin.BatchManagerGUI
 
deleteButton - Variable in class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoEditor
 
deleteButton - Variable in class org.bibalex.daf.managers.checkin.ExternalIDsEditor
 
deleteButton - Variable in class org.bibalex.daf.managers.report.ReportBuilder
 
deleteButton - Variable in class org.bibalex.daf.managers.report.ReportData
deleteButton deletes a job
deleteCascade() - Method in class org.bibalex.daf.entities.Collection
delete collection in cascade
deleteCascade() - Method in class org.bibalex.daf.entities.job.Job
Deletes this instance (Cascaded).
deleteCascade() - Method in class org.bibalex.daf.entities.JobType
delete JobType in cascade
deleteCascade() - Method in class org.bibalex.daf.entities.phase.Phase
Deletes this instance from the Phase table.
deleteCascade() - Method in class org.bibalex.daf.entities.Role
delete Role in cascade
deleteCascade() - Method in class org.bibalex.daf.entities.User
delete User in cascade
deleteCascade() - Method in class org.bibalex.daf.entities.WorkStation
delete WS in cascade
deleteCollectionButton - Variable in class org.bibalex.daf.managers.admin.CollectionsManagerGUI
 
deleteCollectionButton - Variable in class org.bibalex.daf.managers.admin.GeneralSettingsGUI
deleteCollectionButton is the button to delete selected element of attachedGeneralList
deleteFile(String) - Method in class org.bibalex.daf.handlers.filehandler.FTPFileHandler
Deletes a file on the server
deleteFile(String, String) - Method in class org.bibalex.daf.handlers.filehandler.LocalFileHandler
Deletes the given file.
deleteFile(String, String) - Static method in class org.bibalex.daf.installer.FileHandler
 
deleteFile(String) - Method in class org.bibalex.daf.managers.checkin.RetrievalManager
Deletes a specific file.
deleteFolder(String, boolean) - Method in class org.bibalex.daf.entities.phase.MockFileHandler
 
deleteFolder(String, boolean) - Method in class org.bibalex.daf.handlers.filehandler.FileHandler
When overridden in a derived class deletes the folder and its subfolders.
deleteFolder(String, boolean) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerFTPImpl
Deletes the folder and its subfolders from the server.
deleteFolder(String, boolean) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerLocalImpl
Deletes the folder and its subfolders.
deleteFolder(String) - Method in class org.bibalex.daf.handlers.filehandler.FTPFileHandler
Deletes a folder on the server
deleteFolder(String) - Method in class org.bibalex.daf.handlers.filehandler.LocalFileHandler
Delete the files and subfolder recursively.
deleteJobTypeButton - Variable in class org.bibalex.daf.managers.admin.JobTypesManagerGUI
deleteJobTypeButton is the button to delete JobType
deleteLocalFolder(WorkStation, User) - Method in class org.bibalex.daf.entities.job.Job
Deletes the job folder located at the given workstation.
Notes:
1) The folder is deleted using a FileHandlerLocalImpl
2) Failure to delete the job folder will be logged to the LogManager.
deleteLocalFolder(String) - Static method in class org.bibalex.daf.reflectioncalls.BackupPhase
Attempts to delete the given local folder.
If the job couldn't be deleted a warning is logged.
deleteMediaFolder(String, int, int) - Method in class org.bibalex.daf.managers.archive.CommandLineArchiver
This method checks if media folder has folder orr empty.
deleteMediaTypes(int) - Method in class org.bibalex.daf.entities.JobType
delete assigned media type
deletePhaseButton - Variable in class org.bibalex.daf.managers.admin.PhasesManagerGUI
deletePhaseButton is the button to delete phase
deleteReasonButton - Variable in class org.bibalex.daf.managers.admin.ReasonGUI
deleteReasonButton is the button to delete Reason
deleteRemoteFolder() - Method in class org.bibalex.daf.entities.job.Job
Deletes the job folder located at the server.
Notes:
1) The folder is deleted using a FileHandlerFTPImpl
2) Failure to delete the job folder will be logged to the LogManager.
deleteRoleButton - Variable in class org.bibalex.daf.managers.admin.RolesManagerGUI
 
deleteRow(int) - Method in class org.bibalex.daf.handlers.dbhandler.DataTable
Deletes the row at the specified index.
deleteRow() - Method in class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoEditor
Deletes a row from the JTable.
deleteRow(int) - Method in class org.bibalex.daf.installer.DataTable
Deletes the row at the specified index.
deleteRow() - Method in class org.bibalex.daf.managers.checkin.ExternalIDsEditor
Deletes a row from the JTable.
deleteSingleFile(String) - Method in class org.bibalex.daf.handlers.filehandler.FTPFileHandler
Deletes a single file from the server, using a new FTP thread.
deleteSubFolder(String) - Method in class org.bibalex.daf.handlers.filehandler.FTPFileHandler
Deletes a SubFolder on the server, this method is recursive; it recurses on all the subfolders.
deleteUserButton - Variable in class org.bibalex.daf.managers.admin.UsersManagerGUI
deleteUserButton is the button to delete User
deleteWSButton - Variable in class org.bibalex.daf.managers.admin.WorkstationsManagerGUI
deleteWSButton is the button to delete WS
denyButton - Variable in class org.bibalex.daf.managers.report.PendingJobsGUI
denyButton denies user suggestion regarding a pending job
denyJob() - Method in class org.bibalex.daf.managers.report.PendingJobsGUI
Deny a Job
descending - Variable in class org.bibalex.daf.commongui.datamodels.TableSorter.Arrow
 
DESCENDING - Static variable in class org.bibalex.daf.commongui.datamodels.TableSorter
Constant indicating that the sorting is descending.
DescLabel - Variable in class org.bibalex.daf.managers.admin.GeneralSettingsGUI
 
DescLabel - Variable in class org.bibalex.daf.managers.report.ReportBuilder
 
description - Variable in class org.bibalex.daf.entities.phase.Phase
 
descriptionLabel - Variable in class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoEditor
 
descriptionLabel - Variable in class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoViewer
 
descriptionLabel - Variable in class org.bibalex.daf.managers.admin.JobTypesManagerGUI
 
descriptionLabel - Variable in class org.bibalex.daf.managers.admin.ReasonGUI
 
descriptionLabel - Variable in class org.bibalex.daf.managers.checkin.ExternalIDsEditor
 
descriptionLabel - Variable in class org.bibalex.daf.managers.checkin.ExternalIDsViewer
 
descriptionTextArea - Variable in class org.bibalex.daf.managers.admin.JobTypesManagerGUI
descriptionTextArea is a text field shows the description of selectd JobType
descriptionTextArea - Variable in class org.bibalex.daf.managers.admin.ReasonGUI
descriptionTextArea is a text field shows the description of selectd JobType
DescriptionTextArea2 - Variable in class org.bibalex.daf.managers.report.ReportBuilder
 
descScrollPane - Variable in class org.bibalex.daf.managers.report.ReportBuilder
 
DescTextField - Variable in class org.bibalex.daf.managers.admin.GeneralSettingsGUI
DescTextField is a text field shows the description of selectd element
destFolder - Variable in class org.bibalex.daf.managers.archive.ArchiverManagerGUI.Archiver
 
destFolder - Variable in class org.bibalex.daf.managers.archive.CommandLineArchiver
destFolder to move jobs in, it's located under working directory of WS to working user
destination - Variable in class org.bibalex.daf.entities.job.DownloadingState
 
destination - Variable in class org.bibalex.daf.entities.job.FinishingState
 
destination - Variable in class org.bibalex.daf.entities.job.RedirectingState
 
destination - Variable in class org.bibalex.daf.entities.job.RejectingState
 
destination - Variable in class org.bibalex.daf.entities.job.StartingState
 
destination - Variable in class org.bibalex.daf.entities.job.UploadingState
 
destinationParent - Variable in class org.bibalex.daf.entities.phase.PhysicalAction
The destination of the job folder excluding the folder name.
detailedWorkFlowCheckBox - Variable in class org.bibalex.daf.managers.checkin.AdvancedSearchGUI
 
detailedWorkFlowLabel - Variable in class org.bibalex.daf.managers.checkin.AdvancedSearchGUI
 
detailsPanel - Variable in class org.bibalex.daf.managers.admin.CollectionsManagerGUI
 
detailsPanel - Variable in class org.bibalex.daf.managers.admin.GeneralSettingsGUI
detailsPanel is the panel that carry the derived components which are relevant to the selected element from the attachedGeneralList
detailsPanel - Variable in class org.bibalex.daf.managers.admin.JobTypesManagerGUI
detailsPanel is the panel that carry the derived components which are relevant to the selected JobType from the availableWSTable
detailsPanel - Variable in class org.bibalex.daf.managers.admin.PhasesManagerGUI
detailsPanel is the panel that carry the derived components which are relevant to the selected Phase from the availablePhaseList
detailsPanel - Variable in class org.bibalex.daf.managers.admin.ReasonGUI
detailsPanel is the panel that carry the derived components for reason
detailsPanel - Variable in class org.bibalex.daf.managers.admin.RolesManagerGUI
 
detailsPanel - Variable in class org.bibalex.daf.managers.admin.UsersManagerGUI
detailsPanel is the panel that carry the derived components which are relevant to the selected User from the availableUsersTable
detailsPanel - Variable in class org.bibalex.daf.managers.admin.WorkstationsManagerGUI
detailsPanel is the panel that carry the derived components which are relevant to the selected WS from the availableWSTable
detailsPanel - Variable in class org.bibalex.daf.managers.checkin.BatchManagerGUI
 
devicesCheckList - Variable in class org.bibalex.daf.managers.admin.WorkstationsManagerGUI
devicesCheckList shows system devices as check boxes list
devicesLabel - Variable in class org.bibalex.daf.managers.admin.WorkstationsManagerGUI
devicesLabel shows the title of WS devices check list
devicesScrollPane - Variable in class org.bibalex.daf.managers.admin.WorkstationsManagerGUI
devicesScrollPane is the container of devices list
dialog - Variable in class org.bibalex.daf.commongui.MessageBox
 
dialogType - Variable in class org.bibalex.daf.managers.phase.RejectOrRedirectDialog
 
DIG_IN_SELECTION - Static variable in class org.bibalex.daf.commongui.datamodels.CheckNode
 
direction - Variable in class org.bibalex.daf.commongui.datamodels.TableSorter.Directive
 
directQueryCheckBox - Variable in class org.bibalex.daf.managers.report.ReportBuilder
 
directQueryLabel - Variable in class org.bibalex.daf.managers.report.ReportBuilder
 
dirsMade - Variable in class org.bibalex.daf.handlers.compressionhandler.UnZipper
Cache of paths we've mkdir()ed.
discardButton - Variable in class org.bibalex.daf.managers.archive.ConfirmJobsOnMedia
discardButton is JButton which discard the media totally and delete the its physical folder
discardButton - Variable in class org.bibalex.daf.managers.archive.ConfirmMediaDeletingGUI
discardButton is JButton carries out the rolling back or discarding media.
disconnectMenuItem - Variable in class org.bibalex.daf.managers.MainControllerGUI
 
displayErrorMessage(String) - Method in class org.bibalex.daf.managers.admin.GeneralSettingsGUI
Displays an error message to the User
displayName - Variable in class org.bibalex.daf.entities.phase.DatabaseElement
The 'DisplayName' property of the element.
document - Static variable in class org.bibalex.daf.managers.resourcemanager.ResourceManager
The document that is used by the ResourceManager.
doLayout() - Method in class org.bibalex.daf.commongui.datamodels.CheckRenderer
 
domainIP - Variable in class org.bibalex.daf.handlers.ldaphandler.LDAPHandler
domin IP
DomainIP - Static variable in class org.bibalex.daf.installer.Install
 
domainName - Variable in class org.bibalex.daf.handlers.ldaphandler.LDAPHandler
define the domain name, necessary with active directories
DomainName - Static variable in class org.bibalex.daf.installer.Install
 
done - Variable in class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfo
Whether the files are corrected or not.
doneButton - Variable in class org.bibalex.daf.managers.checkin.RetrievalProgressDialog
 
doneButton - Variable in class org.bibalex.daf.managers.phase.PhaseManagerGUI
 
doneButton - Variable in class org.bibalex.daf.managers.phase.ProgressDialog
 
doneColumn - Variable in class org.bibalex.daf.commongui.controls.FileLevelInfoTable
 
download(WorkStation, User) - Method in class org.bibalex.daf.entities.job.Job
Downloads the job.
downloadButton - Variable in class org.bibalex.daf.managers.phase.PhaseManagerGUI
 
downloadButton - Variable in class org.bibalex.daf.managers.report.PendingJobsGUI
downloadButton downloads the physical folder of job to working directory
downloadButton - Variable in class org.bibalex.daf.managers.report.ReportData
downloadButton downloads a job
downloadFile(String, String, String, String) - Method in class org.bibalex.daf.entities.phase.MockFileHandler
 
downloadFile(String, String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandler
When overridden in a derived class downloads the file from source to destination.
downloadFile(String, String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerFTPImpl
Downloads the file from source to destination.
downloadFile(String, String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerLocalImpl
Downloads the file from source to destination.
downloadFiles(String, String, FileHandler) - Method in class org.bibalex.daf.entities.phase.FileElement
Download the files that match this definition from the source folder to the destination folder.
downloadFiles(String, String, String) - Method in class org.bibalex.daf.entities.phase.MockFileHandler
 
downloadFiles(String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandler
When overridden in a derived class downloads the files with the given extention from source to destination.
downloadFiles(String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerFTPImpl
Downloads the files with the given extention from source, server, to destination, local file system.
downloadFiles(String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerLocalImpl
Downloads the files with the given extention from source to destination.
downloadFolder(String, String, FileHandler) - Method in class org.bibalex.daf.entities.phase.FolderElement
Downloads this folder.
downloadFolder(String, String, String, String) - Method in class org.bibalex.daf.entities.phase.MockFileHandler
 
downloadFolder(String, String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandler
When overridden in a derived class downloads a folder from source to destination.
downloadFolder(String, String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerFTPImpl
Downloads a folder from source, server, to destination, local file system.
downloadFolder(String, String, String, String) - Method in class org.bibalex.daf.handlers.filehandler.FileHandlerLocalImpl
Downloads a folder from source to destination.
downloadInDatabase(int, int) - Method in class org.bibalex.daf.entities.job.Job
Sets the job state to download in the database.
DownloadingState - Class in org.bibalex.daf.entities.job
This class contains the logic necessary to download the job.
DownloadingState(Job, User, WorkStation, boolean) - Constructor for class org.bibalex.daf.entities.job.DownloadingState
Creates a new instance of DownloadingState.
downloadWholeFolder - Variable in class org.bibalex.daf.entities.job.DownloadingState
 
downPhaseButton - Variable in class org.bibalex.daf.managers.admin.PhasesManagerGUI
downPhaseButton is the button to move the phase downward
drive - Variable in class org.bibalex.daf.retrievalplugins.DriveRetrieval
 
driver - Static variable in class org.bibalex.daf.handlers.dbhandler.DBConnection
Holds the database driver that is used in assocaition with the database url to create a connection.
driver - Static variable in class org.bibalex.daf.installer.DBConnection
Holds the database driver that is used in assocaition with the database url to create a connection.
DriveRetrieval - Class in org.bibalex.daf.retrievalplugins
Copyright (c) 2006-2007 by Bibliotheca Alexandrina This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
DriveRetrieval() - Constructor for class org.bibalex.daf.retrievalplugins.DriveRetrieval
 
DriveRetrievalTest - Class in org.bibalex.daf.retrievalplugins
 
DriveRetrievalTest() - Constructor for class org.bibalex.daf.retrievalplugins.DriveRetrievalTest
 
drivesComboBox - Variable in class org.bibalex.daf.managers.checkin.ChooseRetrievalDriveDialog
 
drivesComboBox - Variable in class org.bibalex.daf.retrievalplugins.ChooseRetrievalDriveDialog
 
drivesLabel - Variable in class org.bibalex.daf.managers.checkin.ChooseRetrievalDriveDialog
 
drivesLabel - Variable in class org.bibalex.daf.retrievalplugins.ChooseRetrievalDriveDialog
 
dropAll() - Static method in class org.bibalex.daf.installer.DBConnection
 
dueDate - Variable in class org.bibalex.daf.entities.job.Job
 
dueDate - Variable in class org.bibalex.daf.managers.report.JobMetaData
 
dueDateDateButton - Variable in class org.bibalex.daf.managers.checkin.NewJobGUI
 
dueDateLabel - Variable in class org.bibalex.daf.managers.checkin.NewJobGUI
 
DynamicColumnIndices - Static variable in class org.bibalex.daf.handlers.dbhandler.DataTable
 
DynamicColumnIndices - Static variable in class org.bibalex.daf.installer.DataTable
 

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 _