fr.ifremer.allegro.referential.vessel.generic.service
Class RemoteVesselGroupFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselGroupFullServiceBase
All Implemented Interfaces:
RemoteVesselGroupFullService
Direct Known Subclasses:
RemoteVesselGroupFullServiceImpl

public abstract class RemoteVesselGroupFullServiceBase
extends java.lang.Object
implements RemoteVesselGroupFullService

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

See Also:
RemoteVesselGroupFullService

Constructor Summary
RemoteVesselGroupFullServiceBase()
           
 
Method Summary
 ClusterVesselGroup addOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
           
 RemoteVesselGroupFullVO addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 ClusterVesselGroup[] getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteVesselGroupFullVO[] getAllVesselGroup()
           
 ClusterVesselGroup getClusterVesselGroupByIdentifiers(java.lang.String code)
           
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  RightToProduceDao getRightToProduceDao()
          Gets the reference to rightToProduce's DAO.
protected  StatusDao getStatusDao()
          Gets the reference to status's DAO.
 RemoteVesselGroupFullVO getVesselGroupByCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] getVesselGroupByCodes(java.lang.String[] code)
           
 RemoteVesselGroupFullVO getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
           
 RemoteVesselGroupFullVO[] getVesselGroupByStatusCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] getVesselGroupByVesselTypeId(java.lang.Integer id)
           
protected  VesselGroupDao getVesselGroupDao()
          Gets the reference to vesselGroup's DAO.
 RemoteVesselGroupNaturalId getVesselGroupNaturalIdByCode(java.lang.String code)
           
 RemoteVesselGroupNaturalId[] getVesselGroupNaturalIds()
           
protected  VesselOwnerPeriodDao getVesselOwnerPeriodDao()
          Gets the reference to vesselOwnerPeriod's DAO.
protected  VesselRegistrationPeriodDao getVesselRegistrationPeriodDao()
          Gets the reference to vesselRegistrationPeriod's DAO.
protected  VesselTypeDao getVesselTypeDao()
          Gets the reference to vesselType's DAO.
protected abstract  ClusterVesselGroup handleAddOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
          Performs the core logic for addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)
protected abstract  RemoteVesselGroupFullVO handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract  ClusterVesselGroup[] handleGetAllClusterVesselGroupSinceDateSynchro(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 getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteVesselGroupFullVO[] handleGetAllVesselGroup()
          Performs the core logic for getAllVesselGroup()
protected abstract  ClusterVesselGroup handleGetClusterVesselGroupByIdentifiers(java.lang.String code)
          Performs the core logic for getClusterVesselGroupByIdentifiers(java.lang.String)
protected abstract  RemoteVesselGroupFullVO handleGetVesselGroupByCode(java.lang.String code)
          Performs the core logic for getVesselGroupByCode(java.lang.String)
protected abstract  RemoteVesselGroupFullVO[] handleGetVesselGroupByCodes(java.lang.String[] code)
          Performs the core logic for getVesselGroupByCodes(java.lang.String[])
protected abstract  RemoteVesselGroupFullVO handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
          Performs the core logic for getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)
protected abstract  RemoteVesselGroupFullVO[] handleGetVesselGroupByStatusCode(java.lang.String code)
          Performs the core logic for getVesselGroupByStatusCode(java.lang.String)
protected abstract  RemoteVesselGroupFullVO[] handleGetVesselGroupByVesselTypeId(java.lang.Integer id)
          Performs the core logic for getVesselGroupByVesselTypeId(java.lang.Integer)
protected abstract  RemoteVesselGroupNaturalId handleGetVesselGroupNaturalIdByCode(java.lang.String code)
          Performs the core logic for getVesselGroupNaturalIdByCode(java.lang.String)
protected abstract  RemoteVesselGroupNaturalId[] handleGetVesselGroupNaturalIds()
          Performs the core logic for getVesselGroupNaturalIds()
protected abstract  boolean handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
          Performs the core logic for remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract  boolean handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
          Performs the core logic for remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract  void handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
