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

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

public class RemoteSurveyQualificationFullServiceImpl
extends RemoteSurveyQualificationFullServiceBase

See Also:
RemoteSurveyQualificationFullService

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

Constructor Detail

RemoteSurveyQualificationFullServiceImpl

public RemoteSurveyQualificationFullServiceImpl()
Method Detail

handleAddSurveyQualification

protected RemoteSurveyQualificationFullVO handleAddSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
                                                                throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Specified by:
handleAddSurveyQualification in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.addSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleUpdateSurveyQualification

protected void handleUpdateSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
                                        throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Specified by:
handleUpdateSurveyQualification in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.updateSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleRemoveSurveyQualification

protected void handleRemoveSurveyQualification(RemoteSurveyQualificationFullVO surveyQualification)
                                        throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Specified by:
handleRemoveSurveyQualification in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.removeSurveyQualification(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleGetAllSurveyQualification

protected RemoteSurveyQualificationFullVO[] handleGetAllSurveyQualification()
                                                                     throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getAllSurveyQualification()

Specified by:
handleGetAllSurveyQualification in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getAllSurveyQualification()

handleGetSurveyQualificationById

protected RemoteSurveyQualificationFullVO handleGetSurveyQualificationById(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getSurveyQualificationById(java.lang.Integer)

Specified by:
handleGetSurveyQualificationById in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationById(java.lang.Integer)

handleGetSurveyQualificationByIds

protected RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByIds(java.lang.Integer[] id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getSurveyQualificationByIds(java.lang.Integer[])

Specified by:
handleGetSurveyQualificationByIds in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationByIds(java.lang.Integer[])

handleGetSurveyQualificationByStatusCode

protected RemoteSurveyQualificationFullVO[] handleGetSurveyQualificationByStatusCode(java.lang.String code)
                                                                              throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getSurveyQualificationByStatusCode(java.lang.String)

Specified by:
handleGetSurveyQualificationByStatusCode in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationByStatusCode(java.lang.String)

handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst,
                                                                              RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
                                                                       throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Specified by:
handleRemoteSurveyQualificationFullVOsAreEqualOnIdentifiers in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.remoteSurveyQualificationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleRemoteSurveyQualificationFullVOsAreEqual

protected boolean handleRemoteSurveyQualificationFullVOsAreEqual(RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOFirst,
                                                                 RemoteSurveyQualificationFullVO remoteSurveyQualificationFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

Specified by:
handleRemoteSurveyQualificationFullVOsAreEqual in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.remoteSurveyQualificationFullVOsAreEqual(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO, fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationFullVO)

handleGetSurveyQualificationNaturalIds

protected RemoteSurveyQualificationNaturalId[] handleGetSurveyQualificationNaturalIds()
                                                                               throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getSurveyQualificationNaturalIds()

Specified by:
handleGetSurveyQualificationNaturalIds in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationNaturalIds()

handleGetSurveyQualificationByNaturalId

protected RemoteSurveyQualificationFullVO handleGetSurveyQualificationByNaturalId(RemoteSurveyQualificationNaturalId surveyQualificationNaturalId)
                                                                           throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)

Specified by:
handleGetSurveyQualificationByNaturalId in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationByNaturalId(fr.ifremer.allegro.referential.generic.vo.RemoteSurveyQualificationNaturalId)

handleGetSurveyQualificationNaturalIdById

protected RemoteSurveyQualificationNaturalId handleGetSurveyQualificationNaturalIdById(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getSurveyQualificationNaturalIdById(java.lang.Integer)

Specified by:
handleGetSurveyQualificationNaturalIdById in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getSurveyQualificationNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterSurveyQualification

protected ClusterSurveyQualification handleAddOrUpdateClusterSurveyQualification(ClusterSurveyQualification clusterSurveyQualification)
                                                                          throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)

Specified by:
handleAddOrUpdateClusterSurveyQualification in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.addOrUpdateClusterSurveyQualification(fr.ifremer.allegro.referential.generic.cluster.ClusterSurveyQualification)

handleGetAllClusterSurveyQualificationSinceDateSynchro

protected 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
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterSurveyQualificationSinceDateSynchro in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getAllClusterSurveyQualificationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterSurveyQualificationByIdentifiers

protected ClusterSurveyQualification handleGetClusterSurveyQualificationByIdentifiers(java.lang.Integer id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteSurveyQualificationFullServiceBase
Performs the core logic for RemoteSurveyQualificationFullServiceBase.getClusterSurveyQualificationByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSurveyQualificationByIdentifiers in class RemoteSurveyQualificationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSurveyQualificationFullService.getClusterSurveyQualificationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.