Serialized Form


Package org.bibalex.daf.commongui

Class org.bibalex.daf.commongui.ImageCanvas extends java.awt.Canvas implements Serializable

Serialized Fields

image

java.awt.Image image

Package org.bibalex.daf.commongui.controls

Class org.bibalex.daf.commongui.controls.CheckBoxList extends javax.swing.JList implements Serializable

Serialized Fields

uiCheckList

UICheckList uiCheckList
Instance of the assigned UICheckList


actionListener

CheckBoxList.ICheckBoxListActionListener actionListener
The action listener instance.

Class org.bibalex.daf.commongui.controls.DateButton extends javax.swing.JButton implements Serializable

Serialized Fields

date

java.util.Date date
Date property.

Class org.bibalex.daf.commongui.controls.DateChooser extends javax.swing.JDialog implements Serializable

Serialized Fields

calendar

java.util.GregorianCalendar calendar
Auxiliary variable to compute dates.


days

javax.swing.JLabel[][] days
Calendar, as a matrix of labels. The first row represents the first week of the month, the second row, the second week, and so on. Each column represents a day of the week, the first is Sunday, and the last is Saturday. The label's text is the number of the corresponding day.


daysGrid

DateChooser.FocusablePanel daysGrid
Day selection control. It is just a panel that can receive the focus. The actual user interaction is driven by the DateChooser class.


month

javax.swing.JComboBox month
Month selection control.


year

javax.swing.JComboBox year
Year selection control.


ok

javax.swing.JButton ok
"Ok" button.


cancel

javax.swing.JButton cancel
"Cancel" button.


offset

int offset
Day of the week (0=Sunday) corresponding to the first day of the selected month. Used to calculate the position, in the calendar (DateChooser.days), corresponding to a given day.


lastDay

int lastDay
Last day of the selected month.


day

javax.swing.JLabel day
Selected day.


okClicked

boolean okClicked
true if the "Ok" button was clicked to close the dialog box, false otherwise.

Class org.bibalex.daf.commongui.controls.ExternalIDsTable extends javax.swing.JTable implements Serializable

Serialized Fields

typeColumn

int typeColumn

valueColumn

int valueColumn

isDefaultColumn

int isDefaultColumn

UNKNOWN_TYPE

java.lang.String UNKNOWN_TYPE

isEditable

boolean isEditable
Determines whether the Table is editable or not.


typeCombo

javax.swing.JComboBox typeCombo
The JComboBox used to edit the type column.


fillingInfo

ExternalID[] fillingInfo
Holds the ExternalID[] that was used to fill this JTable.

Class org.bibalex.daf.commongui.controls.FileLevelInfoTable extends javax.swing.JTable implements Serializable

Serialized Fields

typeColumn

int typeColumn

fromColumn

int fromColumn

toColumn

int toColumn

phaseColumn

int phaseColumn

reasonColumn

int reasonColumn

userColumn

int userColumn

doneColumn

int doneColumn

commentColumn

int commentColumn

INFO

java.lang.String INFO

INST

java.lang.String INST

UNKNOWN_PHASE

java.lang.String UNKNOWN_PHASE

UNKNOWN_REASON

java.lang.String UNKNOWN_REASON

UNKNOWN_USER

java.lang.String UNKNOWN_USER

ORIGINATED_FROM

java.lang.String ORIGINATED_FROM

typeCombo

javax.swing.JComboBox typeCombo
The JComboBox used to edit the type column.


phaseCombo

javax.swing.JComboBox phaseCombo
The JComboBox used to edit the phase column.


phaseReasonsCombos

java.util.Hashtable<K,V> phaseReasonsCombos
A Hashtable that holds a JComboBox for each available phase.


haveUserColumn

boolean haveUserColumn
Whether the 'User' column exists or not.


haveDoneColumn

boolean haveDoneColumn
Whether the 'Done' column exists or not. Adding the done coulmn will allow the user to only edit the 'Done' columns.


jobType

int jobType
Holds the job type of the job we are viewing its status data.


fillingInfo

FileLevelInfo[] fillingInfo
Holds the FileLevelInfo[] that was used to fill this JTable.

Class org.bibalex.daf.commongui.controls.SortableTable extends javax.swing.JTable implements Serializable

Serialized Fields

tableModel

javax.swing.table.AbstractTableModel tableModel
Maintais the table model object.


lastSelectedRow

int lastSelectedRow
Maintains the last selected Row ID, used to restore table selected row after sorting.

Class org.bibalex.daf.commongui.controls.StatusDataDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

resourceManager

ResourceManager resourceManager

job

Job job

jPanel

javax.swing.JPanel jPanel

sectionTypeLabel

javax.swing.JLabel sectionTypeLabel

statusTypesLabel

javax.swing.JLabel statusTypesLabel

statusTypesComboBox

javax.swing.JComboBox statusTypesComboBox

commentScrollPane

javax.swing.JScrollPane commentScrollPane

DBScrollPane

javax.swing.JScrollPane DBScrollPane

commentPanel

javax.swing.JPanel commentPanel

commentTextArea

javax.swing.JTextArea commentTextArea

DBTextArea

javax.swing.JTextArea DBTextArea

closeButton

javax.swing.JButton closeButton

filePanel

javax.swing.JPanel filePanel

fileStatusScrollPane

javax.swing.JScrollPane fileStatusScrollPane

statusDataDialog

StatusDataDialog statusDataDialog

dataBasePanel

javax.swing.JPanel dataBasePanel

statusData

StatusDef statusData

fileTable

FileLevelInfoTable fileTable

Package org.bibalex.daf.commongui.datamodels

Class org.bibalex.daf.commongui.datamodels.AppendedUIDataTable extends UIDataTable implements Serializable

Serialized Fields

appendedColumnsNames

java.util.ArrayList<E> appendedColumnsNames
Maintains the appended Columns Names.


appendedColumns

java.util.ArrayList<E> appendedColumns
Maintains the appended Columns, each Column is and ArrayList of Objects.

Class org.bibalex.daf.commongui.datamodels.CheckNode extends javax.swing.tree.DefaultMutableTreeNode implements Serializable

Serialized Fields

selectionMode

int selectionMode

isSelected

boolean isSelected

permissionID

int permissionID

Class org.bibalex.daf.commongui.datamodels.CheckNodeModel extends javax.swing.tree.DefaultTreeModel implements Serializable

Serialized Fields

nodes

CheckNode[] nodes

Class org.bibalex.daf.commongui.datamodels.CheckRenderer extends javax.swing.JPanel implements Serializable

Serialized Fields

check

javax.swing.JCheckBox check

label

javax.swing.JLabel label

Class org.bibalex.daf.commongui.datamodels.ComboBoxDataModel extends DataTable implements Serializable

Serialized Fields

colID

int colID
The Column in the DataTable that represents the ID of the row.


colVisible

int colVisible
The Column in the DataTable to be displayed in the ComboBox.


selectedItemIndex

int selectedItemIndex
The selected Item index in the ComboBox.

Class org.bibalex.daf.commongui.datamodels.TableSorter extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

tableModel

javax.swing.table.TableModel tableModel

viewToModel

TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

javax.swing.table.JTableHeader tableHeader

mouseListener

java.awt.event.MouseListener mouseListener

tableModelListener

javax.swing.event.TableModelListener tableModelListener

columnComparators

java.util.Map<K,V> columnComparators

sortingColumns

java.util.List<E> sortingColumns

Class org.bibalex.daf.commongui.datamodels.TreeDataModel extends DataTable implements Serializable

Serialized Fields

rootObject

TreeDataModel.TreeObject rootObject
The root object of the tree.


childrenDataTable

DataTable childrenDataTable
The DataTable of the last level of the tree.


colID

int colID
The Column indicating the ID in the DataTable.


colVisible

int colVisible
The Column to be displayed in the tree.


lastElementID

int lastElementID
The last expanded element ID.


childrenSP

java.lang.String childrenSP
The Stored Procedure used to compose and retrieve the 3rd level of the tree.

Class org.bibalex.daf.commongui.datamodels.UICheckList extends DataTable implements Serializable

Serialized Fields

colID

int colID
The Column that represents the ID in the DataTable.


colVisible

int colVisible
The Column to be displayed in the list.


colSelected

int colSelected
The column that defines if the Item is selected or not.


isSelected

boolean[] isSelected
A boolean array to save selection in case of 1st scheme.

Class org.bibalex.daf.commongui.datamodels.UIDataTable extends DataTable implements Serializable

Serialized Fields

column

int column

columnClass

java.lang.Class<T> columnClass

isColumnVisible

boolean[] isColumnVisible
Boolean Array to indicate which columns are visible and wich are not. All Items are defaulted to visible.


isColumnEditable

boolean[] isColumnEditable
Boolean Array to indicate which columns are visible and wich are not. All Items are defaulted to non-editable.


uiColumnsNames

java.lang.String[] uiColumnsNames
String Array to hold the displayed Column names on the JTable Header. If it was not set, then the actual column names are used.


visibleColumnsCount

int visibleColumnsCount
A member to indicate the count of the columns with visible state = true. Instead of recalculating it each time.


colID

int colID
The Column representing the ID in the DataTable.

Class org.bibalex.daf.commongui.datamodels.UIListEditableModel extends javax.swing.DefaultListModel implements Serializable

Serialized Fields

colID

int colID
The index of the Column in the DataTable considered as ID.


colVisisble

int colVisisble
The index of the Column in the DataTable to be displayed in the List.


dataTable

DataTable dataTable
The DataTable that initilize the value of List.

Class org.bibalex.daf.commongui.datamodels.UIListModel extends DataTable implements Serializable

Serialized Fields

colID

int colID
The index of the Column in the DataTable considered as ID.


colVisisble

int colVisisble
The index of the Column in the DataTable to be displayed in the List.


Package org.bibalex.daf.entities.phase

Class org.bibalex.daf.entities.phase.DatabaseDataEntryDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

result

int result
Determines whether JButton, OK or Cancel, was clicked. The initial value is JOptionPane.CLOSED_OPTION which means that neither the OK nor the Cancel buttons were pressed.


pnlInput

javax.swing.JPanel pnlInput
The JPanel that holds the controls that will accept the user input. It will have two controls, a JLable and a JTextField or a JComboBox, per DatabaseElement.


definition

DatabaseDef definition
Holds the database defintion that was used to configure the dialog.


resourceManager

ResourceManager resourceManager
A resource manager to display localized captions and messages.

Class org.bibalex.daf.entities.phase.PhaseActionException extends java.lang.Exception implements Serializable

Class org.bibalex.daf.entities.phase.PhaseCheckException extends java.lang.Exception implements Serializable

Class org.bibalex.daf.entities.phase.PhaseDefinitionException extends java.lang.Exception implements Serializable


Package org.bibalex.daf.handlers.compressionhandler

Class org.bibalex.daf.handlers.compressionhandler.UnZipperException extends java.lang.Exception implements Serializable

Class org.bibalex.daf.handlers.compressionhandler.ZipperException extends java.lang.Exception implements Serializable


Package org.bibalex.daf.handlers.dbhandler

Class org.bibalex.daf.handlers.dbhandler.DataTable extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

table

java.util.Vector<E> table
Holds the table of the data


columnNames

java.util.Vector<E> columnNames
Holds the names of the columns


Package org.bibalex.daf.handlers.statusdatahandler

Class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

job

Job job

resourceManager

ResourceManager resourceManager

transactionLogRow

DataTable transactionLogRow

todoInfo

java.util.ArrayList<E> todoInfo

nextInfo

java.util.ArrayList<E> nextInfo

jContentPane

javax.swing.JPanel jContentPane

descriptionLabel

javax.swing.JLabel descriptionLabel

jobLabel

javax.swing.JLabel jobLabel

infoScrollPane

javax.swing.JScrollPane infoScrollPane

infoTable

javax.swing.JTable infoTable

addButton

javax.swing.JButton addButton

deleteButton