protected abstract  void handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
          Performs the core logic for updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)
 boolean remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 void removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void setRightToProduceDao(RightToProduceDao rightToProduceDao)
          Sets the reference to rightToProduce's DAO.
 void setStatusDao(StatusDao statusDao)
          Sets the reference to status's DAO.
 void setVesselGroupDao(VesselGroupDao vesselGroupDao)
          Sets the reference to vesselGroup's DAO.
 void setVesselOwnerPeriodDao(VesselOwnerPeriodDao vesselOwnerPeriodDao)
          Sets the reference to vesselOwnerPeriod's DAO.
 void setVesselRegistrationPeriodDao(VesselRegistrationPeriodDao vesselRegistrationPeriodDao)
          Sets the reference to vesselRegistrationPeriod's DAO.
 void setVesselTypeDao(VesselTypeDao vesselTypeDao)
          Sets the reference to vesselType's DAO.
 void updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselGroupFullServiceBase

public RemoteVesselGroupFullServiceBase()
Method Detail

setVesselGroupDao

public void setVesselGroupDao(VesselGroupDao vesselGroupDao)
Sets the reference to vesselGroup's DAO.


getVesselGroupDao

protected VesselGroupDao getVesselGroupDao()
Gets the reference to vesselGroup'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.


setVesselTypeDao

public void setVesselTypeDao(VesselTypeDao vesselTypeDao)
Sets the reference to vesselType's DAO.


getVesselTypeDao

protected VesselTypeDao getVesselTypeDao()
Gets the reference to vesselType's DAO.


setRightToProduceDao

public void setRightToProduceDao(RightToProduceDao rightToProduceDao)
Sets the reference to rightToProduce's DAO.


getRightToProduceDao

protected RightToProduceDao getRightToProduceDao()
Gets the reference to rightToProduce's DAO.


setVesselOwnerPeriodDao

public void setVesselOwnerPeriodDao(VesselOwnerPeriodDao vesselOwnerPeriodDao)
Sets the reference to vesselOwnerPeriod's DAO.


getVesselOwnerPeriodDao

protected VesselOwnerPeriodDao getVesselOwnerPeriodDao()
Gets the reference to vesselOwnerPeriod's DAO.


setVesselRegistrationPeriodDao

public void setVesselRegistrationPeriodDao(VesselRegistrationPeriodDao vesselRegistrationPeriodDao)
Sets the reference to vesselRegistrationPeriod's DAO.


getVesselRegistrationPeriodDao

protected VesselRegistrationPeriodDao getVesselRegistrationPeriodDao()
Gets the reference to vesselRegistrationPeriod's DAO.


addVesselGroup

public RemoteVesselGroupFullVO addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
Specified by:
addVesselGroup in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleAddVesselGroup

protected abstract RemoteVesselGroupFullVO handleAddVesselGroup(RemoteVesselGroupFullVO vesselGroup)
                                                         throws java.lang.Exception
Performs the core logic for addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Throws:
java.lang.Exception

updateVesselGroup

public void updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
Specified by:
updateVesselGroup in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleUpdateVesselGroup

protected abstract void handleUpdateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
                                         throws java.lang.Exception
Performs the core logic for updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Throws:
java.lang.Exception

removeVesselGroup

public void removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
Specified by:
removeVesselGroup in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleRemoveVesselGroup

protected abstract void handleRemoveVesselGroup(RemoteVesselGroupFullVO vesselGroup)
                                         throws java.lang.Exception
Performs the core logic for removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Throws:
java.lang.Exception

getAllVesselGroup

public RemoteVesselGroupFullVO[] getAllVesselGroup()
Specified by:
getAllVesselGroup in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getAllVesselGroup()

handleGetAllVesselGroup

protected abstract RemoteVesselGroupFullVO[] handleGetAllVesselGroup()
                                                              throws java.lang.Exception
Performs the core logic for getAllVesselGroup()

Throws:
java.lang.Exception

getVesselGroupByCode

public RemoteVesselGroupFullVO getVesselGroupByCode(java.lang.String code)
Specified by:
getVesselGroupByCode in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupByCode(java.lang.String)

handleGetVesselGroupByCode

protected abstract RemoteVesselGroupFullVO handleGetVesselGroupByCode(java.lang.String code)
                                                               throws java.lang.Exception
Performs the core logic for getVesselGroupByCode(java.lang.String)

Throws:
java.lang.Exception

getVesselGroupByCodes

public RemoteVesselGroupFullVO[] getVesselGroupByCodes(java.lang.String[] code)
Specified by:
getVesselGroupByCodes in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupByCodes(java.lang.String[])

handleGetVesselGroupByCodes

protected abstract RemoteVesselGroupFullVO[] handleGetVesselGroupByCodes(java.lang.String[] code)
                                                                  throws java.lang.Exception
Performs the core logic for getVesselGroupByCodes(java.lang.String[])

