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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingPmfmFullServiceBase
All Implemented Interfaces:
RemoteTranscribingPmfmFullService
Direct Known Subclasses:
RemoteTranscribingPmfmFullServiceImpl

public abstract class RemoteTranscribingPmfmFullServiceBase
extends java.lang.Object
implements RemoteTranscribingPmfmFullService

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

See Also:
RemoteTranscribingPmfmFullService

Constructor Summary
RemoteTranscribingPmfmFullServiceBase()
           
 
Method Summary
 ClusterTranscribingPmfm addOrUpdateClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
           
 RemoteTranscribingPmfmFullVO addTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
           
 ClusterTranscribingPmfm[] getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingPmfmFullVO[] getAllTranscribingPmfm()
           
 ClusterTranscribingPmfm getClusterTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer transcribingSystemId)
           
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  PmfmDao getPmfmDao()
          Gets the reference to pmfm's DAO.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
 RemoteTranscribingPmfmFullVO getTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer transcribingSystemId)
           
 RemoteTranscribingPmfmFullVO getTranscribingPmfmByNaturalId(RemoteTranscribingPmfmNaturalId transcribingPmfmNaturalId)
           
 RemoteTranscribingPmfmFullVO[] getTranscribingPmfmByPmfmId(java.lang.Integer id)
           
 RemoteTranscribingPmfmFullVO[] getTranscribingPmfmByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingPmfmFullVO[] getTranscribingPmfmByTranscribingSystemId(java.lang.Integer id)
           
protected  TranscribingPmfmDao getTranscribingPmfmDao()
          Gets the reference to transcribingPmfm's DAO.
 RemoteTranscribingPmfmNaturalId[] getTranscribingPmfmNaturalIds()
           
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSide's DAO.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystem's DAO.
protected abstract  ClusterTranscribingPmfm handleAddOrUpdateClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
          Performs the core logic for addOrUpdateClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)
protected abstract  RemoteTranscribingPmfmFullVO handleAddTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
          Performs the core logic for addTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)
protected abstract  ClusterTranscribingPmfm[] handleGetAllClusterTranscribingPmfmSinceDateSynchro(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 getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingPmfmFullVO[] handleGetAllTranscribingPmfm()
          Performs the core logic for getAllTranscribingPmfm()
protected abstract  ClusterTranscribingPmfm handleGetClusterTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer transcribingSystemId)
          Performs the core logic for getClusterTranscribingPmfmByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingPmfmFullVO handleGetTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId, java.lang.Integer transcribingSystemId)
          Performs the core logic for getTranscribingPmfmByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingPmfmFullVO handleGetTranscribingPmfmByNaturalId(RemoteTranscribingPmfmNaturalId transcribingPmfmNaturalId)
          Performs the core logic for getTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmNaturalId)
protected abstract  RemoteTranscribingPmfmFullVO[] handleGetTranscribingPmfmByPmfmId(java.lang.Integer id)
          Performs the core logic for getTranscribingPmfmByPmfmId(java.lang.Integer)
protected abstract  RemoteTranscribingPmfmFullVO[] handleGetTranscribingPmfmByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for getTranscribingPmfmByTranscribingSideId(java.lang.Integer)
protected abstract  RemoteTranscribingPmfmFullVO[] handleGetTranscribingPmfmByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for getTranscribingPmfmByTranscribingSystemId(java.lang.Integer)
protected abstract  RemoteTranscribingPmfmNaturalId[] handleGetTranscribingPmfmNaturalIds()
          Performs the core logic for getTranscribingPmfmNaturalIds()
protected abstract  boolean handleRemoteTranscribingPmfmFullVOsAreEqual(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst, RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
          Performs the core logic for remoteTranscribingPmfmFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)
protected abstract  boolean handleRemoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst, RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
          Performs the core logic for remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)
protected abstract  void handleRemoveTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
          Performs the core logic for removeTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)