javax.swing.JButton deleteButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoException extends java.lang.Exception implements Serializable

Class org.bibalex.daf.handlers.statusdatahandler.FileLevelInfoViewer extends javax.swing.JDialog implements Serializable

Serialized Fields

job

Job job

resourceManager

ResourceManager resourceManager

transactionLogRow

DataTable transactionLogRow

todoInfo

java.util.ArrayList<E> todoInfo

nextInfo

java.util.ArrayList<E> nextInfo

jContentPane

javax.swing.JPanel jContentPane

descriptionLabel

javax.swing.JLabel descriptionLabel

jobLabel

javax.swing.JLabel jobLabel

infoScrollPane

javax.swing.JScrollPane infoScrollPane

infoTable

javax.swing.JTable infoTable

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class org.bibalex.daf.handlers.statusdatahandler.NameValueInfoException extends java.lang.Exception implements Serializable

Class org.bibalex.daf.handlers.statusdatahandler.StatusDefException extends java.lang.Exception implements Serializable


Package org.bibalex.daf.installer

Class org.bibalex.daf.installer.DataTable extends javax.swing.table.AbstractTableModel implements Serializable

Serialized Fields

table

java.util.Vector<E> table
Holds the table of the data


columnNames

java.util.Vector<E> columnNames
Holds the names of the columns


Package org.bibalex.daf.managers

Class org.bibalex.daf.managers.BaseManagerGUI extends javax.swing.JPanel implements Serializable

Serialized Fields

resourceManager

ResourceManager resourceManager

Class org.bibalex.daf.managers.LoginDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

jPanel

javax.swing.JPanel jPanel

userNameTextField

javax.swing.JTextField userNameTextField

passwordField

javax.swing.JPasswordField passwordField

hintLabel

javax.swing.JLabel hintLabel

usernameLabel

javax.swing.JLabel usernameLabel

passwordLabel

javax.swing.JLabel passwordLabel

connectButton

javax.swing.JButton connectButton

changePasswordButton

javax.swing.JButton changePasswordButton

cancelButton

javax.swing.JButton cancelButton

actionListener

LoginDialog.ILoginActionListener actionListener

resourceManager

ResourceManager resourceManager

Class org.bibalex.daf.managers.MainControllerGUI extends javax.swing.JFrame implements Serializable

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

jMainPanel

javax.swing.JPanel jMainPanel

jJMenuBar

javax.swing.JMenuBar jJMenuBar

loginMenu

javax.swing.JMenu loginMenu

viewsMenu

javax.swing.JMenu viewsMenu

helpMenu

javax.swing.JMenu helpMenu

exitMenuItem

javax.swing.JMenuItem exitMenuItem

aboutMenuItem

javax.swing.JMenuItem aboutMenuItem

howToUseMenuItem

javax.swing.JMenuItem howToUseMenuItem

reportProblemMenuItem

javax.swing.JMenuItem reportProblemMenuItem

disconnectMenuItem

javax.swing.JMenuItem disconnectMenuItem

connectMenuItem

javax.swing.JMenuItem connectMenuItem

adminMenuItem

javax.swing.JMenuItem adminMenuItem

phaseMenuItem

javax.swing.JMenuItem phaseMenuItem

checkInMenuItem

javax.swing.JMenuItem checkInMenuItem

reportingMenuItem

javax.swing.JMenuItem reportingMenuItem

archivingMenuItem

javax.swing.JMenuItem archivingMenuItem

adminManagerGUI

AdminManagerGUI adminManagerGUI

phaseManagerGUI

PhaseManagerGUI phaseManagerGUI

checkInManagerGUI

CheckInManagerGUI checkInManagerGUI

reportingManagerGUI

ReportingManagerGUI reportingManagerGUI

archivingManagerGUI

ArchivingManagerGUI archivingManagerGUI

checkedImageIcon

javax.swing.ImageIcon checkedImageIcon

unCheckedImageIcon

javax.swing.ImageIcon unCheckedImageIcon

selectedView

MainController.Views selectedView

loginActionListener

LoginDialog.ILoginActionListener loginActionListener

resourceManager

ResourceManager resourceManager

Package org.bibalex.daf.managers.admin

Class org.bibalex.daf.managers.admin.AdminManagerGUI extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

rolesManagerGUI

RolesManagerGUI rolesManagerGUI

jobTypesManagerGUI

JobTypesManagerGUI jobTypesManagerGUI

phasesManagerGUI

PhasesManagerGUI phasesManagerGUI

usersManagerGUI

UsersManagerGUI usersManagerGUI

workstationsManagerGUI

WorkstationsManagerGUI workstationsManagerGUI

collectionsManagerGUI

CollectionsManagerGUI collectionsManagerGUI

generalSettingsManagerGUI

GeneralSettingsGUI generalSettingsManagerGUI

resourceManager

ResourceManager resourceManager

adminManager

AdminManager adminManager

Class org.bibalex.daf.managers.admin.CollectionsManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel

availableCollectionsLabel

javax.swing.JLabel availableCollectionsLabel

masterPanel

javax.swing.JPanel masterPanel

detailsPanel

javax.swing.JPanel detailsPanel

deleteCollectionButton

javax.swing.JButton deleteCollectionButton

createNewCollectionButton

javax.swing.JButton createNewCollectionButton

saveButton

javax.swing.JButton saveButton

uiState

CollectionsManagerGUI.UIStates uiState

collectionNameLabel

javax.swing.JLabel collectionNameLabel

defaultPathLabel

javax.swing.JLabel defaultPathLabel

collectionNameTextField

javax.swing.JTextField collectionNameTextField

collectionDefaultPathTextField

javax.swing.JTextField collectionDefaultPathTextField

availableCollectionsTable

SortableTable availableCollectionsTable

lastSelectedCollectionIndex

int lastSelectedCollectionIndex

lastAddedCollID

int lastAddedCollID
lastAddedCollID used to indicate to the last added User ID to be able to identify the correct selected row after a recent addition


availableCollectionsScrollPane

javax.swing.JScrollPane availableCollectionsScrollPane

commentScrollPane

javax.swing.JScrollPane commentScrollPane

commentLabel

javax.swing.JLabel commentLabel

workstationsLabel

javax.swing.JLabel workstationsLabel

availableUsersLabel

javax.swing.JLabel availableUsersLabel

attachedUsersLabel

javax.swing.JLabel attachedUsersLabel

workstationsScrollPane

javax.swing.JScrollPane workstationsScrollPane

workstationsCheckList

CheckBoxList workstationsCheckList

currentCollection

Collection currentCollection

recordModified

boolean recordModified

commentTextArea

javax.swing.JTextArea commentTextArea

abreviationLabel

javax.swing.JLabel abreviationLabel

abreviationTextField

javax.swing.JTextField abreviationTextField

anyUserCheckBox

javax.swing.JCheckBox anyUserCheckBox

anyWorkstationCheckBox

javax.swing.JCheckBox anyWorkstationCheckBox

isActiveCheckBox

javax.swing.JCheckBox isActiveCheckBox

priorityLabel

javax.swing.JLabel priorityLabel

priorityTextField

javax.swing.JFormattedTextField priorityTextField

workstationPanel

javax.swing.JPanel workstationPanel

usersPanel

javax.swing.JPanel usersPanel

attachedUsersList

javax.swing.JList attachedUsersList

availableUsersTree

javax.swing.JTree availableUsersTree

removeUserButton

javax.swing.JButton removeUserButton

addUserButton

javax.swing.JButton addUserButton

availableUsersScrollPane

javax.swing.JScrollPane availableUsersScrollPane

attachedUsersScrollPane

javax.swing.JScrollPane attachedUsersScrollPane

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
A keyAdapter Instance that is frenquently used by this object, it detectects that a key was tapped within Text Based controls


ownerLabel

javax.swing.JLabel ownerLabel

ownerComboBox

javax.swing.JComboBox ownerComboBox

projectLabel

javax.swing.JLabel projectLabel

inChargeLabel

javax.swing.JLabel inChargeLabel

projectComboBox

javax.swing.JComboBox projectComboBox

inChargeComboBox

javax.swing.JComboBox inChargeComboBox

Class org.bibalex.daf.managers.admin.GeneralSettingsGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are the drop down list having the setting types, deleteCollectionButton and createNewCollectionButton


detailsPanel

javax.swing.JPanel detailsPanel
detailsPanel is the panel that carry the derived components which are relevant to the selected element from the attachedGeneralList


onlineMediaCredentialPanel

javax.swing.JPanel onlineMediaCredentialPanel
onlineMediaCredentialPanelholds 3 text boxes representing ftp ip, user name and password. These field used only with online media type storage which is fixed entry in media type data


availableSettingScrollPane

javax.swing.JScrollPane availableSettingScrollPane
availableSettingScrollPane is the container of attachedGeneralList


deleteCollectionButton

javax.swing.JButton deleteCollectionButton
deleteCollectionButton is the button to delete selected element of attachedGeneralList


createNewCollectionButton

javax.swing.JButton createNewCollectionButton
createNewCollectionButton is the button to create new element related to the selected setting


saveButton

javax.swing.JButton saveButton
saveButton is the button to save the changes of selected element these changes could be updates or even new data


NameTextField

javax.swing.JTextField NameTextField
NameTextField is a text field shows the name of selectd element


DescTextField

javax.swing.JTextField DescTextField
DescTextField is a text field shows the description of selectd element


AbbTextField

javax.swing.JTextField AbbTextField
AbbTextField is a text field shows the abbreviation of selectd element


sizeTextField

javax.swing.JTextField sizeTextField
sizeTextField is a text field shows the size of selectd media type element


barCodeTextField

javax.swing.JTextField barCodeTextField
barCodeTextField is a text field shows the starting barcode of selected media type


generalComboBox

javax.swing.JComboBox generalComboBox
generalComboBox conatines general setting types


storageComboBox

javax.swing.JComboBox storageComboBox
storageComboBox conatinessystem storages


attachedGeneralList

javax.swing.JList attachedGeneralList
attachedGeneralList conatines element of selected setting


NameLabel

javax.swing.JLabel NameLabel

DescLabel

javax.swing.JLabel DescLabel

AbbLabel

javax.swing.JLabel AbbLabel

sizeLabel

javax.swing.JLabel sizeLabel

barcodeLabel

javax.swing.JLabel barcodeLabel

availableCollectionsLabel

javax.swing.JLabel availableCollectionsLabel

ftpPathLabel

javax.swing.JLabel ftpPathLabel

lastBarcode

int lastBarcode
the value of last starting barcode (for media types only)


lastSelectedIndex

int lastSelectedIndex
lastSelectedIndex used to indicate to the last selected element of attachedGeneralList


generalComboBoxSelectedIndex

int generalComboBoxSelectedIndex
generalComboBoxSelectedIndex used to indicate to the last selected element of generalComboBox


recordModified

boolean recordModified
recordModified used to check if there are updates or modifications applied but not saved yet to the selected element


uiState

GeneralSettingsGUI.UIStates uiState

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
key listener handles the events of change the text of text fields, chnage the selected index of combo boxes and check boxes. Once the event fired, the key adapter enables the saveButton and set recordModified to true. The value of recordModified utilized when the user decides to change to selected element to another one, here the system generates a confirmation message that asks the user to discared the changes he done or to commit them.

Class org.bibalex.daf.managers.admin.JobTypesManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are availableJobTypesTable,deleteJobTypeButton and createNewJobTypeButton


detailsPanel

javax.swing.JPanel detailsPanel
detailsPanel is the panel that carry the derived components which are relevant to the selected JobType from the availableWSTable


availableJobTypesScrollPane

javax.swing.JScrollPane availableJobTypesScrollPane
availableJobTypesScrollPane is the container Pane for available JobType table


MediaTypesScrollPane

javax.swing.JScrollPane MediaTypesScrollPane
MediaTypesScrollPane is the container of Media types check list


availableJobTypesTable

