|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExternalID | |
---|---|
org.bibalex.daf.commongui.controls | |
org.bibalex.daf.managers.checkin | |
org.bibalex.daf.managers.report |
Uses of ExternalID in org.bibalex.daf.commongui.controls |
---|
Fields in org.bibalex.daf.commongui.controls declared as ExternalID | |
---|---|
private ExternalID[] |
ExternalIDsTable.fillingInfo
Holds the ExternalID[] that was used to fill this JTable. |
Methods in org.bibalex.daf.commongui.controls that return ExternalID | |
---|---|
ExternalID[] |
ExternalIDsTable.getData(Holder<java.lang.Boolean> rowsSkipped)
Converts the valid rows of the table into an array of ExternalID. |
Methods in org.bibalex.daf.commongui.controls with parameters of type ExternalID | |
---|---|
void |
ExternalIDsTable.fill(ExternalID[] information)
Fills in the table with the given FileLevelInfo[]. Note: All the values will be displayed even if they are not consistent, e.g. |
Uses of ExternalID in org.bibalex.daf.managers.checkin |
---|
Fields in org.bibalex.daf.managers.checkin declared as ExternalID | |
---|---|
private ExternalID[] |
ExternalIDsEditor.data
|
private ExternalID[] |
NewJobGUI.externalIDs
|
Methods in org.bibalex.daf.managers.checkin that return ExternalID | |
---|---|
static ExternalID |
ExternalID.getByID(int id)
Gets the ExternalID object that has the given ID. |
static ExternalID[] |
ExternalID.getByJob(int jobID)
Gets all the external IDs that belong to this job. |
ExternalID[] |
ExternalIDsEditor.getData()
Gets the data stored in the table. |
static ExternalID |
ExternalID.getDefaults(int jobID)
Gets dafult ExtID value and ExtID type |
Methods in org.bibalex.daf.managers.checkin with parameters of type ExternalID | |
---|---|
static boolean |
ExternalIDsUtilities.allHaveDifferentTypes(ExternalID[] data)
Determines whether all the items in the given have different external ID type. |
static boolean |
ExternalIDsUtilities.areValuesPresent(ExternalID[] data)
Determines whether all the items has values associated with them. |
private java.lang.String |
NewJobGUI.getBibID(ExternalID[] externalIDs)
Gets the value of the item whose type is BibID. |
static boolean |
ExternalIDsUtilities.hasOneDefaultItem(ExternalID[] data)
Determines whether the given array has exactly one item with whose default is set to true. |
Constructors in org.bibalex.daf.managers.checkin with parameters of type ExternalID | |
---|---|
ExternalIDsEditor(ExternalID[] externalIDs,
boolean allowNoData)
Creates a new instance of ExternalIDsEditor. |
Uses of ExternalID in org.bibalex.daf.managers.report |
---|
Fields in org.bibalex.daf.managers.report declared as ExternalID | |
---|---|
private ExternalID |
JobHistory.defaultExtID
ExternalIDs of selected Job |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |