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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingQualitativeValueFullServiceBase
All Implemented Interfaces:
RemoteTranscribingQualitativeValueFullService
Direct Known Subclasses:
RemoteTranscribingQualitativeValueFullServiceImpl

public abstract class RemoteTranscribingQualitativeValueFullServiceBase
extends java.lang.Object
implements RemoteTranscribingQualitativeValueFullService

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

See Also:
RemoteTranscribingQualitativeValueFullService

Constructor Summary
RemoteTranscribingQualitativeValueFullServiceBase()
           
 
Method Summary
 ClusterTranscribingQualitativeValue addOrUpdateClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
           
 RemoteTranscribingQualitativeValueFullVO addTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
           
 ClusterTranscribingQualitativeValue[] getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingQualitativeValueFullVO[] getAllTranscribingQualitativeValue()
           
 ClusterTranscribingQualitativeValue getClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer qualitativeValueId, java.lang.String externalCode, java.lang.String parameterCode)
           
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  ParameterDao getParameterDao()
          Gets the reference to parameter's DAO.
protected  java.security.Principal getPrincipal()
          Gets the current principal if one has been set, otherwise returns null.
protected  QualitativeValueDao getQualitativeValueDao()
          Gets the reference to qualitativeValue's DAO.
 RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
           
 RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByExternalCodes(java.lang.String[] externalCode)
           
 RemoteTranscribingQualitativeValueFullVO getTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer qualitativeValueId, java.lang.String externalCode, java.lang.String parameterCode)
           
 RemoteTranscribingQualitativeValueFullVO getTranscribingQualitativeValueByNaturalId(RemoteTranscribingQualitativeValueNaturalId transcribingQualitativeValueNaturalId)
           
 RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByParameterCode(java.lang.String code)
           
 RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer id)
           
 RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer id)
           
protected  TranscribingQualitativeValueDao getTranscribingQualitativeValueDao()
          Gets the reference to transcribingQualitativeValue's DAO.
 RemoteTranscribingQualitativeValueNaturalId[] getTranscribingQualitativeValueNaturalIds()
           
protected  TranscribingSideDao getTranscribingSideDao()
          Gets the reference to transcribingSide's DAO.
protected  TranscribingSystemDao getTranscribingSystemDao()
          Gets the reference to transcribingSystem's DAO.
protected abstract  ClusterTranscribingQualitativeValue handleAddOrUpdateClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
          Performs the core logic for addOrUpdateClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)
protected abstract  RemoteTranscribingQualitativeValueFullVO handleAddTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
          Performs the core logic for addTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)
protected abstract  ClusterTranscribingQualitativeValue[] handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro(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 getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetAllTranscribingQualitativeValue()
          Performs the core logic for getAllTranscribingQualitativeValue()
protected abstract  ClusterTranscribingQualitativeValue handleGetClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer qualitativeValueId, java.lang.String externalCode, java.lang.String parameterCode)
          Performs the core logic for getClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
          Performs the core logic for getTranscribingQualitativeValueByExternalCode(java.lang.String)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByExternalCodes(java.lang.String[] externalCode)
          Performs the core logic for getTranscribingQualitativeValueByExternalCodes(java.lang.String[])
protected abstract  RemoteTranscribingQualitativeValueFullVO handleGetTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer qualitativeValueId, java.lang.String externalCode, java.lang.String parameterCode)
          Performs the core logic for getTranscribingQualitativeValueByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String)
protected abstract  RemoteTranscribingQualitativeValueFullVO handleGetTranscribingQualitativeValueByNaturalId(RemoteTranscribingQualitativeValueNaturalId transcribingQualitativeValueNaturalId)
          Performs the core logic for getTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByParameterCode(java.lang.String code)
          Performs the core logic for getTranscribingQualitativeValueByParameterCode(java.lang.String)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer id)
          Performs the core logic for getTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for getTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer)
protected abstract  RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for getTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer)
protected abstract  RemoteTranscribingQualitativeValueNaturalId[] handleGetTranscribingQualitativeValueNaturalIds()
          Performs the core logic for getTranscribingQualitativeValueNaturalIds()
protected abstract  boolean handleRemoteTranscribingQualitativeValueFullVOsAreEqual(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst, RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
          Performs the core logic for remoteTranscribingQualitativeValueFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)
protected abstract  boolean handleRemoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst, RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
          Performs the core logic for remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)
protected abstract  void handleRemoveTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
          Performs the core logic for removeTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)
