fr.ifremer.allegro.data.vessel.feature.physical.generic.service
Class RemoteVesselPhysicalFeaturesOriginFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteVesselPhysicalFeaturesOriginFullServiceBase
All Implemented Interfaces:
RemoteVesselPhysicalFeaturesOriginFullService
Direct Known Subclasses:
RemoteVesselPhysicalFeaturesOriginFullServiceImpl

public abstract class RemoteVesselPhysicalFeaturesOriginFullServiceBase
extends java.lang.Object
implements RemoteVesselPhysicalFeaturesOriginFullService

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.

See Also:
RemoteVesselPhysicalFeaturesOriginFullService

Constructor Summary
RemoteVesselPhysicalFeaturesOriginFullServiceBase()
           
 
Method Summary
 RemoteVesselPhysicalFeaturesOriginFullVO addVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
           
protected  AcquisitionLevelDao getAcquisitionLevelDao()
          Gets the reference to acquisitionLevel's DAO.
 RemoteVesselPhysicalFeaturesOriginFullVO[] getAllVesselPhysicalFeaturesOrigin()
           
 ClusterVesselPhysicalFeaturesOrigin getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode)
           
protected  java.lang.String getMessage(java.lang.String key)
          Gets the message having the given key in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments)
          Gets the message having the given key and arguments in the underlying message bundle.
protected  java.lang.String getMessage(java.lang.String key, java.lang.Object[] arguments, java.util.Locale locale)
          Gets the message having the given key using the given arguments for the given locale.
protected  org.springframework.context.MessageSource getMessages()
          Gets the message source available to this service.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ProgramDao getProgramDao()
          Gets the reference to program's DAO.
protected  VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
          Gets the reference to vesselPhysicalFeatures's DAO.
 RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesOriginFullVO getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode)
           
 RemoteVesselPhysicalFeaturesOriginFullVO getVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
           
 RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer id)
           
protected  VesselPhysicalFeaturesOriginDao getVesselPhysicalFeaturesOriginDao()
          Gets the reference to vesselPhysicalFeaturesOrigin's DAO.
 RemoteVesselPhysicalFeaturesOriginNaturalId[] getVesselPhysicalFeaturesOriginNaturalIds()
           
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO handleAddVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
          Performs the core logic for addVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetAllVesselPhysicalFeaturesOrigin()
          Performs the core logic for getAllVesselPhysicalFeaturesOrigin()
protected abstract  ClusterVesselPhysicalFeaturesOrigin handleGetClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode)
          Performs the core logic for getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
          Performs the core logic for getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO handleGetVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId, java.lang.String programCode)
          Performs the core logic for getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO handleGetVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
          Performs the core logic for getVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByProgramCode(java.lang.String code)
          Performs the core logic for getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String)
protected abstract  RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer)
protected abstract  RemoteVesselPhysicalFeaturesOriginNaturalId[] handleGetVesselPhysicalFeaturesOriginNaturalIds()
          Performs the core logic for getVesselPhysicalFeaturesOriginNaturalIds()
protected abstract  boolean handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqual(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
          Performs the core logic for remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(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)
          Performs the core logic for remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract  void handleRemoveVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
          Performs the core logic for removeVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
protected abstract  void handleUpdateVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
          Performs the core logic for updateVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)
 boolean remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
           
 boolean remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst, RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
           
 void removeVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
           
 void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
          Sets the reference to acquisitionLevel's DAO.
 void setProgramDao(ProgramDao programDao)
          Sets the reference to program's DAO.
 void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
          Sets the reference to vesselPhysicalFeatures's DAO.
 void setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
          Sets the reference to vesselPhysicalFeaturesOrigin's DAO.
 void updateVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselPhysicalFeaturesOriginFullServiceBase

public RemoteVesselPhysicalFeaturesOriginFullServiceBase()
Method Detail

setVesselPhysicalFeaturesOriginDao

