fr.ifremer.allegro.administration.user.ageReader.generic.service
Class RemoteAgeReaderQualificationFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.administration.user.ageReader.generic.service.RemoteAgeReaderQualificationFullServiceBase
All Implemented Interfaces:
RemoteAgeReaderQualificationFullService
Direct Known Subclasses:
RemoteAgeReaderQualificationFullServiceImpl

public abstract class RemoteAgeReaderQualificationFullServiceBase
extends java.lang.Object
implements RemoteAgeReaderQualificationFullService

Spring Service base class for fr.ifremer.allegro.administration.user.ageReader.generic.service.RemoteAgeReaderQualificationFullService, provides access to all services and entities referenced by this service.

See Also:
RemoteAgeReaderQualificationFullService

Constructor Summary
RemoteAgeReaderQualificationFullServiceBase()
           
 
Method Summary
 RemoteAgeReaderQualificationFullVO addAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
           
 ClusterAgeReaderQualification addOrUpdateClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
           
 RemoteAgeReaderQualificationFullVO getAgeReaderQualificationById(java.lang.Integer id)
           
 RemoteAgeReaderQualificationFullVO[] getAgeReaderQualificationByIds(java.lang.Integer[] id)
           
 RemoteAgeReaderQualificationFullVO getAgeReaderQualificationByNaturalId(RemoteAgeReaderQualificationNaturalId ageReaderQualificationNaturalId)
           
 RemoteAgeReaderQualificationFullVO[] getAgeReaderQualificationByReferenceTaxonId(java.lang.Integer id)
           
protected  AgeReaderQualificationDao getAgeReaderQualificationDao()
          Gets the reference to ageReaderQualification's DAO.
 RemoteAgeReaderQualificationNaturalId getAgeReaderQualificationNaturalIdById(java.lang.Integer id)
           
 RemoteAgeReaderQualificationNaturalId[] getAgeReaderQualificationNaturalIds()
           
 RemoteAgeReaderQualificationFullVO[] getAllAgeReaderQualification()
           
 ClusterAgeReaderQualification[] getAllClusterAgeReaderQualification(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 ClusterAgeReaderQualification getClusterAgeReaderQualificationByIdentifiers(java.lang.Integer id)
           
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.
protected  PersonDao getPersonDao()
          Gets the reference to person's DAO.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  ReferenceTaxonDao getReferenceTaxonDao()
          Gets the reference to referenceTaxon's DAO.
protected abstract  RemoteAgeReaderQualificationFullVO handleAddAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
          Performs the core logic for addAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)
protected abstract  ClusterAgeReaderQualification handleAddOrUpdateClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
          Performs the core logic for addOrUpdateClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification)
protected abstract  RemoteAgeReaderQualificationFullVO handleGetAgeReaderQualificationById(java.lang.Integer id)
          Performs the core logic for getAgeReaderQualificationById(java.lang.Integer)
protected abstract  RemoteAgeReaderQualificationFullVO[] handleGetAgeReaderQualificationByIds(java.lang.Integer[] id)
          Performs the core logic for getAgeReaderQualificationByIds(java.lang.Integer[])
protected abstract  RemoteAgeReaderQualificationFullVO handleGetAgeReaderQualificationByNaturalId(RemoteAgeReaderQualificationNaturalId ageReaderQualificationNaturalId)
          Performs the core logic for getAgeReaderQualificationByNaturalId(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationNaturalId)
protected abstract  RemoteAgeReaderQualificationFullVO[] handleGetAgeReaderQualificationByReferenceTaxonId(java.lang.Integer id)
          Performs the core logic for getAgeReaderQualificationByReferenceTaxonId(java.lang.Integer)
protected abstract  RemoteAgeReaderQualificationNaturalId handleGetAgeReaderQualificationNaturalIdById(java.lang.Integer id)
          Performs the core logic for getAgeReaderQualificationNaturalIdById(java.lang.Integer)
protected abstract  RemoteAgeReaderQualificationNaturalId[] handleGetAgeReaderQualificationNaturalIds()
          Performs the core logic for getAgeReaderQualificationNaturalIds()
protected abstract  RemoteAgeReaderQualificationFullVO[] handleGetAllAgeReaderQualification()
          Performs the core logic for getAllAgeReaderQualification()
