fr.ifremer.allegro.data.measure.generic.service
Class RemoteGearPhysicalMeasurementFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteGearPhysicalMeasurementFullServiceBase
All Implemented Interfaces:
RemoteGearPhysicalMeasurementFullService
Direct Known Subclasses:
RemoteGearPhysicalMeasurementFullServiceImpl

public abstract class RemoteGearPhysicalMeasurementFullServiceBase
extends java.lang.Object
implements RemoteGearPhysicalMeasurementFullService

Spring Service base class for fr.ifremer.allegro.data.measure.generic.service.RemoteGearPhysicalMeasurementFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteGearPhysicalMeasurementFullService

Constructor Summary
RemoteGearPhysicalMeasurementFullServiceBase()
           
 
Method Summary
 RemoteGearPhysicalMeasurementFullVO addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
protected  AggregationLevelDao getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
 RemoteGearPhysicalMeasurementFullVO[] getAllGearPhysicalMeasurement()
           
protected  AnalysisInstrumentDao getAnalysisInstrumentDao()
          Gets the reference to analysisInstrument's DAO.
 ClusterGearPhysicalMeasurement getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer id)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeatures's DAO.
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
protected  GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
          Gets the reference to gearPhysicalMeasurement's DAO.
 RemoteGearPhysicalMeasurementNaturalId getGearPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteGearPhysicalMeasurementNaturalId[] getGearPhysicalMeasurementNaturalIds()
           
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
protected  NumericalPrecisionDao getNumericalPrecisionDao()
          Gets the reference to numericalPrecision's DAO.
protected  PmfmDao getPmfmDao()
          Gets the reference to pmfm's DAO.
protected  PrecisionTypeDao getPrecisionTypeDao()
          Gets the reference to precisionType's DAO.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  QualitativeValueDao getQualitativeValueDao()
          Gets the reference to qualitativeValue's DAO.
protected  QualityFlagDao getQualityFlagDao()
          Gets the reference to qualityFlag's DAO.
protected abstract  RemoteGearPhysicalMeasurementFullVO handleAddGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for addGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetAllGearPhysicalMeasurement()
          Performs the core logic for getAllGearPhysicalMeasurement()
protected abstract  ClusterGearPhysicalMeasurement handleGetClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByDepartmentId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO handleGetGearPhysicalMeasurementById(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementById(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for getGearPhysicalMeasurementByIds(java.lang.Integer[])
protected abstract  RemoteGearPhysicalMeasurementFullVO handleGetGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
          Performs the core logic for getGearPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementNaturalId)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByPmfmId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for getGearPhysicalMeasurementByQualityFlagCode(java.lang.String)
protected abstract  RemoteGearPhysicalMeasurementNaturalId handleGetGearPhysicalMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for getGearPhysicalMeasurementNaturalIdById(java.lang.Integer)
protected abstract  RemoteGearPhysicalMeasurementNaturalId[] handleGetGearPhysicalMeasurementNaturalIds()
          Performs the core logic for getGearPhysicalMeasurementNaturalIds()
protected abstract  boolean handleRemoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
          Performs the core logic for remoteGearPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected abstract  boolean handleRemoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
          Performs the core logic for remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected abstract  void handleRemoveGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for removeGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
protected abstract  void handleUpdateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
          Performs the core logic for updateGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)
 boolean remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 boolean remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst, RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
           
 void removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 void setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
          Sets the reference to aggregationLevel's DAO.
 void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
          Sets the reference to analysisInstrument's DAO.
 void setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to department's DAO.
 void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeatures's DAO.
 void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
          Sets the reference to gearPhysicalMeasurement's DAO.
 void setNumericalPrecisionDao(NumericalPrecisionDao numericalPrecisionDao)
          Sets the reference to numericalPrecision's DAO.
 void setPmfmDao(PmfmDao pmfmDao)
          Sets the reference to pmfm's DAO.
 void setPrecisionTypeDao(PrecisionTypeDao precisionTypeDao)
          Sets the reference to precisionType's DAO.
 void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
          Sets the reference to qualitativeValue's DAO.
 void setQualityFlagDao(QualityFlagDao qualityFlagDao)
          Sets the reference to qualityFlag's DAO.
 void updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearPhysicalMeasurementFullServiceBase

public RemoteGearPhysicalMeasurementFullServiceBase()
Method Detail

setGearPhysicalMeasurementDao

public void setGearPhysicalMeasurementDao(GearPhysicalMeasurementDao gearPhysicalMeasurementDao)
Sets the reference to gearPhysicalMeasurement's DAO.


getGearPhysicalMeasurementDao

