fr.ifremer.allegro.referential.transcribing.generic.service
Class RemoteTranscribingGearFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingGearFullServiceBase
All Implemented Interfaces:
RemoteTranscribingGearFullService
Direct Known Subclasses:
RemoteTranscribingGearFullServiceImpl

public abstract class RemoteTranscribingGearFullServiceBase
extends java.lang.Object
implements RemoteTranscribingGearFullService

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

See Also:
RemoteTranscribingGearFullService

Constructor Summary
RemoteTranscribingGearFullServiceBase()
           
 
Method Summary
 ClusterTranscribingGear addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
           
 RemoteTranscribingGearFullVO addTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
           
 ClusterTranscribingGear[] getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingGearFullVO[] getAllTranscribingGear()
           
 ClusterTranscribingGear getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
           
protected  GearDao getGearDao()
          Gets the reference to gear's DAO.
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.
 RemoteTranscribingGearFullVO[] getTranscribingGearByGearId(java.lang.Integer id)
           
 RemoteTranscribingGearFullVO getTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
           
 RemoteTranscribingGearFullVO getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
           
 RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSystemId(java.lang.Integer id)
           
protected  TranscribingGearDao getTranscribingGearDao()
          Gets the reference to transcribingGear's DAO.
 RemoteTranscribingGearNaturalId[] getTranscribingGearNaturalIds()
           
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSide's DAO.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystem's DAO.
protected abstract  ClusterTranscribingGear handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
          Performs the core logic for addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
protected abstract  RemoteTranscribingGearFullVO handleAddTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
          Performs the core logic for addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract  ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(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 getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingGearFullVO[] handleGetAllTranscribingGear()
          Performs the core logic for getAllTranscribingGear()
protected abstract  ClusterTranscribingGear handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
          Performs the core logic for getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingGearFullVO[] handleGetTranscribingGearByGearId(java.lang.Integer id)
          Performs the core logic for getTranscribingGearByGearId(java.lang.Integer)
protected abstract  RemoteTranscribingGearFullVO handleGetTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
          Performs the core logic for getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingGearFullVO handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
          Performs the core logic for getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)
protected abstract  RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for getTranscribingGearByTranscribingSideId(java.lang.Integer)
protected abstract  RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for getTranscribingGearByTranscribingSystemId(java.lang.Integer)
protected abstract  RemoteTranscribingGearNaturalId[] handleGetTranscribingGearNaturalIds()
          Performs the core logic for getTranscribingGearNaturalIds()
protected abstract  boolean handleRemoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
          Performs the core logic for remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract  boolean handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
          Performs the core logic for remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract  void handleRemoveTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
          Performs the core logic for removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected abstract  void handleUpdateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
          Performs the core logic for updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
 boolean remoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
           
 boolean remoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
           
 void removeTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
           
 void setGearDao(GearDao gearDao)
          Sets the reference to gear's DAO.
 void setTranscribingGearDao(TranscribingGearDao transcribingGearDao)
          Sets the reference to transcribingGear's DAO.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSide's DAO.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystem's DAO.
 void updateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingGearFullServiceBase

public RemoteTranscribingGearFullServiceBase()
Method Detail

setTranscribingGearDao

public void setTranscribingGearDao(TranscribingGearDao transcribingGearDao)
Sets the reference to transcribingGear's DAO.


getTranscribingGearDao

protected TranscribingGearDao getTranscribingGearDao()
Gets the reference to transcribingGear's DAO.


setTranscribingSystemDao

public void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
Sets the reference to transcribingSystem's DAO.


getTranscribingSystemDao

protected TranscribingSystemDao getTranscribingSystemDao()
Gets the reference to transcribingSystem's DAO.


setTranscribingSideDao

public void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
Sets the reference to transcribingSide's DAO.


getTranscribingSideDao

protected TranscribingSideDao getTranscribingSideDao()
Gets the reference to transcribingSide's DAO.


setGearDao

public void setGearDao(GearDao gearDao)
Sets the reference to gear's DAO.


getGearDao

protected GearDao getGearDao()
Gets the reference to gear's DAO.


addTranscribingGear

public RemoteTranscribingGearFullVO addTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
Specified by:
addTranscribingGear in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleAddTranscribingGear

protected abstract RemoteTranscribingGearFullVO handleAddTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
                                                                   throws java.lang.Exception
Performs the core logic for addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Throws:
java.lang.Exception

updateTranscribingGear

public void updateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
Specified by:
updateTranscribingGear in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleUpdateTranscribingGear

protected abstract void handleUpdateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
                                              throws java.lang.Exception
Performs the core logic for updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Throws:
java.lang.Exception

removeTranscribingGear

public void removeTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
Specified by:
removeTranscribingGear in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleRemoveTranscribingGear

protected abstract void handleRemoveTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
                                              throws java.lang.Exception