SortableTable availableJobTypesTable
availableJobTypesTable is the table that shows up the system JobTypes


deleteJobTypeButton

javax.swing.JButton deleteJobTypeButton
deleteJobTypeButton is the button to delete JobType


createNewJobTypeButton

javax.swing.JButton createNewJobTypeButton
createNewJobTypeButton is the button to craete new JobType


saveButton

javax.swing.JButton saveButton
saveButton is the button to save the changes of JobType these changes could be updates or even new data


jobTypeNameTextField

javax.swing.JTextField jobTypeNameTextField
jobTypeNameTextField is a text field shows the name of selectd JobType


maximumLifeTimeTextField

javax.swing.JTextField maximumLifeTimeTextField
maximumLifeTimeTextField is a text field shows the max Life time of selectd JobType


folderNamingConventionTextField

javax.swing.JTextField folderNamingConventionTextField
folderNamingConventionTextField is a text field shows folder naming convention of of selectd JobType


descriptionTextArea

javax.swing.JTextArea descriptionTextArea
descriptionTextArea is a text field shows the description of selectd JobType


MediaTypesCheckList

CheckBoxList MediaTypesCheckList
MediaTypesCheckList shows system Media Types as check boxes list


availableJobTypesLabel

javax.swing.JLabel availableJobTypesLabel

jobTypeNameLabel

javax.swing.JLabel jobTypeNameLabel

descriptionLabel

javax.swing.JLabel descriptionLabel

maxLifeTimeLabel

javax.swing.JLabel maxLifeTimeLabel

folderNamingConventionLabel

javax.swing.JLabel folderNamingConventionLabel

daysLabel

javax.swing.JLabel daysLabel

lastSelectedJobTypeIndex

int lastSelectedJobTypeIndex
lastSelectedJobTypeIndex used to indicate to the last selected row of available JobTypes table


recordModified

boolean recordModified
recordModified used to check if there are updates or modifications applied but not saved yet to the selected jobType


uiState

JobTypesManagerGUI.UIStates uiState

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
key listener handles the events of change the text of text fields. Once the event fired, the key adapter enables the saveButton and set recordModified to true. The value of recordModified utilized when the user decides to change to selected JobType to another one, here the system generates a confirmation message that asks the user to discared the changes he done or to commit them.


MediaTypeLabel

javax.swing.JLabel MediaTypeLabel

Class org.bibalex.daf.managers.admin.PhasesManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are Phases Lists,delete Phase Button and create New Phase Button


detailsPanel

javax.swing.JPanel detailsPanel
detailsPanel is the panel that carry the derived components which are relevant to the selected Phase from the availablePhaseList


jobTypesPanel

javax.swing.JPanel jobTypesPanel
jobTypesPanel is the panel that carry job types combo box ,available phases list and sequence phases list


AvailablePhasesScrollPane

javax.swing.JScrollPane AvailablePhasesScrollPane
AvailablePhasesScrollPane is the container of Available Phases List


AssignedPhasesScrollPane

javax.swing.JScrollPane AssignedPhasesScrollPane
AssignedPhasesScrollPane is the container of Assigned Phases List


XMLDescriptionScrollPane

javax.swing.JScrollPane XMLDescriptionScrollPane
XMLDescriptionScrollPane is the container of XMLDescription text area


deletePhaseButton

javax.swing.JButton deletePhaseButton
deletePhaseButton is the button to delete phase


createNewPhaseButton

javax.swing.JButton createNewPhaseButton
createNewPhaseButton is the button to craete new phase


saveButton

javax.swing.JButton saveButton
saveButton is the button to save the changes of phase these changes could be updates or even new data


addPhaseButton

javax.swing.JButton addPhaseButton
addPhaseButton is the button to add phase from avilable phases list to assigned phases list


removePhaseButton

javax.swing.JButton removePhaseButton
removePhaseButton is the button to remove phase from assigned phases list to avilable phases list


upPhaseButton

javax.swing.JButton upPhaseButton
upPhaseButton is the button to move the phase upward


downPhaseButton

javax.swing.JButton downPhaseButton
downPhaseButton is the button to move the phase downward


updateSequenceButton

javax.swing.JButton updateSequenceButton
updateSequenceButton is the button to update the job type phases sequence


editReasonsButton

javax.swing.JButton editReasonsButton
editReasons open edit reason dialog


phaseNameTextField

javax.swing.JTextField phaseNameTextField
phaseNameTextField is showing selected Phase name


maximumPeriodTextField

javax.swing.JTextField maximumPeriodTextField
maximumPeriodTextField is showing selected Phase max period


xmlDescriptionTextArea

javax.swing.JTextArea xmlDescriptionTextArea
xmlDescriptionTextArea is showing selected Phase xml description


jobTypesComboBox

javax.swing.JComboBox jobTypesComboBox
jobTypesComboBox holds system job types


availablePhasesList

javax.swing.JList availablePhasesList
availablePhasesList holds available Phases List for the selected job type


assignedPhasesList

javax.swing.JList assignedPhasesList
assignedPhasesList holds assigned Phases List for the selected job type


jobTypesLabel

javax.swing.JLabel jobTypesLabel

availablePhasesLabel

javax.swing.JLabel availablePhasesLabel

assignedSequenceLabel

javax.swing.JLabel assignedSequenceLabel

phaseNameLabel

javax.swing.JLabel phaseNameLabel

maximumPeriodLabel

javax.swing.JLabel maximumPeriodLabel

daysLabel

javax.swing.JLabel daysLabel

xmlDescriptionLabel

javax.swing.JLabel xmlDescriptionLabel

lastSelectedPhaseIndex

int lastSelectedPhaseIndex
lastSelectedPhaseIndex used to indicate to the last selected row of available Phases


recordModified

boolean recordModified
recordModified used to check if there are updates or modifications applied but not saved yet to the selected phase


uiState

PhasesManagerGUI.UIStates uiState

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
key listener handles the events of change the text of text fields, chnage the selected index of combo boxes and check boxes. Once the event fired, the key adapter enables the saveButton and set recordModified to true. The value of recordModified utilized when the user decides to change to selected Phase to another one, here the system generates a confirmation message that asks the user to discared the changes he done or to commit them.

Class org.bibalex.daf.managers.admin.ReasonGUI extends javax.swing.JDialog implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are availableReasonsTable,deleteReasonButton and createNewReasonButton


detailsPanel

javax.swing.JPanel detailsPanel
detailsPanel is the panel that carry the derived components for reason


availableReasonsScrollPane

javax.swing.JScrollPane availableReasonsScrollPane
availableReasonsScrollPane is the container Pane for available reasons table


availableReasonsTable

SortableTable availableReasonsTable
availableJobTypesTable is the table that shows up the system JobTypes


deleteReasonButton

javax.swing.JButton deleteReasonButton
deleteReasonButton is the button to delete Reason


createNewReasonButton

javax.swing.JButton createNewReasonButton
createNewReasonButton is the button to craete new Reason


saveButton

javax.swing.JButton saveButton
saveButton is the button to save the changes of Reason these changes could be updates or even new data


reasonNameTextField

javax.swing.JTextField reasonNameTextField
reasonNameTextField is a text field shows the name of selectd Reason


descriptionTextArea

javax.swing.JTextArea descriptionTextArea
descriptionTextArea is a text field shows the description of selectd JobType


availableReasonsLabel

javax.swing.JLabel availableReasonsLabel

reasonNameLabel

javax.swing.JLabel reasonNameLabel

descriptionLabel

javax.swing.JLabel descriptionLabel

resourceManager

ResourceManager resourceManager

lastSelectedReasonIndex

int lastSelectedReasonIndex
lastSelectedJobTypeIndex used to indicate to the last selected row of available JobTypes table


recordModified

boolean recordModified
recordModified used to check if there are updates or modifications applied but not saved yet to the selected jobType


phaseID

int phaseID
phase ID that reasons belong to


uiState

ReasonGUI.UIStates uiState

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
key listener handles the events of change the text of text fields. Once the event fired, the key adapter enables the saveButton and set recordModified to true. The value of recordModified utilized when the user decides to change to selected JobType to another one, here the system generates a confirmation message that asks the user to discared the changes he done or to commit them.

Class org.bibalex.daf.managers.admin.RolesManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel

availableRolesLabel

javax.swing.JLabel availableRolesLabel

availableRolesList

javax.swing.JList availableRolesList

deleteRoleButton

javax.swing.JButton deleteRoleButton

createNewRoleButton

javax.swing.JButton createNewRoleButton

detailsPanel

javax.swing.JPanel detailsPanel

masterPanel

javax.swing.JPanel masterPanel

roleNameLabel

javax.swing.JLabel roleNameLabel

availablePrivelegesLabel

javax.swing.JLabel availablePrivelegesLabel

roleNameTextField

javax.swing.JTextField roleNameTextField

availablePrivelegesScrollPane

javax.swing.JScrollPane availablePrivelegesScrollPane

availableRolesScrollPane

javax.swing.JScrollPane availableRolesScrollPane

saveButton

javax.swing.JButton saveButton

uiState

RolesManagerGUI.UIStates uiState

availablePrivelegesCheckList

CheckBoxList availablePrivelegesCheckList

lastSelectedRoleIndex

int lastSelectedRoleIndex

recordModified

boolean recordModified

currentRole

Role currentRole

permissionsTree

javax.swing.JTree permissionsTree

Class org.bibalex.daf.managers.admin.UsersManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are availableUsersTable,deleteUserButton and createNewUserButton


detailsPanel

javax.swing.JPanel detailsPanel
detailsPanel is the panel that carry the derived components which are relevant to the selected User from the availableUsersTable


availableUsersScrollPane

javax.swing.JScrollPane availableUsersScrollPane
availableUsersScrollPane is the container Pane for available Users table


AvailablePhasesScrollPane

javax.swing.JScrollPane AvailablePhasesScrollPane
AvailablePhasesScrollPane is the container of availablePhasesTree


assignedPhasesScrollPane

javax.swing.JScrollPane assignedPhasesScrollPane
assignedPhasesScrollPane is the container of assignedPhasesList


availableUsersTable

SortableTable availableUsersTable
availableUsersTable is the table that shows up the system Users


deleteUserButton

javax.swing.JButton deleteUserButton
deleteUserButton is the button to delete User


createNewUserButton

javax.swing.JButton createNewUserButton
createNewUserButton is the button to craete new User


saveButton

javax.swing.JButton saveButton
saveButton is the button to save the changes of User these changes could be updates or even new data


removePhaseButton

javax.swing.JButton removePhaseButton
removePhaseButton used to remove phase from assigned phases list


addPhaseButton

javax.swing.JButton addPhaseButton
addPhaseButton used to add phase to assigned phases list


userNameTextField

javax.swing.JTextField userNameTextField
userNameTextField is a text field shows the name of selectd User


userPWDTextField

javax.swing.JTextField userPWDTextField
userPWDTextField is a text field shows the password of selectd User


MaxJobsTextField

javax.swing.JTextField MaxJobsTextField
MaxJobsTextField is a text field shows the Max Job of selectd User


roleComboBox

javax.swing.JComboBox roleComboBox
roleComboBox conatines system roles


availablePhasesTree

javax.swing.JTree availablePhasesTree
availablePhasesTree conatines system job types associated with their phases


assignedPhasesList

javax.swing.JList assignedPhasesList
assignedPhasesList shows up the phases already assigned to the selected User


isLDAPCheckBox

javax.swing.JCheckBox isLDAPCheckBox
isLDAPCheckBox is check box indicates if the selected User can be authenticated through LDAP or not


anyPhaseCheckBox

javax.swing.JCheckBox anyPhaseCheckBox
anyPhaseCheckBox is check box indicates if the selected User can work on any phase or not


isActiveCheckBox

javax.swing.JCheckBox isActiveCheckBox
isActiveCheckBox is check box indicates if the selected User active or not


userNameLabel

javax.swing.JLabel userNameLabel

userPWDLabel

javax.swing.JLabel userPWDLabel

availableUsersLabel

javax.swing.JLabel availableUsersLabel

jobTypeLabel

javax.swing.JLabel jobTypeLabel

anyPhaseLabel

javax.swing.JLabel anyPhaseLabel

isLDAPLabel

javax.swing.JLabel isLDAPLabel

isActiveLabel

javax.swing.JLabel isActiveLabel

assignedRoleLabel

javax.swing.JLabel assignedRoleLabel

assignedPhasesLabel

javax.swing.JLabel assignedPhasesLabel

availablePhasesLabel

javax.swing.JLabel availablePhasesLabel

MaxJobsLabel

javax.swing.JLabel MaxJobsLabel

lastSelectedUserIndex

int lastSelectedUserIndex
lastSelectedUserIndex used to indicate to the last selected row of available User table


lastAddedUserID

int lastAddedUserID
lastAddedUserID used to indicate to the last added User ID to be able to identify the correct selected row after a recent addition


recordModified

boolean recordModified
recordModified used to check if there are updates or modifications applied but not saved yet to the selected User


uiState

UsersManagerGUI.UIStates uiState

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
key listener handles the events of change the text of text fields, chnage the selected index of combo boxes and check boxes. Once the event fired, the key adapter enables the saveButton and set recordModified to true. The value of recordModified utilized when the user decides to change to selected User to another one, here the system generates a confirmation message that asks the user to discared the changes he done or to commit them.


addAllButton

javax.swing.JButton addAllButton

removeAllButton

javax.swing.JButton removeAllButton

Class org.bibalex.daf.managers.admin.WorkstationsManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are availableWSTable,deleteWSButton and createNewWSButton


detailsPanel

javax.swing.JPanel detailsPanel
detailsPanel is the panel that carry the derived components which are relevant to the selected WS from the availableWSTable


availableWSScrollPane

javax.swing.JScrollPane availableWSScrollPane
availableWSScrollPane is the container Pane for available WS table


AvailablePhasesScrollPane

javax.swing.JScrollPane AvailablePhasesScrollPane
AvailablePhasesScrollPane is the container of AvailablePhasesTree


assignedPhasesScrollPane

javax.swing.JScrollPane assignedPhasesScrollPane
assignedPhasesScrollPane is the container of AvailablePhasesScrollPane


commentScrollPane

javax.swing.JScrollPane commentScrollPane
commentScrollPane is the container of comment text area


devicesScrollPane

javax.swing.JScrollPane devicesScrollPane
devicesScrollPane is the container of devices list


MediaTypesScrollPane

javax.swing.JScrollPane MediaTypesScrollPane
MediaTypesScrollPane is the container of Media types check list


availableWSTable

SortableTable availableWSTable
availableWSTable is the table that shows up the system WSs


deleteWSButton

javax.swing.JButton deleteWSButton
deleteWSButton is the button to delete WS


createNewWSButton

javax.swing.JButton createNewWSButton
createNewWSButton is the button to craete new WS


saveButton

javax.swing.JButton saveButton
saveButton is the button to save the changes of WS these changes could be updates or even new data


removePhaseButton

javax.swing.JButton removePhaseButton
removePhaseButton used to remove phase from assigned phases list


addPhaseButton

javax.swing.JButton addPhaseButton
addPhaseButton used to add phase to assigned phases list


wsNameTextField

javax.swing.JTextField wsNameTextField
wsNameTextField is a text field shows the name of selectd WS


wsWorkDirTextField

javax.swing.JTextField wsWorkDirTextField
wsNameTextField is a text field shows the working directory of selectd WS


wsLocationTextField

javax.swing.JTextField wsLocationTextField
wsNameTextField is a text field shows the location of selectd WS


commentTextArea

javax.swing.JTextArea commentTextArea
commentTextArea is a text area shows the comment of selectd WS


OSComboBox

javax.swing.JComboBox OSComboBox
OSComboBox conatines system operating systems


availablePhasesTree

javax.swing.JTree availablePhasesTree
availablePhasesTree conatines system job types associated with their phases


assignedPhasesList

javax.swing.JList assignedPhasesList
assignedPhasesList shows up the phases already assigned to the selected WS


anyPhaseCheckBox

javax.swing.JCheckBox anyPhaseCheckBox
anyPhaseCheckBox is check box indicates if the selected WS can work on any phase or not


isActiveCheckBox

javax.swing.JCheckBox isActiveCheckBox
isActiveCheckBox is check box indicates if the selected WS active or not


devicesCheckList

CheckBoxList devicesCheckList
devicesCheckList shows system devices as check boxes list


MediaTypesCheckList

CheckBoxList MediaTypesCheckList
MediaTypesCheckList shows system media types


availableWSLabel

javax.swing.JLabel availableWSLabel
availableWSLabel shows the title of Available WS table


wsNameLabel

javax.swing.JLabel wsNameLabel
wsNameLabel shows the text of WS name's text field


wsLocationLabel

javax.swing.JLabel wsLocationLabel
wsLocationLabel shows the text of WS location combo box


wsWorkDirLabel

javax.swing.JLabel wsWorkDirLabel
wsWorkDirLabel shows the text of WS working directory text field


devicesLabel

javax.swing.JLabel devicesLabel
devicesLabel shows the title of WS devices check list


wsOSLabel

javax.swing.JLabel wsOSLabel
wsOSLabel shows the text of WS OS combo box


anyPhaseLabel

javax.swing.JLabel anyPhaseLabel
anyPhaseLabel shows the title of anyPhaseCheckBox


isActiveLabel

javax.swing.JLabel isActiveLabel
isActiveLabel shows the title of isActiveCheckBox


assignedPhasesLabel

javax.swing.JLabel assignedPhasesLabel
assignedPhasesLabel shows the title of assignedPhases list


availablePhasesLabel

javax.swing.JLabel availablePhasesLabel
availablePhasesLabel shows the title of availablePhases tree


commentLabel

javax.swing.JLabel commentLabel
commentLabel shows the title of comment text area


mediaTypeLabel

javax.swing.JLabel mediaTypeLabel
mediaTypeLabel shows the title of MediaType check list


addAllButton

javax.swing.JButton addAllButton
adds availaible items.


removeAllButton

javax.swing.JButton removeAllButton
removes all attached items.


lastSelectedWSIndex

int lastSelectedWSIndex
lastSelectedWSIndex used to indicate to the last selected row of available WS table


lastAddedWSID

int lastAddedWSID
lastAddedWSID used to indicate to the last added User ID to be able to identify the correct selected row after a recent addition


recordModified

boolean recordModified
recordModified used to check if there are updates or modifications applied but not saved yet to the selected WS


uiState

WorkstationsManagerGUI.UIStates uiState

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter
key listener handles the events of change the text of text fields, chnage the selected index of combo boxes and check boxes. Once the event fired, the key adapter enables the saveButton and set recordModified to true. The value of recordModified utilized when the user decides to change to selected WS to another one, here the system generates a confirmation message that asks the user to discared the changes he done or to commit them.


Package org.bibalex.daf.managers.archive

Class org.bibalex.daf.managers.archive.ArchivedANDActiveGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are archivedANDActiveTable AND the buttons


archivedANDActiveScrollPane

javax.swing.JScrollPane archivedANDActiveScrollPane
archivedANDActiveScrollPane is JScrollPane holds archivedANDActiveTable table


archivedANDActiveTable

SortableTable archivedANDActiveTable
archivedANDActiveTable is SortableTable holds jobs which are archive but not checekd out


checkOutButton

javax.swing.JButton checkOutButton
checkOutButton is JButton carries out the check out functionality


selectAllCheckBox

javax.swing.JCheckBox selectAllCheckBox
selectAllCheckBox is JCheckBox for select all jobs


archivedANDActiveLabel

javax.swing.JLabel archivedANDActiveLabel

selectAllLabel

javax.swing.JLabel selectAllLabel

jobCountLabel

javax.swing.JLabel jobCountLabel

progressBar

javax.swing.JProgressBar progressBar

Class org.bibalex.daf.managers.archive.ArchiverManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master and details panels


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are readyToArchiveCheckList, Buttons and progress bars


progressPanel

javax.swing.JPanel progressPanel
progressPanel is the panel that holds the progress text fields


readyToArchiveScrollPane

javax.swing.JScrollPane readyToArchiveScrollPane
readyToArchiveScrollPane is the container Pane for ready to archive jobs table


submitButton

javax.swing.JButton submitButton
submitButton is the archive button


clearButton

javax.swing.JButton clearButton
clearButton is the button that clear all


variableSizeTextField

javax.swing.JTextField variableSizeTextField
variableSizeTextField represents the size progress bar


extraSizeTextField

javax.swing.JTextField extraSizeTextField
extraSizeTextField represents the extra size progress bar


MediaTypeComboBox

javax.swing.JComboBox MediaTypeComboBox
MediaTypeComboBox shows system media types


readyToArchiveCheckList

CheckBoxList readyToArchiveCheckList
readyToArchiveCheckList is the list that shows up the jobs that are ready to archive


checkBoxActionListener

CheckBoxList.ICheckBoxListActionListener checkBoxActionListener
checkBoxActionListener is the listener assigned to readyToArchiveCheckList which fires on selecting or deselecting items


firstFitCheckBox

javax.swing.JCheckBox firstFitCheckBox
firstFitCheckBox helps in collecting jobs according to the concept of first fit job size


selectedJobsSize

float selectedJobsSize
selectedJobsSize holds the total size of selected jobs


readyToArchiveLabel

javax.swing.JLabel readyToArchiveLabel

mediaTypeLabel

javax.swing.JLabel mediaTypeLabel

sizeLabel

javax.swing.JLabel sizeLabel

jobSizeLabel

javax.swing.JLabel jobSizeLabel

mediaSizeLabel

javax.swing.JLabel mediaSizeLabel

mediaTypeSizeLabel

javax.swing.JLabel mediaTypeSizeLabel

firstFitLabel

javax.swing.JLabel firstFitLabel

allJobCountLabel

javax.swing.JLabel allJobCountLabel

selectedJobCountLabel

javax.swing.JLabel selectedJobCountLabel

totalSize

float totalSize
totalSize represents the total size of media type


totalWidth

int totalWidth
totalWidth represents the total width (interface wise)


varHight

int varHight
varHight represents the hight of size progress bar


processLife

boolean processLife
processLife indicates whether the thread alive or not


backupServerIP

java.lang.String backupServerIP
backupServerIP represents the backup server IP that holds the backed up folders


backupServerUser

java.lang.String backupServerUser
backupServerUser represents the backup server User Name


backupServerPassword

java.lang.String backupServerPassword
backupServerPassword represents the backup server Password


backupServerPath

java.lang.String backupServerPath
backupServerPath represents the path that contains the backed up folders


localFileHandler

FileHandlerLocalImpl localFileHandler
localFileHandler is a local file handler to create and delete media folder


ftpFileHandler

FileHandlerFTPImpl ftpFileHandler
ftpFileHandler is ftp file handler to upload folders to online storage directly


backupFileHandler

FileHandlerFTPImpl backupFileHandler
backupFileHandler is ftp file handler to download folders from backup server to the local machine


progressBar

javax.swing.JProgressBar progressBar

Class org.bibalex.daf.managers.archive.ArchivingHistoryMatrix extends javax.swing.JDialog implements Serializable

Serialized Fields

masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are historyMatrixTable AND the buttons


historyMatrixScrollPane

javax.swing.JScrollPane historyMatrixScrollPane
historyMatrixScrollPane is JScrollPane holds historyMatrixTable table


historyMatrixTable

SortableTable historyMatrixTable
historyMatrixTable is SortableTable holds archiving history matrix


continueButton

javax.swing.JButton continueButton
continueButton is JButton carries out the Forced checking out functionality


cancelButton

javax.swing.JButton cancelButton
cancelButton is JButton for canceling the operation


archivingHistoryMatrix

