fr.ifremer.allegro.referential.generic.service
Class RemoteSurveyQualificationFullServiceBase

java.lang.Object
  extended by fr.ifremer.allegro.referential.generic.service.RemoteSurveyQualificationFullServiceBase
All Implemented Interfaces:
RemoteSurveyQualificationFullService
Direct Known Subclasses:
RemoteSurveyQualificationFullServiceImpl

public abstract class RemoteSurveyQualificationFullServiceBase
extends java.lang.Object
implements RemoteSurveyQualificationFullService

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

See Also:
RemoteSurveyQualificationFullService

Constructor Summary
RemoteSurveyQualificationFullServiceBase()
           
 
Method Summary
 ClusterSurveyQualification addOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
           
 RemoteSurveyQualificationFullVO addSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
           
 ClusterSurveyQualification[] getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteSurveyQualificationFullVO[] getAllSurveyQualification()
           
 ClusterSurveyQualification getClusterSurveyQualificationByIdentifiers(java.lang.Integer id)
           
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  StatusDao getStatusDao()
          Gets the reference to status's DAO.
 RemoteSurveyQualificationFullVO getSurveyQualificationById(java.lang.Integer id)
           
 RemoteSurveyQualificationFullVO[] getSurveyQualificationByIds(java.lang.Integer[] id)
           
 RemoteSurveyQualificationFullVO getSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
           
 RemoteSurveyQualificationFullVO[] getSurveyQualificationByStatusCode(java.lang.String code)
           
protected  SurveyQualificationDao getSurveyQualificationDao()
          Gets the reference to surveyQualification's DAO.
 RemoteSurveyQualificationNaturalId getSurveyQualificationNaturalIdById(java.lang.Integer id)
           
 RemoteSurveyQualificationNaturalId[] getSurveyQualificationNaturalIds()
           
protected abstract  ClusterSurveyQualification handleAddOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
          Performs the core logic for addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)
protected abstract  RemoteSurveyQualificationFullVO handleAddSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
          Performs the core logic for addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract  ClusterSurveyQualification[] handleGetAllClusterSurveyQualificationSinceDateSynchro(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 getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected abstract  RemoteSurveyQualificationFullVO[] handleGetAllSurveyQualification()
          Performs the core logic for getAllSurveyQualification()
protected abstract  ClusterSurveyQualification handleGetClusterSurveyQualificationByIdentifiers(java.lang.Integer id)
          Performs the core logic for getClusterSurveyQualificationByIdentifiers(java.lang.Integer)
protected abstract  RemoteSurveyQualificationFullVO handleGetSurveyQualificationById(java.lang.Integer id)
          Performs the core logic for getSurveyQualificationById(java.lang.Integer)
protected abstract  RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByIds(java.lang.Integer[] id)
          Performs the core logic for getSurveyQualificationByIds(java.lang.Integer[])
protected abstract  RemoteSurveyQualificationFullVO handleGetSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
          Performs the core logic for getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)
protected abstract  RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByStatusCode(java.lang.String code)
          Performs the core logic for getSurveyQualificationByStatusCode(java.lang.String)
protected abstract  RemoteSurveyQualificationNaturalId handleGetSurveyQualificationNaturalIdById(java.lang.Integer id)
          Performs the core logic for getSurveyQualificationNaturalIdById(java.lang.Integer)
protected abstract  RemoteSurveyQualificationNaturalId[] handleGetSurveyQualificationNaturalIds()
          Performs the core logic for getSurveyQualificationNaturalIds()
protected abstract  boolean handleRemoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
          Performs the core logic for remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract  boolean handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
          Performs the core logic for remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract  void handleRemoveSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
          Performs the core logic for removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
protected abstract  void handleUpdateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
          Performs the core logic for updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)
 boolean remoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
           
 boolean remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst, RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
           
 void removeSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
           
 void setStatusDao(StatusDao statusDao)
          Sets the reference to status's DAO.
 void setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
          Sets the reference to surveyQualification's DAO.
 void updateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSurveyQualificationFullServiceBase

public RemoteSurveyQualificationFullServiceBase()
Method Detail

setSurveyQualificationDao

public void setSurveyQualificationDao(SurveyQualificationDao surveyQualificationDao)
Sets the reference to surveyQualification's DAO.


getSurveyQualificationDao

protected SurveyQualificationDao getSurveyQualificationDao()
Gets the reference to surveyQualification'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.


addSurveyQualification

public RemoteSurveyQualificationFullVO addSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
Specified by:
addSurveyQualification in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleAddSurveyQualification

protected abstract RemoteSurveyQualificationFullVO handleAddSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
                                                                         throws java.lang.Exception
Performs the core logic for addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Throws:
java.lang.Exception

updateSurveyQualification

public void updateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
Specified by:
updateSurveyQualification in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleUpdateSurveyQualification

protected abstract void handleUpdateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
                                                 throws java.lang.Exception
Performs the core logic for updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Throws:
java.lang.Exception

removeSurveyQualification

public void removeSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
Specified by:
removeSurveyQualification in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleRemoveSurveyQualification

protected abstract void handleRemoveSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
                                                 throws java.lang.Exception
Performs the core logic for removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Throws:
java.lang.Exception

getAllSurveyQualification

public RemoteSurveyQualificationFullVO[] getAllSurveyQualification()
Specified by:
getAllSurveyQualification in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getAllSurveyQualification()

handleGetAllSurveyQualification

protected abstract RemoteSurveyQualificationFullVO[] handleGetAllSurveyQualification()
                                                                              throws java.lang.Exception
Performs the core logic for getAllSurveyQualification()

Throws:
java.lang.Exception

getSurveyQualificationById

public RemoteSurveyQualificationFullVO getSurveyQualificationById(java.lang.Integer id)
Specified by:
getSurveyQualificationById in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationById(java.lang.Integer)

handleGetSurveyQualificationById

protected abstract RemoteSurveyQualificationFullVO handleGetSurveyQualificationById(java.lang.Integer id)
                                                                             throws java.lang.Exception
Performs the core logic for getSurveyQualificationById(java.lang.Integer)

Throws:
java.lang.Exception

getSurveyQualificationByIds

public RemoteSurveyQualificationFullVO[] getSurveyQualificationByIds(java.lang.Integer[] id)
Specified by:
getSurveyQualificationByIds in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationByIds(java.lang.Integer[])

handleGetSurveyQualificationByIds

protected abstract RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByIds(java.lang.Integer[] id)
                                                                                throws java.lang.Exception
Performs the core logic for getSurveyQualificationByIds(java.lang.Integer[])

Throws:
java.lang.Exception

getSurveyQualificationByStatusCode

public RemoteSurveyQualificationFullVO[] getSurveyQualificationByStatusCode(java.lang.String code)
Specified by:
getSurveyQualificationByStatusCode in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationByStatusCode(java.lang.String)

handleGetSurveyQualificationByStatusCode

protected abstract RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByStatusCode(java.lang.String code)
                                                                                       throws java.lang.Exception
Performs the core logic for getSurveyQualificationByStatusCode(java.lang.String)

Throws:
java.lang.Exception

remoteSurveyQualificationFullVOsAreEqualOnIdentifiers

public boolean remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst,
                                                                     RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
Specified by:
remoteSurveyQualificationFullVOsAreEqualOnIdentifiers in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers

protected abstract boolean handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst,
                                                                                       RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
                                                                                throws java.lang.Exception
Performs the core logic for remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Throws:
java.lang.Exception

remoteSurveyQualificationFullVOsAreEqual

public boolean remoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst,
                                                        RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
Specified by:
remoteSurveyQualificationFullVOsAreEqual in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleRemoteSurveyQualificationFullVOsAreEqual

protected abstract boolean handleRemoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst,
                                                                          RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
                                                                   throws java.lang.Exception
Performs the core logic for remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Throws:
java.lang.Exception

getSurveyQualificationNaturalIds

public RemoteSurveyQualificationNaturalId[] getSurveyQualificationNaturalIds()
Specified by:
getSurveyQualificationNaturalIds in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationNaturalIds()

handleGetSurveyQualificationNaturalIds

protected abstract RemoteSurveyQualificationNaturalId[] handleGetSurveyQualificationNaturalIds()
                                                                                        throws java.lang.Exception
Performs the core logic for getSurveyQualificationNaturalIds()

Throws:
java.lang.Exception

getSurveyQualificationByNaturalId

public RemoteSurveyQualificationFullVO getSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
Specified by:
getSurveyQualificationByNaturalId in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)

handleGetSurveyQualificationByNaturalId

protected abstract RemoteSurveyQualificationFullVO handleGetSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
                                                                                    throws java.lang.Exception
Performs the core logic for getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)

Throws:
java.lang.Exception

getSurveyQualificationNaturalIdById

public RemoteSurveyQualificationNaturalId getSurveyQualificationNaturalIdById(java.lang.Integer id)
Specified by:
getSurveyQualificationNaturalIdById in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationNaturalIdById(java.lang.Integer)

handleGetSurveyQualificationNaturalIdById

protected abstract RemoteSurveyQualificationNaturalId handleGetSurveyQualificationNaturalIdById(java.lang.Integer id)
                                                                                         throws java.lang.Exception
Performs the core logic for getSurveyQualificationNaturalIdById(java.lang.Integer)

Throws:
java.lang.Exception

addOrUpdateClusterSurveyQualification

public ClusterSurveyQualification addOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
Specified by:
addOrUpdateClusterSurveyQualification in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)

handleAddOrUpdateClusterSurveyQualification

protected abstract ClusterSurveyQualification handleAddOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
                                                                                   throws java.lang.Exception
Performs the core logic for addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)

Throws:
java.lang.Exception

getAllClusterSurveyQualificationSinceDateSynchro

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

handleGetAllClusterSurveyQualificationSinceDateSynchro

protected abstract ClusterSurveyQualification[] handleGetAllClusterSurveyQualificationSinceDateSynchro(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 getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Throws:
java.lang.Exception

getClusterSurveyQualificationByIdentifiers

public ClusterSurveyQualification getClusterSurveyQualificationByIdentifiers(java.lang.Integer id)
Specified by:
getClusterSurveyQualificationByIdentifiers in interface RemoteSurveyQualificationFullService
See Also:
RemoteSurveyQualificationFullService.getClusterSurveyQualificationByIdentifiers(java.lang.Integer)

handleGetClusterSurveyQualificationByIdentifiers

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