fr.ifremer.allegro.data.survey.physicalGear.generic.service
Class RemotePhysicalGearSurveyFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.physicalGear.generic.service.RemotePhysicalGearSurveyFullServiceBase
All Implemented Interfaces:
RemotePhysicalGearSurveyFullService
Direct Known Subclasses:
RemotePhysicalGearSurveyFullServiceImpl

public abstract class RemotePhysicalGearSurveyFullServiceBase
extends java.lang.Object
implements RemotePhysicalGearSurveyFullService

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

See Also:
RemotePhysicalGearSurveyFullService

Constructor Summary
RemotePhysicalGearSurveyFullServiceBase()
           
 
Method Summary
 ClusterPhysicalGearSurvey addOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
           
 RemotePhysicalGearSurveyFullVO addPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
           
 ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePhysicalGearSurveyFullVO[] getAllPhysicalGearSurvey()
           
 ClusterPhysicalGearSurvey getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeatures'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  PersonDao getPersonDao()
          Gets the reference to person's DAO.
 RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByIds(java.lang.Integer[] id)
           
 RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByProgramCode(java.lang.String code)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByVesselCode(java.lang.String code)
           
protected  PhysicalGearSurveyDao getPhysicalGearSurveyDao()
          Gets the reference to physicalGearSurvey's DAO.
 RemotePhysicalGearSurveyNaturalId getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyNaturalId[] getPhysicalGearSurveyNaturalIds()
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProgramDao getProgramDao()
          Gets the reference to program's DAO.
protected  QualityFlagDao getQualityFlagDao()
          Gets the reference to qualityFlag's DAO.
protected  SurveyMeasurementDao getSurveyMeasurementDao()
          Gets the reference to surveyMeasurement's DAO.
protected  VesselDao getVesselDao()
          Gets the reference to vessel's DAO.
protected  VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
          Gets the reference to vesselPhysicalFeatures's DAO.
protected abstract  ClusterPhysicalGearSurvey handleAddOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
          Performs the core logic for addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
protected abstract  RemotePhysicalGearSurveyFullVO handleAddPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
          Performs the core logic for addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract  ClusterPhysicalGearSurvey[] handleGetAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetAllPhysicalGearSurvey()
          Performs the core logic for getAllPhysicalGearSurvey()
protected abstract  ClusterPhysicalGearSurvey handleGetClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer)
protected abstract  RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyById(java.lang.Integer id)
          Performs the core logic for getPhysicalGearSurveyById(java.lang.Integer)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByIds(java.lang.Integer[] id)
          Performs the core logic for getPhysicalGearSurveyByIds(java.lang.Integer[])
protected abstract  RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
          Performs the core logic for getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByProgramCode(java.lang.String code)
          Performs the core logic for getPhysicalGearSurveyByProgramCode(java.lang.String)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
          Performs the core logic for getPhysicalGearSurveyByQualityFlagCode(java.lang.String)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)
protected abstract  RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByVesselCode(java.lang.String code)
          Performs the core logic for getPhysicalGearSurveyByVesselCode(java.lang.String)
protected abstract  RemotePhysicalGearSurveyNaturalId handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
          Performs the core logic for getPhysicalGearSurveyNaturalIdById(java.lang.Integer)
protected abstract  RemotePhysicalGearSurveyNaturalId[] handleGetPhysicalGearSurveyNaturalIds()
          Performs the core logic for getPhysicalGearSurveyNaturalIds()
protected abstract  boolean handleRemotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
          Performs the core logic for remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract  boolean handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
          Performs the core logic for remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract  void handleRemovePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
          Performs the core logic for removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract  void handleUpdatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
          Performs the core logic for updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
 boolean remotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
           
 boolean remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
           
 void removePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
           
 void setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to department's DAO.
 void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeatures's DAO.
 void setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
          Sets the reference to physicalGearSurvey's DAO.
 void setProgramDao(ProgramDao programDao)
          Sets the reference to program's DAO.
 void setQualityFlagDao(QualityFlagDao qualityFlagDao)
          Sets the reference to qualityFlag's DAO.
 void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
          Sets the reference to surveyMeasurement's DAO.
 void setVesselDao(VesselDao vesselDao)
          Sets the reference to vessel's DAO.
 void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
          Sets the reference to vesselPhysicalFeatures's DAO.
 void updatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePhysicalGearSurveyFullServiceBase

public RemotePhysicalGearSurveyFullServiceBase()
Method Detail

setPhysicalGearSurveyDao

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


getPhysicalGearSurveyDao

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


setGearPhysicalFeaturesDao

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


getGearPhysicalFeaturesDao

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


setVesselDao

public void setVesselDao(VesselDao vesselDao)
Sets the reference to vessel's DAO.


getVesselDao

protected VesselDao getVesselDao()
Gets the reference to vessel's DAO.


setProgramDao

public void setProgramDao(ProgramDao programDao)
Sets the reference to program's DAO.


getProgramDao

protected ProgramDao getProgramDao()
Gets the reference to program'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.


setQualityFlagDao

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


getQualityFlagDao

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


setSurveyMeasurementDao

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


getSurveyMeasurementDao

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


setPersonDao

public void setPersonDao(PersonDao personDao)
Sets the reference to person's DAO.


getPersonDao

protected PersonDao getPersonDao()
Gets the reference to person's DAO.


addPhysicalGearSurvey

public RemotePhysicalGearSurveyFullVO addPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
Specified by:
addPhysicalGearSurvey in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleAddPhysicalGearSurvey

protected abstract RemotePhysicalGearSurveyFullVO handleAddPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
                                                                       throws java.lang.Exception
Performs the core logic for addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Throws:
java.lang.Exception

updatePhysicalGearSurvey

public void updatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
Specified by:
updatePhysicalGearSurvey in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleUpdatePhysicalGearSurvey

protected abstract void handleUpdatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
                                                throws java.lang.Exception
Performs the core logic for updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Throws:
java.lang.Exception

removePhysicalGearSurvey

public void removePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
Specified by:
removePhysicalGearSurvey in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleRemovePhysicalGearSurvey

protected abstract void handleRemovePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
                                                throws java.lang.Exception
Performs the core logic for removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Throws:
java.lang.Exception

getAllPhysicalGearSurvey

public RemotePhysicalGearSurveyFullVO[] getAllPhysicalGearSurvey()
Specified by:
getAllPhysicalGearSurvey in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getAllPhysicalGearSurvey()

handleGetAllPhysicalGearSurvey

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetAllPhysicalGearSurvey()
                                                                            throws java.lang.Exception
Performs the core logic for getAllPhysicalGearSurvey()

Throws:
java.lang.Exception

getPhysicalGearSurveyById

public RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyById(java.lang.Integer id)
Specified by:
getPhysicalGearSurveyById in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyById(java.lang.Integer)

handleGetPhysicalGearSurveyById

protected abstract RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyById(java.lang.Integer id)
                                                                           throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyById(java.lang.Integer)

Throws:
java.lang.Exception

getPhysicalGearSurveyByIds

public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByIds(java.lang.Integer[] id)
Specified by:
getPhysicalGearSurveyByIds in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByIds(java.lang.Integer[])

handleGetPhysicalGearSurveyByIds

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByIds(java.lang.Integer[] id)
                                                                              throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getPhysicalGearSurveyByVesselCode

public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByVesselCode(java.lang.String code)
Specified by:
getPhysicalGearSurveyByVesselCode in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByVesselCode(java.lang.String)

handleGetPhysicalGearSurveyByVesselCode

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByVesselCode(java.lang.String code)
                                                                                     throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByVesselCode(java.lang.String)

Throws:
java.lang.Exception

getPhysicalGearSurveyByProgramCode

public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByProgramCode(java.lang.String code)
Specified by:
getPhysicalGearSurveyByProgramCode in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByProgramCode(java.lang.String)

handleGetPhysicalGearSurveyByProgramCode

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByProgramCode(java.lang.String code)
                                                                                      throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByProgramCode(java.lang.String)

Throws:
java.lang.Exception

getPhysicalGearSurveyByRecorderDepartmentId

public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
Specified by:
getPhysicalGearSurveyByRecorderDepartmentId in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)

handleGetPhysicalGearSurveyByRecorderDepartmentId

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getPhysicalGearSurveyByQualityFlagCode

public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
Specified by:
getPhysicalGearSurveyByQualityFlagCode in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByQualityFlagCode(java.lang.String)

handleGetPhysicalGearSurveyByQualityFlagCode

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
                                                                                          throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getPhysicalGearSurveyByRecorderPersonId

public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
Specified by:
getPhysicalGearSurveyByRecorderPersonId in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)

handleGetPhysicalGearSurveyByRecorderPersonId

protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)

Throws:
java.lang.Exception

remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers

public boolean remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                                    RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
Specified by:
remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                                                      RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
                                                                               throws java.lang.Exception
Performs the core logic for remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Throws:
java.lang.Exception

remotePhysicalGearSurveyFullVOsAreEqual

public boolean remotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                       RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
Specified by:
remotePhysicalGearSurveyFullVOsAreEqual in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

handleRemotePhysicalGearSurveyFullVOsAreEqual

protected abstract boolean handleRemotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                                         RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
                                                                  throws java.lang.Exception
Performs the core logic for remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)

Throws:
java.lang.Exception

getPhysicalGearSurveyNaturalIds

public RemotePhysicalGearSurveyNaturalId[] getPhysicalGearSurveyNaturalIds()
Specified by:
getPhysicalGearSurveyNaturalIds in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIds()

handleGetPhysicalGearSurveyNaturalIds

protected abstract RemotePhysicalGearSurveyNaturalId[] handleGetPhysicalGearSurveyNaturalIds()
                                                                                      throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyNaturalIds()

Throws:
java.lang.Exception

getPhysicalGearSurveyByNaturalId

public RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
Specified by:
getPhysicalGearSurveyByNaturalId in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)

handleGetPhysicalGearSurveyByNaturalId

protected abstract RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
                                                                                  throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)

Throws:
java.lang.Exception

getPhysicalGearSurveyNaturalIdById

public RemotePhysicalGearSurveyNaturalId getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
Specified by:
getPhysicalGearSurveyNaturalIdById in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIdById(java.lang.Integer)

handleGetPhysicalGearSurveyNaturalIdById

protected abstract RemotePhysicalGearSurveyNaturalId handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
                                                                                       throws java.lang.Exception
Performs the core logic for getPhysicalGearSurveyNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterPhysicalGearSurvey

public ClusterPhysicalGearSurvey addOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
Specified by:
addOrUpdateClusterPhysicalGearSurvey in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)

handleAddOrUpdateClusterPhysicalGearSurvey

protected abstract ClusterPhysicalGearSurvey handleAddOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
                                                                                 throws java.lang.Exception
Performs the core logic for addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)

Throws:
java.lang.Exception

getAllClusterPhysicalGearSurveySinceDateSynchro

public ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                   java.lang.Integer userId,
                                                                                   java.lang.Integer[] registrationLocationIds,
                                                                                   java.lang.Integer pageNumber,
                                                                                   java.lang.Integer pageSize)
Specified by:
getAllClusterPhysicalGearSurveySinceDateSynchro in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterPhysicalGearSurveySinceDateSynchro

protected abstract ClusterPhysicalGearSurvey[] handleGetAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                     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 getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterPhysicalGearSurveyByIdentifiers

public ClusterPhysicalGearSurvey getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
Specified by:
getClusterPhysicalGearSurveyByIdentifiers in interface RemotePhysicalGearSurveyFullService
See Also:
RemotePhysicalGearSurveyFullService.getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer)

handleGetClusterPhysicalGearSurveyByIdentifiers

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