ArchivingHistoryMatrix archivingHistoryMatrix
archivingHistoryMatrix represents the current instance of the dialog


historyMatrixLabel

javax.swing.JLabel historyMatrixLabel

jobTitleLabel

javax.swing.JLabel jobTitleLabel

job

Job job
job represents the job which all versions belongs to in this dialog


resourceManager

ResourceManager resourceManager
resourceManager represents a Resource manager to read captions from the resource file

Class org.bibalex.daf.managers.archive.ArchivingManagerGUI extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

archiverManagerGUI

ArchiverManagerGUI archiverManagerGUI
Archiver Tab private attribute.


archivedANDActiveGUI

ArchivedANDActiveGUI archivedANDActiveGUI
Archive and Actibe Jobs Tab private attribute.


confirmMediaDeletingGUI

ConfirmMediaDeletingGUI confirmMediaDeletingGUI
confirm Media Deleting Tab private attribute.


resourceManager

ResourceManager resourceManager
Resource Manager instance.

Class org.bibalex.daf.managers.archive.checkOutGUI extends javax.swing.JDialog implements Serializable

Serialized Fields

masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are checkOutTable AND the buttons


checkOutScrollPane

javax.swing.JScrollPane checkOutScrollPane
checkOutScrollPane is JScrollPane holds checkOutTable table


checkOutTable

SortableTable checkOutTable
checkOutTable is SortableTable holds jobs on specific media and give the ability to select them to be checked out


checkOutButton

javax.swing.JButton checkOutButton
checkOutButton is JButton carries out the checking out functionality


cancelButton

javax.swing.JButton cancelButton
cancelButton is JButton for canceling the operation


checkOutGUIInstance

checkOutGUI checkOutGUIInstance
checkOutGUIInstance represents the current instance of the dialog


checkOutJobsLabel

javax.swing.JLabel checkOutJobsLabel

barCodeLabel

javax.swing.JLabel barCodeLabel

jobCountLabel

javax.swing.JLabel jobCountLabel

resourceManager

ResourceManager resourceManager
resourceManager represents a Resource manager to read captions from the resource file


MediaID

int MediaID
MediaID represents the media ID that holds the jobs to be checked out


MediaBarcode

java.lang.String MediaBarcode
MediaBarcode represents the media barcode that holds the jobs to be checked out

Class org.bibalex.daf.managers.archive.ConfirmJobsOnMedia extends javax.swing.JDialog implements Serializable

Serialized Fields

masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are confirmJobsTable AND the buttons


confirmJobsScrollPane

javax.swing.JScrollPane confirmJobsScrollPane
confirmJobsScrollPane is JScrollPane holds historyMatrixTable confirmJobsTable


confirmJobsTable

SortableTable confirmJobsTable
confirmJobsTable is SortableTable holds the archived jobs on the formed media


confirmJobsButton

javax.swing.JButton confirmJobsButton
confirmJobsButton is JButton which confirm the job-media relation


discardButton

javax.swing.JButton discardButton
discardButton is JButton which discard the media totally and delete the its physical folder


confirmJobsOnMedia

ConfirmJobsOnMedia confirmJobsOnMedia
confirmJobsOnMedia represents the current instance of the dialog


confirmJobsLabel

javax.swing.JLabel confirmJobsLabel

barCodeLabel

javax.swing.JLabel barCodeLabel

jobCountLabel

javax.swing.JLabel jobCountLabel

resourceManager

ResourceManager resourceManager
resourceManager represents a Resource manager to read captions from the resource file


localFileHandler

FileHandlerLocalImpl localFileHandler
localFileHandler represents a File Handler to delete media folder from the local machine


MediaID

int MediaID
MediaID represents the media ID that holds the jobs to be confirmed


MediaBarcode

java.lang.String MediaBarcode
MediaBarcode represents the media barcode that holds the jobs to be confirmed


MediaPath

java.lang.String MediaPath
MediaPath represents the media folder path on the local machine

Class org.bibalex.daf.managers.archive.ConfirmMediaDeletingGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master panel


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are mediaTable AND the buttons


mediaScrollPane

javax.swing.JScrollPane mediaScrollPane
historyMatrixScrollPane is JScrollPane holds mediaTable table


mediaTable

SortableTable mediaTable
mediaTable is SortableTable holds the nonconfirmed medias


confirmButton

javax.swing.JButton confirmButton
confirmButton is JButton carries out the confirmation functionality, which means update DAK database by inserting the relation between the media and the archived objects, confirm the media on DAF database by marking it as confirmed and then delete the physical folder of media.


discardButton

javax.swing.JButton discardButton
discardButton is JButton carries out the rolling back or discarding media. This implies delete any records refer to job-media relation and delete media physical folder


selectAllCheckBox

javax.swing.JCheckBox selectAllCheckBox
selectAllCheckBox is JCheckBox helps in select all medias element in mediaTable


mediaLabel

javax.swing.JLabel mediaLabel

selectAllLabel

javax.swing.JLabel selectAllLabel

jobCountLabel

javax.swing.JLabel jobCountLabel

localFileHandler

FileHandlerLocalImpl localFileHandler
localFileHandler represents a File Handler to delete media folder from the local machine


progressBar

javax.swing.JProgressBar progressBar

Package org.bibalex.daf.managers.checkin

Class org.bibalex.daf.managers.checkin.AdvancedSearchGUI extends BaseManagerGUI implements Serializable

Serialized Fields

collLabel

javax.swing.JLabel collLabel

batchLabel

javax.swing.JLabel batchLabel

langLabel

javax.swing.JLabel langLabel

storageLabel

javax.swing.JLabel storageLabel

jobTypeLabel

javax.swing.JLabel jobTypeLabel

phaseLabel

javax.swing.JLabel phaseLabel

extTypeLabel

javax.swing.JLabel extTypeLabel

userLabel

javax.swing.JLabel userLabel

statusLabel

javax.swing.JLabel statusLabel

oldNewLabel

javax.swing.JLabel oldNewLabel

jobIDlabel

javax.swing.JLabel jobIDlabel

extIDLabel

javax.swing.JLabel extIDLabel

fromDateLabel

javax.swing.JLabel fromDateLabel

toDateLabel

javax.swing.JLabel toDateLabel

detailedWorkFlowLabel

javax.swing.JLabel detailedWorkFlowLabel

checkedInOnlyLabel

javax.swing.JLabel checkedInOnlyLabel

jPanel

javax.swing.JPanel jPanel

masterPanel

javax.swing.JPanel masterPanel

extIDTextField

javax.swing.JTextField extIDTextField

jobIDTextField

javax.swing.JTextField jobIDTextField

submitButton

javax.swing.JButton submitButton

clearButton

javax.swing.JButton clearButton
clearButton is the button that clear all


fromDateButton

DateButton fromDateButton
Date Buttons


toDateButton

DateButton toDateButton

collectionScrollPane

javax.swing.JScrollPane collectionScrollPane
Collections Lists


batchScrollPane

javax.swing.JScrollPane batchScrollPane

languageScrollPane

javax.swing.JScrollPane languageScrollPane

storageScrollPane

javax.swing.JScrollPane storageScrollPane

jobTypeScrollPane

javax.swing.JScrollPane jobTypeScrollPane

phaseScrollPane

javax.swing.JScrollPane phaseScrollPane

externalTypeScrollPane

javax.swing.JScrollPane externalTypeScrollPane

userScrollPane

javax.swing.JScrollPane userScrollPane

jobStatusScrollPane

javax.swing.JScrollPane jobStatusScrollPane

oldNewScrollPane

javax.swing.JScrollPane oldNewScrollPane

collectionCheckList

CheckBoxList collectionCheckList

batchCheckList

CheckBoxList batchCheckList

languageCheckList

CheckBoxList languageCheckList

storageCheckList

CheckBoxList storageCheckList

jobTypeCheckList

CheckBoxList jobTypeCheckList

phaseCheckList

CheckBoxList phaseCheckList

externalTypeCheckList

CheckBoxList externalTypeCheckList

userCheckList

CheckBoxList userCheckList

jobStatusCheckList

CheckBoxList jobStatusCheckList

oldNewCheckList

CheckBoxList oldNewCheckList

detailedWorkFlowCheckBox

javax.swing.JCheckBox detailedWorkFlowCheckBox

checkedInOnlyCheckBox

javax.swing.JCheckBox checkedInOnlyCheckBox

Class org.bibalex.daf.managers.checkin.BatchManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

uiState

BatchManagerGUI.UIStates uiState

lastSelectedBatchIndex

int lastSelectedBatchIndex

recordModified

boolean recordModified

jContentPane

javax.swing.JPanel jContentPane

masterPanel

javax.swing.JPanel masterPanel

availableCollectionLabel

javax.swing.JLabel availableCollectionLabel

availableCollectionScrollPane

javax.swing.JScrollPane availableCollectionScrollPane

availableCollectionList

javax.swing.JList availableCollectionList

availableBatchLabel

javax.swing.JLabel availableBatchLabel

availableBatchScrollPane

javax.swing.JScrollPane availableBatchScrollPane

availableBatchList

javax.swing.JList availableBatchList

deleteBatchButton

javax.swing.JButton deleteBatchButton

createNewBatchButton

javax.swing.JButton createNewBatchButton

detailsPanel

javax.swing.JPanel detailsPanel

nameLabel

javax.swing.JLabel nameLabel

nameTextField

javax.swing.JTextField nameTextField

dateLabel

javax.swing.JLabel dateLabel

dateDateButton

DateButton dateDateButton

commentLabel

javax.swing.JLabel commentLabel

commentTextField

javax.swing.JTextField commentTextField

collectionLabel

javax.swing.JLabel collectionLabel

collectionComboBox

javax.swing.JComboBox collectionComboBox

jobTypeLabel

javax.swing.JLabel jobTypeLabel

jobTypeComboBox

javax.swing.JComboBox jobTypeComboBox

saveButton

javax.swing.JButton saveButton

updatesKeyAdapter

java.awt.event.KeyAdapter updatesKeyAdapter

Class org.bibalex.daf.managers.checkin.CheckInManagerGUI extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

newJobGUI

NewJobGUI newJobGUI

retrievalManagerGUI

RetrievalManagerGUI retrievalManagerGUI

batchManagerGUI

BatchManagerGUI batchManagerGUI

resourceManager

ResourceManager resourceManager

searchGUI

SearchGUI searchGUI

advancedSearchGUI

AdvancedSearchGUI advancedSearchGUI

Class org.bibalex.daf.managers.checkin.ChooseRetrievalDriveDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

mainPanel

javax.swing.JPanel mainPanel

drivesComboBox

javax.swing.JComboBox drivesComboBox

retrieveButton

javax.swing.JButton retrieveButton

drivesLabel

javax.swing.JLabel drivesLabel

resourceManager

ResourceManager resourceManager

chooseRetrievalDriveDialogInterface

ChooseRetrievalDriveDialog.IChooseRetrievalDriveDialog chooseRetrievalDriveDialogInterface

cancelButton

javax.swing.JButton cancelButton

Class org.bibalex.daf.managers.checkin.ExternalIDsEditor extends javax.swing.JDialog implements Serializable

Serialized Fields

data

ExternalID[] data

resourceManager

ResourceManager resourceManager

allowNoData

boolean allowNoData

jContentPane

javax.swing.JPanel jContentPane

descriptionLabel

javax.swing.JLabel descriptionLabel

jobLabel

javax.swing.JLabel jobLabel

infoScrollPane

javax.swing.JScrollPane infoScrollPane

externalIDsTable

ExternalIDsTable externalIDsTable

addButton

javax.swing.JButton addButton

deleteButton

javax.swing.JButton deleteButton

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class org.bibalex.daf.managers.checkin.ExternalIDsViewer extends javax.swing.JDialog implements Serializable

Serialized Fields

job

Job job

resourceManager

ResourceManager resourceManager

jContentPane

javax.swing.JPanel jContentPane

descriptionLabel

javax.swing.JLabel descriptionLabel