public void setVesselPhysicalFeaturesOriginDao(VesselPhysicalFeaturesOriginDao vesselPhysicalFeaturesOriginDao)
Sets the reference to vesselPhysicalFeaturesOrigin's DAO.


getVesselPhysicalFeaturesOriginDao

protected VesselPhysicalFeaturesOriginDao getVesselPhysicalFeaturesOriginDao()
Gets the reference to vesselPhysicalFeaturesOrigin's DAO.


setVesselPhysicalFeaturesDao

public void setVesselPhysicalFeaturesDao(VesselPhysicalFeaturesDao vesselPhysicalFeaturesDao)
Sets the reference to vesselPhysicalFeatures's DAO.


getVesselPhysicalFeaturesDao

protected VesselPhysicalFeaturesDao getVesselPhysicalFeaturesDao()
Gets the reference to vesselPhysicalFeatures's DAO.


setProgramDao

public void setProgramDao(ProgramDao programDao)
Sets the reference to program's DAO.


getProgramDao

protected ProgramDao getProgramDao()
Gets the reference to program's DAO.


setAcquisitionLevelDao

public void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
Sets the reference to acquisitionLevel's DAO.


getAcquisitionLevelDao

protected AcquisitionLevelDao getAcquisitionLevelDao()
Gets the reference to acquisitionLevel's DAO.


addVesselPhysicalFeaturesOrigin

public RemoteVesselPhysicalFeaturesOriginFullVO addVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
Specified by:
addVesselPhysicalFeaturesOrigin in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.addVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

handleAddVesselPhysicalFeaturesOrigin

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO handleAddVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
                                                                                           throws java.lang.Exception
Performs the core logic for addVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

updateVesselPhysicalFeaturesOrigin

public void updateVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
Specified by:
updateVesselPhysicalFeaturesOrigin in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.updateVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

handleUpdateVesselPhysicalFeaturesOrigin

protected abstract void handleUpdateVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
                                                          throws java.lang.Exception
Performs the core logic for updateVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

removeVesselPhysicalFeaturesOrigin

public void removeVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
Specified by:
removeVesselPhysicalFeaturesOrigin in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.removeVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

handleRemoveVesselPhysicalFeaturesOrigin

protected abstract void handleRemoveVesselPhysicalFeaturesOrigin(RemoteVesselPhysicalFeaturesOriginFullVO vesselPhysicalFeaturesOrigin)
                                                          throws java.lang.Exception
Performs the core logic for removeVesselPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

getAllVesselPhysicalFeaturesOrigin

public RemoteVesselPhysicalFeaturesOriginFullVO[] getAllVesselPhysicalFeaturesOrigin()
Specified by:
getAllVesselPhysicalFeaturesOrigin in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getAllVesselPhysicalFeaturesOrigin()

handleGetAllVesselPhysicalFeaturesOrigin

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetAllVesselPhysicalFeaturesOrigin()
                                                                                                throws java.lang.Exception
Performs the core logic for getAllVesselPhysicalFeaturesOrigin()

Throws:
java.lang.Exception

getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId

public RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer id)
Specified by:
getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer)

handleGetVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer id)
                                                                                                                       throws java.lang.Exception
Performs the core logic for getVesselPhysicalFeaturesOriginByVesselPhysicalFeaturesId(java.lang.Integer)

Throws:
java.lang.Exception

getVesselPhysicalFeaturesOriginByProgramCode

public RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String code)
Specified by:
getVesselPhysicalFeaturesOriginByProgramCode in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String)

handleGetVesselPhysicalFeaturesOriginByProgramCode

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByProgramCode(java.lang.String code)
                                                                                                          throws java.lang.Exception
Performs the core logic for getVesselPhysicalFeaturesOriginByProgramCode(java.lang.String)

Throws:
java.lang.Exception

getVesselPhysicalFeaturesOriginByAcquisitionLevelCode

