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

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteShellfishGathererFullServiceBase
All Implemented Interfaces:
RemoteShellfishGathererFullService
Direct Known Subclasses:
RemoteShellfishGathererFullServiceImpl

public abstract class RemoteShellfishGathererFullServiceBase
extends java.lang.Object
implements RemoteShellfishGathererFullService

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

See Also:
RemoteShellfishGathererFullService

Constructor Summary
RemoteShellfishGathererFullServiceBase()
           
 
Method Summary
 ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
 RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteShellfishGathererFullVO[] getAllShellfishGatherer()
           
 ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(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.
 RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)
           
 RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)
           
protected  ShellfishGathererDao getShellfishGathererDao()
          Gets the reference to shellfishGatherer's DAO.
 RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)
           
 RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()
           
protected  StatusDao getStatusDao()
          Gets the reference to status's DAO.
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  ClusterShellfishGatherer handleAddOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
          Performs the core logic for addOrUpdateClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)
protected abstract  RemoteShellfishGathererFullVO handleAddShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
          Performs the core logic for addShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract  ClusterShellfishGatherer[] handleGetAllClusterShellfishGathererSinceDateSynchro(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 getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteShellfishGathererFullVO[] handleGetAllShellfishGatherer()
          Performs the core logic for getAllShellfishGatherer()
protected abstract  ClusterShellfishGatherer handleGetClusterShellfishGathererByIdentifiers(java.lang.String code)
          Performs the core logic for getClusterShellfishGathererByIdentifiers(java.lang.String)
protected abstract  RemoteShellfishGathererFullVO handleGetShellfishGathererByCode(java.lang.String code)
          Performs the core logic for getShellfishGathererByCode(java.lang.String)
protected abstract  RemoteShellfishGathererFullVO[] handleGetShellfishGathererByCodes(java.lang.String[] code)
          Performs the core logic for getShellfishGathererByCodes(java.lang.String[])
protected abstract  RemoteShellfishGathererFullVO handleGetShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
          Performs the core logic for getShellfishGathererByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId)
protected abstract  RemoteShellfishGathererFullVO[] handleGetShellfishGathererByStatusCode(java.lang.String code)
          Performs the core logic for getShellfishGathererByStatusCode(java.lang.String)
protected abstract  RemoteShellfishGathererFullVO[] handleGetShellfishGathererByVesselTypeId(java.lang.Integer id)
          Performs the core logic for getShellfishGathererByVesselTypeId(java.lang.Integer)
protected abstract  RemoteShellfishGathererNaturalId handleGetShellfishGathererNaturalIdByCode(java.lang.String code)
          Performs the core logic for getShellfishGathererNaturalIdByCode(java.lang.String)
protected abstract  RemoteShellfishGathererNaturalId[] handleGetShellfishGathererNaturalIds()
          Performs the core logic for getShellfishGathererNaturalIds()
protected abstract  boolean handleRemoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
          Performs the core logic for remoteShellfishGathererFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract  boolean handleRemoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
          Performs the core logic for remoteShellfishGathererFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract  void handleRemoveShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
          Performs the core logic for removeShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
protected abstract  void handleUpdateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
          Performs the core logic for updateShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)
 boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
           
 boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
           
 void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 void setRightToProduceDao(RightToProduceDao rightToProduceDao)
          Sets the reference to rightToProduce's DAO.
 void setShellfishGathererDao(ShellfishGathererDao shellfishGathererDao)
          Sets the reference to shellfishGatherer's DAO.
 void setStatusDao(StatusDao statusDao)
          Sets the reference to status'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 updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteShellfishGathererFullServiceBase

public RemoteShellfishGathererFullServiceBase()
Method Detail

setShellfishGathererDao

public void setShellfishGathererDao(ShellfishGathererDao shellfishGathererDao)
Sets the reference to shellfishGatherer's DAO.


getShellfishGathererDao

protected ShellfishGathererDao getShellfishGathererDao()
Gets the reference to shellfishGatherer'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.


addShellfishGatherer

public RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
Specified by:
addShellfishGatherer in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.addShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

handleAddShellfishGatherer

protected abstract RemoteShellfishGathererFullVO handleAddShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
                                                                     throws java.lang.Exception
Performs the core logic for addShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

Throws:
java.lang.Exception

updateShellfishGatherer

public void updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
Specified by:
updateShellfishGatherer in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.updateShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

handleUpdateShellfishGatherer

protected abstract void handleUpdateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
                                               throws java.lang.Exception
Performs the core logic for updateShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

Throws:
java.lang.Exception

removeShellfishGatherer

public void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
Specified by:
removeShellfishGatherer in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.removeShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

handleRemoveShellfishGatherer

protected abstract void handleRemoveShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
                                               throws java.lang.Exception
Performs the core logic for removeShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

Throws:
java.lang.Exception

getAllShellfishGatherer

public RemoteShellfishGathererFullVO[] getAllShellfishGatherer()
Specified by:
getAllShellfishGatherer in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getAllShellfishGatherer()

handleGetAllShellfishGatherer

protected abstract RemoteShellfishGathererFullVO[] handleGetAllShellfishGatherer()
                                                                          throws java.lang.Exception
