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

java.lang.Object
  extended by fr.ifremer.allegro.data.measure.generic.service.RemoteSurveyMeasurementFullServiceBase
All Implemented Interfaces:
RemoteSurveyMeasurementFullService
Direct Known Subclasses:
RemoteSurveyMeasurementFullServiceImpl

public abstract class RemoteSurveyMeasurementFullServiceBase
extends java.lang.Object
implements RemoteSurveyMeasurementFullService

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

See Also:
RemoteSurveyMeasurementFullService

Constructor Summary
RemoteSurveyMeasurementFullServiceBase()
           
 
Method Summary
 ClusterSurveyMeasurement addOrUpdateClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
           
 RemoteSurveyMeasurementFullVO addSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
           
protected  ActivityCalendarDao getActivityCalendarDao()
          Gets the reference to activityCalendar's DAO.
protected  AggregationLevelDao getAggregationLevelDao()
          Gets the reference to aggregationLevel's DAO.
 ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteSurveyMeasurementFullVO[] getAllSurveyMeasurement()
           
protected  AnalysisInstrumentDao getAnalysisInstrumentDao()
          Gets the reference to analysisInstrument's DAO.
 ClusterSurveyMeasurement getClusterSurveyMeasurementByIdentifiers(java.lang.Integer id)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
protected  EconomicalSurveyDao getEconomicalSurveyDao()
          Gets the reference to economicalSurvey's DAO.
protected  FishingTripDao getFishingTripDao()
          Gets the reference to fishingTrip's DAO.
protected  LandingDao getLandingDao()
          Gets the reference to landing'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  PhysicalGearSurveyDao getPhysicalGearSurveyDao()
          Gets the reference to physicalGearSurvey'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  SaleDao getSaleDao()
          Gets the reference to sale's DAO.
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByActivityCalendarId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByAggregationLevelId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByDepartmentId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByFishingTripId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO getSurveyMeasurementById(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByIds(java.lang.Integer[] id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByLandingId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO getSurveyMeasurementByNaturalId(RemoteSurveyMeasurementNaturalId surveyMeasurementNaturalId)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPmfmId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPrecisionTypeId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByQualitativeValueId(java.lang.Integer id)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByQualityFlagCode(java.lang.String code)
           
 RemoteSurveyMeasurementFullVO[] getSurveyMeasurementBySaleId(java.lang.Integer id)
           
protected  SurveyMeasurementDao getSurveyMeasurementDao()
          Gets the reference to surveyMeasurement's DAO.
 RemoteSurveyMeasurementNaturalId getSurveyMeasurementNaturalIdById(java.lang.Integer id)
           
 RemoteSurveyMeasurementNaturalId[] getSurveyMeasurementNaturalIds()
           
protected abstract  ClusterSurveyMeasurement handleAddOrUpdateClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
          Performs the core logic for addOrUpdateClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)
protected abstract  RemoteSurveyMeasurementFullVO handleAddSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
          Performs the core logic for addSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract  ClusterSurveyMeasurement[] handleGetAllClusterSurveyMeasurement(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetAllSurveyMeasurement()
          Performs the core logic for getAllSurveyMeasurement()
protected abstract  ClusterSurveyMeasurement handleGetClusterSurveyMeasurementByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterSurveyMeasurementByIdentifiers(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByActivityCalendarId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByActivityCalendarId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByAggregationLevelId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByAggregationLevelId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByDepartmentId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByDepartmentId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByEconomicalSurveyId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByFishingTripId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByFishingTripId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO handleGetSurveyMeasurementById(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementById(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByIds(java.lang.Integer[] id)
          Performs the core logic for getSurveyMeasurementByIds(java.lang.Integer[])
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByLandingId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByLandingId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO handleGetSurveyMeasurementByNaturalId(RemoteSurveyMeasurementNaturalId surveyMeasurementNaturalId)
          Performs the core logic for getSurveyMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByNumericalPrecisionId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPmfmId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByPmfmId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPrecisionTypeId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByPrecisionTypeId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementByQualitativeValueId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByQualityFlagCode(java.lang.String code)
          Performs the core logic for getSurveyMeasurementByQualityFlagCode(java.lang.String)
protected abstract  RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementBySaleId(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementBySaleId(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementNaturalId handleGetSurveyMeasurementNaturalIdById(java.lang.Integer id)
          Performs the core logic for getSurveyMeasurementNaturalIdById(java.lang.Integer)
protected abstract  RemoteSurveyMeasurementNaturalId[] handleGetSurveyMeasurementNaturalIds()
          Performs the core logic for getSurveyMeasurementNaturalIds()
protected abstract  boolean handleRemoteSurveyMeasurementFullVOsAreEqual(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
          Performs the core logic for remoteSurveyMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract  boolean handleRemoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
          Performs the core logic for remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract  void handleRemoveSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
          Performs the core logic for removeSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
protected abstract  void handleUpdateSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
          Performs the core logic for updateSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)
 boolean remoteSurveyMeasurementFullVOsAreEqual(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
           
 boolean remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst, RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
           
 void removeSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
           
 void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
          Sets the reference to activityCalendar's DAO.
 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 setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
          Sets the reference to economicalSurvey's DAO.
 void setFishingTripDao(FishingTripDao fishingTripDao)
          Sets the reference to fishingTrip's DAO.
 void setLandingDao(LandingDao landingDao)
          Sets the reference to landing's DAO.
 void setNumericalPrecisionDao(NumericalPrecisionDao numericalPrecisionDao)
          Sets the reference to numericalPrecision's DAO.
 void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
          Sets the reference to physicalGearSurvey'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 setSaleDao(SaleDao saleDao)
          Sets the reference to sale's DAO.
 void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
          Sets the reference to surveyMeasurement's DAO.
 void updateSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSurveyMeasurementFullServiceBase

public RemoteSurveyMeasurementFullServiceBase()
Method Detail

setSurveyMeasurementDao

public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
Sets the reference to surveyMeasurement's DAO.


getSurveyMeasurementDao

protected SurveyMeasurementDao getSurveyMeasurementDao()
Gets the reference to surveyMeasurement's DAO.


setActivityCalendarDao

public void setActivityCalendarDao(ActivityCalendarDao activityCalendarDao)
Sets the reference to activityCalendar's DAO.


getActivityCalendarDao

protected ActivityCalendarDao getActivityCalendarDao()
Gets the reference to activityCalendar's DAO.


setEconomicalSurveyDao

public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
Sets the reference to economicalSurvey's DAO.


getEconomicalSurveyDao

protected EconomicalSurveyDao getEconomicalSurveyDao()
Gets the reference to economicalSurvey's DAO.


setFishingTripDao

public void setFishingTripDao(FishingTripDao fishingTripDao)
Sets the reference to fishingTrip's DAO.


getFishingTripDao

protected FishingTripDao getFishingTripDao()
Gets the reference to fishingTrip's DAO.


setLandingDao

public void setLandingDao(LandingDao landingDao)
Sets the reference to landing's DAO.


getLandingDao

protected LandingDao getLandingDao()
Gets the reference to landing's DAO.


setSaleDao

public void setSaleDao(SaleDao saleDao)
Sets the reference to sale's DAO.


getSaleDao

protected SaleDao getSaleDao()
Gets the reference to sale's DAO.


setPhysicalGearSurveyDao

public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
Sets the reference to physicalGearSurvey's DAO.


getPhysicalGearSurveyDao

protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
Gets the reference to physicalGearSurvey'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.


addSurveyMeasurement

public RemoteSurveyMeasurementFullVO addSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
Specified by:
addSurveyMeasurement in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.addSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

handleAddSurveyMeasurement

protected abstract RemoteSurveyMeasurementFullVO handleAddSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
                                                                     throws java.lang.Exception
Performs the core logic for addSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

Throws:
java.lang.Exception

updateSurveyMeasurement

public void updateSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
Specified by:
updateSurveyMeasurement in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.updateSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

handleUpdateSurveyMeasurement

protected abstract void handleUpdateSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
                                               throws java.lang.Exception
Performs the core logic for updateSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

Throws:
java.lang.Exception

removeSurveyMeasurement

public void removeSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
Specified by:
removeSurveyMeasurement in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.removeSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

handleRemoveSurveyMeasurement

protected abstract void handleRemoveSurveyMeasurement(RemoteSurveyMeasurementFullVO surveyMeasurement)
                                               throws java.lang.Exception
Performs the core logic for removeSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

Throws:
java.lang.Exception

getAllSurveyMeasurement

public RemoteSurveyMeasurementFullVO[] getAllSurveyMeasurement()
Specified by:
getAllSurveyMeasurement in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getAllSurveyMeasurement()

handleGetAllSurveyMeasurement

protected abstract RemoteSurveyMeasurementFullVO[] handleGetAllSurveyMeasurement()
                                                                          throws java.lang.Exception
Performs the core logic for getAllSurveyMeasurement()

Throws:
java.lang.Exception

getSurveyMeasurementById

public RemoteSurveyMeasurementFullVO getSurveyMeasurementById(java.lang.Integer id)
Specified by:
getSurveyMeasurementById in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementById(java.lang.Integer)

handleGetSurveyMeasurementById

protected abstract RemoteSurveyMeasurementFullVO handleGetSurveyMeasurementById(java.lang.Integer id)
                                                                         throws java.lang.Exception
Performs the core logic for getSurveyMeasurementById(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByIds

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByIds(java.lang.Integer[] id)
Specified by:
getSurveyMeasurementByIds in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByIds(java.lang.Integer[])

handleGetSurveyMeasurementByIds

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByIds(java.lang.Integer[] id)
                                                                            throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getSurveyMeasurementByActivityCalendarId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByActivityCalendarId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByActivityCalendarId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByActivityCalendarId(java.lang.Integer)

handleGetSurveyMeasurementByActivityCalendarId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByActivityCalendarId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByActivityCalendarId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByEconomicalSurveyId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByEconomicalSurveyId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer)

handleGetSurveyMeasurementByEconomicalSurveyId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByEconomicalSurveyId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByEconomicalSurveyId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByFishingTripId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByFishingTripId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByFishingTripId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByFishingTripId(java.lang.Integer)

handleGetSurveyMeasurementByFishingTripId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByFishingTripId(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByFishingTripId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByLandingId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByLandingId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByLandingId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByLandingId(java.lang.Integer)

handleGetSurveyMeasurementByLandingId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByLandingId(java.lang.Integer id)
                                                                                  throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByLandingId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementBySaleId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementBySaleId(java.lang.Integer id)
Specified by:
getSurveyMeasurementBySaleId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementBySaleId(java.lang.Integer)

handleGetSurveyMeasurementBySaleId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementBySaleId(java.lang.Integer id)
                                                                               throws java.lang.Exception
Performs the core logic for getSurveyMeasurementBySaleId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByPhysicalGearSurveyId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByPhysicalGearSurveyId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer)

handleGetSurveyMeasurementByPhysicalGearSurveyId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByPhysicalGearSurveyId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByDepartmentId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByDepartmentId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByDepartmentId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByDepartmentId(java.lang.Integer)

handleGetSurveyMeasurementByDepartmentId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByDepartmentId(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByPrecisionTypeId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPrecisionTypeId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByPrecisionTypeId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByPrecisionTypeId(java.lang.Integer)

handleGetSurveyMeasurementByPrecisionTypeId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPrecisionTypeId(java.lang.Integer id)
                                                                                        throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByPrecisionTypeId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByQualityFlagCode

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByQualityFlagCode(java.lang.String code)
Specified by:
getSurveyMeasurementByQualityFlagCode in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByQualityFlagCode(java.lang.String)

handleGetSurveyMeasurementByQualityFlagCode

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByQualityFlagCode(java.lang.String code)
                                                                                        throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getSurveyMeasurementByAnalysisInstrumentId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByAnalysisInstrumentId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer)

handleGetSurveyMeasurementByAnalysisInstrumentId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByAnalysisInstrumentId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByNumericalPrecisionId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByNumericalPrecisionId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer)

handleGetSurveyMeasurementByNumericalPrecisionId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByNumericalPrecisionId(java.lang.Integer id)
                                                                                             throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByNumericalPrecisionId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByPmfmId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByPmfmId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByPmfmId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByPmfmId(java.lang.Integer)

handleGetSurveyMeasurementByPmfmId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByPmfmId(java.lang.Integer id)
                                                                               throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByPmfmId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByQualitativeValueId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByQualitativeValueId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByQualitativeValueId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByQualitativeValueId(java.lang.Integer)

handleGetSurveyMeasurementByQualitativeValueId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByQualitativeValueId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByQualitativeValueId(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyMeasurementByAggregationLevelId

public RemoteSurveyMeasurementFullVO[] getSurveyMeasurementByAggregationLevelId(java.lang.Integer id)
Specified by:
getSurveyMeasurementByAggregationLevelId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByAggregationLevelId(java.lang.Integer)

handleGetSurveyMeasurementByAggregationLevelId

protected abstract RemoteSurveyMeasurementFullVO[] handleGetSurveyMeasurementByAggregationLevelId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByAggregationLevelId(java.lang.Integer)

Throws:
java.lang.Exception

remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers

public boolean remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst,
                                                                   RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
Specified by:
remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

handleRemoteSurveyMeasurementFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst,
                                                                                     RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
                                                                              throws java.lang.Exception
Performs the core logic for remoteSurveyMeasurementFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

Throws:
java.lang.Exception

remoteSurveyMeasurementFullVOsAreEqual

public boolean remoteSurveyMeasurementFullVOsAreEqual(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst,
                                                      RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
Specified by:
remoteSurveyMeasurementFullVOsAreEqual in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.remoteSurveyMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

handleRemoteSurveyMeasurementFullVOsAreEqual

protected abstract boolean handleRemoteSurveyMeasurementFullVOsAreEqual(RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOFirst,
                                                                        RemoteSurveyMeasurementFullVO remoteSurveyMeasurementFullVOSecond)
                                                                 throws java.lang.Exception
Performs the core logic for remoteSurveyMeasurementFullVOsAreEqual(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO, fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementFullVO)

Throws:
java.lang.Exception

getSurveyMeasurementNaturalIds

public RemoteSurveyMeasurementNaturalId[] getSurveyMeasurementNaturalIds()
Specified by:
getSurveyMeasurementNaturalIds in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementNaturalIds()

handleGetSurveyMeasurementNaturalIds

protected abstract RemoteSurveyMeasurementNaturalId[] handleGetSurveyMeasurementNaturalIds()
                                                                                    throws java.lang.Exception
Performs the core logic for getSurveyMeasurementNaturalIds()

Throws:
java.lang.Exception

getSurveyMeasurementByNaturalId

public RemoteSurveyMeasurementFullVO getSurveyMeasurementByNaturalId(RemoteSurveyMeasurementNaturalId surveyMeasurementNaturalId)
Specified by:
getSurveyMeasurementByNaturalId in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId)

handleGetSurveyMeasurementByNaturalId

protected abstract RemoteSurveyMeasurementFullVO handleGetSurveyMeasurementByNaturalId(RemoteSurveyMeasurementNaturalId surveyMeasurementNaturalId)
                                                                                throws java.lang.Exception
Performs the core logic for getSurveyMeasurementByNaturalId(fr.ifremer.allegro.data.measure.generic.vo.RemoteSurveyMeasurementNaturalId)

Throws:
java.lang.Exception

getSurveyMeasurementNaturalIdById

public RemoteSurveyMeasurementNaturalId getSurveyMeasurementNaturalIdById(java.lang.Integer id)
Specified by:
getSurveyMeasurementNaturalIdById in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getSurveyMeasurementNaturalIdById(java.lang.Integer)

handleGetSurveyMeasurementNaturalIdById

protected abstract RemoteSurveyMeasurementNaturalId handleGetSurveyMeasurementNaturalIdById(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getSurveyMeasurementNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getAllClusterSurveyMeasurement

public ClusterSurveyMeasurement[] getAllClusterSurveyMeasurement(java.lang.Integer userId,
                                                                 java.lang.Integer[] registrationLocationIds,
                                                                 java.lang.Integer pageNumber,
                                                                 java.lang.Integer pageSize)
Specified by:
getAllClusterSurveyMeasurement in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterSurveyMeasurement

protected abstract ClusterSurveyMeasurement[] handleGetAllClusterSurveyMeasurement(java.lang.Integer userId,
                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                   java.lang.Integer pageNumber,
                                                                                   java.lang.Integer pageSize)
                                                                            throws java.lang.Exception
Performs the core logic for getAllClusterSurveyMeasurement(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterSurveyMeasurementByIdentifiers

public ClusterSurveyMeasurement getClusterSurveyMeasurementByIdentifiers(java.lang.Integer id)
Specified by:
getClusterSurveyMeasurementByIdentifiers in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.getClusterSurveyMeasurementByIdentifiers(java.lang.Integer)

handleGetClusterSurveyMeasurementByIdentifiers

protected abstract ClusterSurveyMeasurement handleGetClusterSurveyMeasurementByIdentifiers(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Performs the core logic for getClusterSurveyMeasurementByIdentifiers(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterSurveyMeasurement

public ClusterSurveyMeasurement addOrUpdateClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
Specified by:
addOrUpdateClusterSurveyMeasurement in interface RemoteSurveyMeasurementFullService
See Also:
RemoteSurveyMeasurementFullService.addOrUpdateClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)

handleAddOrUpdateClusterSurveyMeasurement

protected abstract ClusterSurveyMeasurement handleAddOrUpdateClusterSurveyMeasurement(ClusterSurveyMeasurement clusterSurveyMeasurement)
                                                                               throws java.lang.Exception
Performs the core logic for addOrUpdateClusterSurveyMeasurement(fr.ifremer.allegro.data.measure.generic.cluster.ClusterSurveyMeasurement)

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.