|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.survey.physicalGear.generic.service.RemotePhysicalGearSurveyFullServiceBase
public abstract class RemotePhysicalGearSurveyFullServiceBase
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.
RemotePhysicalGearSurveyFullService
Constructor Summary | |
---|---|
RemotePhysicalGearSurveyFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemotePhysicalGearSurveyFullServiceBase()
Method Detail |
---|
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurvey
's DAO.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurvey
's DAO.
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeatures
's DAO.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeatures
's DAO.
public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
gearPhysicalFeatures
's DAO.
protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
gearPhysicalFeatures
's DAO.
public void setVesselDao(VesselDao vesselDao)
vessel
's DAO.
protected VesselDao getVesselDao()
vessel
'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 setQualityFlagDao(QualityFlagDao qualityFlagDao)
qualityFlag
's DAO.
protected QualityFlagDao getQualityFlagDao()
qualityFlag
's DAO.
public void setSurveyMeasurementDao(SurveyMeasurementDao surveyMeasurementDao)
surveyMeasurement
's DAO.
protected SurveyMeasurementDao getSurveyMeasurementDao()
surveyMeasurement
's DAO.
public void setPersonDao(PersonDao personDao)
person
's DAO.
protected PersonDao getPersonDao()
person
's DAO.
public RemotePhysicalGearSurveyFullVO addPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
addPhysicalGearSurvey
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract RemotePhysicalGearSurveyFullVO handleAddPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey) throws java.lang.Exception
addPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
java.lang.Exception
public void updatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
updatePhysicalGearSurvey
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract void handleUpdatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey) throws java.lang.Exception
updatePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
java.lang.Exception
public void removePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
removePhysicalGearSurvey
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract void handleRemovePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey) throws java.lang.Exception
removePhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getAllPhysicalGearSurvey()
getAllPhysicalGearSurvey
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getAllPhysicalGearSurvey()
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetAllPhysicalGearSurvey() throws java.lang.Exception
getAllPhysicalGearSurvey()
java.lang.Exception
public RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyById(java.lang.Integer id)
getPhysicalGearSurveyById
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyById(java.lang.Integer)
protected abstract RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyById(java.lang.Integer id) throws java.lang.Exception
getPhysicalGearSurveyById(java.lang.Integer)
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByIds(java.lang.Integer[] id)
getPhysicalGearSurveyByIds
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByIds(java.lang.Integer[])
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByIds(java.lang.Integer[] id) throws java.lang.Exception
getPhysicalGearSurveyByIds(java.lang.Integer[])
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByVesselCode(java.lang.String code)
getPhysicalGearSurveyByVesselCode
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByVesselCode(java.lang.String)
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByVesselCode(java.lang.String code) throws java.lang.Exception
getPhysicalGearSurveyByVesselCode(java.lang.String)
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByProgramCode(java.lang.String code)
getPhysicalGearSurveyByProgramCode
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByProgramCode(java.lang.String)
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByProgramCode(java.lang.String code) throws java.lang.Exception
getPhysicalGearSurveyByProgramCode(java.lang.String)
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
getPhysicalGearSurveyByRecorderDepartmentId
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
getPhysicalGearSurveyByQualityFlagCode
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByQualityFlagCode(java.lang.String)
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getPhysicalGearSurveyByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
getPhysicalGearSurveyByRecorderPersonId
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)
protected abstract RemotePhysicalGearSurveyFullVO[] handleGetPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id) throws java.lang.Exception
getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer)
java.lang.Exception
public boolean remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(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) throws java.lang.Exception
remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
java.lang.Exception
public boolean remotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
remotePhysicalGearSurveyFullVOsAreEqual
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
protected abstract boolean handleRemotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond) throws java.lang.Exception
remotePhysicalGearSurveyFullVOsAreEqual(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO, fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyFullVO)
java.lang.Exception
public RemotePhysicalGearSurveyNaturalId[] getPhysicalGearSurveyNaturalIds()
getPhysicalGearSurveyNaturalIds
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIds()
protected abstract RemotePhysicalGearSurveyNaturalId[] handleGetPhysicalGearSurveyNaturalIds() throws java.lang.Exception
getPhysicalGearSurveyNaturalIds()
java.lang.Exception
public RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
getPhysicalGearSurveyByNaturalId
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)
protected abstract RemotePhysicalGearSurveyFullVO handleGetPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId) throws java.lang.Exception
getPhysicalGearSurveyByNaturalId(fr.ifremer.allegro.data.survey.physicalGear.generic.vo.RemotePhysicalGearSurveyNaturalId)
java.lang.Exception
public RemotePhysicalGearSurveyNaturalId getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
getPhysicalGearSurveyNaturalIdById
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getPhysicalGearSurveyNaturalIdById(java.lang.Integer)
protected abstract RemotePhysicalGearSurveyNaturalId handleGetPhysicalGearSurveyNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getPhysicalGearSurveyNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterPhysicalGearSurvey addOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
addOrUpdateClusterPhysicalGearSurvey
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
protected abstract ClusterPhysicalGearSurvey handleAddOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey) throws java.lang.Exception
addOrUpdateClusterPhysicalGearSurvey(fr.ifremer.allegro.data.survey.physicalGear.generic.cluster.ClusterPhysicalGearSurvey)
java.lang.Exception
public ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterPhysicalGearSurveySinceDateSynchro
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
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
getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterPhysicalGearSurvey getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
getClusterPhysicalGearSurveyByIdentifiers
in interface RemotePhysicalGearSurveyFullService
RemotePhysicalGearSurveyFullService.getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer)
protected abstract ClusterPhysicalGearSurvey handleGetClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterPhysicalGearSurveyByIdentifiers(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 |