jobLabel

javax.swing.JLabel jobLabel

infoScrollPane

javax.swing.JScrollPane infoScrollPane

infoTable

javax.swing.JTable infoTable

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class org.bibalex.daf.managers.checkin.NewJobGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel

extractInfoPanel

javax.swing.JPanel extractInfoPanel

externalIDLabel

javax.swing.JLabel externalIDLabel

externalIDTextField

javax.swing.JTextField externalIDTextField

externalIDTypeLabel

javax.swing.JLabel externalIDTypeLabel

externalIDTypeComboBox

javax.swing.JComboBox externalIDTypeComboBox

plugInLabel

javax.swing.JLabel plugInLabel

plugInComboBox

javax.swing.JComboBox plugInComboBox

extractButton

javax.swing.JButton extractButton

jobInfoPanel

javax.swing.JPanel jobInfoPanel

titleLabel

javax.swing.JLabel titleLabel

titleScrollPane

javax.swing.JScrollPane titleScrollPane

titleTextArea

javax.swing.JTextArea titleTextArea

creatorLabel

javax.swing.JLabel creatorLabel

creatorTextField

javax.swing.JTextField creatorTextField

externalIDsLabel

javax.swing.JLabel externalIDsLabel

externalIDsButton

javax.swing.JButton externalIDsButton

dateLabel

javax.swing.JLabel dateLabel

dateDateButton

DateButton dateDateButton

info1Label

javax.swing.JLabel info1Label

info1TextField

javax.swing.JTextField info1TextField

info2Label

javax.swing.JLabel info2Label

info2TextField

javax.swing.JTextField info2TextField

info3Label

javax.swing.JLabel info3Label

info3TextField

javax.swing.JTextField info3TextField

lobLabel

javax.swing.JLabel lobLabel

lobScrollPane

javax.swing.JScrollPane lobScrollPane

lobTextArea

javax.swing.JTextArea lobTextArea

dueDateLabel

javax.swing.JLabel dueDateLabel

dueDateDateButton

DateButton dueDateDateButton

priorityLabel

javax.swing.JLabel priorityLabel

priorityTextField

javax.swing.JTextField priorityTextField

collectionLabel

javax.swing.JLabel collectionLabel

collectionComboBox

javax.swing.JComboBox collectionComboBox

batchLabel

javax.swing.JLabel batchLabel

batchComboBox

javax.swing.JComboBox batchComboBox

storageLabel

javax.swing.JLabel storageLabel

storageComboBox

javax.swing.JComboBox storageComboBox

jobTypeLabel

javax.swing.JLabel jobTypeLabel

jobTypeComboBox

javax.swing.JComboBox jobTypeComboBox

languageLabel

javax.swing.JLabel languageLabel

languageComboBox

javax.swing.JComboBox languageComboBox

conditionLabel

javax.swing.JLabel conditionLabel

conditionComboBox

javax.swing.JComboBox conditionComboBox

assignJobPanel

javax.swing.JPanel assignJobPanel

phaseLabel

javax.swing.JLabel phaseLabel

phaseComboBox

javax.swing.JComboBox phaseComboBox

userLabel

javax.swing.JLabel userLabel

userComboBox

javax.swing.JComboBox userComboBox

addButton

javax.swing.JButton addButton

preAssignButton

javax.swing.JButton preAssignButton

searchButton

javax.swing.JButton searchButton

plugIn

ICheckInPlugIn plugIn

externalIDs

ExternalID[] externalIDs

phaseUserPreAssignedEntries

java.lang.Object[] phaseUserPreAssignedEntries

errorMsg

java.lang.String errorMsg

Class org.bibalex.daf.managers.checkin.PreAssignDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

preAssignDialogListener

PreAssignDialog.IPreAssignDialogListener preAssignDialogListener
Current Instance of the action Listener.


currentDialog

PreAssignDialog currentDialog
An Instance of current Dialog, to use from Inner Classes.


resourceManager

ResourceManager resourceManager

jContentPane

javax.swing.JPanel jContentPane

availableUsersComboBoxes

PreAssignDialog.AvailableUsersComboBoxes availableUsersComboBoxes

currentJobType

JobType currentJobType

preAssignScrollPane

javax.swing.JScrollPane preAssignScrollPane

preAssignTable

javax.swing.JTable preAssignTable

preAssignLabel

javax.swing.JLabel preAssignLabel

assignButton

javax.swing.JButton assignButton

cancelButton

javax.swing.JButton cancelButton

phaseUserPreAssignedEntries

java.lang.Object[] phaseUserPreAssignedEntries

Class org.bibalex.daf.managers.checkin.PreAssignDialog.AvailableUsersComboBoxes extends javax.swing.DefaultCellEditor implements Serializable

Serialized Fields

comboBoxArrList

java.util.ArrayList<E> comboBoxArrList

Class org.bibalex.daf.managers.checkin.RetrievalManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel

searchButton

javax.swing.JButton searchButton

jobIDLabel

javax.swing.JLabel jobIDLabel

jobNameLabel

javax.swing.JLabel jobNameLabel

titleLabel

javax.swing.JLabel titleLabel

externalIDLabel

javax.swing.JLabel externalIDLabel

externalIDTypeLabel

javax.swing.JLabel externalIDTypeLabel

languageLabel

javax.swing.JLabel languageLabel

creatorLabel

javax.swing.JLabel creatorLabel

jobTypeLabel

javax.swing.JLabel jobTypeLabel

collectionLabel

javax.swing.JLabel collectionLabel

jobIDTextField

javax.swing.JTextField jobIDTextField

separatorLabel

javax.swing.JLabel separatorLabel

nameTextField

javax.swing.JTextField nameTextField

titleTextField

javax.swing.JTextField titleTextField

externalIDTextField

javax.swing.JTextField externalIDTextField

jobTypeTextField

javax.swing.JTextField jobTypeTextField

languageTextField

javax.swing.JTextField languageTextField

creatorTextField

javax.swing.JTextField creatorTextField

externalIDTypeTextField

javax.swing.JTextField externalIDTypeTextField

collectionTextField

javax.swing.JTextField collectionTextField

availableArchivesScrollPane

javax.swing.JScrollPane availableArchivesScrollPane

retrievalPluginsScrollPane

javax.swing.JScrollPane retrievalPluginsScrollPane

availableArchivesTable

SortableTable availableArchivesTable

availableArchivesLabel

javax.swing.JLabel availableArchivesLabel

retrievalPluginsList

javax.swing.JList retrievalPluginsList

retrieveButton

javax.swing.JButton retrieveButton

retrievalPluginsLabel

javax.swing.JLabel retrievalPluginsLabel

selectedJob

Job selectedJob
Currently selected Job object.

See Also:
Entities.Job.Job

lastSelectedPluginIndex

int lastSelectedPluginIndex

allRetrievalPlugins

java.util.ArrayList<E> allRetrievalPlugins
retrieval plugins is an array that stores all the current plugins, this array is to be of type RetrievalPlugin.

See Also:
RetrievalManagerGUI.RetrievalPlugin

retrieveSearchListener

RetrievalSearchDialog.IRetrieveSearchListener retrieveSearchListener
An implementation of the IRetrieveSearchListener to detected selected item if there exists.

See Also:
Managers.CheckIn.RetrievalSearchDialog.IRetrieveSearchListener

removeNonDefinedFilesCheckBox

javax.swing.JCheckBox removeNonDefinedFilesCheckBox

Class org.bibalex.daf.managers.checkin.RetrievalProgressDialog extends javax.swing.JDialog implements Serializable

serialVersionUID: 1L

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

jMainPanel

javax.swing.JPanel jMainPanel

progressHistoryTextArea

javax.swing.JTextArea progressHistoryTextArea

doneButton

javax.swing.JButton doneButton

currentActionLabel

javax.swing.JLabel currentActionLabel

result

boolean result

currentRetrievalProgressDialog

RetrievalProgressDialog currentRetrievalProgressDialog

progressHistoryScrollPane

javax.swing.JScrollPane progressHistoryScrollPane

Class org.bibalex.daf.managers.checkin.RetrievalSearchDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jobTypeLabel

javax.swing.JLabel jobTypeLabel

CollLabel

javax.swing.JLabel CollLabel

LangLabel

javax.swing.JLabel LangLabel

criteriaLabel

javax.swing.JLabel criteriaLabel

jPanel

javax.swing.JPanel jPanel

masterPanel

javax.swing.JPanel masterPanel

extIDTextField

javax.swing.JTextField extIDTextField

jobIDTextField

javax.swing.JTextField jobIDTextField

creatorTextField

javax.swing.JTextField creatorTextField

submitButton

javax.swing.JButton submitButton

CollectionComboBox

javax.swing.JComboBox CollectionComboBox

ExtTypeComboBox

javax.swing.JComboBox ExtTypeComboBox

LangComboBox

javax.swing.JComboBox LangComboBox

jobTypesComboBox

javax.swing.JComboBox jobTypesComboBox

AndOrExtTypeComboBox

javax.swing.JComboBox AndOrExtTypeComboBox

AndOrJobTypeComboBox

javax.swing.JComboBox AndOrJobTypeComboBox

AndOrLangComboBox

javax.swing.JComboBox AndOrLangComboBox

AndOrCollectionComboBox

javax.swing.JComboBox AndOrCollectionComboBox

jobSystemStatusComboBox

javax.swing.JComboBox jobSystemStatusComboBox

jobTitleTextField

javax.swing.JTextField jobTitleTextField

ExtTypeLbl

javax.swing.JLabel ExtTypeLbl

titleLabel

javax.swing.JLabel titleLabel

jobIDlabel

javax.swing.JLabel jobIDlabel

extIDLabel

javax.swing.JLabel extIDLabel

AndOrjobIDComboBox

javax.swing.JComboBox AndOrjobIDComboBox

AndOrExtIDComboBox

javax.swing.JComboBox AndOrExtIDComboBox

creatorLabel

javax.swing.JLabel creatorLabel

selectButton

javax.swing.JButton selectButton

AndOrCreatorComboBox

javax.swing.JComboBox AndOrCreatorComboBox

resourceManager

ResourceManager resourceManager

resultsPanel

javax.swing.JPanel resultsPanel

backToSearchButton

javax.swing.JButton backToSearchButton

reportTable

SortableTable reportTable

reportScrollPane

javax.swing.JScrollPane reportScrollPane

countLabel

javax.swing.JLabel countLabel

retrieveSearchListener

RetrievalSearchDialog.IRetrieveSearchListener retrieveSearchListener

jobSystemStatusLabel

javax.swing.JLabel jobSystemStatusLabel

Class org.bibalex.daf.managers.checkin.SearchGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel

masterPanel

javax.swing.JPanel masterPanel

extIDTextField

javax.swing.JTextField extIDTextField

jobIDTextField

javax.swing.JTextField jobIDTextField

creatorTextField

javax.swing.JTextField creatorTextField

jobTitleTextField

javax.swing.JTextField jobTitleTextField

submitButton

javax.swing.JButton submitButton

CollectionComboBox

javax.swing.JComboBox CollectionComboBox

ExtTypeComboBox

javax.swing.JComboBox ExtTypeComboBox

LangComboBox

javax.swing.JComboBox LangComboBox

jobTypesComboBox

javax.swing.JComboBox jobTypesComboBox

AndOrExtTypeComboBox

javax.swing.JComboBox AndOrExtTypeComboBox

AndOrJobTypeComboBox

javax.swing.JComboBox AndOrJobTypeComboBox

AndOrLangComboBox

javax.swing.JComboBox AndOrLangComboBox

AndOrCollectionComboBox

javax.swing.JComboBox AndOrCollectionComboBox

AndOrjobIDComboBox

javax.swing.JComboBox AndOrjobIDComboBox

AndOrExtIDComboBox

javax.swing.JComboBox AndOrExtIDComboBox

AndOrCreatorComboBox

javax.swing.JComboBox AndOrCreatorComboBox

jobTypeLabel

javax.swing.JLabel jobTypeLabel

CollLabel

javax.swing.JLabel CollLabel

LangLabel

javax.swing.JLabel LangLabel

criteriaLabel

javax.swing.JLabel criteriaLabel

ExtTypeLbl

javax.swing.JLabel ExtTypeLbl

titleLabel

javax.swing.JLabel titleLabel

jobIDlabel

javax.swing.JLabel jobIDlabel

extIDLabel

javax.swing.JLabel extIDLabel

creatorLabel

javax.swing.JLabel creatorLabel

Package org.bibalex.daf.managers.phase

Class org.bibalex.daf.managers.phase.AvailableJobsDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

availableJobsActionListener

AvailableJobsDialog.IAvailableJobsActionListener availableJobsActionListener

resourceManager

ResourceManager resourceManager

jContentPane

javax.swing.JPanel jContentPane

availableJobsLabel

javax.swing.JLabel availableJobsLabel

availableJobsScrollPane

javax.swing.JScrollPane availableJobsScrollPane

availableJobsTable

SortableTable availableJobsTable

selectJobButton

javax.swing.JButton selectJobButton

cancelButton

javax.swing.JButton cancelButton

availableJobsDialog

AvailableJobsDialog availableJobsDialog

availableJobsPopupMenu

javax.swing.JPopupMenu availableJobsPopupMenu

errorMessage

java.lang.String errorMessage

Class org.bibalex.daf.managers.phase.ChangeJobTypeDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

job

Job job

result

ChangeJobTypeDialog.DialogResult result

resourceManager

ResourceManager resourceManager

jPanel

javax.swing.JPanel jPanel

jobLabel

javax.swing.JLabel jobLabel

jobDescriptionLabel

javax.swing.JLabel jobDescriptionLabel

jobTypeLabel

javax.swing.JLabel jobTypeLabel

jobTypeComboBox

javax.swing.JComboBox jobTypeComboBox

phaseLabel

javax.swing.JLabel phaseLabel

phaseComboBox

javax.swing.JComboBox phaseComboBox

userLabel

javax.swing.JLabel userLabel

userComboBox

javax.swing.JComboBox userComboBox

okButton

javax.swing.JButton okButton

cancelButton

javax.swing.JButton cancelButton

Class org.bibalex.daf.managers.phase.PhaseManagerGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel

workingJobsLabel

javax.swing.JLabel workingJobsLabel

workingJobsScrollPane

javax.swing.JScrollPane workingJobsScrollPane

workingJobsTable

SortableTable workingJobsTable

retrieveJobButton

javax.swing.JButton retrieveJobButton

downloadButton

javax.swing.JButton downloadButton

uploadButton

javax.swing.JButton uploadButton

doneButton

javax.swing.JButton doneButton

redirectJobButton

javax.swing.JButton redirectJobButton

rejectJobButton

javax.swing.JButton rejectJobButton

popup

javax.swing.JPopupMenu popup

lastSelectedJobIndex

int lastSelectedJobIndex

errorMessage

java.lang.String errorMessage

refreshWorkingJobsTableButton

javax.swing.JButton refreshWorkingJobsTableButton

Class org.bibalex.daf.managers.phase.ProgressDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

starter

ProgressDialog.JobStateStarter starter

filesCount

int filesCount

jPanel

javax.swing.JPanel jPanel

operationLabel

javax.swing.JLabel operationLabel

localFileLabel

javax.swing.JLabel localFileLabel

remoteFileLabel

javax.swing.JLabel remoteFileLabel

transitionProgressBar

javax.swing.JProgressBar transitionProgressBar

doneButton

javax.swing.JButton doneButton

Class org.bibalex.daf.managers.phase.RejectOrRedirectDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

dialogType

RejectOrRedirectDialog.DialogType dialogType

resourceManager

ResourceManager resourceManager

jContentPane

javax.swing.JPanel jContentPane

nextPhaseLabel

javax.swing.JLabel nextPhaseLabel

nextPhaseComboBox

javax.swing.JComboBox nextPhaseComboBox

nextUserLabel

javax.swing.JLabel nextUserLabel

nextUserComboBox

javax.swing.JComboBox nextUserComboBox

submitButton

javax.swing.JButton submitButton

cancelButton

javax.swing.JButton cancelButton

rejectOrRedirectActionListener

RejectOrRedirectDialog.IRejectOrRedirectActionListener rejectOrRedirectActionListener

currentInstance

RejectOrRedirectDialog currentInstance

currentJob

Job currentJob

selectedPhase

Phase selectedPhase

selectedUser

User selectedUser

commentTextArea

javax.swing.JTextArea commentTextArea

Package org.bibalex.daf.managers.report

Class org.bibalex.daf.managers.report.JobExpandedDataReport extends javax.swing.JDialog implements Serializable

Serialized Fields

jobTable

SortableTable jobTable

jobScrollPane

javax.swing.JScrollPane jobScrollPane

typeLabel

javax.swing.JLabel typeLabel

phaseLabel

javax.swing.JLabel phaseLabel

phaseTitleLabel

javax.swing.JLabel phaseTitleLabel

resultCountLabel

javax.swing.JLabel resultCountLabel

masterPanel

javax.swing.JPanel masterPanel

phase

Phase phase

resourceManager

ResourceManager resourceManager

exportButton

javax.swing.JButton exportButton

selectType

int selectType

userID

int userID

jobType

int jobType

phaseID

int phaseID

collID

int collID

batchID

int batchID

metaDataJobsPopupMenu

javax.swing.JPopupMenu metaDataJobsPopupMenu

jobExpandedDataReport

JobExpandedDataReport jobExpandedDataReport

Class org.bibalex.daf.managers.report.JobHistory extends javax.swing.JDialog implements Serializable

Serialized Fields

masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are jobHistoryScrollPane,exportButton and closeButton


jobHistoryScrollPane

javax.swing.JScrollPane jobHistoryScrollPane
jobHistoryScrollPane is the container Pane for job history table


jobHistoryTable

SortableTable jobHistoryTable
jobHistoryTable is the table that shows up the job history


exportButton

javax.swing.JButton exportButton
exportButton exports jobHistoryTable to excel sheet


closeButton

javax.swing.JButton closeButton
closeButton closes JobHistory Dialog


metaDataJobsPopupMenu

javax.swing.JPopupMenu metaDataJobsPopupMenu
metaDataJobsPopupMenu is a menus holds JobMetaData element which shows up the meta data of the selected job


jobTitleTagLabel

javax.swing.JLabel jobTitleTagLabel

jobTitleLabel

javax.swing.JLabel jobTitleLabel

jobIDTagLabel

javax.swing.JLabel jobIDTagLabel

jobIDLabel

javax.swing.JLabel jobIDLabel

jobExtIDTagLabel

javax.swing.JLabel jobExtIDTagLabel

jobExtIDLabel

javax.swing.JLabel jobExtIDLabel

jobExtIDtypeTagLabel

javax.swing.JLabel jobExtIDtypeTagLabel

jobExtIDtypeLabel

javax.swing.JLabel jobExtIDtypeLabel

job

Job job
Job instance


resourceManager

ResourceManager resourceManager
Resource manager instance


jobHistory

JobHistory jobHistory

defaultExtID

ExternalID defaultExtID
ExternalIDs of selected Job

Class org.bibalex.daf.managers.report.JobMetaData extends javax.swing.JDialog implements Serializable

Serialized Fields

job

Job job

resourceManager

ResourceManager resourceManager

jobInfoPanel

javax.swing.JPanel jobInfoPanel

IDLabel1

javax.swing.JLabel IDLabel1

IDLabel2

javax.swing.JLabel IDLabel2

titleLabel

javax.swing.JLabel titleLabel

titleTextField

javax.swing.JTextField titleTextField

dateLabel

javax.swing.JLabel dateLabel

dateDateButton

DateButton dateDateButton

info1Label

javax.swing.JLabel info1Label

info1TextField

javax.swing.JTextField info1TextField

info2Label

javax.swing.JLabel info2Label

info2TextField

javax.swing.JTextField info2TextField

info3Label

javax.swing.JLabel info3Label

info3TextField

javax.swing.JTextField info3TextField

lobLabel

javax.swing.JLabel lobLabel

lobScrollPane

javax.swing.JScrollPane lobScrollPane

lobTextArea

javax.swing.JTextArea lobTextArea

priorityLabel

javax.swing.JLabel priorityLabel

priorityTextField

javax.swing.JTextField priorityTextField

languageLabel

javax.swing.JLabel languageLabel

languageComboBox

javax.swing.JComboBox languageComboBox

batchLabel

javax.swing.JLabel batchLabel

batchComboBox

javax.swing.JComboBox batchComboBox

storageLabel

javax.swing.JLabel storageLabel

storageComboBox

javax.swing.JComboBox storageComboBox

jobTypeLabel

javax.swing.JLabel jobTypeLabel

jobTypeComboBox

javax.swing.JComboBox jobTypeComboBox

conditionLabel

javax.swing.JLabel conditionLabel

conditionComboBox

javax.swing.JComboBox conditionComboBox

externalIDsLabel

javax.swing.JLabel externalIDsLabel

viewExternalIDsButton

javax.swing.JButton viewExternalIDsButton

closeButton

javax.swing.JButton closeButton

saveButton

javax.swing.JButton saveButton

jobMetaData

JobMetaData jobMetaData

dueDate

java.util.Date dueDate

Class org.bibalex.daf.managers.report.JobsDataReport extends javax.swing.JDialog implements Serializable

Serialized Fields

masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are jobScrollPane,exportButton and cancelButton


jobScrollPane

javax.swing.JScrollPane jobScrollPane
jobScrollPane is the container Pane for data table


jobTable

SortableTable jobTable
jobTable is the table that shows up the result set of executed query


exportButton

javax.swing.JButton exportButton
exportButton exports jobTable to excel sheet


cancelButton

javax.swing.JButton cancelButton
cancelButton closes JobsDataReport Dialog


metaDataJobsPopupMenu

javax.swing.JPopupMenu metaDataJobsPopupMenu
metaDataJobsPopupMenu is a menus holds JobMetaData element which shows up the meta data of the selected job


typeLabel

javax.swing.JLabel typeLabel

phaseLabel

javax.swing.JLabel phaseLabel

phaseTitleLabel

javax.swing.JLabel phaseTitleLabel

resultCountLabel

javax.swing.JLabel resultCountLabel

phase

Phase phase
Phase instance


user

User user
User instance


resourceManager

ResourceManager resourceManager
ResourceManager instance


jobsDataReport

JobsDataReport jobsDataReport

selectType

int selectType

userID

int userID

jobType

int jobType

phaseID

int phaseID

collID

int collID

batchID

int batchID

booksLevel

int booksLevel

fromDate

java.util.Date fromDate

toDate

java.util.Date toDate

Class org.bibalex.daf.managers.report.LatesGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master panel and other components


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are lateJobsScrollPane and exportButton


lateJobsScrollPane

javax.swing.JScrollPane lateJobsScrollPane
lateJobsScrollPane is the container Pane for lateJobsTable


lateJobsTable

SortableTable lateJobsTable
lateJobsTable is the table that shows up the late jobs


exportButton

javax.swing.JButton exportButton
exportButton exports lateJobsTable to excel sheet


jobPopupMenu

javax.swing.JPopupMenu jobPopupMenu
jobPopupMenu is a menus holds JobMetaData and FileLevelInfo elements which shows up the meta data of the selected job and fileLevelInfo receptively


lateJobsLabel

javax.swing.JLabel lateJobsLabel

jobCount

javax.swing.JLabel jobCount
jobCount shows late jobs count

Class org.bibalex.daf.managers.report.PendingJobsGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master panel and other components


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carries the basic components which are pendingJobsScrollPane, approveButton, denyButton, exportButton, downloadButton, uploadButton and refreshButton


pendingJobsScrollPane

