fr.ifremer.allegro.referential.regulation.generic.service
Class RemoteMinimumSizeAllowedFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.regulation.generic.service.RemoteMinimumSizeAllowedFullServiceBase
All Implemented Interfaces:
RemoteMinimumSizeAllowedFullService
Direct Known Subclasses:
RemoteMinimumSizeAllowedFullServiceImpl

public abstract class RemoteMinimumSizeAllowedFullServiceBase
extends java.lang.Object
implements RemoteMinimumSizeAllowedFullService

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

See Also:
RemoteMinimumSizeAllowedFullService

Constructor Summary
RemoteMinimumSizeAllowedFullServiceBase()
           
 
Method Summary
 RemoteMinimumSizeAllowedFullVO addMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
           
 RemoteMinimumSizeAllowedFullVO[] getAllMinimumSizeAllowed()
           
 ClusterMinimumSizeAllowed getClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer id)
           
protected  CorpusDao getCorpusDao()
          Gets the reference to corpus's DAO.
protected  LocationDao getLocationDao()
          Gets the reference to location'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.
 RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByCorpusId(java.lang.Integer id)
           
 RemoteMinimumSizeAllowedFullVO getMinimumSizeAllowedById(java.lang.Integer id)
           
 RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByIds(java.lang.Integer[] id)
           
 RemoteMinimumSizeAllowedFullVO getMinimumSizeAllowedByNaturalId(RemoteMinimumSizeAllowedNaturalId minimumSizeAllowedNaturalId)
           
 RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedBySizeUnitId(java.lang.Integer id)
           
 RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer id)
           
protected  MinimumSizeAllowedDao getMinimumSizeAllowedDao()
          Gets the reference to minimumSizeAllowed's DAO.
 RemoteMinimumSizeAllowedNaturalId getMinimumSizeAllowedNaturalIdById(java.lang.Integer id)
           
 RemoteMinimumSizeAllowedNaturalId[] getMinimumSizeAllowedNaturalIds()
           
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  TaxonGroupDao getTaxonGroupDao()
          Gets the reference to taxonGroup's DAO.
protected  UnitDao getUnitDao()
          Gets the reference to unit's DAO.
protected abstract  RemoteMinimumSizeAllowedFullVO handleAddMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
          Performs the core logic for addMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract  RemoteMinimumSizeAllowedFullVO[] handleGetAllMinimumSizeAllowed()
          Performs the core logic for getAllMinimumSizeAllowed()
protected abstract  ClusterMinimumSizeAllowed handleGetClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer)
protected abstract  RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByCorpusId(java.lang.Integer id)
          Performs the core logic for getMinimumSizeAllowedByCorpusId(java.lang.Integer)
protected abstract  RemoteMinimumSizeAllowedFullVO handleGetMinimumSizeAllowedById(java.lang.Integer id)
          Performs the core logic for getMinimumSizeAllowedById(java.lang.Integer)
protected abstract  RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByIds(java.lang.Integer[] id)
          Performs the core logic for getMinimumSizeAllowedByIds(java.lang.Integer[])
protected abstract  RemoteMinimumSizeAllowedFullVO handleGetMinimumSizeAllowedByNaturalId(RemoteMinimumSizeAllowedNaturalId minimumSizeAllowedNaturalId)
          Performs the core logic for getMinimumSizeAllowedByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId)
protected abstract  RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedBySizeUnitId(java.lang.Integer id)
          Performs the core logic for getMinimumSizeAllowedBySizeUnitId(java.lang.Integer)
protected abstract  RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByTaxonGroupId(java.lang.Integer id)
          Performs the core logic for getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer)
protected abstract  RemoteMinimumSizeAllowedNaturalId handleGetMinimumSizeAllowedNaturalIdById(java.lang.Integer id)
          Performs the core logic for getMinimumSizeAllowedNaturalIdById(java.lang.Integer)
protected abstract  RemoteMinimumSizeAllowedNaturalId[] handleGetMinimumSizeAllowedNaturalIds()
          Performs the core logic for getMinimumSizeAllowedNaturalIds()
