fr.ifremer.allegro.referential.generic.service
Class RemoteDistanceToCoastGradientFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullServiceBase
All Implemented Interfaces:
RemoteDistanceToCoastGradientFullService
Direct Known Subclasses:
RemoteDistanceToCoastGradientFullServiceImpl

public abstract class RemoteDistanceToCoastGradientFullServiceBase
extends java.lang.Object
implements RemoteDistanceToCoastGradientFullService

Spring Service base class for fr.ifremer.allegro.referential.generic.service.RemoteDistanceToCoastGradientFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteDistanceToCoastGradientFullService

Constructor Summary
RemoteDistanceToCoastGradientFullServiceBase()
           
 
Method Summary
 RemoteDistanceToCoastGradientFullVO addDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
           
 ClusterDistanceToCoastGradient addOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
           
 ClusterDistanceToCoastGradient[] getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteDistanceToCoastGradientFullVO[] getAllDistanceToCoastGradient()
           
 ClusterDistanceToCoastGradient getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
           
 RemoteDistanceToCoastGradientFullVO getDistanceToCoastGradientById(java.lang.Integer id)
           
 RemoteDistanceToCoastGradientFullVO[] getDistanceToCoastGradientByIds(java.lang.Integer[] id)
           
 RemoteDistanceToCoastGradientFullVO getDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
           
 RemoteDistanceToCoastGradientFullVO[] getDistanceToCoastGradientByStatusCode(java.lang.String code)
           
protected  DistanceToCoastGradientDao getDistanceToCoastGradientDao()
          Gets the reference to distanceToCoastGradient's DAO.
 RemoteDistanceToCoastGradientNaturalId getDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
           
 RemoteDistanceToCoastGradientNaturalId[] getDistanceToCoastGradientNaturalIds()
           
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  StatusDao getStatusDao()
          Gets the reference to status's DAO.
protected abstract  RemoteDistanceToCoastGradientFullVO handleAddDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
          Performs the core logic for addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract  ClusterDistanceToCoastGradient handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
          Performs the core logic for addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)
protected abstract  ClusterDistanceToCoastGradient[] handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteDistanceToCoastGradientFullVO[] handleGetAllDistanceToCoastGradient()
          Performs the core logic for getAllDistanceToCoastGradient()
protected abstract  ClusterDistanceToCoastGradient handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)
protected abstract  RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientById(java.lang.Integer id)
          Performs the core logic for getDistanceToCoastGradientById(java.lang.Integer)
protected abstract  RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByIds(java.lang.Integer[] id)
          Performs the core logic for getDistanceToCoastGradientByIds(java.lang.Integer[])
protected abstract  RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
          Performs the core logic for getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)
protected abstract  RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByStatusCode(java.lang.String code)
          Performs the core logic for getDistanceToCoastGradientByStatusCode(java.lang.String)
protected abstract  RemoteDistanceToCoastGradientNaturalId handleGetDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
          Performs the core logic for getDistanceToCoastGradientNaturalIdById(java.lang.Integer)
protected abstract  RemoteDistanceToCoastGradientNaturalId[] handleGetDistanceToCoastGradientNaturalIds()
          Performs the core logic for getDistanceToCoastGradientNaturalIds()
protected abstract  boolean handleRemoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
          Performs the core logic for remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract  boolean handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
          Performs the core logic for remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract  void handleRemoveDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
          Performs the core logic for removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
protected abstract  void handleUpdateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
          Performs the core logic for updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)
 boolean remoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
           
 boolean remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst, RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
           
 void removeDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
           
 void setDistanceToCoastGradientDao(DistanceToCoastGradientDao distanceToCoastGradientDao)
          Sets the reference to distanceToCoastGradient's DAO.
 void setStatusDao(StatusDao statusDao)
          Sets the reference to status's DAO.
 void updateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDistanceToCoastGradientFullServiceBase

public RemoteDistanceToCoastGradientFullServiceBase()
Method Detail

setDistanceToCoastGradientDao

public void setDistanceToCoastGradientDao(DistanceToCoastGradientDao distanceToCoastGradientDao)
Sets the reference to distanceToCoastGradient's DAO.