javax.swing.JScrollPane pendingJobsScrollPane
pendingJobsScrollPane is the container Pane for pendingJobsTable


pendingJobsTable

SortableTable pendingJobsTable
pendingJobsTable is the table that shows up the pending jobs


approveButton

javax.swing.JButton approveButton
approveButton confirms user suggestion regarding a pending job


denyButton

javax.swing.JButton denyButton
denyButton denies user suggestion regarding a pending job


exportButton

javax.swing.JButton exportButton
exportButton exports pendingJobsTable to excel sheet


downloadButton

javax.swing.JButton downloadButton
downloadButton downloads the physical folder of job to working directory


uploadButton

javax.swing.JButton uploadButton
uploadButton uploads the physical folder of job to the server.


refreshButton

javax.swing.JButton refreshButton
refreshButton reloads pending jobs list


jobPopupMenu

javax.swing.JPopupMenu jobPopupMenu
jobPopupMenu is a menus holds JobMetaData and FileLevelInfo elements which shows up the meta data of the selected job and fileLevelInfo receptively


jobCount

javax.swing.JLabel jobCount
jobCount shows pending jobs count


pendingJobsLabel

javax.swing.JLabel pendingJobsLabel

Class org.bibalex.daf.managers.report.RateReportGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master panel and other components


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carries the basic components which are ratesScrollPane, usersScrollPane, expandedRatesScrollPane, retrieveDataButton, exportButton, fromDateButton, toDateButton and jobTypesComboBox and JCheckBoxes


ratesScrollPane

javax.swing.JScrollPane ratesScrollPane
ratesScrollPane is the container Pane for ratesTable


usersScrollPane

javax.swing.JScrollPane usersScrollPane
ratesScrollPane is the container Pane for usersList


expandedRatesScrollPane

javax.swing.JScrollPane expandedRatesScrollPane
expandedRatesScrollPane is the container Pane for expandedRatesTable


ratesTable

SortableTable ratesTable
ratesTable is the table that shows up the rate report


expandedRatesTable

SortableTable expandedRatesTable
expandedRatesTable is the table that shows up the expanded rate report


retrieveDataButton

javax.swing.JButton retrieveDataButton
retrieveDataButton submit the rate query and get results from DB


exportButton

javax.swing.JButton exportButton
exportButton exports pendingJobsTable to excel sheet


fromDateButton

DateButton fromDateButton
fromDateButton specifies report starting date


toDateButton

DateButton toDateButton
toDateButton specifies report end date


jobTypesComboBox

javax.swing.JComboBox jobTypesComboBox
jobTypesComboBox loads all Job Types


expandReportCheckBox

javax.swing.JCheckBox expandReportCheckBox
expandReportCheckBox enables expanded report


expandUserCheckBox

javax.swing.JCheckBox expandUserCheckBox
expandUserCheckBox gets active users only


booksCheckBox

javax.swing.JCheckBox booksCheckBox
booksCheckBox gets rate report based on jobs count not pages count


jobTypesLabel

javax.swing.JLabel jobTypesLabel

usersList

javax.swing.JList usersList

fromDateLabel

javax.swing.JLabel fromDateLabel

toDateLabel

javax.swing.JLabel toDateLabel

activeOnlyLabel

javax.swing.JLabel activeOnlyLabel

booksLabel

javax.swing.JLabel booksLabel

expandReportLabel

javax.swing.JLabel expandReportLabel

ratesLabel

javax.swing.JLabel ratesLabel

booksLevel

int booksLevel
Variables


viewAll

boolean viewAll

Class org.bibalex.daf.managers.report.ReportBuilder extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master panel and other components


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carry the basic components which are reportsScrollPane and other components


reportsScrollPane

javax.swing.JScrollPane reportsScrollPane

descScrollPane

javax.swing.JScrollPane descScrollPane

attributesScrollPane

javax.swing.JScrollPane attributesScrollPane

reportsTable

SortableTable reportsTable

newReportButton

javax.swing.JButton newReportButton

cancelButton

javax.swing.JButton cancelButton

submitButton

javax.swing.JButton submitButton

deleteButton

javax.swing.JButton deleteButton

jobTypesComboBox

javax.swing.JComboBox jobTypesComboBox

AndOrLangComboBox

javax.swing.JComboBox AndOrLangComboBox

AndOrCollectionComboBox

javax.swing.JComboBox AndOrCollectionComboBox

AndORCollOwnerComboBox

javax.swing.JComboBox AndORCollOwnerComboBox

CollectionComboBox

javax.swing.JComboBox CollectionComboBox

collectionOwnerComboBox

javax.swing.JComboBox collectionOwnerComboBox

LangComboBox

javax.swing.JComboBox LangComboBox

StatusComboBox

javax.swing.JComboBox StatusComboBox

AndOrJobTypeComboBox

javax.swing.JComboBox AndOrJobTypeComboBox

oldOrNewJobComboBox

javax.swing.JComboBox oldOrNewJobComboBox

nameTextField

javax.swing.JTextField nameTextField

jobTitleTextField

javax.swing.JTextField jobTitleTextField

DescriptionTextArea2

javax.swing.JTextArea DescriptionTextArea2

attributesCheckList

CheckBoxList attributesCheckList

directQueryCheckBox

javax.swing.JCheckBox directQueryCheckBox

reportsLabel

javax.swing.JLabel reportsLabel

repNameLabel

javax.swing.JLabel repNameLabel

DescLabel

javax.swing.JLabel DescLabel

jobTypeLabel

javax.swing.JLabel jobTypeLabel

CollLabel

javax.swing.JLabel CollLabel

LangLabel

javax.swing.JLabel LangLabel

AttrLabel

javax.swing.JLabel AttrLabel

statusLabel

javax.swing.JLabel statusLabel

titleLikeLabel

javax.swing.JLabel titleLikeLabel

oldNewLabel

javax.swing.JLabel oldNewLabel

criteriaLabel

javax.swing.JLabel criteriaLabel

jobStatusLabel

javax.swing.JLabel jobStatusLabel

directQueryLabel

javax.swing.JLabel directQueryLabel

collOwnerLabel

javax.swing.JLabel collOwnerLabel

Class org.bibalex.daf.managers.report.ReportData extends javax.swing.JDialog implements Serializable

Serialized Fields

masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carries the basic components which are reportTable, exportButton, closeButton, deleteButton, assignButton downloadButton, uploadButton and changeTypeButton


reportScrollPane

javax.swing.JScrollPane reportScrollPane
reportScrollPane is the container Pane for reportTable


reportTable

SortableTable reportTable
reportTable is the table that shows up the query result


exportButton

javax.swing.JButton exportButton
exportButton exports reportTable to excel sheet


closeButton

javax.swing.JButton closeButton
closeButton disposes all


deleteButton

javax.swing.JButton deleteButton
deleteButton deletes a job


assignButton

javax.swing.JButton assignButton
assignButton assigns a job


downloadButton

javax.swing.JButton downloadButton
downloadButton downloads a job


uploadButton

javax.swing.JButton uploadButton
uploadButton uploads a job


changeTypeButton

javax.swing.JButton changeTypeButton
changeTypeButton changes a job type of a job


jobPopupMenu

javax.swing.JPopupMenu jobPopupMenu

reportLabel

javax.swing.JLabel reportLabel

reportNameLabel

javax.swing.JLabel reportNameLabel

countLabel

javax.swing.JLabel countLabel

reportID

int reportID
Variables****************************************


reportData

ReportData reportData

resourceManager

ResourceManager resourceManager

reportQuery

java.lang.String reportQuery

reportName

java.lang.String reportName

spName

java.lang.String spName

columnsFormatted

boolean columnsFormatted

arguments

java.util.ArrayList<E> arguments

selectedJob

Job selectedJob

Class org.bibalex.daf.managers.report.ReportingManagerGUI extends javax.swing.JTabbedPane implements Serializable

Serialized Fields

resourceManager

ResourceManager resourceManager

pendingJobsGUI

PendingJobsGUI pendingJobsGUI
Instance of the pending jobs Panel.


lateJobsGUI

LatesGUI lateJobsGUI
Instance of the late jobs Panel.


workFlowGUI

WorkFlowGUI workFlowGUI
Instance of the Work Flow Panel.


rateReport

RateReportGUI rateReport

reportBuilder

ReportBuilder reportBuilder

Class org.bibalex.daf.managers.report.WorkFlowGUI extends BaseManagerGUI implements Serializable

Serialized Fields

jPanel

javax.swing.JPanel jPanel
jPanel is Main panel which containes master panel and other components


masterPanel

javax.swing.JPanel masterPanel
masterPanel is the panel that carries the basic components which are workFlowScrollPane, ExpandedworkFlowScrollPane, exportButton, workFlowButton, fromDateButton, toDateButton, jobTypesComboBox, collectionsComboBox, batchesComboBox expandReportCheckBox and specifyDateCheckBox


workFlowScrollPane

javax.swing.JScrollPane workFlowScrollPane
workFlowScrollPane is the container Pane for workFlowTable


ExpandedworkFlowScrollPane

javax.swing.JScrollPane ExpandedworkFlowScrollPane
ExpandedworkFlowScrollPane is the container Pane for ExpandedworkFlowTable


workFlowTable

SortableTable workFlowTable
workFlowTable is the table that shows up the workflow report


ExpandedworkFlowTable

SortableTable ExpandedworkFlowTable
ExpandedworkFlowTable is the table that shows up the ExpandedworkFlowTable report


exportButton

javax.swing.JButton exportButton
exportButton exports pendingJobsTable to excel sheet


workFlowButton

javax.swing.JButton workFlowButton
workFlowButton gets workflow report


fromDateButton

DateButton fromDateButton
fromDateButton specifies report starting date


toDateButton

DateButton toDateButton
toDateButton specifies report end date


expandReportCheckBox

javax.swing.JCheckBox expandReportCheckBox
expandReportCheckBox enables ExpandedworkFlowTable


specifyDateCheckBox

javax.swing.JCheckBox specifyDateCheckBox

jobTypesComboBox

javax.swing.JComboBox jobTypesComboBox
jobTypesComboBox loads all Job Types


collectionsComboBox

javax.swing.JComboBox collectionsComboBox
collectionsComboBox loads all Collections


batchesComboBox

javax.swing.JComboBox batchesComboBox
batchesComboBox loads all Batches


workFlowLabel

javax.swing.JLabel workFlowLabel

expandWorkFlowLabel

javax.swing.JLabel expandWorkFlowLabel

specifyDateLabel

javax.swing.JLabel specifyDateLabel

jobTypesLabel

javax.swing.JLabel jobTypesLabel

collectionsLabel

javax.swing.JLabel collectionsLabel

batchesLabel

javax.swing.JLabel batchesLabel

fromDateLabel

javax.swing.JLabel fromDateLabel

toDateLabel

javax.swing.JLabel toDateLabel

executeOnce

boolean executeOnce
Variables****************************************


minDate

boolean minDate

Min_DATE

java.util.Date Min_DATE

fromDate

java.util.Date fromDate

toDate

java.util.Date toDate

Package org.bibalex.daf.managers.resourcemanager

Class org.bibalex.daf.managers.resourcemanager.ResourceManagerException extends java.lang.Exception implements Serializable


Package org.bibalex.daf.retrievalplugins

Class org.bibalex.daf.retrievalplugins.ChooseRetrievalDriveDialog extends javax.swing.JDialog implements Serializable

Serialized Fields

jContentPane

javax.swing.JPanel jContentPane

mainPanel

javax.swing.JPanel mainPanel

drivesComboBox

javax.swing.JComboBox drivesComboBox

retrieveButton

javax.swing.JButton retrieveButton

drivesLabel

javax.swing.JLabel drivesLabel

resourceManager

ResourceManager resourceManager

chooseRetrievalDriveDialogInterface

ChooseRetrievalDriveDialog.IChooseRetrievalDriveDialog chooseRetrievalDriveDialogInterface

cancelButton

javax.swing.JButton cancelButton