Performs the core logic for removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Throws:
java.lang.Exception

getAllTranscribingGear

public RemoteTranscribingGearFullVO[] getAllTranscribingGear()
Specified by:
getAllTranscribingGear in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getAllTranscribingGear()

handleGetAllTranscribingGear

protected abstract RemoteTranscribingGearFullVO[] handleGetAllTranscribingGear()
                                                                        throws java.lang.Exception
Performs the core logic for getAllTranscribingGear()

Throws:
java.lang.Exception

getTranscribingGearByTranscribingSystemId

public RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSystemId(java.lang.Integer id)
Specified by:
getTranscribingGearByTranscribingSystemId in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingGearByTranscribingSystemId

protected abstract RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSystemId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getTranscribingGearByTranscribingSystemId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingGearByTranscribingSideId

public RemoteTranscribingGearFullVO[] getTranscribingGearByTranscribingSideId(java.lang.Integer id)
Specified by:
getTranscribingGearByTranscribingSideId in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByTranscribingSideId(java.lang.Integer)

handleGetTranscribingGearByTranscribingSideId

protected abstract RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSideId(java.lang.Integer id)
                                                                                         throws java.lang.Exception
Performs the core logic for getTranscribingGearByTranscribingSideId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingGearByGearId

public RemoteTranscribingGearFullVO[] getTranscribingGearByGearId(java.lang.Integer id)
Specified by:
getTranscribingGearByGearId in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByGearId(java.lang.Integer)

handleGetTranscribingGearByGearId

protected abstract RemoteTranscribingGearFullVO[] handleGetTranscribingGearByGearId(java.lang.Integer id)
                                                                             throws java.lang.Exception
Performs the core logic for getTranscribingGearByGearId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingGearByIdentifiers

public RemoteTranscribingGearFullVO getTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                     java.lang.Integer transcribingSideId,
                                                                     java.lang.Integer gearId)
Specified by:
getTranscribingGearByIdentifiers in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)

handleGetTranscribingGearByIdentifiers

protected abstract RemoteTranscribingGearFullVO handleGetTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                       java.lang.Integer transcribingSideId,
                                                                                       java.lang.Integer gearId)
                                                                                throws java.lang.Exception
Performs the core logic for getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

remoteTranscribingGearFullVOsAreEqualOnIdentifiers

public boolean remoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                                  RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
Specified by:
remoteTranscribingGearFullVOsAreEqualOnIdentifiers in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                                                    RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
                                                                             throws java.lang.Exception
Performs the core logic for remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Throws:
java.lang.Exception

remoteTranscribingGearFullVOsAreEqual

public boolean remoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                     RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
Specified by:
remoteTranscribingGearFullVOsAreEqual in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleRemoteTranscribingGearFullVOsAreEqual

protected abstract boolean handleRemoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                                       RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
                                                                throws java.lang.Exception
Performs the core logic for remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Throws:
java.lang.Exception

getTranscribingGearNaturalIds

public RemoteTranscribingGearNaturalId[] getTranscribingGearNaturalIds()
Specified by:
getTranscribingGearNaturalIds in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getTranscribingGearNaturalIds()

handleGetTranscribingGearNaturalIds

protected abstract RemoteTranscribingGearNaturalId[] handleGetTranscribingGearNaturalIds()
                                                                                  throws java.lang.Exception
Performs the core logic for getTranscribingGearNaturalIds()

Throws:
java.lang.Exception

getTranscribingGearByNaturalId

public RemoteTranscribingGearFullVO getTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
Specified by:
getTranscribingGearByNaturalId in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)

handleGetTranscribingGearByNaturalId

protected abstract RemoteTranscribingGearFullVO handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
                                                                              throws java.lang.Exception
Performs the core logic for getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)

Throws:
java.lang.Exception

addOrUpdateClusterTranscribingGear

public ClusterTranscribingGear addOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
Specified by:
addOrUpdateClusterTranscribingGear in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)

handleAddOrUpdateClusterTranscribingGear

protected abstract ClusterTranscribingGear handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
                                                                             throws java.lang.Exception
Performs the core logic for addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)

Throws:
java.lang.Exception

getAllClusterTranscribingGearSinceDateSynchro

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

handleGetAllClusterTranscribingGearSinceDateSynchro

protected abstract ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(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 getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterTranscribingGearByIdentifiers

public ClusterTranscribingGear getClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                       java.lang.Integer transcribingSideId,
                                                                       java.lang.Integer gearId)
Specified by:
getClusterTranscribingGearByIdentifiers in interface RemoteTranscribingGearFullService
See Also:
RemoteTranscribingGearFullService.getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingGearByIdentifiers

protected abstract ClusterTranscribingGear handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                         java.lang.Integer transcribingSideId,
                                                                                         java.lang.Integer gearId)
                                                                                  throws java.lang.Exception
Performs the core logic for getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, 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.