protected abstract  void handleUpdateTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
          Performs the core logic for updateTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)
 boolean remoteTranscribingPmfmFullVOsAreEqual(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst, RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
           
 boolean remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst, RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
           
 void removeTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
           
 void setPmfmDao(PmfmDao pmfmDao)
          Sets the reference to pmfm's DAO.
 void setTranscribingPmfmDao(TranscribingPmfmDao transcribingPmfmDao)
          Sets the reference to transcribingPmfm's DAO.
 void setTranscribingSideDao(TranscribingSideDao transcribingSideDao)
          Sets the reference to transcribingSide's DAO.
 void setTranscribingSystemDao(TranscribingSystemDao transcribingSystemDao)
          Sets the reference to transcribingSystem's DAO.
 void updateTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingPmfmFullServiceBase

public RemoteTranscribingPmfmFullServiceBase()
Method Detail

setTranscribingPmfmDao

public void setTranscribingPmfmDao(TranscribingPmfmDao transcribingPmfmDao)
Sets the reference to transcribingPmfm's DAO.


getTranscribingPmfmDao

protected TranscribingPmfmDao getTranscribingPmfmDao()
Gets the reference to transcribingPmfm's DAO.


setPmfmDao

public void setPmfmDao(PmfmDao pmfmDao)
Sets the reference to pmfm's DAO.


getPmfmDao

protected PmfmDao getPmfmDao()
Gets the reference to pmfm's DAO.


setTranscribingSystemDao

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


getTranscribingSystemDao

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


setTranscribingSideDao

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


getTranscribingSideDao

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


addTranscribingPmfm

public RemoteTranscribingPmfmFullVO addTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
Specified by:
addTranscribingPmfm in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.addTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

handleAddTranscribingPmfm

protected abstract RemoteTranscribingPmfmFullVO handleAddTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
                                                                   throws java.lang.Exception
Performs the core logic for addTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

Throws:
java.lang.Exception

updateTranscribingPmfm

public void updateTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
Specified by:
updateTranscribingPmfm in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.updateTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

handleUpdateTranscribingPmfm

protected abstract void handleUpdateTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
                                              throws java.lang.Exception
Performs the core logic for updateTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

Throws:
java.lang.Exception

removeTranscribingPmfm

public void removeTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
Specified by:
removeTranscribingPmfm in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.removeTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

handleRemoveTranscribingPmfm

protected abstract void handleRemoveTranscribingPmfm(RemoteTranscribingPmfmFullVO transcribingPmfm)
                                              throws java.lang.Exception
Performs the core logic for removeTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

Throws:
java.lang.Exception

getAllTranscribingPmfm

public RemoteTranscribingPmfmFullVO[] getAllTranscribingPmfm()
Specified by:
getAllTranscribingPmfm in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getAllTranscribingPmfm()

handleGetAllTranscribingPmfm

protected abstract RemoteTranscribingPmfmFullVO[] handleGetAllTranscribingPmfm()
                                                                        throws java.lang.Exception
Performs the core logic for getAllTranscribingPmfm()

Throws:
java.lang.Exception

getTranscribingPmfmByPmfmId

public RemoteTranscribingPmfmFullVO[] getTranscribingPmfmByPmfmId(java.lang.Integer id)
Specified by:
getTranscribingPmfmByPmfmId in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getTranscribingPmfmByPmfmId(java.lang.Integer)

handleGetTranscribingPmfmByPmfmId

protected abstract RemoteTranscribingPmfmFullVO[] handleGetTranscribingPmfmByPmfmId(java.lang.Integer id)
                                                                             throws java.lang.Exception
Performs the core logic for getTranscribingPmfmByPmfmId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingPmfmByTranscribingSystemId

public RemoteTranscribingPmfmFullVO[] getTranscribingPmfmByTranscribingSystemId(java.lang.Integer id)
Specified by:
getTranscribingPmfmByTranscribingSystemId in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getTranscribingPmfmByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingPmfmByTranscribingSystemId

protected abstract RemoteTranscribingPmfmFullVO[] handleGetTranscribingPmfmByTranscribingSystemId(java.lang.Integer id)
                                                                                           throws java.lang.Exception
Performs the core logic for getTranscribingPmfmByTranscribingSystemId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingPmfmByTranscribingSideId

public RemoteTranscribingPmfmFullVO[] getTranscribingPmfmByTranscribingSideId(java.lang.Integer id)
Specified by:
getTranscribingPmfmByTranscribingSideId in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getTranscribingPmfmByTranscribingSideId(java.lang.Integer)

handleGetTranscribingPmfmByTranscribingSideId

protected abstract RemoteTranscribingPmfmFullVO[] handleGetTranscribingPmfmByTranscribingSideId(java.lang.Integer id)
                                                                                         throws java.lang.Exception
Performs the core logic for getTranscribingPmfmByTranscribingSideId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingPmfmByIdentifiers

public RemoteTranscribingPmfmFullVO getTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId,
                                                                     java.lang.Integer transcribingSystemId)
Specified by:
getTranscribingPmfmByIdentifiers in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getTranscribingPmfmByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetTranscribingPmfmByIdentifiers

protected abstract RemoteTranscribingPmfmFullVO handleGetTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId,
                                                                                       java.lang.Integer transcribingSystemId)
                                                                                throws java.lang.Exception
Performs the core logic for getTranscribingPmfmByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers

public boolean remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst,
                                                                  RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
Specified by:
remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

handleRemoteTranscribingPmfmFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst,
                                                                                    RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
                                                                             throws java.lang.Exception
Performs the core logic for remoteTranscribingPmfmFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

Throws:
java.lang.Exception

remoteTranscribingPmfmFullVOsAreEqual

public boolean remoteTranscribingPmfmFullVOsAreEqual(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst,
                                                     RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
Specified by:
remoteTranscribingPmfmFullVOsAreEqual in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.remoteTranscribingPmfmFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

handleRemoteTranscribingPmfmFullVOsAreEqual

protected abstract boolean handleRemoteTranscribingPmfmFullVOsAreEqual(RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOFirst,
                                                                       RemoteTranscribingPmfmFullVO remoteTranscribingPmfmFullVOSecond)
                                                                throws java.lang.Exception
Performs the core logic for remoteTranscribingPmfmFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmFullVO)

Throws:
java.lang.Exception

getTranscribingPmfmNaturalIds

public RemoteTranscribingPmfmNaturalId[] getTranscribingPmfmNaturalIds()
Specified by:
getTranscribingPmfmNaturalIds in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getTranscribingPmfmNaturalIds()

handleGetTranscribingPmfmNaturalIds

protected abstract RemoteTranscribingPmfmNaturalId[] handleGetTranscribingPmfmNaturalIds()
                                                                                  throws java.lang.Exception
Performs the core logic for getTranscribingPmfmNaturalIds()

Throws:
java.lang.Exception

getTranscribingPmfmByNaturalId

public RemoteTranscribingPmfmFullVO getTranscribingPmfmByNaturalId(RemoteTranscribingPmfmNaturalId transcribingPmfmNaturalId)
Specified by:
getTranscribingPmfmByNaturalId in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmNaturalId)

handleGetTranscribingPmfmByNaturalId

protected abstract RemoteTranscribingPmfmFullVO handleGetTranscribingPmfmByNaturalId(RemoteTranscribingPmfmNaturalId transcribingPmfmNaturalId)
                                                                              throws java.lang.Exception
Performs the core logic for getTranscribingPmfmByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingPmfmNaturalId)

Throws:
java.lang.Exception

addOrUpdateClusterTranscribingPmfm

public ClusterTranscribingPmfm addOrUpdateClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
Specified by:
addOrUpdateClusterTranscribingPmfm in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.addOrUpdateClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)

handleAddOrUpdateClusterTranscribingPmfm

protected abstract ClusterTranscribingPmfm handleAddOrUpdateClusterTranscribingPmfm(ClusterTranscribingPmfm clusterTranscribingPmfm)
                                                                             throws java.lang.Exception
Performs the core logic for addOrUpdateClusterTranscribingPmfm(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingPmfm)

Throws:
java.lang.Exception

getAllClusterTranscribingPmfmSinceDateSynchro

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

handleGetAllClusterTranscribingPmfmSinceDateSynchro

protected abstract ClusterTranscribingPmfm[] handleGetAllClusterTranscribingPmfmSinceDateSynchro(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 getAllClusterTranscribingPmfmSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterTranscribingPmfmByIdentifiers

public ClusterTranscribingPmfm getClusterTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId,
                                                                       java.lang.Integer transcribingSystemId)
Specified by:
getClusterTranscribingPmfmByIdentifiers in interface RemoteTranscribingPmfmFullService
See Also:
RemoteTranscribingPmfmFullService.getClusterTranscribingPmfmByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingPmfmByIdentifiers

protected abstract ClusterTranscribingPmfm handleGetClusterTranscribingPmfmByIdentifiers(java.lang.Integer pmfmId,
                                                                                         java.lang.Integer transcribingSystemId)
                                                                                  throws java.lang.Exception
Performs the core logic for getClusterTranscribingPmfmByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getPrincipal

protected java.security.Principal getPrincipal()
Gets the current principal if one has been set, otherwise returns null.

Returns:
the current principal

getMessages

protected org.springframework.context.MessageSource getMessages()
Gets the message source available to this service.


getMessage

protected java.lang.String getMessage(java.lang.String key)
Gets the message having the given key in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments)
Gets the message having the given key and arguments in the underlying message bundle.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.

getMessage

protected java.lang.String getMessage(java.lang.String key,
                                      java.lang.Object[] arguments,
                                      java.util.Locale locale)
Gets the message having the given key using the given arguments for the given locale.

Parameters:
key - the key of the message in the messages.properties message bundle.
arguments - any arguments to substitute when resolving the message.
locale - the locale of the messages to retrieve.


Copyright © 2008-2010 IFREMER. All Rights Reserved.