|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.ifremer.allegro.data.vessel.position.generic.service.RemoteVesselPositionFullServiceBase
public abstract class RemoteVesselPositionFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.position.generic.service.RemoteVesselPositionFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselPositionFullService
Constructor Summary | |
---|---|
RemoteVesselPositionFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselPositionFullServiceBase()
Method Detail |
---|
public void setVesselPositionDao(VesselPositionDao vesselPositionDao)
vesselPosition
's DAO.
protected VesselPositionDao getVesselPositionDao()
vesselPosition
'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 setOperationDao(OperationDao operationDao)
operation
's DAO.
protected OperationDao getOperationDao()
operation
's DAO.
public void setVesselPositionMeasurementDao(VesselPositionMeasurementDao vesselPositionMeasurementDao)
vesselPositionMeasurement
's DAO.
protected VesselPositionMeasurementDao getVesselPositionMeasurementDao()
vesselPositionMeasurement
's DAO.
public RemoteVesselPositionFullVO addVesselPosition(RemoteVesselPositionFullVO vesselPosition)
addVesselPosition
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.addVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected abstract RemoteVesselPositionFullVO handleAddVesselPosition(RemoteVesselPositionFullVO vesselPosition) throws java.lang.Exception
addVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
java.lang.Exception
public void updateVesselPosition(RemoteVesselPositionFullVO vesselPosition)
updateVesselPosition
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.updateVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected abstract void handleUpdateVesselPosition(RemoteVesselPositionFullVO vesselPosition) throws java.lang.Exception
updateVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
java.lang.Exception
public void removeVesselPosition(RemoteVesselPositionFullVO vesselPosition)
removeVesselPosition
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.removeVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected abstract void handleRemoveVesselPosition(RemoteVesselPositionFullVO vesselPosition) throws java.lang.Exception
removeVesselPosition(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
java.lang.Exception
public RemoteVesselPositionFullVO[] getAllVesselPosition()
getAllVesselPosition
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getAllVesselPosition()
protected abstract RemoteVesselPositionFullVO[] handleGetAllVesselPosition() throws java.lang.Exception
getAllVesselPosition()
java.lang.Exception
public RemoteVesselPositionFullVO getVesselPositionById(java.lang.Long id)
getVesselPositionById
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionById(java.lang.Long)
protected abstract RemoteVesselPositionFullVO handleGetVesselPositionById(java.lang.Long id) throws java.lang.Exception
getVesselPositionById(java.lang.Long)
java.lang.Exception
public RemoteVesselPositionFullVO[] getVesselPositionByIds(java.lang.Long[] id)
getVesselPositionByIds
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByIds(java.lang.Long[])
protected abstract RemoteVesselPositionFullVO[] handleGetVesselPositionByIds(java.lang.Long[] id) throws java.lang.Exception
getVesselPositionByIds(java.lang.Long[])
java.lang.Exception
public RemoteVesselPositionFullVO[] getVesselPositionByVesselCode(java.lang.String code)
getVesselPositionByVesselCode
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByVesselCode(java.lang.String)
protected abstract RemoteVesselPositionFullVO[] handleGetVesselPositionByVesselCode(java.lang.String code) throws java.lang.Exception
getVesselPositionByVesselCode(java.lang.String)
java.lang.Exception
public RemoteVesselPositionFullVO[] getVesselPositionByQualityFlagCode(java.lang.String code)
getVesselPositionByQualityFlagCode
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByQualityFlagCode(java.lang.String)
protected abstract RemoteVesselPositionFullVO[] handleGetVesselPositionByQualityFlagCode(java.lang.String code) throws java.lang.Exception
getVesselPositionByQualityFlagCode(java.lang.String)
java.lang.Exception
public RemoteVesselPositionFullVO[] getVesselPositionByProgramCode(java.lang.String code)
getVesselPositionByProgramCode
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByProgramCode(java.lang.String)
protected abstract RemoteVesselPositionFullVO[] handleGetVesselPositionByProgramCode(java.lang.String code) throws java.lang.Exception
getVesselPositionByProgramCode(java.lang.String)
java.lang.Exception
public RemoteVesselPositionFullVO[] getVesselPositionByRecorderDepartmentId(java.lang.Integer id)
getVesselPositionByRecorderDepartmentId
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByRecorderDepartmentId(java.lang.Integer)
protected abstract RemoteVesselPositionFullVO[] handleGetVesselPositionByRecorderDepartmentId(java.lang.Integer id) throws java.lang.Exception
getVesselPositionByRecorderDepartmentId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPositionFullVO[] getVesselPositionByOperationId(java.lang.Integer id)
getVesselPositionByOperationId
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByOperationId(java.lang.Integer)
protected abstract RemoteVesselPositionFullVO[] handleGetVesselPositionByOperationId(java.lang.Integer id) throws java.lang.Exception
getVesselPositionByOperationId(java.lang.Integer)
java.lang.Exception
public boolean remoteVesselPositionFullVOsAreEqualOnIdentifiers(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst, RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond)
remoteVesselPositionFullVOsAreEqualOnIdentifiers
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.remoteVesselPositionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected abstract boolean handleRemoteVesselPositionFullVOsAreEqualOnIdentifiers(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst, RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond) throws java.lang.Exception
remoteVesselPositionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
java.lang.Exception
public boolean remoteVesselPositionFullVOsAreEqual(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst, RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond)
remoteVesselPositionFullVOsAreEqual
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.remoteVesselPositionFullVOsAreEqual(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
protected abstract boolean handleRemoteVesselPositionFullVOsAreEqual(RemoteVesselPositionFullVO remoteVesselPositionFullVOFirst, RemoteVesselPositionFullVO remoteVesselPositionFullVOSecond) throws java.lang.Exception
remoteVesselPositionFullVOsAreEqual(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO, fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionFullVO)
java.lang.Exception
public RemoteVesselPositionNaturalId[] getVesselPositionNaturalIds()
getVesselPositionNaturalIds
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionNaturalIds()
protected abstract RemoteVesselPositionNaturalId[] handleGetVesselPositionNaturalIds() throws java.lang.Exception
getVesselPositionNaturalIds()
java.lang.Exception
public RemoteVesselPositionFullVO getVesselPositionByNaturalId(RemoteVesselPositionNaturalId vesselPositionNaturalId)
getVesselPositionByNaturalId
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionByNaturalId(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)
protected abstract RemoteVesselPositionFullVO handleGetVesselPositionByNaturalId(RemoteVesselPositionNaturalId vesselPositionNaturalId) throws java.lang.Exception
getVesselPositionByNaturalId(fr.ifremer.allegro.data.vessel.position.generic.vo.RemoteVesselPositionNaturalId)
java.lang.Exception
public RemoteVesselPositionNaturalId getVesselPositionNaturalIdById(java.lang.Long id)
getVesselPositionNaturalIdById
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getVesselPositionNaturalIdById(java.lang.Long)
protected abstract RemoteVesselPositionNaturalId handleGetVesselPositionNaturalIdById(java.lang.Long id) throws java.lang.Exception
getVesselPositionNaturalIdById(java.lang.Long)
java.lang.Exception
public ClusterVesselPosition getClusterVesselPositionByIdentifiers(java.lang.Long id)
getClusterVesselPositionByIdentifiers
in interface RemoteVesselPositionFullService
RemoteVesselPositionFullService.getClusterVesselPositionByIdentifiers(java.lang.Long)
protected abstract ClusterVesselPosition handleGetClusterVesselPositionByIdentifiers(java.lang.Long id) throws java.lang.Exception
getClusterVesselPositionByIdentifiers(java.lang.Long)
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 |