getDistanceToCoastGradientDao

protected DistanceToCoastGradientDao getDistanceToCoastGradientDao()
Gets the reference to distanceToCoastGradient's DAO.


setStatusDao

public void setStatusDao(StatusDao statusDao)
Sets the reference to status's DAO.


getStatusDao

protected StatusDao getStatusDao()
Gets the reference to status's DAO.


addDistanceToCoastGradient

public RemoteDistanceToCoastGradientFullVO addDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
Specified by:
addDistanceToCoastGradient in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleAddDistanceToCoastGradient

protected abstract RemoteDistanceToCoastGradientFullVO handleAddDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
                                                                                 throws java.lang.Exception
Performs the core logic for addDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Throws:
java.lang.Exception

updateDistanceToCoastGradient

public void updateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
Specified by:
updateDistanceToCoastGradient in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleUpdateDistanceToCoastGradient

protected abstract void handleUpdateDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
                                                     throws java.lang.Exception
Performs the core logic for updateDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Throws:
java.lang.Exception

removeDistanceToCoastGradient

public void removeDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
Specified by:
removeDistanceToCoastGradient in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleRemoveDistanceToCoastGradient

protected abstract void handleRemoveDistanceToCoastGradient(RemoteDistanceToCoastGradientFullVO distanceToCoastGradient)
                                                     throws java.lang.Exception
Performs the core logic for removeDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Throws:
java.lang.Exception

getAllDistanceToCoastGradient

public RemoteDistanceToCoastGradientFullVO[] getAllDistanceToCoastGradient()
Specified by:
getAllDistanceToCoastGradient in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getAllDistanceToCoastGradient()

handleGetAllDistanceToCoastGradient

protected abstract RemoteDistanceToCoastGradientFullVO[] handleGetAllDistanceToCoastGradient()
                                                                                      throws java.lang.Exception
Performs the core logic for getAllDistanceToCoastGradient()

Throws:
java.lang.Exception

getDistanceToCoastGradientById

public RemoteDistanceToCoastGradientFullVO getDistanceToCoastGradientById(java.lang.Integer id)
Specified by:
getDistanceToCoastGradientById in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientById(java.lang.Integer)

handleGetDistanceToCoastGradientById

protected abstract RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientById(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getDistanceToCoastGradientById(java.lang.Integer)

Throws:
java.lang.Exception

getDistanceToCoastGradientByIds

public RemoteDistanceToCoastGradientFullVO[] getDistanceToCoastGradientByIds(java.lang.Integer[] id)
Specified by:
getDistanceToCoastGradientByIds in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByIds(java.lang.Integer[])

handleGetDistanceToCoastGradientByIds

protected abstract RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByIds(java.lang.Integer[] id)
                                                                                        throws java.lang.Exception
Performs the core logic for getDistanceToCoastGradientByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getDistanceToCoastGradientByStatusCode

public RemoteDistanceToCoastGradientFullVO[] getDistanceToCoastGradientByStatusCode(java.lang.String code)
Specified by:
getDistanceToCoastGradientByStatusCode in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByStatusCode(java.lang.String)

handleGetDistanceToCoastGradientByStatusCode

protected abstract RemoteDistanceToCoastGradientFullVO[] handleGetDistanceToCoastGradientByStatusCode(java.lang.String code)
                                                                                               throws java.lang.Exception
Performs the core logic for getDistanceToCoastGradientByStatusCode(java.lang.String)

Throws:
java.lang.Exception

remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers

public boolean remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst,
                                                                         RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
Specified by:
remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst,
                                                                                           RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
                                                                                    throws java.lang.Exception
Performs the core logic for remoteDistanceToCoastGradientFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Throws:
java.lang.Exception

remoteDistanceToCoastGradientFullVOsAreEqual

public boolean remoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst,
                                                            RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
Specified by:
remoteDistanceToCoastGradientFullVOsAreEqual in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

handleRemoteDistanceToCoastGradientFullVOsAreEqual

protected abstract boolean handleRemoteDistanceToCoastGradientFullVOsAreEqual(RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOFirst,
                                                                              RemoteDistanceToCoastGradientFullVO remoteDistanceToCoastGradientFullVOSecond)
                                                                       throws java.lang.Exception
Performs the core logic for remoteDistanceToCoastGradientFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientFullVO)