protected abstract  void handleUpdateTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
          Performs the core logic for updateTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)
 boolean remoteTranscribingQualitativeValueFullVOsAreEqual(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst, RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
           
 boolean remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst, RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
           
 void removeTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
           
 void setParameterDao(ParameterDao parameterDao)
          Sets the reference to parameter's DAO.
 void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
          Sets the reference to qualitativeValue's DAO.
 void setTranscribingQualitativeValueDao(TranscribingQualitativeValueDao transcribingQualitativeValueDao)
          Sets the reference to transcribingQualitativeValue'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 updateTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingQualitativeValueFullServiceBase

public RemoteTranscribingQualitativeValueFullServiceBase()
Method Detail

setTranscribingQualitativeValueDao

public void setTranscribingQualitativeValueDao(TranscribingQualitativeValueDao transcribingQualitativeValueDao)
Sets the reference to transcribingQualitativeValue's DAO.


getTranscribingQualitativeValueDao

protected TranscribingQualitativeValueDao getTranscribingQualitativeValueDao()
Gets the reference to transcribingQualitativeValue'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.


setQualitativeValueDao

public void setQualitativeValueDao(QualitativeValueDao qualitativeValueDao)
Sets the reference to qualitativeValue's DAO.


getQualitativeValueDao

protected QualitativeValueDao getQualitativeValueDao()
Gets the reference to qualitativeValue's DAO.


setParameterDao

public void setParameterDao(ParameterDao parameterDao)
Sets the reference to parameter's DAO.


getParameterDao

protected ParameterDao getParameterDao()
Gets the reference to parameter's DAO.


addTranscribingQualitativeValue

public RemoteTranscribingQualitativeValueFullVO addTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
Specified by:
addTranscribingQualitativeValue in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.addTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

handleAddTranscribingQualitativeValue

protected abstract RemoteTranscribingQualitativeValueFullVO handleAddTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
                                                                                           throws java.lang.Exception
Performs the core logic for addTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

Throws:
java.lang.Exception

updateTranscribingQualitativeValue

public void updateTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
Specified by:
updateTranscribingQualitativeValue in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.updateTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

handleUpdateTranscribingQualitativeValue

protected abstract void handleUpdateTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
                                                          throws java.lang.Exception
Performs the core logic for updateTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

Throws:
java.lang.Exception

removeTranscribingQualitativeValue

public void removeTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
Specified by:
removeTranscribingQualitativeValue in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.removeTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

handleRemoveTranscribingQualitativeValue

protected abstract void handleRemoveTranscribingQualitativeValue(RemoteTranscribingQualitativeValueFullVO transcribingQualitativeValue)
                                                          throws java.lang.Exception
Performs the core logic for removeTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

Throws:
java.lang.Exception

getAllTranscribingQualitativeValue

public RemoteTranscribingQualitativeValueFullVO[] getAllTranscribingQualitativeValue()
Specified by:
getAllTranscribingQualitativeValue in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getAllTranscribingQualitativeValue()

handleGetAllTranscribingQualitativeValue

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetAllTranscribingQualitativeValue()
                                                                                                throws java.lang.Exception
Performs the core logic for getAllTranscribingQualitativeValue()

Throws:
java.lang.Exception

getTranscribingQualitativeValueByExternalCode

public RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
Specified by:
getTranscribingQualitativeValueByExternalCode in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByExternalCode(java.lang.String)

handleGetTranscribingQualitativeValueByExternalCode

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByExternalCode(java.lang.String externalCode)
                                                                                                           throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByExternalCode(java.lang.String)

Throws:
java.lang.Exception

getTranscribingQualitativeValueByExternalCodes

public RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByExternalCodes(java.lang.String[] externalCode)
Specified by:
getTranscribingQualitativeValueByExternalCodes in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByExternalCodes(java.lang.String[])

handleGetTranscribingQualitativeValueByExternalCodes

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByExternalCodes(java.lang.String[] externalCode)
                                                                                                            throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByExternalCodes(java.lang.String[])

Throws:
java.lang.Exception

getTranscribingQualitativeValueByTranscribingSystemId

public RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer id)
Specified by:
getTranscribingQualitativeValueByTranscribingSystemId in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingQualitativeValueByTranscribingSystemId

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer id)
                                                                                                                   throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByTranscribingSystemId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingQualitativeValueByTranscribingSideId

public RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer id)
Specified by:
getTranscribingQualitativeValueByTranscribingSideId in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer)

handleGetTranscribingQualitativeValueByTranscribingSideId

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer id)
                                                                                                                 throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByTranscribingSideId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingQualitativeValueByQualitativeValueId

public RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer id)
Specified by:
getTranscribingQualitativeValueByQualitativeValueId in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer)

handleGetTranscribingQualitativeValueByQualitativeValueId

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer id)
                                                                                                                 throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByQualitativeValueId(java.lang.Integer)

Throws:
java.lang.Exception

getTranscribingQualitativeValueByParameterCode

public RemoteTranscribingQualitativeValueFullVO[] getTranscribingQualitativeValueByParameterCode(java.lang.String code)
Specified by:
getTranscribingQualitativeValueByParameterCode in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByParameterCode(java.lang.String)

handleGetTranscribingQualitativeValueByParameterCode

protected abstract RemoteTranscribingQualitativeValueFullVO[] handleGetTranscribingQualitativeValueByParameterCode(java.lang.String code)
                                                                                                            throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByParameterCode(java.lang.String)

Throws:
java.lang.Exception

getTranscribingQualitativeValueByIdentifiers