public RemoteVesselPhysicalFeaturesOriginFullVO[] getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
Specified by:
getVesselPhysicalFeaturesOriginByAcquisitionLevelCode in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)

handleGetVesselPhysicalFeaturesOriginByAcquisitionLevelCode

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO[] handleGetVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
                                                                                                                   throws java.lang.Exception
Performs the core logic for getVesselPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)

Throws:
java.lang.Exception

getVesselPhysicalFeaturesOriginByIdentifiers

public RemoteVesselPhysicalFeaturesOriginFullVO getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId,
                                                                                             java.lang.String programCode)
Specified by:
getVesselPhysicalFeaturesOriginByIdentifiers in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

handleGetVesselPhysicalFeaturesOriginByIdentifiers

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO handleGetVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId,
                                                                                                               java.lang.String programCode)
                                                                                                        throws java.lang.Exception
Performs the core logic for getVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

Throws:
java.lang.Exception

remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers

public boolean remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst,
                                                                              RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
Specified by:
remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst,
                                                                                                RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
                                                                                         throws java.lang.Exception
Performs the core logic for remoteVesselPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

remoteVesselPhysicalFeaturesOriginFullVOsAreEqual

public boolean remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst,
                                                                 RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
Specified by:
remoteVesselPhysicalFeaturesOriginFullVOsAreEqual in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqual

protected abstract boolean handleRemoteVesselPhysicalFeaturesOriginFullVOsAreEqual(RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOFirst,
                                                                                   RemoteVesselPhysicalFeaturesOriginFullVO remoteVesselPhysicalFeaturesOriginFullVOSecond)
                                                                            throws java.lang.Exception
Performs the core logic for remoteVesselPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

getVesselPhysicalFeaturesOriginNaturalIds

public RemoteVesselPhysicalFeaturesOriginNaturalId[] getVesselPhysicalFeaturesOriginNaturalIds()
Specified by:
getVesselPhysicalFeaturesOriginNaturalIds in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginNaturalIds()

handleGetVesselPhysicalFeaturesOriginNaturalIds

protected abstract RemoteVesselPhysicalFeaturesOriginNaturalId[] handleGetVesselPhysicalFeaturesOriginNaturalIds()
                                                                                                          throws java.lang.Exception
Performs the core logic for getVesselPhysicalFeaturesOriginNaturalIds()

Throws:
java.lang.Exception

getVesselPhysicalFeaturesOriginByNaturalId

public RemoteVesselPhysicalFeaturesOriginFullVO getVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
Specified by:
getVesselPhysicalFeaturesOriginByNaturalId in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)

handleGetVesselPhysicalFeaturesOriginByNaturalId

protected abstract RemoteVesselPhysicalFeaturesOriginFullVO handleGetVesselPhysicalFeaturesOriginByNaturalId(RemoteVesselPhysicalFeaturesOriginNaturalId vesselPhysicalFeaturesOriginNaturalId)
                                                                                                      throws java.lang.Exception
Performs the core logic for getVesselPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteVesselPhysicalFeaturesOriginNaturalId)

Throws:
java.lang.Exception

getClusterVesselPhysicalFeaturesOriginByIdentifiers

public ClusterVesselPhysicalFeaturesOrigin getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId,
                                                                                               java.lang.String programCode)
Specified by:
getClusterVesselPhysicalFeaturesOriginByIdentifiers in interface RemoteVesselPhysicalFeaturesOriginFullService
See Also:
RemoteVesselPhysicalFeaturesOriginFullService.getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

handleGetClusterVesselPhysicalFeaturesOriginByIdentifiers

protected abstract ClusterVesselPhysicalFeaturesOrigin handleGetClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer vesselPhysicalFeaturesId,
                                                                                                                 java.lang.String programCode)
                                                                                                          throws java.lang.Exception
Performs the core logic for getClusterVesselPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
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.


Copyright © 2008-2010 IFREMER. All Rights Reserved.