fr.ifremer.allegro.data.survey.economy.generic.service
Class RemoteEconomicalSurveyFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.survey.economy.generic.service.RemoteEconomicalSurveyFullServiceBase
All Implemented Interfaces:
RemoteEconomicalSurveyFullService
Direct Known Subclasses:
RemoteEconomicalSurveyFullServiceImpl

public abstract class RemoteEconomicalSurveyFullServiceBase
extends java.lang.Object
implements RemoteEconomicalSurveyFullService

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

See Also:
RemoteEconomicalSurveyFullService

Constructor Summary
RemoteEconomicalSurveyFullServiceBase()
           
 
Method Summary
 RemoteEconomicalSurveyFullVO addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 ClusterEconomicalSurvey addOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
           
 ClusterEconomicalSurvey[] getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteEconomicalSurveyFullVO[] getAllEconomicalSurvey()
           
 ClusterEconomicalSurvey getClusterEconomicalSurveyByIdentifiers(java.lang.Integer id)
           
protected  DepartmentDao getDepartmentDao()
          Gets the reference to department's DAO.
 RemoteEconomicalSurveyFullVO getEconomicalSurveyById(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByIds(java.lang.Integer[] id)
           
 RemoteEconomicalSurveyFullVO getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByProgramCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByQualityFlagCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByVesselCode(java.lang.String code)
           
 RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
           
protected  EconomicalSurveyDao getEconomicalSurveyDao()
          Gets the reference to economicalSurvey's DAO.
 RemoteEconomicalSurveyNaturalId getEconomicalSurveyNaturalIdById(java.lang.Integer id)
           
 RemoteEconomicalSurveyNaturalId[] getEconomicalSurveyNaturalIds()
           
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.
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  VesselOwnerDao getVesselOwnerDao()
          Gets the reference to vesselOwner's DAO.
protected  VesselUseFeaturesDao getVesselUseFeaturesDao()
          Gets the reference to vesselUseFeatures's DAO.
protected abstract  RemoteEconomicalSurveyFullVO handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract  ClusterEconomicalSurvey handleAddOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
          Performs the core logic for addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
protected abstract  ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(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 getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetAllEconomicalSurvey()
          Performs the core logic for getAllEconomicalSurvey()
protected abstract  ClusterEconomicalSurvey handleGetClusterEconomicalSurveyByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)
protected abstract  RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyById(java.lang.Integer id)
          Performs the core logic for getEconomicalSurveyById(java.lang.Integer)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByIds(java.lang.Integer[] id)
          Performs the core logic for getEconomicalSurveyByIds(java.lang.Integer[])
protected abstract  RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
          Performs the core logic for getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByProgramCode(java.lang.String code)
          Performs the core logic for getEconomicalSurveyByProgramCode(java.lang.String)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code)
          Performs the core logic for getEconomicalSurveyByQualityFlagCode(java.lang.String)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
          Performs the core logic for getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
          Performs the core logic for getEconomicalSurveyByRecorderPersonId(java.lang.Integer)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselCode(java.lang.String code)
          Performs the core logic for getEconomicalSurveyByVesselCode(java.lang.String)
protected abstract  RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
          Performs the core logic for getEconomicalSurveyByVesselOwnerId(java.lang.Integer)
protected abstract  RemoteEconomicalSurveyNaturalId handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id)
          Performs the core logic for getEconomicalSurveyNaturalIdById(java.lang.Integer)
protected abstract  RemoteEconomicalSurveyNaturalId[] handleGetEconomicalSurveyNaturalIds()
          Performs the core logic for getEconomicalSurveyNaturalIds()
protected abstract  boolean handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
          Performs the core logic for remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract  boolean handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
          Performs the core logic for remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract  void handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract  void handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
          Performs the core logic for updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
 boolean remoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 boolean remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
           
 void removeEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 void setDepartmentDao(DepartmentDao departmentDao)
          Sets the reference to department's DAO.
 void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
          Sets the reference to economicalSurvey's DAO.
 void setPersonDao(PersonDao personDao)
          Sets the reference to person'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 setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
          Sets the reference to vesselOwner's DAO.
 void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
          Sets the reference to vesselUseFeatures's DAO.
 void updateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteEconomicalSurveyFullServiceBase

public RemoteEconomicalSurveyFullServiceBase()
Method Detail

setEconomicalSurveyDao

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


getEconomicalSurveyDao

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


setVesselOwnerDao

public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
Sets the reference to vesselOwner's DAO.


getVesselOwnerDao

protected VesselOwnerDao getVesselOwnerDao()
Gets the reference to vesselOwner'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.


setQualityFlagDao

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


getQualityFlagDao

protected QualityFlagDao getQualityFlagDao()
Gets the reference to qualityFlag'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.


setPersonDao

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


getPersonDao

protected PersonDao getPersonDao()
Gets the reference to person'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.


setVesselUseFeaturesDao

public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
Sets the reference to vesselUseFeatures's DAO.


getVesselUseFeaturesDao

protected VesselUseFeaturesDao getVesselUseFeaturesDao()
Gets the reference to vesselUseFeatures's DAO.


addEconomicalSurvey

public RemoteEconomicalSurveyFullVO addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
Specified by:
addEconomicalSurvey in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleAddEconomicalSurvey

protected abstract RemoteEconomicalSurveyFullVO handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
                                                                   throws java.lang.Exception
Performs the core logic for addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Throws:
java.lang.Exception

updateEconomicalSurvey

public void updateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
Specified by:
updateEconomicalSurvey in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleUpdateEconomicalSurvey

protected abstract void handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
                                              throws java.lang.Exception
Performs the core logic for updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Throws:
java.lang.Exception

removeEconomicalSurvey

public void removeEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
Specified by:
removeEconomicalSurvey in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleRemoveEconomicalSurvey

protected abstract void handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
                                              throws java.lang.Exception
Performs the core logic for removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Throws:
java.lang.Exception

getAllEconomicalSurvey

public RemoteEconomicalSurveyFullVO[] getAllEconomicalSurvey()
Specified by:
getAllEconomicalSurvey in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getAllEconomicalSurvey()

handleGetAllEconomicalSurvey

protected abstract RemoteEconomicalSurveyFullVO[] handleGetAllEconomicalSurvey()
                                                                        throws java.lang.Exception
Performs the core logic for getAllEconomicalSurvey()

Throws:
java.lang.Exception

getEconomicalSurveyById

public RemoteEconomicalSurveyFullVO getEconomicalSurveyById(java.lang.Integer id)
Specified by:
getEconomicalSurveyById in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyById(java.lang.Integer)

handleGetEconomicalSurveyById

protected abstract RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyById(java.lang.Integer id)
                                                                       throws java.lang.Exception
Performs the core logic for getEconomicalSurveyById(java.lang.Integer)

Throws:
java.lang.Exception

getEconomicalSurveyByIds

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByIds(java.lang.Integer[] id)
Specified by:
getEconomicalSurveyByIds in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByIds(java.lang.Integer[])

handleGetEconomicalSurveyByIds

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByIds(java.lang.Integer[] id)
                                                                          throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getEconomicalSurveyByVesselOwnerId

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
Specified by:
getEconomicalSurveyByVesselOwnerId in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselOwnerId(java.lang.Integer)

handleGetEconomicalSurveyByVesselOwnerId

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByVesselOwnerId(java.lang.Integer)

Throws:
java.lang.Exception

getEconomicalSurveyByVesselCode

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByVesselCode(java.lang.String code)
Specified by:
getEconomicalSurveyByVesselCode in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselCode(java.lang.String)

handleGetEconomicalSurveyByVesselCode

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselCode(java.lang.String code)
                                                                                 throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByVesselCode(java.lang.String)

Throws:
java.lang.Exception

getEconomicalSurveyByQualityFlagCode

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByQualityFlagCode(java.lang.String code)
Specified by:
getEconomicalSurveyByQualityFlagCode in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByQualityFlagCode(java.lang.String)

