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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingSystemFullServiceBase
      extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingSystemFullServiceImpl
All Implemented Interfaces:
RemoteTranscribingSystemFullService

public class RemoteTranscribingSystemFullServiceImpl
extends RemoteTranscribingSystemFullServiceBase

See Also:
RemoteTranscribingSystemFullService

Constructor Summary
RemoteTranscribingSystemFullServiceImpl()
           
 
Method Summary
protected  ClusterTranscribingSystem handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)
protected  RemoteTranscribingSystemFullVO handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  ClusterTranscribingSystem[] handleGetAllClusterTranscribingSystemSinceDateSynchro(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 RemoteTranscribingSystemFullServiceBase.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingSystemFullVO[] handleGetAllTranscribingSystem()
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getAllTranscribingSystem()
protected  ClusterTranscribingSystem handleGetClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getClusterTranscribingSystemByIdentifiers(java.lang.Integer)
protected  RemoteTranscribingSystemFullVO handleGetTranscribingSystemById(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemById(java.lang.Integer)
protected  RemoteTranscribingSystemFullVO[] handleGetTranscribingSystemByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByIds(java.lang.Integer[])
protected  RemoteTranscribingSystemFullVO handleGetTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)
protected  RemoteTranscribingSystemFullVO[] handleGetTranscribingSystemByStatusCode(java.lang.String code)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByStatusCode(java.lang.String)
protected  RemoteTranscribingSystemNaturalId handleGetTranscribingSystemNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemNaturalIdById(java.lang.Integer)
protected  RemoteTranscribingSystemNaturalId[] handleGetTranscribingSystemNaturalIds()
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemNaturalIds()
protected  boolean handleRemoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  boolean handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst, RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  void handleRemoveTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.removeTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
protected  void handleUpdateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
          Performs the core logic for RemoteTranscribingSystemFullServiceBase.updateTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingSystemFullServiceBase
addOrUpdateClusterTranscribingSystem, addTranscribingSystem, getAllClusterTranscribingSystemSinceDateSynchro, getAllTranscribingSystem, getClusterTranscribingSystemByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getStatusDao, getTranscribingSystemById, getTranscribingSystemByIds, getTranscribingSystemByNaturalId, getTranscribingSystemByStatusCode, getTranscribingSystemDao, getTranscribingSystemNaturalIdById, getTranscribingSystemNaturalIds, remoteTranscribingSystemFullVOsAreEqual, remoteTranscribingSystemFullVOsAreEqualOnIdentifiers, removeTranscribingSystem, setStatusDao, setTranscribingSystemDao, updateTranscribingSystem
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingSystemFullServiceImpl

public RemoteTranscribingSystemFullServiceImpl()
Method Detail

handleAddTranscribingSystem

protected RemoteTranscribingSystemFullVO handleAddTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
                                                              throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

Specified by:
handleAddTranscribingSystem in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.addTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

handleUpdateTranscribingSystem

protected void handleUpdateTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
                                       throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.updateTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

Specified by:
handleUpdateTranscribingSystem in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.updateTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

handleRemoveTranscribingSystem

protected void handleRemoveTranscribingSystem(RemoteTranscribingSystemFullVO transcribingSystem)
                                       throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.removeTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

Specified by:
handleRemoveTranscribingSystem in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.removeTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

handleGetAllTranscribingSystem

protected RemoteTranscribingSystemFullVO[] handleGetAllTranscribingSystem()
                                                                   throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getAllTranscribingSystem()

Specified by:
handleGetAllTranscribingSystem in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getAllTranscribingSystem()

handleGetTranscribingSystemById

protected RemoteTranscribingSystemFullVO handleGetTranscribingSystemById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemById(java.lang.Integer)

Specified by:
handleGetTranscribingSystemById in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getTranscribingSystemById(java.lang.Integer)

handleGetTranscribingSystemByIds

protected RemoteTranscribingSystemFullVO[] handleGetTranscribingSystemByIds(java.lang.Integer[] id)
                                                                     throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByIds(java.lang.Integer[])

Specified by:
handleGetTranscribingSystemByIds in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getTranscribingSystemByIds(java.lang.Integer[])

handleGetTranscribingSystemByStatusCode

protected RemoteTranscribingSystemFullVO[] handleGetTranscribingSystemByStatusCode(java.lang.String code)
                                                                            throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByStatusCode(java.lang.String)

Specified by:
handleGetTranscribingSystemByStatusCode in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getTranscribingSystemByStatusCode(java.lang.String)

handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst,
                                                                             RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
                                                                      throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

Specified by:
handleRemoteTranscribingSystemFullVOsAreEqualOnIdentifiers in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.remoteTranscribingSystemFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

handleRemoteTranscribingSystemFullVOsAreEqual

protected boolean handleRemoteTranscribingSystemFullVOsAreEqual(RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOFirst,
                                                                RemoteTranscribingSystemFullVO remoteTranscribingSystemFullVOSecond)
                                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.remoteTranscribingSystemFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

Specified by:
handleRemoteTranscribingSystemFullVOsAreEqual in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.remoteTranscribingSystemFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemFullVO)

handleGetTranscribingSystemNaturalIds

protected RemoteTranscribingSystemNaturalId[] handleGetTranscribingSystemNaturalIds()
                                                                             throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemNaturalIds()

Specified by:
handleGetTranscribingSystemNaturalIds in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getTranscribingSystemNaturalIds()

handleGetTranscribingSystemByNaturalId

protected RemoteTranscribingSystemFullVO handleGetTranscribingSystemByNaturalId(RemoteTranscribingSystemNaturalId transcribingSystemNaturalId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)

Specified by:
handleGetTranscribingSystemByNaturalId in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getTranscribingSystemByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingSystemNaturalId)

handleGetTranscribingSystemNaturalIdById

protected RemoteTranscribingSystemNaturalId handleGetTranscribingSystemNaturalIdById(java.lang.Integer id)
                                                                              throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getTranscribingSystemNaturalIdById(java.lang.Integer)

Specified by:
handleGetTranscribingSystemNaturalIdById in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getTranscribingSystemNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterTranscribingSystem

protected ClusterTranscribingSystem handleAddOrUpdateClusterTranscribingSystem(ClusterTranscribingSystem clusterTranscribingSystem)
                                                                        throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)

Specified by:
handleAddOrUpdateClusterTranscribingSystem in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.addOrUpdateClusterTranscribingSystem(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingSystem)

handleGetAllClusterTranscribingSystemSinceDateSynchro

protected ClusterTranscribingSystem[] handleGetAllClusterTranscribingSystemSinceDateSynchro(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: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTranscribingSystemSinceDateSynchro in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getAllClusterTranscribingSystemSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingSystemByIdentifiers

protected ClusterTranscribingSystem handleGetClusterTranscribingSystemByIdentifiers(java.lang.Integer id)
                                                                             throws java.lang.Exception
Description copied from class: RemoteTranscribingSystemFullServiceBase
Performs the core logic for RemoteTranscribingSystemFullServiceBase.getClusterTranscribingSystemByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterTranscribingSystemByIdentifiers in class RemoteTranscribingSystemFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingSystemFullService.getClusterTranscribingSystemByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.