protected abstract  ClusterAgeReaderQualification[] handleGetAllClusterAgeReaderQualification(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
          Performs the core logic for getAllClusterAgeReaderQualification(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  ClusterAgeReaderQualification handleGetClusterAgeReaderQualificationByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterAgeReaderQualificationByIdentifiers(java.lang.Integer)
protected abstract  boolean handleRemoteAgeReaderQualificationFullVOsAreEqual(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst, RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
          Performs the core logic for remoteAgeReaderQualificationFullVOsAreEqual(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)
protected abstract  boolean handleRemoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst, RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
          Performs the core logic for remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)
protected abstract  void handleRemoveAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
          Performs the core logic for removeAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)
protected abstract  void handleUpdateAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
          Performs the core logic for updateAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)
 boolean remoteAgeReaderQualificationFullVOsAreEqual(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst, RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
           
 boolean remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst, RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
           
 void removeAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
           
 void setAgeReaderQualificationDao(AgeReaderQualificationDao ageReaderQualificationDao)
          Sets the reference to ageReaderQualification's DAO.
 void setLocationDao(LocationDao locationDao)
          Sets the reference to location's DAO.
 void setPersonDao(PersonDao personDao)
          Sets the reference to person's DAO.
 void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
          Sets the reference to referenceTaxon's DAO.
 void updateAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAgeReaderQualificationFullServiceBase

public RemoteAgeReaderQualificationFullServiceBase()
Method Detail

setAgeReaderQualificationDao

public void setAgeReaderQualificationDao(AgeReaderQualificationDao ageReaderQualificationDao)
Sets the reference to ageReaderQualification's DAO.


getAgeReaderQualificationDao

protected AgeReaderQualificationDao getAgeReaderQualificationDao()
Gets the reference to ageReaderQualification's DAO.


setReferenceTaxonDao

public void setReferenceTaxonDao(ReferenceTaxonDao referenceTaxonDao)
Sets the reference to referenceTaxon's DAO.


getReferenceTaxonDao

protected ReferenceTaxonDao getReferenceTaxonDao()
Gets the reference to referenceTaxon'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.


setPersonDao

public void setPersonDao(PersonDao personDao)
Sets the reference to person's DAO.


getPersonDao

protected PersonDao getPersonDao()
Gets the reference to person's DAO.


addAgeReaderQualification

public RemoteAgeReaderQualificationFullVO addAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
Specified by:
addAgeReaderQualification in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.addAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

handleAddAgeReaderQualification

protected abstract RemoteAgeReaderQualificationFullVO handleAddAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
                                                                               throws java.lang.Exception
Performs the core logic for addAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

Throws:
java.lang.Exception

updateAgeReaderQualification

public void updateAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
Specified by:
updateAgeReaderQualification in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.updateAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

handleUpdateAgeReaderQualification

protected abstract void handleUpdateAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
                                                    throws java.lang.Exception
Performs the core logic for updateAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

Throws:
java.lang.Exception

removeAgeReaderQualification

public void removeAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
Specified by:
removeAgeReaderQualification in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.removeAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

handleRemoveAgeReaderQualification

protected abstract void handleRemoveAgeReaderQualification(RemoteAgeReaderQualificationFullVO ageReaderQualification)
                                                    throws java.lang.Exception
Performs the core logic for removeAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

Throws:
java.lang.Exception

getAllAgeReaderQualification

public RemoteAgeReaderQualificationFullVO[] getAllAgeReaderQualification()
Specified by:
getAllAgeReaderQualification in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAllAgeReaderQualification()

handleGetAllAgeReaderQualification

protected abstract RemoteAgeReaderQualificationFullVO[] handleGetAllAgeReaderQualification()
                                                                                    throws java.lang.Exception
Performs the core logic for getAllAgeReaderQualification()

Throws:
java.lang.Exception

getAgeReaderQualificationById

public RemoteAgeReaderQualificationFullVO getAgeReaderQualificationById(java.lang.Integer id)
Specified by:
getAgeReaderQualificationById in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAgeReaderQualificationById(java.lang.Integer)

handleGetAgeReaderQualificationById

protected abstract RemoteAgeReaderQualificationFullVO handleGetAgeReaderQualificationById(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Performs the core logic for getAgeReaderQualificationById(java.lang.Integer)

Throws:
java.lang.Exception

getAgeReaderQualificationByIds

public RemoteAgeReaderQualificationFullVO[] getAgeReaderQualificationByIds(java.lang.Integer[] id)
Specified by:
getAgeReaderQualificationByIds in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAgeReaderQualificationByIds(java.lang.Integer[])

handleGetAgeReaderQualificationByIds

protected abstract RemoteAgeReaderQualificationFullVO[] handleGetAgeReaderQualificationByIds(java.lang.Integer[] id)
                                                                                      throws java.lang.Exception
Performs the core logic for getAgeReaderQualificationByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getAgeReaderQualificationByReferenceTaxonId

public RemoteAgeReaderQualificationFullVO[] getAgeReaderQualificationByReferenceTaxonId(java.lang.Integer id)
Specified by:
getAgeReaderQualificationByReferenceTaxonId in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAgeReaderQualificationByReferenceTaxonId(java.lang.Integer)

handleGetAgeReaderQualificationByReferenceTaxonId

protected abstract RemoteAgeReaderQualificationFullVO[] handleGetAgeReaderQualificationByReferenceTaxonId(java.lang.Integer id)
                                                                                                   throws java.lang.Exception
Performs the core logic for getAgeReaderQualificationByReferenceTaxonId(java.lang.Integer)

Throws:
java.lang.Exception

remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers

public boolean remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst,
                                                                        RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
Specified by:
remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

handleRemoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst,
                                                                                          RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
                                                                                   throws java.lang.Exception
Performs the core logic for remoteAgeReaderQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

Throws:
java.lang.Exception

remoteAgeReaderQualificationFullVOsAreEqual

public boolean remoteAgeReaderQualificationFullVOsAreEqual(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst,
                                                           RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
Specified by:
remoteAgeReaderQualificationFullVOsAreEqual in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.remoteAgeReaderQualificationFullVOsAreEqual(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

handleRemoteAgeReaderQualificationFullVOsAreEqual

protected abstract boolean handleRemoteAgeReaderQualificationFullVOsAreEqual(RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOFirst,
                                                                             RemoteAgeReaderQualificationFullVO remoteAgeReaderQualificationFullVOSecond)
                                                                      throws java.lang.Exception
Performs the core logic for remoteAgeReaderQualificationFullVOsAreEqual(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO, fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationFullVO)

Throws:
java.lang.Exception

getAgeReaderQualificationNaturalIds

public RemoteAgeReaderQualificationNaturalId[] getAgeReaderQualificationNaturalIds()
Specified by:
getAgeReaderQualificationNaturalIds in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAgeReaderQualificationNaturalIds()

handleGetAgeReaderQualificationNaturalIds

protected abstract RemoteAgeReaderQualificationNaturalId[] handleGetAgeReaderQualificationNaturalIds()
                                                                                              throws java.lang.Exception
Performs the core logic for getAgeReaderQualificationNaturalIds()

Throws:
java.lang.Exception

getAgeReaderQualificationByNaturalId

public RemoteAgeReaderQualificationFullVO getAgeReaderQualificationByNaturalId(RemoteAgeReaderQualificationNaturalId ageReaderQualificationNaturalId)
Specified by:
getAgeReaderQualificationByNaturalId in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAgeReaderQualificationByNaturalId(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationNaturalId)

handleGetAgeReaderQualificationByNaturalId

protected abstract RemoteAgeReaderQualificationFullVO handleGetAgeReaderQualificationByNaturalId(RemoteAgeReaderQualificationNaturalId ageReaderQualificationNaturalId)
                                                                                          throws java.lang.Exception
Performs the core logic for getAgeReaderQualificationByNaturalId(fr.ifremer.allegro.administration.user.ageReader.generic.vo.RemoteAgeReaderQualificationNaturalId)

Throws:
java.lang.Exception

getAgeReaderQualificationNaturalIdById

public RemoteAgeReaderQualificationNaturalId getAgeReaderQualificationNaturalIdById(java.lang.Integer id)
Specified by:
getAgeReaderQualificationNaturalIdById in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAgeReaderQualificationNaturalIdById(java.lang.Integer)

handleGetAgeReaderQualificationNaturalIdById

protected abstract RemoteAgeReaderQualificationNaturalId handleGetAgeReaderQualificationNaturalIdById(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Performs the core logic for getAgeReaderQualificationNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterAgeReaderQualification

public ClusterAgeReaderQualification addOrUpdateClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
Specified by:
addOrUpdateClusterAgeReaderQualification in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.addOrUpdateClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification)

handleAddOrUpdateClusterAgeReaderQualification

protected abstract ClusterAgeReaderQualification handleAddOrUpdateClusterAgeReaderQualification(ClusterAgeReaderQualification clusterAgeReaderQualification)
                                                                                         throws java.lang.Exception
Performs the core logic for addOrUpdateClusterAgeReaderQualification(fr.ifremer.allegro.administration.user.ageReader.generic.cluster.ClusterAgeReaderQualification)

Throws:
java.lang.Exception

getAllClusterAgeReaderQualification

public ClusterAgeReaderQualification[] getAllClusterAgeReaderQualification(java.lang.Integer userId,
                                                                           java.lang.Integer[] registrationLocationIds,
                                                                           java.lang.Integer pageNumber,
                                                                           java.lang.Integer pageSize)
Specified by:
getAllClusterAgeReaderQualification in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getAllClusterAgeReaderQualification(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetAllClusterAgeReaderQualification

protected abstract ClusterAgeReaderQualification[] handleGetAllClusterAgeReaderQualification(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 getAllClusterAgeReaderQualification(java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterAgeReaderQualificationByIdentifiers

public ClusterAgeReaderQualification getClusterAgeReaderQualificationByIdentifiers(java.lang.Integer id)
Specified by:
getClusterAgeReaderQualificationByIdentifiers in interface RemoteAgeReaderQualificationFullService
See Also:
RemoteAgeReaderQualificationFullService.getClusterAgeReaderQualificationByIdentifiers(java.lang.Integer)

handleGetClusterAgeReaderQualificationByIdentifiers

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