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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationLevelFullServiceBase
All Implemented Interfaces:
RemoteTranscribingLocationLevelFullService
Direct Known Subclasses:
RemoteTranscribingLocationLevelFullServiceImpl

public abstract class RemoteTranscribingLocationLevelFullServiceBase
extends java.lang.Object
implements RemoteTranscribingLocationLevelFullService

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

See Also:
RemoteTranscribingLocationLevelFullService

Constructor Summary
RemoteTranscribingLocationLevelFullServiceBase()
           
 
Method Summary
 ClusterTranscribingLocationLevel addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 RemoteTranscribingLocationLevelFullVO addTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
           
 ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingLocationLevelFullVO[] getAllTranscribingLocationLevel()
           
 ClusterTranscribingLocationLevel getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
protected  LocationLevelDao getLocationLevelDao()
          Gets the reference to locationLevel'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  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
 RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
 RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
           
 RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
           
 RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
           
protected  TranscribingLocationLevelDao getTranscribingLocationLevelDao()
          Gets the reference to transcribingLocationLevel's DAO.
 RemoteTranscribingLocationLevelNaturalId[] getTranscribingLocationLevelNaturalIds()
           
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSide's DAO.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystem's DAO.
protected abstract  ClusterTranscribingLocationLevel handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Performs the core logic for addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
protected abstract  RemoteTranscribingLocationLevelFullVO handleAddTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
          Performs the core logic for addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract  ClusterTranscribingLocationLevel[] handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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 getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingLocationLevelFullVO[] handleGetAllTranscribingLocationLevel()
          Performs the core logic for getAllTranscribingLocationLevel()
protected abstract  ClusterTranscribingLocationLevel handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
          Performs the core logic for getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
          Performs the core logic for getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
          Performs the core logic for getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)
protected abstract  RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
          Performs the core logic for getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)
protected abstract  RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)
protected abstract  RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)
protected abstract  RemoteTranscribingLocationLevelNaturalId[] handleGetTranscribingLocationLevelNaturalIds()
          Performs the core logic for getTranscribingLocationLevelNaturalIds()
protected abstract  boolean handleRemoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
          Performs the core logic for remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract  boolean handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
          Performs the core logic for remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract  void handleRemoveTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
          Performs the core logic for removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected abstract  void handleUpdateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
          Performs the core logic for updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
 boolean remoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
           
 boolean remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
           
 void removeTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
           
 void setLocationLevelDao(LocationLevelDao locationLevelDao)
          Sets the reference to locationLevel's DAO.
 void setTranscribingLocationLevelDao(TranscribingLocationLevelDao transcribingLocationLevelDao)
          Sets the reference to transcribingLocationLevel'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 updateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingLocationLevelFullServiceBase

public RemoteTranscribingLocationLevelFullServiceBase()
Method Detail

setTranscribingLocationLevelDao

public void setTranscribingLocationLevelDao(TranscribingLocationLevelDao transcribingLocationLevelDao)
Sets the reference to transcribingLocationLevel's DAO.


getTranscribingLocationLevelDao

protected TranscribingLocationLevelDao getTranscribingLocationLevelDao()
Gets the reference to transcribingLocationLevel'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.


setLocationLevelDao

public void setLocationLevelDao(LocationLevelDao locationLevelDao)
Sets the reference to locationLevel's DAO.


getLocationLevelDao

protected LocationLevelDao getLocationLevelDao()
Gets the reference to locationLevel's DAO.


addTranscribingLocationLevel

public RemoteTranscribingLocationLevelFullVO addTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
Specified by:
addTranscribingLocationLevel in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleAddTranscribingLocationLevel

protected abstract RemoteTranscribingLocationLevelFullVO handleAddTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
                                                                                     throws java.lang.Exception
Performs the core logic for addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Throws:
java.lang.Exception

updateTranscribingLocationLevel

public void updateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
Specified by:
updateTranscribingLocationLevel in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleUpdateTranscribingLocationLevel

protected abstract void handleUpdateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
                                                       throws java.lang.Exception
Performs the core logic for updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Throws:
java.lang.Exception

removeTranscribingLocationLevel

public void removeTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
Specified by:
removeTranscribingLocationLevel in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleRemoveTranscribingLocationLevel

protected abstract void handleRemoveTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
                                                       throws java.lang.Exception