protected GearPhysicalMeasurementDao getGearPhysicalMeasurementDao()
Gets the reference to gearPhysicalMeasurement's DAO.


setGearPhysicalFeaturesDao

public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeatures's DAO.


getGearPhysicalFeaturesDao

protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeatures's DAO.


setDepartmentDao

public void setDepartmentDao(DepartmentDao departmentDao)
Sets the reference to department's DAO.


getDepartmentDao

protected DepartmentDao getDepartmentDao()
Gets the reference to department's DAO.


setPrecisionTypeDao

public void setPrecisionTypeDao(PrecisionTypeDao precisionTypeDao)
Sets the reference to precisionType's DAO.


getPrecisionTypeDao

protected PrecisionTypeDao getPrecisionTypeDao()
Gets the reference to precisionType's DAO.


setQualityFlagDao

public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
Sets the reference to qualityFlag's DAO.


getQualityFlagDao

protected QualityFlagDao getQualityFlagDao()
Gets the reference to qualityFlag's DAO.


setAnalysisInstrumentDao

public void setAnalysisInstrumentDao(AnalysisInstrumentDao analysisInstrumentDao)
Sets the reference to analysisInstrument's DAO.


getAnalysisInstrumentDao

protected AnalysisInstrumentDao getAnalysisInstrumentDao()
Gets the reference to analysisInstrument's DAO.


setNumericalPrecisionDao

public void setNumericalPrecisionDao(NumericalPrecisionDao numericalPrecisionDao)
Sets the reference to numericalPrecision's DAO.


getNumericalPrecisionDao

protected NumericalPrecisionDao getNumericalPrecisionDao()
Gets the reference to numericalPrecision's DAO.


setPmfmDao

public void setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfm's DAO.


getPmfmDao

protected PmfmDao getPmfmDao()
Gets the reference to pmfm's DAO.


setQualitativeValueDao

public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValue's DAO.


getQualitativeValueDao

protected QualitativeValueDao getQualitativeValueDao()
Gets the reference to qualitativeValue's DAO.


setAggregationLevelDao

public void setAggregationLevelDao(AggregationLevelDao aggregationLevelDao)
Sets the reference to aggregationLevel's DAO.


getAggregationLevelDao

protected AggregationLevelDao getAggregationLevelDao()
Gets the reference to aggregationLevel's DAO.


addGearPhysicalMeasurement

public RemoteGearPhysicalMeasurementFullVO addGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
Specified by:
addGearPhysicalMeasurement in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.addGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

handleAddGearPhysicalMeasurement

protected abstract RemoteGearPhysicalMeasurementFullVO handleAddGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
                                                                                 throws java.lang.Exception
Performs the core logic for addGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

updateGearPhysicalMeasurement

public void updateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
Specified by:
updateGearPhysicalMeasurement in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.updateGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

handleUpdateGearPhysicalMeasurement

protected abstract void handleUpdateGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
                                                     throws java.lang.Exception
Performs the core logic for updateGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

removeGearPhysicalMeasurement

public void removeGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
Specified by:
removeGearPhysicalMeasurement in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.removeGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

handleRemoveGearPhysicalMeasurement

protected abstract void handleRemoveGearPhysicalMeasurement(RemoteGearPhysicalMeasurementFullVO gearPhysicalMeasurement)
                                                     throws java.lang.Exception
Performs the core logic for removeGearPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

getAllGearPhysicalMeasurement

public RemoteGearPhysicalMeasurementFullVO[] getAllGearPhysicalMeasurement()
Specified by:
getAllGearPhysicalMeasurement in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getAllGearPhysicalMeasurement()

handleGetAllGearPhysicalMeasurement

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetAllGearPhysicalMeasurement()
                                                                                      throws java.lang.Exception
Performs the core logic for getAllGearPhysicalMeasurement()

Throws:
java.lang.Exception

getGearPhysicalMeasurementById

public RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementById(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementById in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementById(java.lang.Integer)

handleGetGearPhysicalMeasurementById

protected abstract RemoteGearPhysicalMeasurementFullVO handleGetGearPhysicalMeasurementById(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementById(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByIds

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByIds(java.lang.Integer[] id)
Specified by:
getGearPhysicalMeasurementByIds in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByIds(java.lang.Integer[])

handleGetGearPhysicalMeasurementByIds

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByIds(java.lang.Integer[] id)
                                                                                        throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getGearPhysicalMeasurementByGearPhysicalFeaturesId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByGearPhysicalFeaturesId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer)

handleGetGearPhysicalMeasurementByGearPhysicalFeaturesId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer id)
                                                                                                           throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByGearPhysicalFeaturesId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByDepartmentId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByDepartmentId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByDepartmentId(java.lang.Integer)

handleGetGearPhysicalMeasurementByDepartmentId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByDepartmentId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByPrecisionTypeId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByPrecisionTypeId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetGearPhysicalMeasurementByPrecisionTypeId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                                                    throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByQualityFlagCode

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
Specified by:
getGearPhysicalMeasurementByQualityFlagCode in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByQualityFlagCode(java.lang.String)

handleGetGearPhysicalMeasurementByQualityFlagCode

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByQualityFlagCode(java.lang.String code)
                                                                                                    throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByAnalysisInstrumentId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByAnalysisInstrumentId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetGearPhysicalMeasurementByAnalysisInstrumentId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                                                         throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByNumericalPrecisionId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByNumericalPrecisionId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetGearPhysicalMeasurementByNumericalPrecisionId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                                                         throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByPmfmId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByPmfmId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByPmfmId(java.lang.Integer)

handleGetGearPhysicalMeasurementByPmfmId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByPmfmId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByPmfmId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByQualitativeValueId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByQualitativeValueId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer)

handleGetGearPhysicalMeasurementByQualitativeValueId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                                                       throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByQualitativeValueId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalMeasurementByAggregationLevelId

public RemoteGearPhysicalMeasurementFullVO[] getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementByAggregationLevelId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer)

handleGetGearPhysicalMeasurementByAggregationLevelId

protected abstract RemoteGearPhysicalMeasurementFullVO[] handleGetGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                                                       throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByAggregationLevelId(java.lang.Integer)

Throws:
java.lang.Exception

remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers

public boolean remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst,
                                                                         RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
Specified by:
remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

handleRemoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst,
                                                                                           RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
                                                                                    throws java.lang.Exception
Performs the core logic for remoteGearPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

remoteGearPhysicalMeasurementFullVOsAreEqual

public boolean remoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst,
                                                            RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
Specified by:
remoteGearPhysicalMeasurementFullVOsAreEqual in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.remoteGearPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

handleRemoteGearPhysicalMeasurementFullVOsAreEqual

protected abstract boolean handleRemoteGearPhysicalMeasurementFullVOsAreEqual(RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOFirst,
                                                                              RemoteGearPhysicalMeasurementFullVO remoteGearPhysicalMeasurementFullVOSecond)
                                                                       throws java.lang.Exception
Performs the core logic for remoteGearPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

getGearPhysicalMeasurementNaturalIds

public RemoteGearPhysicalMeasurementNaturalId[] getGearPhysicalMeasurementNaturalIds()
Specified by:
getGearPhysicalMeasurementNaturalIds in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementNaturalIds()

handleGetGearPhysicalMeasurementNaturalIds

protected abstract RemoteGearPhysicalMeasurementNaturalId[] handleGetGearPhysicalMeasurementNaturalIds()
                                                                                                throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementNaturalIds()

Throws:
java.lang.Exception

getGearPhysicalMeasurementByNaturalId

public RemoteGearPhysicalMeasurementFullVO getGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
Specified by:
getGearPhysicalMeasurementByNaturalId in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementNaturalId)

handleGetGearPhysicalMeasurementByNaturalId

protected abstract RemoteGearPhysicalMeasurementFullVO handleGetGearPhysicalMeasurementByNaturalId(RemoteGearPhysicalMeasurementNaturalId gearPhysicalMeasurementNaturalId)
                                                                                            throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteGearPhysicalMeasurementNaturalId)

Throws:
java.lang.Exception

getGearPhysicalMeasurementNaturalIdById

public RemoteGearPhysicalMeasurementNaturalId getGearPhysicalMeasurementNaturalIdById(java.lang.Integer id)
Specified by:
getGearPhysicalMeasurementNaturalIdById in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getGearPhysicalMeasurementNaturalIdById(java.lang.Integer)

handleGetGearPhysicalMeasurementNaturalIdById

protected abstract RemoteGearPhysicalMeasurementNaturalId handleGetGearPhysicalMeasurementNaturalIdById(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getGearPhysicalMeasurementNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getClusterGearPhysicalMeasurementByIdentifiers

public ClusterGearPhysicalMeasurement getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer id)
Specified by:
getClusterGearPhysicalMeasurementByIdentifiers in interface RemoteGearPhysicalMeasurementFullService
See Also:
RemoteGearPhysicalMeasurementFullService.getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer)

handleGetClusterGearPhysicalMeasurementByIdentifiers

protected abstract ClusterGearPhysicalMeasurement handleGetClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer id)
                                                                                                throws java.lang.Exception
Performs the core logic for getClusterGearPhysicalMeasurementByIdentifiers(java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.