handleGetEconomicalSurveyByQualityFlagCode

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code)
                                                                                      throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByQualityFlagCode(java.lang.String)

Throws:
java.lang.Exception

getEconomicalSurveyByProgramCode

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByProgramCode(java.lang.String code)
Specified by:
getEconomicalSurveyByProgramCode in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByProgramCode(java.lang.String)

handleGetEconomicalSurveyByProgramCode

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByProgramCode(java.lang.String code)
                                                                                  throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByProgramCode(java.lang.String)

Throws:
java.lang.Exception

getEconomicalSurveyByRecorderDepartmentId

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
Specified by:
getEconomicalSurveyByRecorderDepartmentId in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)

handleGetEconomicalSurveyByRecorderDepartmentId

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)

Throws:
java.lang.Exception

getEconomicalSurveyByRecorderPersonId

public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
Specified by:
getEconomicalSurveyByRecorderPersonId in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderPersonId(java.lang.Integer)

handleGetEconomicalSurveyByRecorderPersonId

protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
                                                                                       throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByRecorderPersonId(java.lang.Integer)

Throws:
java.lang.Exception

remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers

public boolean remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst,
                                                                  RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
Specified by:
remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst,
                                                                                    RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
                                                                             throws java.lang.Exception
Performs the core logic for remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Throws:
java.lang.Exception

remoteEconomicalSurveyFullVOsAreEqual

public boolean remoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst,
                                                     RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
Specified by:
remoteEconomicalSurveyFullVOsAreEqual in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

handleRemoteEconomicalSurveyFullVOsAreEqual

protected abstract boolean handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst,
                                                                       RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
                                                                throws java.lang.Exception
Performs the core logic for remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)

Throws:
java.lang.Exception

getEconomicalSurveyNaturalIds

public RemoteEconomicalSurveyNaturalId[] getEconomicalSurveyNaturalIds()
Specified by:
getEconomicalSurveyNaturalIds in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIds()

handleGetEconomicalSurveyNaturalIds

protected abstract RemoteEconomicalSurveyNaturalId[] handleGetEconomicalSurveyNaturalIds()
                                                                                  throws java.lang.Exception
Performs the core logic for getEconomicalSurveyNaturalIds()

Throws:
java.lang.Exception

getEconomicalSurveyByNaturalId

public RemoteEconomicalSurveyFullVO getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
Specified by:
getEconomicalSurveyByNaturalId in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)

handleGetEconomicalSurveyByNaturalId

protected abstract RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
                                                                              throws java.lang.Exception
Performs the core logic for getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)

Throws:
java.lang.Exception

getEconomicalSurveyNaturalIdById

public RemoteEconomicalSurveyNaturalId getEconomicalSurveyNaturalIdById(java.lang.Integer id)
Specified by:
getEconomicalSurveyNaturalIdById in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIdById(java.lang.Integer)

handleGetEconomicalSurveyNaturalIdById

protected abstract RemoteEconomicalSurveyNaturalId handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getEconomicalSurveyNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterEconomicalSurvey

public ClusterEconomicalSurvey addOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
Specified by:
addOrUpdateClusterEconomicalSurvey in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

handleAddOrUpdateClusterEconomicalSurvey

protected abstract ClusterEconomicalSurvey handleAddOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
                                                                             throws java.lang.Exception
Performs the core logic for addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)

Throws:
java.lang.Exception

getAllClusterEconomicalSurveySinceDateSynchro

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

handleGetAllClusterEconomicalSurveySinceDateSynchro

protected abstract ClusterEconomicalSurvey[] handleGetAllClusterEconomicalSurveySinceDateSynchro(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 getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterEconomicalSurveyByIdentifiers

public ClusterEconomicalSurvey getClusterEconomicalSurveyByIdentifiers(java.lang.Integer id)
Specified by:
getClusterEconomicalSurveyByIdentifiers in interface RemoteEconomicalSurveyFullService
See Also:
RemoteEconomicalSurveyFullService.getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)

handleGetClusterEconomicalSurveyByIdentifiers

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