BEAST
eu.baltrad.beast.pgf.PgfClientHelper Class Reference
Inheritance diagram for eu.baltrad.beast.pgf.PgfClientHelper:
eu.baltrad.beast.pgf.IPgfClientHelper

Classes

class  AreaAdaptorCallback
 Callback for taking care of the quality control information.
 
class  PcsDefinitionAdaptorCallback
 Callback for taking care of the quality control information.
 
class  QCAdaptorCallback
 Callback for taking care of the quality control information.
 

Public Member Functions

List< QualityControlInformationgetQualityControls ()
 
List< AreaInformationgetAreas ()
 
List< AreaInformationgetAreas (String adaptorName)
 
List< String > getUniqueAreaIds ()
 
List< PcsDefinitiongetPcsDefinitions ()
 
List< PcsDefinitiongetPcsDefinitions (String adaptorName)
 
List< String > getUniquePcsIds ()
 
void setAdaptorManager (IBltAdaptorManager adaptorManager)
 

Protected Member Functions

IAdaptorCallback createQCCallback (String adaptorName, List< QualityControlInformation > qualityControlInformation)
 Creates and returns an instance of the adaptor callback.
 
IAdaptorCallback createAreaCallback (String adaptorName, List< AreaInformation > areas)
 Creates and returns an instance of the adaptor callback.
 
IAdaptorCallback createPcsDefinitionCallback (String adaptorName, List< PcsDefinition > pcs)
 Creates and returns an instance of the adaptor callback.
 
List< QualityControlInformationcreateQCResultList ()
 
List< AreaInformationcreateAreaInformationList ()
 
List< PcsDefinitioncreatePcsDefinitionList ()
 

Detailed Description

Author
Anders Henja

Member Function Documentation

◆ createAreaCallback()

IAdaptorCallback eu.baltrad.beast.pgf.PgfClientHelper.createAreaCallback ( String adaptorName,
List< AreaInformation > areas )
inlineprotected

Creates and returns an instance of the adaptor callback.

Parameters
adaptorName
areas
Returns

◆ createAreaInformationList()

List< AreaInformation > eu.baltrad.beast.pgf.PgfClientHelper.createAreaInformationList ( )
inlineprotected
Returns
the list to be filled with areas

◆ createPcsDefinitionCallback()

IAdaptorCallback eu.baltrad.beast.pgf.PgfClientHelper.createPcsDefinitionCallback ( String adaptorName,
List< PcsDefinition > pcs )
inlineprotected

Creates and returns an instance of the adaptor callback.

Parameters
adaptorName
qualityControlInformation
Returns

◆ createPcsDefinitionList()

List< PcsDefinition > eu.baltrad.beast.pgf.PgfClientHelper.createPcsDefinitionList ( )
inlineprotected
Returns
the list to be filled with pcs definitions

◆ createQCCallback()

IAdaptorCallback eu.baltrad.beast.pgf.PgfClientHelper.createQCCallback ( String adaptorName,
List< QualityControlInformation > qualityControlInformation )
inlineprotected

Creates and returns an instance of the adaptor callback.

Parameters
adaptorName
qualityControlInformation
Returns

◆ createQCResultList()

List< QualityControlInformation > eu.baltrad.beast.pgf.PgfClientHelper.createQCResultList ( )
inlineprotected
Returns
the list to be filled with QC information

◆ getAreas() [1/2]

List< AreaInformation > eu.baltrad.beast.pgf.PgfClientHelper.getAreas ( )
inline

◆ getAreas() [2/2]

List< AreaInformation > eu.baltrad.beast.pgf.PgfClientHelper.getAreas ( String adaptorName)
inline

◆ getPcsDefinitions() [1/2]

List< PcsDefinition > eu.baltrad.beast.pgf.PgfClientHelper.getPcsDefinitions ( )
inline

◆ getPcsDefinitions() [2/2]

List< PcsDefinition > eu.baltrad.beast.pgf.PgfClientHelper.getPcsDefinitions ( String adaptorName)
inline

◆ getQualityControls()

List< QualityControlInformation > eu.baltrad.beast.pgf.PgfClientHelper.getQualityControls ( )
inline

◆ getUniqueAreaIds()

List< String > eu.baltrad.beast.pgf.PgfClientHelper.getUniqueAreaIds ( )
inline

◆ getUniquePcsIds()

List< String > eu.baltrad.beast.pgf.PgfClientHelper.getUniquePcsIds ( )
inline

◆ setAdaptorManager()

void eu.baltrad.beast.pgf.PgfClientHelper.setAdaptorManager ( IBltAdaptorManager adaptorManager)
inline
Parameters
adaptorManagerthe adaptor manager

The documentation for this class was generated from the following file: