Class GroupLocInfoLogging

java.lang.Object
generalDatabase.SQLLogging
generalDatabase.PamDetectionLogging
Localiser.detectionGroupLocaliser.GroupLocInfoLogging
Direct Known Subclasses:
ClickGroupLogging

public abstract class GroupLocInfoLogging extends PamDetectionLogging
  • Constructor Details

    • GroupLocInfoLogging

      public GroupLocInfoLogging(PamDataBlock pamDataBlock, int updatePolicy)
  • Method Details

    • fillDataUnit

      protected boolean fillDataUnit(SQLTypes sqlTypes, PamDataUnit pamDetection)
      Description copied from class: PamDetectionLogging
      PamDetection is nearly always overridden (Not sure why it's not declared abstract) so it's quite difficult for createDataUnit to fill and do anything with these in the general class. Therefore, assume that createDataUnit will be overridden in more concrete classes and just provide a function here to fill the data in to a newDataUnit from standard database columns
      Overrides:
      fillDataUnit in class PamDetectionLogging