|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.economy.generic.service.RemoteEconomicalSurveyFullServiceBase
public abstract class RemoteEconomicalSurveyFullServiceBase
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.
RemoteEconomicalSurveyFullService
Constructor Summary | |
---|---|
RemoteEconomicalSurveyFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteEconomicalSurveyFullServiceBase()
Method Detail |
---|
public void setEconomicalSurveyDao(EconomicalSurveyDao economicalSurveyDao)
economicalSurvey
's DAO.
protected EconomicalSurveyDao getEconomicalSurveyDao()
economicalSurvey
's DAO.
public void setVesselOwnerDao(VesselOwnerDao vesselOwnerDao)
vesselOwner
's DAO.
protected VesselOwnerDao getVesselOwnerDao()
vesselOwner
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
's DAO.
public void setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurement
's DAO.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurement
's DAO.
public void setVesselUseFeaturesDao(VesselUseFeaturesDao vesselUseFeaturesDao)
vesselUseFeatures
's DAO.
protected VesselUseFeaturesDao getVesselUseFeaturesDao()
vesselUseFeatures
's DAO.
public RemoteEconomicalSurveyFullVO addEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
addEconomicalSurvey
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract RemoteEconomicalSurveyFullVO handleAddEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey) throws java.lang.Exception
addEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
java.lang.Exception
public void updateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
updateEconomicalSurvey
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract void handleUpdateEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey) throws java.lang.Exception
updateEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
java.lang.Exception
public void removeEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey)
removeEconomicalSurvey
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract void handleRemoveEconomicalSurvey(RemoteEconomicalSurveyFullVO economicalSurvey) throws java.lang.Exception
removeEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getAllEconomicalSurvey()
getAllEconomicalSurvey
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getAllEconomicalSurvey()
protected abstract RemoteEconomicalSurveyFullVO[] handleGetAllEconomicalSurvey() throws java.lang.Exception
getAllEconomicalSurvey()
java.lang.Exception
public RemoteEconomicalSurveyFullVO getEconomicalSurveyById(java.lang.Integer id)
getEconomicalSurveyById
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyById(java.lang.Integer)
protected abstract RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyById(java.lang.Integer id) throws java.lang.Exception
getEconomicalSurveyById(java.lang.Integer)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByIds(java.lang.Integer[] id)
getEconomicalSurveyByIds
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByIds(java.lang.Integer[])
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByIds(java.lang.Integer[] id) throws java.lang.Exception
getEconomicalSurveyByIds(java.lang.Integer[])
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByVesselOwnerId(java.lang.Integer id)
getEconomicalSurveyByVesselOwnerId
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselOwnerId(java.lang.Integer)
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselOwnerId(java.lang.Integer id) throws java.lang.Exception
getEconomicalSurveyByVesselOwnerId(java.lang.Integer)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByVesselCode(java.lang.String code)
getEconomicalSurveyByVesselCode
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByVesselCode(java.lang.String)
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByVesselCode(java.lang.String code) throws java.lang.Exception
getEconomicalSurveyByVesselCode(java.lang.String)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByQualityFlagCode(java.lang.String code)
getEconomicalSurveyByQualityFlagCode
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByQualityFlagCode(java.lang.String)
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getEconomicalSurveyByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByProgramCode(java.lang.String code)
getEconomicalSurveyByProgramCode
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByProgramCode(java.lang.String)
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByProgramCode(java.lang.String code) throws java.lang.Exception
getEconomicalSurveyByProgramCode(java.lang.String)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id)
getEconomicalSurveyByRecorderDepartmentId
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getEconomicalSurveyByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteEconomicalSurveyFullVO[] getEconomicalSurveyByRecorderPersonId(java.lang.Integer id)
getEconomicalSurveyByRecorderPersonId
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByRecorderPersonId(java.lang.Integer)
protected abstract RemoteEconomicalSurveyFullVO[] handleGetEconomicalSurveyByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getEconomicalSurveyByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(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) throws java.lang.Exception
remoteEconomicalSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
java.lang.Exception
public boolean remoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond)
remoteEconomicalSurveyFullVOsAreEqual
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
protected abstract boolean handleRemoteEconomicalSurveyFullVOsAreEqual(RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOFirst, RemoteEconomicalSurveyFullVO remoteEconomicalSurveyFullVOSecond) throws java.lang.Exception
remoteEconomicalSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO, fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyFullVO)
java.lang.Exception
public RemoteEconomicalSurveyNaturalId[] getEconomicalSurveyNaturalIds()
getEconomicalSurveyNaturalIds
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIds()
protected abstract RemoteEconomicalSurveyNaturalId[] handleGetEconomicalSurveyNaturalIds() throws java.lang.Exception
getEconomicalSurveyNaturalIds()
java.lang.Exception
public RemoteEconomicalSurveyFullVO getEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId)
getEconomicalSurveyByNaturalId
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
protected abstract RemoteEconomicalSurveyFullVO handleGetEconomicalSurveyByNaturalId(RemoteEconomicalSurveyNaturalId economicalSurveyNaturalId) throws java.lang.Exception
getEconomicalSurveyByNaturalId(fr.ifremer.allegro.data.survey.economy.generic.vo.RemoteEconomicalSurveyNaturalId)
java.lang.Exception
public RemoteEconomicalSurveyNaturalId getEconomicalSurveyNaturalIdById(java.lang.Integer id)
getEconomicalSurveyNaturalIdById
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getEconomicalSurveyNaturalIdById(java.lang.Integer)
protected abstract RemoteEconomicalSurveyNaturalId handleGetEconomicalSurveyNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getEconomicalSurveyNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterEconomicalSurvey addOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey)
addOrUpdateClusterEconomicalSurvey
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
protected abstract ClusterEconomicalSurvey handleAddOrUpdateClusterEconomicalSurvey(ClusterEconomicalSurvey clusterEconomicalSurvey) throws java.lang.Exception
addOrUpdateClusterEconomicalSurvey(fr.ifremer.allegro.data.survey.economy.generic.cluster.ClusterEconomicalSurvey)
java.lang.Exception
public ClusterEconomicalSurvey[] getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterEconomicalSurveySinceDateSynchro
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
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
getAllClusterEconomicalSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterEconomicalSurvey getClusterEconomicalSurveyByIdentifiers(java.lang.Integer id)
getClusterEconomicalSurveyByIdentifiers
in interface RemoteEconomicalSurveyFullService
RemoteEconomicalSurveyFullService.getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)
protected abstract ClusterEconomicalSurvey handleGetClusterEconomicalSurveyByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterEconomicalSurveyByIdentifiers(java.lang.Integer)
java.lang.Exception
protected java.security.Principal getPrincipal()
principal
if one has been set,
otherwise returns null
.
protected org.springframework.context.MessageSource getMessages()
protected java.lang.String getMessage(java.lang.String key)
key
in the underlying message bundle.
key
- the key of the message in the messages.properties message bundle.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
key
and arguments
in the
underlying message bundle.
key
- the key of the message in the messages.properties message bundle.arguments
- any arguments to substitute when resolving the message.protected java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
key
using the given arguments
for the given locale
.
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |