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

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteVesselPhysicalMeasurementFullServiceBase
All Implemented Interfaces:
RemoteVesselPhysicalMeasurementFullService
Direct Known Subclasses:
RemoteVesselPhysicalMeasurementFullServiceImpl

public abstract class RemoteVesselPhysicalMeasurementFullServiceBase
extends java.lang.Object
implements RemoteVesselPhysicalMeasurementFullService

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

See Also:
RemoteVesselPhysicalMeasurementFullService

Constructor Summary
RemoteVesselPhysicalMeasurementFullServiceBase()
           
 
Method Summary
 RemoteVesselPhysicalMeasurementFullVO addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
protected  AggregationLevelDao getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
 RemoteVesselPhysicalMeasurementFullVO[] getAllVesselPhysicalMeasurement()
           
protected  AnalysisInstrumentDao getAnalysisInstrumentDao()
          Gets the reference to analysisInstrument's DAO.
 ClusterVesselPhysicalMeasurement getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
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  VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
          Gets the reference to vesselPhysicalFeatures's DAO.
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
           
protected  VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
          Gets the reference to vesselPhysicalMeasurement's DAO.
 RemoteVesselPhysicalMeasurementNaturalId getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteVesselPhysicalMeasurementNaturalId[] getVesselPhysicalMeasurementNaturalIds()
           
protected abstract  RemoteVesselPhysicalMeasurementFullVO handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetAllVesselPhysicalMeasurement()
          Performs the core logic for getAllVesselPhysicalMeasurement()
protected abstract  ClusterVesselPhysicalMeasurement handleGetClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO handleGetVesselPhysicalMeasurementById(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementById(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for getVesselPhysicalMeasurementByIds(java.lang.Integer[])
protected abstract  RemoteVesselPhysicalMeasurementFullVO handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
          Performs the core logic for getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByPmfmId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String)
protected abstract  RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementNaturalId handleGetVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer)
protected abstract  RemoteVesselPhysicalMeasurementNaturalId[] handleGetVesselPhysicalMeasurementNaturalIds()
          Performs the core logic for getVesselPhysicalMeasurementNaturalIds()
protected abstract  boolean handleRemoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
          Performs the core logic for remoteVesselPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract  boolean handleRemoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
          Performs the core logic for remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract  void handleRemoveVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for removeVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
protected abstract  void handleUpdateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
          Performs the core logic for updateVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)
 boolean remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 boolean remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst, RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
           
 void removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 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 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 setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
          Sets the reference to vesselPhysicalFeatures's DAO.
 void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
          Sets the reference to vesselPhysicalMeasurement's DAO.
 void updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselPhysicalMeasurementFullServiceBase

public RemoteVesselPhysicalMeasurementFullServiceBase()
Method Detail

setVesselPhysicalMeasurementDao

public void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
Sets the reference to vesselPhysicalMeasurement's DAO.


getVesselPhysicalMeasurementDao

protected VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
Gets the reference to vesselPhysicalMeasurement's DAO.


setVesselPhysicalFeaturesDao

public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
Sets the reference to vesselPhysicalFeatures's DAO.


getVesselPhysicalFeaturesDao

protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
Gets the reference to vesselPhysicalFeatures'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.


addVesselPhysicalMeasurement

public RemoteVesselPhysicalMeasurementFullVO addVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
Specified by:
addVesselPhysicalMeasurement in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

handleAddVesselPhysicalMeasurement

protected abstract RemoteVesselPhysicalMeasurementFullVO handleAddVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
                                                                                     throws java.lang.Exception
Performs the core logic for addVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

updateVesselPhysicalMeasurement

public void updateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
Specified by:
updateVesselPhysicalMeasurement in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.updateVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

handleUpdateVesselPhysicalMeasurement

protected abstract void handleUpdateVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
                                                       throws java.lang.Exception
Performs the core logic for updateVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

removeVesselPhysicalMeasurement

public void removeVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
Specified by:
removeVesselPhysicalMeasurement in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.removeVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

handleRemoveVesselPhysicalMeasurement

protected abstract void handleRemoveVesselPhysicalMeasurement(RemoteVesselPhysicalMeasurementFullVO vesselPhysicalMeasurement)
                                                       throws java.lang.Exception
Performs the core logic for removeVesselPhysicalMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

getAllVesselPhysicalMeasurement

public RemoteVesselPhysicalMeasurementFullVO[] getAllVesselPhysicalMeasurement()
Specified by:
getAllVesselPhysicalMeasurement in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getAllVesselPhysicalMeasurement()

handleGetAllVesselPhysicalMeasurement

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetAllVesselPhysicalMeasurement()
                                                                                          throws java.lang.Exception
Performs the core logic for getAllVesselPhysicalMeasurement()

Throws:
java.lang.Exception

getVesselPhysicalMeasurementById

public RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementById(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementById in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementById(java.lang.Integer)

handleGetVesselPhysicalMeasurementById

protected abstract RemoteVesselPhysicalMeasurementFullVO handleGetVesselPhysicalMeasurementById(java.lang.Integer id)
                                                                                         throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementById(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByIds

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
Specified by:
getVesselPhysicalMeasurementByIds in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByIds(java.lang.Integer[])

handleGetVesselPhysicalMeasurementByIds

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByIds(java.lang.Integer[] id)
                                                                                            throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByVesselPhysicalFeaturesId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByVesselPhysicalFeaturesId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByVesselPhysicalFeaturesId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer id)
                                                                                                                 throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByVesselPhysicalFeaturesId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByDepartmentId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByDepartmentId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByDepartmentId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByDepartmentId(java.lang.Integer id)
                                                                                                     throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByPrecisionTypeId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByPrecisionTypeId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByPrecisionTypeId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                                                        throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByPrecisionTypeId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByQualityFlagCode

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
Specified by:
getVesselPhysicalMeasurementByQualityFlagCode in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String)

handleGetVesselPhysicalMeasurementByQualityFlagCode

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByQualityFlagCode(java.lang.String code)
                                                                                                        throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByAnalysisInstrumentId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByAnalysisInstrumentId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByAnalysisInstrumentId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                                                             throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByAnalysisInstrumentId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByNumericalPrecisionId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByNumericalPrecisionId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByNumericalPrecisionId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                                                             throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByNumericalPrecisionId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByPmfmId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByPmfmId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByPmfmId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByPmfmId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByPmfmId(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByPmfmId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByQualitativeValueId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByQualitativeValueId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByQualitativeValueId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                                                           throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByQualitativeValueId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByAggregationLevelId

public RemoteVesselPhysicalMeasurementFullVO[] getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementByAggregationLevelId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer)

handleGetVesselPhysicalMeasurementByAggregationLevelId

protected abstract RemoteVesselPhysicalMeasurementFullVO[] handleGetVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                                                           throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByAggregationLevelId(java.lang.Integer)

Throws:
java.lang.Exception

remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers

public boolean remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst,
                                                                           RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
Specified by:
remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

handleRemoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst,
                                                                                             RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
                                                                                      throws java.lang.Exception
Performs the core logic for remoteVesselPhysicalMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

remoteVesselPhysicalMeasurementFullVOsAreEqual

public boolean remoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst,
                                                              RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
Specified by:
remoteVesselPhysicalMeasurementFullVOsAreEqual in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.remoteVesselPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

handleRemoteVesselPhysicalMeasurementFullVOsAreEqual

protected abstract boolean handleRemoteVesselPhysicalMeasurementFullVOsAreEqual(RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOFirst,
                                                                                RemoteVesselPhysicalMeasurementFullVO remoteVesselPhysicalMeasurementFullVOSecond)
                                                                         throws java.lang.Exception
Performs the core logic for remoteVesselPhysicalMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementFullVO)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementNaturalIds

public RemoteVesselPhysicalMeasurementNaturalId[] getVesselPhysicalMeasurementNaturalIds()
Specified by:
getVesselPhysicalMeasurementNaturalIds in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementNaturalIds()

handleGetVesselPhysicalMeasurementNaturalIds

protected abstract RemoteVesselPhysicalMeasurementNaturalId[] handleGetVesselPhysicalMeasurementNaturalIds()
                                                                                                    throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementNaturalIds()

Throws:
java.lang.Exception

getVesselPhysicalMeasurementByNaturalId

public RemoteVesselPhysicalMeasurementFullVO getVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
Specified by:
getVesselPhysicalMeasurementByNaturalId in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)

handleGetVesselPhysicalMeasurementByNaturalId

protected abstract RemoteVesselPhysicalMeasurementFullVO handleGetVesselPhysicalMeasurementByNaturalId(RemoteVesselPhysicalMeasurementNaturalId vesselPhysicalMeasurementNaturalId)
                                                                                                throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteVesselPhysicalMeasurementNaturalId)

Throws:
java.lang.Exception

getVesselPhysicalMeasurementNaturalIdById

public RemoteVesselPhysicalMeasurementNaturalId getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
Specified by:
getVesselPhysicalMeasurementNaturalIdById in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer)

handleGetVesselPhysicalMeasurementNaturalIdById

protected abstract RemoteVesselPhysicalMeasurementNaturalId handleGetVesselPhysicalMeasurementNaturalIdById(java.lang.Integer id)
                                                                                                     throws java.lang.Exception
Performs the core logic for getVesselPhysicalMeasurementNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getClusterVesselPhysicalMeasurementByIdentifiers

public ClusterVesselPhysicalMeasurement getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)
Specified by:
getClusterVesselPhysicalMeasurementByIdentifiers in interface RemoteVesselPhysicalMeasurementFullService
See Also:
RemoteVesselPhysicalMeasurementFullService.getClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer)

handleGetClusterVesselPhysicalMeasurementByIdentifiers

protected abstract ClusterVesselPhysicalMeasurement handleGetClusterVesselPhysicalMeasurementByIdentifiers(java.lang.Integer id)
                                                                                                    throws java.lang.Exception
Performs the core logic for getClusterVesselPhysicalMeasurementByIdentifiers(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.