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

java.lang.Object
  extended by fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesOriginFullServiceBase
All Implemented Interfaces:
RemoteGearPhysicalFeaturesOriginFullService
Direct Known Subclasses:
RemoteGearPhysicalFeaturesOriginFullServiceImpl

public abstract class RemoteGearPhysicalFeaturesOriginFullServiceBase
extends java.lang.Object
implements RemoteGearPhysicalFeaturesOriginFullService

Spring Service base class for fr.ifremer.allegro.data.vessel.feature.physical.generic.service.RemoteGearPhysicalFeaturesOriginFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteGearPhysicalFeaturesOriginFullService

Constructor Summary
RemoteGearPhysicalFeaturesOriginFullServiceBase()
           
 
Method Summary
 RemoteGearPhysicalFeaturesOriginFullVO addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
protected  AcquisitionLevelDao getAcquisitionLevelDao()
          Gets the reference to acquisitionLevel's DAO.
 RemoteGearPhysicalFeaturesOriginFullVO[] getAllGearPhysicalFeaturesOrigin()
           
 ClusterGearPhysicalFeaturesOrigin getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
           
protected  GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
          Gets the reference to gearPhysicalFeatures's DAO.
 RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesOriginFullVO getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
           
 RemoteGearPhysicalFeaturesOriginFullVO getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
           
 RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
           
protected  GearPhysicalFeaturesOriginDao getGearPhysicalFeaturesOriginDao()
          Gets the reference to gearPhysicalFeaturesOrigin's DAO.
 RemoteGearPhysicalFeaturesOriginNaturalId[] getGearPhysicalFeaturesOriginNaturalIds()
           
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 abstract  RemoteGearPhysicalFeaturesOriginFullVO handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] handleGetAllGearPhysicalFeaturesOrigin()
          Performs the core logic for getAllGearPhysicalFeaturesOrigin()
protected abstract  ClusterGearPhysicalFeaturesOrigin handleGetClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
          Performs the core logic for getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
          Performs the core logic for getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
          Performs the core logic for getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer)
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO handleGetGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId, java.lang.String programCode)
          Performs the core logic for getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
          Performs the core logic for getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)
protected abstract  RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
          Performs the core logic for getGearPhysicalFeaturesOriginByProgramCode(java.lang.String)
protected abstract  RemoteGearPhysicalFeaturesOriginNaturalId[] handleGetGearPhysicalFeaturesOriginNaturalIds()
          Performs the core logic for getGearPhysicalFeaturesOriginNaturalIds()
protected abstract  boolean handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
          Performs the core logic for remoteGearPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract  boolean handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
          Performs the core logic for remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract  void handleRemoveGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for removeGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
protected abstract  void handleUpdateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
          Performs the core logic for updateGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)
 boolean remoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 boolean remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst, RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
           
 void removeGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 void setAcquisitionLevelDao(AcquisitionLevelDao acquisitionLevelDao)
          Sets the reference to acquisitionLevel's DAO.
 void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
          Sets the reference to gearPhysicalFeatures's DAO.
 void setGearPhysicalFeaturesOriginDao(GearPhysicalFeaturesOriginDao gearPhysicalFeaturesOriginDao)
          Sets the reference to gearPhysicalFeaturesOrigin's DAO.
 void setProgramDao(ProgramDao programDao)
          Sets the reference to program's DAO.
 void updateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearPhysicalFeaturesOriginFullServiceBase

public RemoteGearPhysicalFeaturesOriginFullServiceBase()
Method Detail

setGearPhysicalFeaturesOriginDao

public void setGearPhysicalFeaturesOriginDao(GearPhysicalFeaturesOriginDao gearPhysicalFeaturesOriginDao)
Sets the reference to gearPhysicalFeaturesOrigin's DAO.


getGearPhysicalFeaturesOriginDao

protected GearPhysicalFeaturesOriginDao getGearPhysicalFeaturesOriginDao()
Gets the reference to gearPhysicalFeaturesOrigin's DAO.


setGearPhysicalFeaturesDao

public void setGearPhysicalFeaturesDao(GearPhysicalFeaturesDao gearPhysicalFeaturesDao)
Sets the reference to gearPhysicalFeatures's DAO.


getGearPhysicalFeaturesDao

protected GearPhysicalFeaturesDao getGearPhysicalFeaturesDao()
Gets the reference to gearPhysicalFeatures'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.


addGearPhysicalFeaturesOrigin

public RemoteGearPhysicalFeaturesOriginFullVO addGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
Specified by:
addGearPhysicalFeaturesOrigin in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

handleAddGearPhysicalFeaturesOrigin

protected abstract RemoteGearPhysicalFeaturesOriginFullVO handleAddGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
                                                                                       throws java.lang.Exception
Performs the core logic for addGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

updateGearPhysicalFeaturesOrigin

public void updateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
Specified by:
updateGearPhysicalFeaturesOrigin in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.updateGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

handleUpdateGearPhysicalFeaturesOrigin

protected abstract void handleUpdateGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
                                                        throws java.lang.Exception
Performs the core logic for updateGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

removeGearPhysicalFeaturesOrigin

public void removeGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
Specified by:
removeGearPhysicalFeaturesOrigin in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.removeGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

handleRemoveGearPhysicalFeaturesOrigin

protected abstract void handleRemoveGearPhysicalFeaturesOrigin(RemoteGearPhysicalFeaturesOriginFullVO gearPhysicalFeaturesOrigin)
                                                        throws java.lang.Exception
