Uses of Class
generalDatabase.PamSubtableData
-
Uses of PamSubtableData in generalDatabase
Modifier and TypeMethodDescriptionPamSubtableData.getSubtableItems()
SQLLogging.loadSubtableData
(PamConnection con, SQLLogging parentLogging, String idList, ViewLoadObserver loadObserver) Loads the subtable data related to sub/superdetection linking, and stores it in a PamSubtableData ArrayList for reattachment later.SQLLogging.loadSubtableData
(PamConnection con, SQLLogging parentLogging, PamViewParameters pvp, ViewLoadObserver loadObserver) Called within a subLogging from the superLogging Loads the subtable data related to sub/superdetection linking, and stores it in a PamSubtableData ArrayList for reattachment later.Modifier and TypeMethodDescriptionvoid
PamSubtableData.addSubtableItemToList
(PamSubtableData subtableItem) -
Uses of PamSubtableData in PamguardMVC.superdet
Modifier and TypeMethodDescriptionSuperDetDataBlock.getSubtableData()
Returns the list of subtable data that gets generated when the PamDataBlock is loaded from the database.Modifier and TypeMethodDescriptionint
SubTableDataComparator.compare
(PamSubtableData o1, PamSubtableData o2) Modifier and TypeMethodDescriptionvoid
SuperDetDataBlock.setSubtableData
(ArrayList<PamSubtableData> subTableDataList, ViewLoadObserver loadObserver) Called from the database when subtable data are loaded.ModifierConstructorDescriptionSubdetectionInfo
(PamSubtableData subTableData) Constructor used when reading back from database.