|
||||||||||
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.RemoteVesselPhysicalFeaturesOriginFullServiceBase
public abstract class RemoteVesselPhysicalFeaturesOriginFullServiceBase
Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteVesselPhysicalFeaturesOriginFullService
,
provides access to all services and entities referenced by this service.
RemoteVesselPhysicalFeaturesOriginFullService
Constructor Summary | |
---|---|
RemoteVesselPhysicalFeaturesOriginFullServiceBase()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteVesselPhysicalFeaturesOriginFullServiceBase()
Method Detail |
---|
public void setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
vesselPhysicalFeaturesOrigin
's DAO.
protected VesselPhysicalFeaturesOriginDao getVesselPhysicalFeaturesOriginDao()
vesselPhysicalFeaturesOrigin
's DAO.
public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
vesselPhysicalFeatures
's DAO.
protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
vesselPhysicalFeatures
's DAO.
public void setProgramDao(ProgramDao programDao)
program
's DAO.
protected ProgramDao getProgramDao()
program
's DAO.
public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
acquisitionLevel
's DAO.
protected AcquisitionLevelDao getAcquisitionLevelDao()
acquisitionLevel
's DAO.
public RemoteVesselPhysicalFeaturesOriginFullVO addVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
addVesselPhysicalFeaturesOrigin
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.addVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO handleAddVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin) throws java.lang.Exception
addVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
java.lang.Exception
public void updateVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
updateVesselPhysicalFeaturesOrigin
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.updateVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract void handleUpdateVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin) throws java.lang.Exception
updateVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
java.lang.Exception
public void removeVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
removeVesselPhysicalFeaturesOrigin
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.removeVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract void handleRemoveVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin) throws java.lang.Exception
removeVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginFullVO[] getAllVesselPhysicalFeaturesOrigin()
getAllVesselPhysicalFeaturesOrigin
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getAllVesselPhysicalFeaturesOrigin()
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetAllVesselPhysicalFeaturesOrigin() throws java.lang.Exception
getAllVesselPhysicalFeaturesOrigin()
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer id)
getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer)
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer id) throws java.lang.Exception
getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer)
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String code)
getVesselPhysicalFeaturesOriginByProgramCode
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String)
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByProgramCode(java.lang.String code) throws java.lang.Exception
getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String)
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
getVesselPhysicalFeaturesOriginByAcquisitionLevelCode
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code) throws java.lang.Exception
getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginFullVO getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode)
getVesselPhysicalFeaturesOriginByIdentifiers
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO handleGetVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode) throws java.lang.Exception
getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
java.lang.Exception
public boolean remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract boolean handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond) throws java.lang.Exception
remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
java.lang.Exception
public boolean remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
remoteVesselPhysicalFeaturesOriginFullVOsAreEqual
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract boolean handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqual(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond) throws java.lang.Exception
remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginNaturalId[] getVesselPhysicalFeaturesOriginNaturalIds()
getVesselPhysicalFeaturesOriginNaturalIds
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginNaturalIds()
protected abstract RemoteVesselPhysicalFeaturesOriginNaturalId[] handleGetVesselPhysicalFeaturesOriginNaturalIds() throws java.lang.Exception
getVesselPhysicalFeaturesOriginNaturalIds()
java.lang.Exception
public RemoteVesselPhysicalFeaturesOriginFullVO getVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
getVesselPhysicalFeaturesOriginByNaturalId
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)
protected abstract RemoteVesselPhysicalFeaturesOriginFullVO handleGetVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId) throws java.lang.Exception
getVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)
java.lang.Exception
public ClusterVesselPhysicalFeaturesOrigin getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode)
getClusterVesselPhysicalFeaturesOriginByIdentifiers
in interface RemoteVesselPhysicalFeaturesOriginFullService
RemoteVesselPhysicalFeaturesOriginFullService.getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract ClusterVesselPhysicalFeaturesOrigin handleGetClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode) throws java.lang.Exception
getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
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 |