fr.ifremer.allegro.technical.synchronization.generic.service
Class RemoteDataSynchronizationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.technical.synchronization.generic.service.RemoteDataSynchronizationFullServiceBase
      extended by fr.ifremer.allegro.technical.synchronization.generic.service.RemoteDataSynchronizationFullServiceImpl
All Implemented Interfaces:
RemoteDataSynchronizationFullService

public class RemoteDataSynchronizationFullServiceImpl
extends RemoteDataSynchronizationFullServiceBase

See Also:
RemoteDataSynchronizationFullService

Constructor Summary
RemoteDataSynchronizationFullServiceImpl()
           
 
Method Summary
protected  RemoteDataSynchronizationFullVO handleAddDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.addDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected  ClusterDataSynchronization handleAddOrUpdateClusterDataSynchronization(ClusterDataSynchronization clusterDataSynchronization)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.addOrUpdateClusterDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.cluster.ClusterDataSynchronization)
protected  ClusterDataSynchronization[] handleGetAllClusterDataSynchronizationSinceDateSynchro(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 RemoteDataSynchronizationFullServiceBase.getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteDataSynchronizationFullVO[] handleGetAllDataSynchronization()
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getAllDataSynchronization()
protected  ClusterDataSynchronization handleGetClusterDataSynchronizationByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getClusterDataSynchronizationByIdentifiers(java.lang.Integer)
protected  RemoteDataSynchronizationFullVO handleGetDataSynchronizationById(java.lang.Integer id)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationById(java.lang.Integer)
protected  RemoteDataSynchronizationFullVO[] handleGetDataSynchronizationByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationByIds(java.lang.Integer[])
protected  RemoteDataSynchronizationFullVO handleGetDataSynchronizationByNaturalId(RemoteDataSynchronizationNaturalId dataSynchronizationNaturalId)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationByNaturalId(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationNaturalId)
protected  RemoteDataSynchronizationNaturalId handleGetDataSynchronizationNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationNaturalIdById(java.lang.Integer)
protected  RemoteDataSynchronizationNaturalId[] handleGetDataSynchronizationNaturalIds()
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationNaturalIds()
protected  boolean handleRemoteDataSynchronizationFullVOsAreEqual(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst, RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.remoteDataSynchronizationFullVOsAreEqual(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected  boolean handleRemoteDataSynchronizationFullVOsAreEqualOnIdentifiers(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst, RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected  void handleRemoveDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.removeDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
protected  void handleUpdateDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
          Performs the core logic for RemoteDataSynchronizationFullServiceBase.updateDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)
 
Methods inherited from class fr.ifremer.allegro.technical.synchronization.generic.service.RemoteDataSynchronizationFullServiceBase
addDataSynchronization, addOrUpdateClusterDataSynchronization, getAllClusterDataSynchronizationSinceDateSynchro, getAllDataSynchronization, getClusterDataSynchronizationByIdentifiers, getDataSynchronizationById, getDataSynchronizationByIds, getDataSynchronizationByNaturalId, getDataSynchronizationDao, getDataSynchronizationNaturalIdById, getDataSynchronizationNaturalIds, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteDataSynchronizationFullVOsAreEqual, remoteDataSynchronizationFullVOsAreEqualOnIdentifiers, removeDataSynchronization, setDataSynchronizationDao, updateDataSynchronization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteDataSynchronizationFullServiceImpl

public RemoteDataSynchronizationFullServiceImpl()
Method Detail

handleAddDataSynchronization

protected RemoteDataSynchronizationFullVO handleAddDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
                                                                throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.addDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

Specified by:
handleAddDataSynchronization in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.addDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

handleUpdateDataSynchronization

protected void handleUpdateDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
                                        throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.updateDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

Specified by:
handleUpdateDataSynchronization in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.updateDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

handleRemoveDataSynchronization

protected void handleRemoveDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
                                        throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.removeDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

Specified by:
handleRemoveDataSynchronization in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.removeDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

handleGetAllDataSynchronization

protected RemoteDataSynchronizationFullVO[] handleGetAllDataSynchronization()
                                                                     throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getAllDataSynchronization()

Specified by:
handleGetAllDataSynchronization in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getAllDataSynchronization()

handleGetDataSynchronizationById

protected RemoteDataSynchronizationFullVO handleGetDataSynchronizationById(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationById(java.lang.Integer)

Specified by:
handleGetDataSynchronizationById in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getDataSynchronizationById(java.lang.Integer)

handleGetDataSynchronizationByIds

protected RemoteDataSynchronizationFullVO[] handleGetDataSynchronizationByIds(java.lang.Integer[] id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationByIds(java.lang.Integer[])

Specified by:
handleGetDataSynchronizationByIds in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getDataSynchronizationByIds(java.lang.Integer[])

handleRemoteDataSynchronizationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteDataSynchronizationFullVOsAreEqualOnIdentifiers(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst,
                                                                              RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
                                                                       throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

Specified by:
handleRemoteDataSynchronizationFullVOsAreEqualOnIdentifiers in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

handleRemoteDataSynchronizationFullVOsAreEqual

protected boolean handleRemoteDataSynchronizationFullVOsAreEqual(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst,
                                                                 RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
                                                          throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.remoteDataSynchronizationFullVOsAreEqual(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

Specified by:
handleRemoteDataSynchronizationFullVOsAreEqual in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.remoteDataSynchronizationFullVOsAreEqual(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO, fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationFullVO)

handleGetDataSynchronizationNaturalIds

protected RemoteDataSynchronizationNaturalId[] handleGetDataSynchronizationNaturalIds()
                                                                               throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationNaturalIds()

Specified by:
handleGetDataSynchronizationNaturalIds in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getDataSynchronizationNaturalIds()

handleGetDataSynchronizationByNaturalId

protected RemoteDataSynchronizationFullVO handleGetDataSynchronizationByNaturalId(RemoteDataSynchronizationNaturalId dataSynchronizationNaturalId)
                                                                           throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationByNaturalId(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationNaturalId)

Specified by:
handleGetDataSynchronizationByNaturalId in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getDataSynchronizationByNaturalId(fr.ifremer.allegro.technical.synchronization.generic.vo.RemoteDataSynchronizationNaturalId)

handleGetDataSynchronizationNaturalIdById

protected RemoteDataSynchronizationNaturalId handleGetDataSynchronizationNaturalIdById(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getDataSynchronizationNaturalIdById(java.lang.Integer)

Specified by:
handleGetDataSynchronizationNaturalIdById in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getDataSynchronizationNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterDataSynchronization

protected ClusterDataSynchronization handleAddOrUpdateClusterDataSynchronization(ClusterDataSynchronization clusterDataSynchronization)
                                                                          throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.addOrUpdateClusterDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.cluster.ClusterDataSynchronization)

Specified by:
handleAddOrUpdateClusterDataSynchronization in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.addOrUpdateClusterDataSynchronization(fr.ifremer.allegro.technical.synchronization.generic.cluster.ClusterDataSynchronization)

handleGetAllClusterDataSynchronizationSinceDateSynchro

protected ClusterDataSynchronization[] handleGetAllClusterDataSynchronizationSinceDateSynchro(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: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterDataSynchronizationSinceDateSynchro in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterDataSynchronizationByIdentifiers

protected ClusterDataSynchronization handleGetClusterDataSynchronizationByIdentifiers(java.lang.Integer id)
                                                                               throws java.lang.Exception
Description copied from class: RemoteDataSynchronizationFullServiceBase
Performs the core logic for RemoteDataSynchronizationFullServiceBase.getClusterDataSynchronizationByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterDataSynchronizationByIdentifiers in class RemoteDataSynchronizationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteDataSynchronizationFullService.getClusterDataSynchronizationByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.