protected abstract  boolean handleRemoteMinimumSizeAllowedFullVOsAreEqual(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
          Performs the core logic for remoteMinimumSizeAllowedFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract  boolean handleRemoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
          Performs the core logic for remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract  void handleRemoveMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
          Performs the core logic for removeMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
protected abstract  void handleUpdateMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
          Performs the core logic for updateMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)
 boolean remoteMinimumSizeAllowedFullVOsAreEqual(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
           
 boolean remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst, RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
           
 void removeMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
           
 void setCorpusDao(CorpusDao corpusDao)
          Sets the reference to corpus's DAO.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to location's DAO.
 void setMinimumSizeAllowedDao(MinimumSizeAllowedDao minimumSizeAllowedDao)
          Sets the reference to minimumSizeAllowed's DAO.
 void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
          Sets the reference to taxonGroup's DAO.
 void setUnitDao(UnitDao unitDao)
          Sets the reference to unit's DAO.
 void updateMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMinimumSizeAllowedFullServiceBase

public RemoteMinimumSizeAllowedFullServiceBase()
Method Detail

setMinimumSizeAllowedDao

public void setMinimumSizeAllowedDao(MinimumSizeAllowedDao minimumSizeAllowedDao)
Sets the reference to minimumSizeAllowed's DAO.


getMinimumSizeAllowedDao

protected MinimumSizeAllowedDao getMinimumSizeAllowedDao()
Gets the reference to minimumSizeAllowed's DAO.


setTaxonGroupDao

public void setTaxonGroupDao(TaxonGroupDao taxonGroupDao)
Sets the reference to taxonGroup's DAO.


getTaxonGroupDao

protected TaxonGroupDao getTaxonGroupDao()
Gets the reference to taxonGroup's DAO.


setLocationDao

public void setLocationDao(LocationDao locationDao)
Sets the reference to location's DAO.


getLocationDao

protected LocationDao getLocationDao()
Gets the reference to location's DAO.


setUnitDao

public void setUnitDao(UnitDao unitDao)
Sets the reference to unit's DAO.


getUnitDao

protected UnitDao getUnitDao()
Gets the reference to unit's DAO.


setCorpusDao

public void setCorpusDao(CorpusDao corpusDao)
Sets the reference to corpus's DAO.


getCorpusDao

protected CorpusDao getCorpusDao()
Gets the reference to corpus's DAO.


addMinimumSizeAllowed

public RemoteMinimumSizeAllowedFullVO addMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
Specified by:
addMinimumSizeAllowed in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.addMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

handleAddMinimumSizeAllowed

protected abstract RemoteMinimumSizeAllowedFullVO handleAddMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
                                                                       throws java.lang.Exception
Performs the core logic for addMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

Throws:
java.lang.Exception

updateMinimumSizeAllowed

public void updateMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
Specified by:
updateMinimumSizeAllowed in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.updateMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

handleUpdateMinimumSizeAllowed

protected abstract void handleUpdateMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
                                                throws java.lang.Exception
Performs the core logic for updateMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

Throws:
java.lang.Exception

removeMinimumSizeAllowed

public void removeMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
Specified by:
removeMinimumSizeAllowed in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.removeMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

handleRemoveMinimumSizeAllowed

protected abstract void handleRemoveMinimumSizeAllowed(RemoteMinimumSizeAllowedFullVO minimumSizeAllowed)
                                                throws java.lang.Exception
Performs the core logic for removeMinimumSizeAllowed(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

Throws:
java.lang.Exception

getAllMinimumSizeAllowed

public RemoteMinimumSizeAllowedFullVO[] getAllMinimumSizeAllowed()
Specified by:
getAllMinimumSizeAllowed in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getAllMinimumSizeAllowed()

handleGetAllMinimumSizeAllowed

protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetAllMinimumSizeAllowed()
                                                                            throws java.lang.Exception
Performs the core logic for getAllMinimumSizeAllowed()

Throws:
java.lang.Exception

getMinimumSizeAllowedById

public RemoteMinimumSizeAllowedFullVO getMinimumSizeAllowedById(java.lang.Integer id)
Specified by:
getMinimumSizeAllowedById in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedById(java.lang.Integer)

handleGetMinimumSizeAllowedById

protected abstract RemoteMinimumSizeAllowedFullVO handleGetMinimumSizeAllowedById(java.lang.Integer id)
                                                                           throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedById(java.lang.Integer)

Throws:
java.lang.Exception

getMinimumSizeAllowedByIds

public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByIds(java.lang.Integer[] id)
Specified by:
getMinimumSizeAllowedByIds in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByIds(java.lang.Integer[])

handleGetMinimumSizeAllowedByIds

protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByIds(java.lang.Integer[] id)
                                                                              throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getMinimumSizeAllowedByTaxonGroupId

public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer id)
Specified by:
getMinimumSizeAllowedByTaxonGroupId in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer)

handleGetMinimumSizeAllowedByTaxonGroupId

protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByTaxonGroupId(java.lang.Integer id)
                                                                                       throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedByTaxonGroupId(java.lang.Integer)

Throws:
java.lang.Exception

getMinimumSizeAllowedBySizeUnitId

public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedBySizeUnitId(java.lang.Integer id)
Specified by:
getMinimumSizeAllowedBySizeUnitId in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedBySizeUnitId(java.lang.Integer)

handleGetMinimumSizeAllowedBySizeUnitId

protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedBySizeUnitId(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedBySizeUnitId(java.lang.Integer)

Throws:
java.lang.Exception

getMinimumSizeAllowedByCorpusId

public RemoteMinimumSizeAllowedFullVO[] getMinimumSizeAllowedByCorpusId(java.lang.Integer id)
Specified by:
getMinimumSizeAllowedByCorpusId in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByCorpusId(java.lang.Integer)

handleGetMinimumSizeAllowedByCorpusId

protected abstract RemoteMinimumSizeAllowedFullVO[] handleGetMinimumSizeAllowedByCorpusId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedByCorpusId(java.lang.Integer)

Throws:
java.lang.Exception

remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers

public boolean remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst,
                                                                    RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
Specified by:
remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

handleRemoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst,
                                                                                      RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
                                                                               throws java.lang.Exception
Performs the core logic for remoteMinimumSizeAllowedFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

Throws:
java.lang.Exception

remoteMinimumSizeAllowedFullVOsAreEqual

public boolean remoteMinimumSizeAllowedFullVOsAreEqual(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst,
                                                       RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
Specified by:
remoteMinimumSizeAllowedFullVOsAreEqual in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.remoteMinimumSizeAllowedFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

handleRemoteMinimumSizeAllowedFullVOsAreEqual

protected abstract boolean handleRemoteMinimumSizeAllowedFullVOsAreEqual(RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOFirst,
                                                                         RemoteMinimumSizeAllowedFullVO remoteMinimumSizeAllowedFullVOSecond)
                                                                  throws java.lang.Exception
Performs the core logic for remoteMinimumSizeAllowedFullVOsAreEqual(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO, fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedFullVO)

Throws:
java.lang.Exception

getMinimumSizeAllowedNaturalIds

public RemoteMinimumSizeAllowedNaturalId[] getMinimumSizeAllowedNaturalIds()
Specified by:
getMinimumSizeAllowedNaturalIds in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedNaturalIds()

handleGetMinimumSizeAllowedNaturalIds

protected abstract RemoteMinimumSizeAllowedNaturalId[] handleGetMinimumSizeAllowedNaturalIds()
                                                                                      throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedNaturalIds()

Throws:
java.lang.Exception

getMinimumSizeAllowedByNaturalId

public RemoteMinimumSizeAllowedFullVO getMinimumSizeAllowedByNaturalId(RemoteMinimumSizeAllowedNaturalId minimumSizeAllowedNaturalId)
Specified by:
getMinimumSizeAllowedByNaturalId in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId)

handleGetMinimumSizeAllowedByNaturalId

protected abstract RemoteMinimumSizeAllowedFullVO handleGetMinimumSizeAllowedByNaturalId(RemoteMinimumSizeAllowedNaturalId minimumSizeAllowedNaturalId)
                                                                                  throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedByNaturalId(fr.ifremer.allegro.referential.regulation.generic.vo.RemoteMinimumSizeAllowedNaturalId)

Throws:
java.lang.Exception

getMinimumSizeAllowedNaturalIdById

public RemoteMinimumSizeAllowedNaturalId getMinimumSizeAllowedNaturalIdById(java.lang.Integer id)
Specified by:
getMinimumSizeAllowedNaturalIdById in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getMinimumSizeAllowedNaturalIdById(java.lang.Integer)

handleGetMinimumSizeAllowedNaturalIdById

protected abstract RemoteMinimumSizeAllowedNaturalId handleGetMinimumSizeAllowedNaturalIdById(java.lang.Integer id)
                                                                                       throws java.lang.Exception
Performs the core logic for getMinimumSizeAllowedNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

getClusterMinimumSizeAllowedByIdentifiers

public ClusterMinimumSizeAllowed getClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer id)
Specified by:
getClusterMinimumSizeAllowedByIdentifiers in interface RemoteMinimumSizeAllowedFullService
See Also:
RemoteMinimumSizeAllowedFullService.getClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer)

handleGetClusterMinimumSizeAllowedByIdentifiers

protected abstract ClusterMinimumSizeAllowed handleGetClusterMinimumSizeAllowedByIdentifiers(java.lang.Integer id)
                                                                                      throws java.lang.Exception
Performs the core logic for getClusterMinimumSizeAllowedByIdentifiers(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.