Performs the core logic for getAllShellfishGatherer()

Throws:
java.lang.Exception

getShellfishGathererByCode

public RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)
Specified by:
getShellfishGathererByCode in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByCode(java.lang.String)

handleGetShellfishGathererByCode

protected abstract RemoteShellfishGathererFullVO handleGetShellfishGathererByCode(java.lang.String code)
                                                                           throws java.lang.Exception
Performs the core logic for getShellfishGathererByCode(java.lang.String)

Throws:
java.lang.Exception

getShellfishGathererByCodes

public RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)
Specified by:
getShellfishGathererByCodes in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByCodes(java.lang.String[])

handleGetShellfishGathererByCodes

protected abstract RemoteShellfishGathererFullVO[] handleGetShellfishGathererByCodes(java.lang.String[] code)
                                                                              throws java.lang.Exception
Performs the core logic for getShellfishGathererByCodes(java.lang.String[])

Throws:
java.lang.Exception

getShellfishGathererByStatusCode

public RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)
Specified by:
getShellfishGathererByStatusCode in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByStatusCode(java.lang.String)

handleGetShellfishGathererByStatusCode

protected abstract RemoteShellfishGathererFullVO[] handleGetShellfishGathererByStatusCode(java.lang.String code)
                                                                                   throws java.lang.Exception
Performs the core logic for getShellfishGathererByStatusCode(java.lang.String)

Throws:
java.lang.Exception

getShellfishGathererByVesselTypeId

public RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)
Specified by:
getShellfishGathererByVesselTypeId in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByVesselTypeId(java.lang.Integer)

handleGetShellfishGathererByVesselTypeId

protected abstract RemoteShellfishGathererFullVO[] handleGetShellfishGathererByVesselTypeId(java.lang.Integer id)
                                                                                     throws java.lang.Exception
Performs the core logic for getShellfishGathererByVesselTypeId(java.lang.Integer)

Throws:
java.lang.Exception

remoteShellfishGathererFullVOsAreEqualOnIdentifiers

public boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                                   RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
Specified by:
remoteShellfishGathererFullVOsAreEqualOnIdentifiers in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.remoteShellfishGathererFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

handleRemoteShellfishGathererFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                                                     RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
                                                                              throws java.lang.Exception
Performs the core logic for remoteShellfishGathererFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

Throws:
java.lang.Exception

remoteShellfishGathererFullVOsAreEqual

public boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                      RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
Specified by:
remoteShellfishGathererFullVOsAreEqual in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.remoteShellfishGathererFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

handleRemoteShellfishGathererFullVOsAreEqual

protected abstract boolean handleRemoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                                        RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
                                                                 throws java.lang.Exception
Performs the core logic for remoteShellfishGathererFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererFullVO)

Throws:
java.lang.Exception

getShellfishGathererNaturalIds

public RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()
Specified by:
getShellfishGathererNaturalIds in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererNaturalIds()

handleGetShellfishGathererNaturalIds

protected abstract RemoteShellfishGathererNaturalId[] handleGetShellfishGathererNaturalIds()
                                                                                    throws java.lang.Exception
Performs the core logic for getShellfishGathererNaturalIds()

Throws:
java.lang.Exception

getShellfishGathererByNaturalId

public RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
Specified by:
getShellfishGathererByNaturalId in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId)

handleGetShellfishGathererByNaturalId

protected abstract RemoteShellfishGathererFullVO handleGetShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
                                                                                throws java.lang.Exception
Performs the core logic for getShellfishGathererByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteShellfishGathererNaturalId)

Throws:
java.lang.Exception

getShellfishGathererNaturalIdByCode

public RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)
Specified by:
getShellfishGathererNaturalIdByCode in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getShellfishGathererNaturalIdByCode(java.lang.String)

handleGetShellfishGathererNaturalIdByCode

protected abstract RemoteShellfishGathererNaturalId handleGetShellfishGathererNaturalIdByCode(java.lang.String code)
                                                                                       throws java.lang.Exception
Performs the core logic for getShellfishGathererNaturalIdByCode(java.lang.String)

Throws:
java.lang.Exception

addOrUpdateClusterShellfishGatherer

public ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
Specified by:
addOrUpdateClusterShellfishGatherer in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.addOrUpdateClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)

handleAddOrUpdateClusterShellfishGatherer

protected abstract ClusterShellfishGatherer handleAddOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
                                                                               throws java.lang.Exception
Performs the core logic for addOrUpdateClusterShellfishGatherer(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterShellfishGatherer)

Throws:
java.lang.Exception

getAllClusterShellfishGathererSinceDateSynchro

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

handleGetAllClusterShellfishGathererSinceDateSynchro

protected abstract ClusterShellfishGatherer[] handleGetAllClusterShellfishGathererSinceDateSynchro(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 getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterShellfishGathererByIdentifiers

public ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(java.lang.String code)
Specified by:
getClusterShellfishGathererByIdentifiers in interface RemoteShellfishGathererFullService
See Also:
RemoteShellfishGathererFullService.getClusterShellfishGathererByIdentifiers(java.lang.String)

handleGetClusterShellfishGathererByIdentifiers

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