public RemoteTranscribingQualitativeValueFullVO getTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                             java.lang.Integer transcribingSideId,
                                                                                             java.lang.Integer qualitativeValueId,
                                                                                             java.lang.String externalCode,
                                                                                             java.lang.String parameterCode)
Specified by:
getTranscribingQualitativeValueByIdentifiers in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String)

handleGetTranscribingQualitativeValueByIdentifiers

protected abstract RemoteTranscribingQualitativeValueFullVO handleGetTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                                               java.lang.Integer transcribingSideId,
                                                                                                               java.lang.Integer qualitativeValueId,
                                                                                                               java.lang.String externalCode,
                                                                                                               java.lang.String parameterCode)
                                                                                                        throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String)

Throws:
java.lang.Exception

remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers

public boolean remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst,
                                                                              RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
Specified by:
remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

handleRemoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst,
                                                                                                RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
                                                                                         throws java.lang.Exception
Performs the core logic for remoteTranscribingQualitativeValueFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

Throws:
java.lang.Exception

remoteTranscribingQualitativeValueFullVOsAreEqual

public boolean remoteTranscribingQualitativeValueFullVOsAreEqual(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst,
                                                                 RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
Specified by:
remoteTranscribingQualitativeValueFullVOsAreEqual in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.remoteTranscribingQualitativeValueFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

handleRemoteTranscribingQualitativeValueFullVOsAreEqual

protected abstract boolean handleRemoteTranscribingQualitativeValueFullVOsAreEqual(RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOFirst,
                                                                                   RemoteTranscribingQualitativeValueFullVO remoteTranscribingQualitativeValueFullVOSecond)
                                                                            throws java.lang.Exception
Performs the core logic for remoteTranscribingQualitativeValueFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueFullVO)

Throws:
java.lang.Exception

getTranscribingQualitativeValueNaturalIds

public RemoteTranscribingQualitativeValueNaturalId[] getTranscribingQualitativeValueNaturalIds()
Specified by:
getTranscribingQualitativeValueNaturalIds in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueNaturalIds()

handleGetTranscribingQualitativeValueNaturalIds

protected abstract RemoteTranscribingQualitativeValueNaturalId[] handleGetTranscribingQualitativeValueNaturalIds()
                                                                                                          throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueNaturalIds()

Throws:
java.lang.Exception

getTranscribingQualitativeValueByNaturalId

public RemoteTranscribingQualitativeValueFullVO getTranscribingQualitativeValueByNaturalId(RemoteTranscribingQualitativeValueNaturalId transcribingQualitativeValueNaturalId)
Specified by:
getTranscribingQualitativeValueByNaturalId in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId)

handleGetTranscribingQualitativeValueByNaturalId

protected abstract RemoteTranscribingQualitativeValueFullVO handleGetTranscribingQualitativeValueByNaturalId(RemoteTranscribingQualitativeValueNaturalId transcribingQualitativeValueNaturalId)
                                                                                                      throws java.lang.Exception
Performs the core logic for getTranscribingQualitativeValueByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingQualitativeValueNaturalId)

Throws:
java.lang.Exception

addOrUpdateClusterTranscribingQualitativeValue

public ClusterTranscribingQualitativeValue addOrUpdateClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
Specified by:
addOrUpdateClusterTranscribingQualitativeValue in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.addOrUpdateClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)

handleAddOrUpdateClusterTranscribingQualitativeValue

protected abstract ClusterTranscribingQualitativeValue handleAddOrUpdateClusterTranscribingQualitativeValue(ClusterTranscribingQualitativeValue clusterTranscribingQualitativeValue)
                                                                                                     throws java.lang.Exception
Performs the core logic for addOrUpdateClusterTranscribingQualitativeValue(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingQualitativeValue)

Throws:
java.lang.Exception

getAllClusterTranscribingQualitativeValueSinceDateSynchro

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

handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro

protected abstract ClusterTranscribingQualitativeValue[] handleGetAllClusterTranscribingQualitativeValueSinceDateSynchro(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 getAllClusterTranscribingQualitativeValueSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterTranscribingQualitativeValueByIdentifiers

public ClusterTranscribingQualitativeValue getClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                               java.lang.Integer transcribingSideId,
                                                                                               java.lang.Integer qualitativeValueId,
                                                                                               java.lang.String externalCode,
                                                                                               java.lang.String parameterCode)
Specified by:
getClusterTranscribingQualitativeValueByIdentifiers in interface RemoteTranscribingQualitativeValueFullService
See Also:
RemoteTranscribingQualitativeValueFullService.getClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String)

handleGetClusterTranscribingQualitativeValueByIdentifiers

protected abstract ClusterTranscribingQualitativeValue handleGetClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                                                 java.lang.Integer transcribingSideId,
                                                                                                                 java.lang.Integer qualitativeValueId,
                                                                                                                 java.lang.String externalCode,
                                                                                                                 java.lang.String parameterCode)
                                                                                                          throws java.lang.Exception
Performs the core logic for getClusterTranscribingQualitativeValueByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.String, 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.