Throws:
java.lang.Exception

getDistanceToCoastGradientNaturalIds

public RemoteDistanceToCoastGradientNaturalId[] getDistanceToCoastGradientNaturalIds()
Specified by:
getDistanceToCoastGradientNaturalIds in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientNaturalIds()

handleGetDistanceToCoastGradientNaturalIds

protected abstract RemoteDistanceToCoastGradientNaturalId[] handleGetDistanceToCoastGradientNaturalIds()
                                                                                                throws java.lang.Exception
Performs the core logic for getDistanceToCoastGradientNaturalIds()

Throws:
java.lang.Exception

getDistanceToCoastGradientByNaturalId

public RemoteDistanceToCoastGradientFullVO getDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
Specified by:
getDistanceToCoastGradientByNaturalId in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)

handleGetDistanceToCoastGradientByNaturalId

protected abstract RemoteDistanceToCoastGradientFullVO handleGetDistanceToCoastGradientByNaturalId(RemoteDistanceToCoastGradientNaturalId distanceToCoastGradientNaturalId)
                                                                                            throws java.lang.Exception
Performs the core logic for getDistanceToCoastGradientByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteDistanceToCoastGradientNaturalId)

Throws:
java.lang.Exception

getDistanceToCoastGradientNaturalIdById

public RemoteDistanceToCoastGradientNaturalId getDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
Specified by:
getDistanceToCoastGradientNaturalIdById in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getDistanceToCoastGradientNaturalIdById(java.lang.Integer)

handleGetDistanceToCoastGradientNaturalIdById

protected abstract RemoteDistanceToCoastGradientNaturalId handleGetDistanceToCoastGradientNaturalIdById(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Performs the core logic for getDistanceToCoastGradientNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterDistanceToCoastGradient

public ClusterDistanceToCoastGradient addOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
Specified by:
addOrUpdateClusterDistanceToCoastGradient in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)

handleAddOrUpdateClusterDistanceToCoastGradient

protected abstract ClusterDistanceToCoastGradient handleAddOrUpdateClusterDistanceToCoastGradient(ClusterDistanceToCoastGradient clusterDistanceToCoastGradient)
                                                                                           throws java.lang.Exception
Performs the core logic for addOrUpdateClusterDistanceToCoastGradient(fr.ifremer.allegro.referential.generic.cluster.ClusterDistanceToCoastGradient)

Throws:
java.lang.Exception

getAllClusterDistanceToCoastGradientSinceDateSynchro

public ClusterDistanceToCoastGradient[] getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                             java.lang.Integer userId,
                                                                                             java.lang.Integer[] registrationLocationIds,
                                                                                             java.lang.Integer pageNumber,
                                                                                             java.lang.Integer pageSize)
Specified by:
getAllClusterDistanceToCoastGradientSinceDateSynchro in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterDistanceToCoastGradientSinceDateSynchro

protected abstract ClusterDistanceToCoastGradient[] handleGetAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                                                               java.lang.Integer userId,
                                                                                                               java.lang.Integer[] registrationLocationIds,
                                                                                                               java.lang.Integer pageNumber,
                                                                                                               java.lang.Integer pageSize)
                                                                                                        throws java.lang.Exception
Performs the core logic for getAllClusterDistanceToCoastGradientSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterDistanceToCoastGradientByIdentifiers

public ClusterDistanceToCoastGradient getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
Specified by:
getClusterDistanceToCoastGradientByIdentifiers in interface RemoteDistanceToCoastGradientFullService
See Also:
RemoteDistanceToCoastGradientFullService.getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)

handleGetClusterDistanceToCoastGradientByIdentifiers

protected abstract ClusterDistanceToCoastGradient handleGetClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer id)
                                                                                                throws java.lang.Exception
Performs the core logic for getClusterDistanceToCoastGradientByIdentifiers(java.lang.Integer)

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.