Performs the core logic for removeGearPhysicalFeaturesOrigin(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

getAllGearPhysicalFeaturesOrigin

public RemoteGearPhysicalFeaturesOriginFullVO[] getAllGearPhysicalFeaturesOrigin()
Specified by:
getAllGearPhysicalFeaturesOrigin in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getAllGearPhysicalFeaturesOrigin()

handleGetAllGearPhysicalFeaturesOrigin

protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetAllGearPhysicalFeaturesOrigin()
                                                                                            throws java.lang.Exception
Performs the core logic for getAllGearPhysicalFeaturesOrigin()

Throws:
java.lang.Exception

getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId

public RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
Specified by:
getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer)

handleGetGearPhysicalFeaturesOriginByGearPhysicalFeaturesId

protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer id)
                                                                                                                 throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesOriginByGearPhysicalFeaturesId(java.lang.Integer)

Throws:
java.lang.Exception

getGearPhysicalFeaturesOriginByProgramCode

public RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
Specified by:
getGearPhysicalFeaturesOriginByProgramCode in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByProgramCode(java.lang.String)

handleGetGearPhysicalFeaturesOriginByProgramCode

protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByProgramCode(java.lang.String code)
                                                                                                      throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesOriginByProgramCode(java.lang.String)

Throws:
java.lang.Exception

getGearPhysicalFeaturesOriginByAcquisitionLevelCode

public RemoteGearPhysicalFeaturesOriginFullVO[] getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
Specified by:
getGearPhysicalFeaturesOriginByAcquisitionLevelCode in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)

handleGetGearPhysicalFeaturesOriginByAcquisitionLevelCode

protected abstract RemoteGearPhysicalFeaturesOriginFullVO[] handleGetGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String code)
                                                                                                               throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesOriginByAcquisitionLevelCode(java.lang.String)

Throws:
java.lang.Exception

getGearPhysicalFeaturesOriginByIdentifiers

public RemoteGearPhysicalFeaturesOriginFullVO getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId,
                                                                                         java.lang.String programCode)
Specified by:
getGearPhysicalFeaturesOriginByIdentifiers in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

handleGetGearPhysicalFeaturesOriginByIdentifiers

protected abstract RemoteGearPhysicalFeaturesOriginFullVO handleGetGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId,
                                                                                                           java.lang.String programCode)
                                                                                                    throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

Throws:
java.lang.Exception

remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers

public boolean remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst,
                                                                            RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
Specified by:
remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst,
                                                                                              RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
                                                                                       throws java.lang.Exception
Performs the core logic for remoteGearPhysicalFeaturesOriginFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

remoteGearPhysicalFeaturesOriginFullVOsAreEqual

public boolean remoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst,
                                                               RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
Specified by:
remoteGearPhysicalFeaturesOriginFullVOsAreEqual in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.remoteGearPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqual

protected abstract boolean handleRemoteGearPhysicalFeaturesOriginFullVOsAreEqual(RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOFirst,
                                                                                 RemoteGearPhysicalFeaturesOriginFullVO remoteGearPhysicalFeaturesOriginFullVOSecond)
                                                                          throws java.lang.Exception
Performs the core logic for remoteGearPhysicalFeaturesOriginFullVOsAreEqual(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO, fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginFullVO)

Throws:
java.lang.Exception

getGearPhysicalFeaturesOriginNaturalIds

public RemoteGearPhysicalFeaturesOriginNaturalId[] getGearPhysicalFeaturesOriginNaturalIds()
Specified by:
getGearPhysicalFeaturesOriginNaturalIds in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginNaturalIds()

handleGetGearPhysicalFeaturesOriginNaturalIds

protected abstract RemoteGearPhysicalFeaturesOriginNaturalId[] handleGetGearPhysicalFeaturesOriginNaturalIds()
                                                                                                      throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesOriginNaturalIds()

Throws:
java.lang.Exception

getGearPhysicalFeaturesOriginByNaturalId

public RemoteGearPhysicalFeaturesOriginFullVO getGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
Specified by:
getGearPhysicalFeaturesOriginByNaturalId in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)

handleGetGearPhysicalFeaturesOriginByNaturalId

protected abstract RemoteGearPhysicalFeaturesOriginFullVO handleGetGearPhysicalFeaturesOriginByNaturalId(RemoteGearPhysicalFeaturesOriginNaturalId gearPhysicalFeaturesOriginNaturalId)
                                                                                                  throws java.lang.Exception
Performs the core logic for getGearPhysicalFeaturesOriginByNaturalId(fr.ifremer.allegro.data.vessel.feature.physical.generic.vo.RemoteGearPhysicalFeaturesOriginNaturalId)

Throws:
java.lang.Exception

getClusterGearPhysicalFeaturesOriginByIdentifiers

public ClusterGearPhysicalFeaturesOrigin getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId,
                                                                                           java.lang.String programCode)
Specified by:
getClusterGearPhysicalFeaturesOriginByIdentifiers in interface RemoteGearPhysicalFeaturesOriginFullService
See Also:
RemoteGearPhysicalFeaturesOriginFullService.getClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer, java.lang.String)

handleGetClusterGearPhysicalFeaturesOriginByIdentifiers

protected abstract ClusterGearPhysicalFeaturesOrigin handleGetClusterGearPhysicalFeaturesOriginByIdentifiers(java.lang.Integer gearPhysicalFeaturesId,
                                                                                                             java.lang.String programCode)
                                                                                                      throws java.lang.Exception
Performs the core logic for getClusterGearPhysicalFeaturesOriginByIdentifiers(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.