Performs the core logic for removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Throws:
java.lang.Exception

getAllTranscribingLocationLevel

public RemoteTranscribingLocationLevelFullVO[] getAllTranscribingLocationLevel()
Specified by:
getAllTranscribingLocationLevel in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getAllTranscribingLocationLevel()

handleGetAllTranscribingLocationLevel

protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetAllTranscribingLocationLevel()
                                                                                          throws java.lang.Exception
Performs the core logic for getAllTranscribingLocationLevel()

Throws:
java.lang.Exception

getTranscribingLocationLevelByTranscribingSystemId

public RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
Specified by:
getTranscribingLocationLevelByTranscribingSystemId in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingLocationLevelByTranscribingSystemId

protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
                                                                                                             throws java.lang.Exception
Performs the core logic for getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingLocationLevelByTranscribingSideId

public RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
Specified by:
getTranscribingLocationLevelByTranscribingSideId in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)

handleGetTranscribingLocationLevelByTranscribingSideId

protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
                                                                                                           throws java.lang.Exception
Performs the core logic for getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingLocationLevelByLocationLevelId

public RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
Specified by:
getTranscribingLocationLevelByLocationLevelId in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)

handleGetTranscribingLocationLevelByLocationLevelId

protected abstract RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
                                                                                                        throws java.lang.Exception
Performs the core logic for getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingLocationLevelByIdentifiers

public RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                       java.lang.Integer locationLevelId)
Specified by:
getTranscribingLocationLevelByIdentifiers in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetTranscribingLocationLevelByIdentifiers

protected abstract RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                                         java.lang.Integer locationLevelId)
                                                                                                  throws java.lang.Exception
Performs the core logic for getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers

public boolean remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                                           RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
Specified by:
remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                                                             RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
                                                                                      throws java.lang.Exception
Performs the core logic for remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Throws:
java.lang.Exception

remoteTranscribingLocationLevelFullVOsAreEqual

public boolean remoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                              RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
Specified by:
remoteTranscribingLocationLevelFullVOsAreEqual in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleRemoteTranscribingLocationLevelFullVOsAreEqual

protected abstract boolean handleRemoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                                                RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
                                                                         throws java.lang.Exception
Performs the core logic for remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Throws:
java.lang.Exception

getTranscribingLocationLevelNaturalIds

public RemoteTranscribingLocationLevelNaturalId[] getTranscribingLocationLevelNaturalIds()
Specified by:
getTranscribingLocationLevelNaturalIds in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelNaturalIds()

handleGetTranscribingLocationLevelNaturalIds

protected abstract RemoteTranscribingLocationLevelNaturalId[] handleGetTranscribingLocationLevelNaturalIds()
                                                                                                    throws java.lang.Exception
Performs the core logic for getTranscribingLocationLevelNaturalIds()

Throws:
java.lang.Exception

getTranscribingLocationLevelByNaturalId

public RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
Specified by:
getTranscribingLocationLevelByNaturalId in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)

handleGetTranscribingLocationLevelByNaturalId

protected abstract RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
                                                                                                throws java.lang.Exception
Performs the core logic for getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)

Throws:
java.lang.Exception

addOrUpdateClusterTranscribingLocationLevel

public ClusterTranscribingLocationLevel addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
Specified by:
addOrUpdateClusterTranscribingLocationLevel in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

handleAddOrUpdateClusterTranscribingLocationLevel

protected abstract ClusterTranscribingLocationLevel handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
                                                                                               throws java.lang.Exception
Performs the core logic for addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

Throws:
java.lang.Exception

getAllClusterTranscribingLocationLevelSinceDateSynchro

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

handleGetAllClusterTranscribingLocationLevelSinceDateSynchro

protected abstract ClusterTranscribingLocationLevel[] handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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 getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterTranscribingLocationLevelByIdentifiers

public ClusterTranscribingLocationLevel getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                         java.lang.Integer locationLevelId)
Specified by:
getClusterTranscribingLocationLevelByIdentifiers in interface RemoteTranscribingLocationLevelFullService
See Also:
RemoteTranscribingLocationLevelFullService.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingLocationLevelByIdentifiers

protected abstract ClusterTranscribingLocationLevel handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                                           java.lang.Integer locationLevelId)
                                                                                                    throws java.lang.Exception
Performs the core logic for getClusterTranscribingLocationLevelByIdentifiers(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.