|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteVesselPhysicalFeaturesFullServiceBase
public abstract class RemoteVesselPhysicalFeaturesFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteVesselPhysicalFeaturesFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselPhysicalFeaturesFullService
Constructor Summary | |
---|---|
RemoteVesselPhysicalFeaturesFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselPhysicalFeaturesFullServiceBase()
Method Detail |
---|
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeatures
's DAO.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeatures
's DAO.
public void setVesselPhysicalMeasurementDao(VesselPhysicalMeasurementDao vesselPhysicalMeasurementDao)
vesselPhysicalMeasurement
's DAO.
protected VesselPhysicalMeasurementDao getVesselPhysicalMeasurementDao()
vesselPhysicalMeasurement
's DAO.
public void setPhysicalGearSurveyDao(PhysicalGearSurveyDao physicalGearSurveyDao)
physicalGearSurvey
's DAO.
protected PhysicalGearSurveyDao getPhysicalGearSurveyDao()
physicalGearSurvey
's DAO.
public void setDepartmentDao(DepartmentDao departmentDao)
department
's DAO.
protected DepartmentDao getDepartmentDao()
department
's DAO.
public void setUserDao(UserDao userDao)
user
's DAO.
protected UserDao getUserDao()
user
's DAO.
public void setLocationDao(LocationDao locationDao)
location
's DAO.
protected LocationDao getLocationDao()
location
'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 RemoteVesselPhysicalFeaturesFullVO addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
addVesselPhysicalFeatures
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.addVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected abstract RemoteVesselPhysicalFeaturesFullVO handleAddVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures) throws java.lang.Exception
addVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
java.lang.Exception
public void updateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
updateVesselPhysicalFeatures
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.updateVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected abstract void handleUpdateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures) throws java.lang.Exception
updateVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
java.lang.Exception
public void removeVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
removeVesselPhysicalFeatures
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.removeVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected abstract void handleRemoveVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures) throws java.lang.Exception
removeVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getAllVesselPhysicalFeatures()
getAllVesselPhysicalFeatures
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getAllVesselPhysicalFeatures()
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetAllVesselPhysicalFeatures() throws java.lang.Exception
getAllVesselPhysicalFeatures()
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO getVesselPhysicalFeaturesById(java.lang.Integer id)
getVesselPhysicalFeaturesById
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesById(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesFullVO handleGetVesselPhysicalFeaturesById(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesById(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
getVesselPhysicalFeaturesByIds
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByIds(java.lang.Integer[])
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByIds(java.lang.Integer[] id) throws java.lang.Exception
getVesselPhysicalFeaturesByIds(java.lang.Integer[])
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
getVesselPhysicalFeaturesByPhysicalGearSurveyId
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
getVesselPhysicalFeaturesByRecorderDepartmentId
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
getVesselPhysicalFeaturesByRecorderUserId
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
getVesselPhysicalFeaturesByBaseLandingLocationId
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByVesselCode(java.lang.String code)
getVesselPhysicalFeaturesByVesselCode
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByVesselCode(java.lang.String)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByVesselCode(java.lang.String code) throws java.lang.Exception
getVesselPhysicalFeaturesByVesselCode(java.lang.String)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
getVesselPhysicalFeaturesByQualityFlagCode
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByProgramCode(java.lang.String code)
getVesselPhysicalFeaturesByProgramCode
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByProgramCode(java.lang.String)
protected abstract RemoteVesselPhysicalFeaturesFullVO[] handleGetVesselPhysicalFeaturesByProgramCode(java.lang.String code) throws java.lang.Exception
getVesselPhysicalFeaturesByProgramCode(java.lang.String)
java.lang.Exception
public boolean remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected abstract boolean handleRemoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond) throws java.lang.Exception
remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
java.lang.Exception
public boolean remoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
remoteVesselPhysicalFeaturesFullVOsAreEqual
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.remoteVesselPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
protected abstract boolean handleRemoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond) throws java.lang.Exception
remoteVesselPhysicalFeaturesFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesFullVO)
java.lang.Exception
public RemoteVesselPhysicalFeaturesNaturalId[] getVesselPhysicalFeaturesNaturalIds()
getVesselPhysicalFeaturesNaturalIds
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesNaturalIds()
protected abstract RemoteVesselPhysicalFeaturesNaturalId[] handleGetVesselPhysicalFeaturesNaturalIds() throws java.lang.Exception
getVesselPhysicalFeaturesNaturalIds()
java.lang.Exception
public RemoteVesselPhysicalFeaturesFullVO getVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
getVesselPhysicalFeaturesByNaturalId
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId)
protected abstract RemoteVesselPhysicalFeaturesFullVO handleGetVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId) throws java.lang.Exception
getVesselPhysicalFeaturesByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesNaturalId)
java.lang.Exception
public RemoteVesselPhysicalFeaturesNaturalId getVesselPhysicalFeaturesNaturalIdById(java.lang.Integer id)
getVesselPhysicalFeaturesNaturalIdById
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getVesselPhysicalFeaturesNaturalIdById(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesNaturalId handleGetVesselPhysicalFeaturesNaturalIdById(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesNaturalIdById(java.lang.Integer)
java.lang.Exception
public ClusterVesselPhysicalFeatures[] getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
getAllClusterVesselPhysicalFeaturesSinceDateSynchro
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract ClusterVesselPhysicalFeatures[] handleGetAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize) throws java.lang.Exception
getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
java.lang.Exception
public ClusterVesselPhysicalFeatures getClusterVesselPhysicalFeaturesByIdentifiers(java.lang.Integer id)
getClusterVesselPhysicalFeaturesByIdentifiers
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.getClusterVesselPhysicalFeaturesByIdentifiers(java.lang.Integer)
protected abstract ClusterVesselPhysicalFeatures handleGetClusterVesselPhysicalFeaturesByIdentifiers(java.lang.Integer id) throws java.lang.Exception
getClusterVesselPhysicalFeaturesByIdentifiers(java.lang.Integer)
java.lang.Exception
public ClusterVesselPhysicalFeatures addOrUpdateClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
addOrUpdateClusterVesselPhysicalFeatures
in interface RemoteVesselPhysicalFeaturesFullService
RemoteVesselPhysicalFeaturesFullService.addOrUpdateClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
protected abstract ClusterVesselPhysicalFeatures handleAddOrUpdateClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures) throws java.lang.Exception
addOrUpdateClusterVesselPhysicalFeatures(fr.ifremer.allegro.data.vessel.feature.physical.generic.cluster.ClusterVesselPhysicalFeatures)
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 |