Throws:
java.lang.Exception

getVesselGroupByStatusCode

public RemoteVesselGroupFullVO[] getVesselGroupByStatusCode(java.lang.String code)
Specified by:
getVesselGroupByStatusCode in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupByStatusCode(java.lang.String)

handleGetVesselGroupByStatusCode

protected abstract RemoteVesselGroupFullVO[] handleGetVesselGroupByStatusCode(java.lang.String code)
                                                                       throws java.lang.Exception
Performs the core logic for getVesselGroupByStatusCode(java.lang.String)

Throws:
java.lang.Exception

getVesselGroupByVesselTypeId

public RemoteVesselGroupFullVO[] getVesselGroupByVesselTypeId(java.lang.Integer id)
Specified by:
getVesselGroupByVesselTypeId in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupByVesselTypeId(java.lang.Integer)

handleGetVesselGroupByVesselTypeId

protected abstract RemoteVesselGroupFullVO[] handleGetVesselGroupByVesselTypeId(java.lang.Integer id)
                                                                         throws java.lang.Exception
Performs the core logic for getVesselGroupByVesselTypeId(java.lang.Integer)

Throws:
java.lang.Exception

remoteVesselGroupFullVOsAreEqualOnIdentifiers

public boolean remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                             RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
Specified by:
remoteVesselGroupFullVOsAreEqualOnIdentifiers in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                                               RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
                                                                        throws java.lang.Exception
Performs the core logic for remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Throws:
java.lang.Exception

remoteVesselGroupFullVOsAreEqual

public boolean remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
Specified by:
remoteVesselGroupFullVOsAreEqual in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

handleRemoteVesselGroupFullVOsAreEqual

protected abstract boolean handleRemoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                                  RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
                                                           throws java.lang.Exception
Performs the core logic for remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

Throws:
java.lang.Exception

getVesselGroupNaturalIds

public RemoteVesselGroupNaturalId[] getVesselGroupNaturalIds()
Specified by:
getVesselGroupNaturalIds in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupNaturalIds()

handleGetVesselGroupNaturalIds

protected abstract RemoteVesselGroupNaturalId[] handleGetVesselGroupNaturalIds()
                                                                        throws java.lang.Exception
Performs the core logic for getVesselGroupNaturalIds()

Throws:
java.lang.Exception

getVesselGroupByNaturalId

public RemoteVesselGroupFullVO getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
Specified by:
getVesselGroupByNaturalId in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)

handleGetVesselGroupByNaturalId

protected abstract RemoteVesselGroupFullVO handleGetVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
                                                                    throws java.lang.Exception
Performs the core logic for getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)

Throws:
java.lang.Exception

getVesselGroupNaturalIdByCode

public RemoteVesselGroupNaturalId getVesselGroupNaturalIdByCode(java.lang.String code)
Specified by:
getVesselGroupNaturalIdByCode in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getVesselGroupNaturalIdByCode(java.lang.String)

handleGetVesselGroupNaturalIdByCode

protected abstract RemoteVesselGroupNaturalId handleGetVesselGroupNaturalIdByCode(java.lang.String code)
                                                                           throws java.lang.Exception
Performs the core logic for getVesselGroupNaturalIdByCode(java.lang.String)

Throws:
java.lang.Exception

addOrUpdateClusterVesselGroup

public ClusterVesselGroup addOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
Specified by:
addOrUpdateClusterVesselGroup in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)

handleAddOrUpdateClusterVesselGroup

protected abstract ClusterVesselGroup handleAddOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
                                                                   throws java.lang.Exception
Performs the core logic for addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)

Throws:
java.lang.Exception

getAllClusterVesselGroupSinceDateSynchro

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

handleGetAllClusterVesselGroupSinceDateSynchro

protected abstract ClusterVesselGroup[] handleGetAllClusterVesselGroupSinceDateSynchro(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 getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterVesselGroupByIdentifiers

public ClusterVesselGroup getClusterVesselGroupByIdentifiers(java.lang.String code)
Specified by:
getClusterVesselGroupByIdentifiers in interface RemoteVesselGroupFullService
See Also:
RemoteVesselGroupFullService.getClusterVesselGroupByIdentifiers(java.lang.String)

handleGetClusterVesselGroupByIdentifiers

protected abstract ClusterVesselGroup handleGetClusterVesselGroupByIdentifiers(java.lang.String code)
                                                                        throws java.lang.Exception
Performs the core logic for getClusterVesselGroupByIdentifiers(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.