Uses of Class
generalDatabase.PamSubtableData
Packages that use PamSubtableData
-
Uses of PamSubtableData in generalDatabase
Methods in generalDatabase that return types with arguments of type PamSubtableDataModifier 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.Methods in generalDatabase with parameters of type PamSubtableDataModifier and TypeMethodDescriptionvoid
PamSubtableData.addSubtableItemToList
(PamSubtableData subtableItem) -
Uses of PamSubtableData in PamguardMVC.superdet
Methods in PamguardMVC.superdet that return types with arguments of type PamSubtableDataModifier and TypeMethodDescriptionSuperDetDataBlock.getSubtableData()
Returns the list of subtable data that gets generated when the PamDataBlock is loaded from the database.Methods in PamguardMVC.superdet with parameters of type PamSubtableDataModifier and TypeMethodDescriptionint
SubTableDataComparator.compare
(PamSubtableData o1, PamSubtableData o2) Method parameters in PamguardMVC.superdet with type arguments of type PamSubtableDataModifier and TypeMethodDescriptionvoid
SuperDetDataBlock.setSubtableData
(ArrayList<PamSubtableData> subTableDataList, ViewLoadObserver loadObserver) Called from the database when subtable data are loaded.Constructors in PamguardMVC.superdet with parameters of type PamSubtableDataModifierConstructorDescriptionSubdetectionInfo
(PamSubtableData subTableData) Constructor used when reading back from database.