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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingGearFullServiceBase
      extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingGearFullServiceImpl
All Implemented Interfaces:
RemoteTranscribingGearFullService

public class RemoteTranscribingGearFullServiceImpl
extends RemoteTranscribingGearFullServiceBase

See Also:
RemoteTranscribingGearFullService

Constructor Summary
RemoteTranscribingGearFullServiceImpl()
           
 
Method Summary
protected  ClusterTranscribingGear handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)
protected  RemoteTranscribingGearFullVO handleAddTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected  ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(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 RemoteTranscribingGearFullServiceBase.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingGearFullVO[] handleGetAllTranscribingGear()
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getAllTranscribingGear()
protected  ClusterTranscribingGear handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingGearFullVO[] handleGetTranscribingGearByGearId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByGearId(java.lang.Integer)
protected  RemoteTranscribingGearFullVO handleGetTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer transcribingSideId, java.lang.Integer gearId)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingGearFullVO handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)
protected  RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByTranscribingSideId(java.lang.Integer)
protected  RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByTranscribingSystemId(java.lang.Integer)
protected  RemoteTranscribingGearNaturalId[] handleGetTranscribingGearNaturalIds()
          Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearNaturalIds()
protected  boolean handleRemoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected  boolean handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst, RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected  void handleRemoveTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
protected  void handleUpdateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
          Performs the core logic for RemoteTranscribingGearFullServiceBase.updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingGearFullServiceBase
addOrUpdateClusterTranscribingGear, addTranscribingGear, getAllClusterTranscribingGearSinceDateSynchro, getAllTranscribingGear, getClusterTranscribingGearByIdentifiers, getGearDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getTranscribingGearByGearId, getTranscribingGearByIdentifiers, getTranscribingGearByNaturalId, getTranscribingGearByTranscribingSideId, getTranscribingGearByTranscribingSystemId, getTranscribingGearDao, getTranscribingGearNaturalIds, getTranscribingSideDao, getTranscribingSystemDao, remoteTranscribingGearFullVOsAreEqual, remoteTranscribingGearFullVOsAreEqualOnIdentifiers, removeTranscribingGear, setGearDao, setTranscribingGearDao, setTranscribingSideDao, setTranscribingSystemDao, updateTranscribingGear
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingGearFullServiceImpl

public RemoteTranscribingGearFullServiceImpl()
Method Detail

handleAddTranscribingGear

protected RemoteTranscribingGearFullVO handleAddTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
                                                          throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Specified by:
handleAddTranscribingGear in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.addTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleUpdateTranscribingGear

protected void handleUpdateTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
                                     throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Specified by:
handleUpdateTranscribingGear in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.updateTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleRemoveTranscribingGear

protected void handleRemoveTranscribingGear(RemoteTranscribingGearFullVO transcribingGear)
                                     throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Specified by:
handleRemoveTranscribingGear in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.removeTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleGetAllTranscribingGear

protected RemoteTranscribingGearFullVO[] handleGetAllTranscribingGear()
                                                               throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getAllTranscribingGear()

Specified by:
handleGetAllTranscribingGear in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getAllTranscribingGear()

handleGetTranscribingGearByTranscribingSystemId

protected RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSystemId(java.lang.Integer id)
                                                                                  throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByTranscribingSystemId(java.lang.Integer)

Specified by:
handleGetTranscribingGearByTranscribingSystemId in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingGearByTranscribingSideId

protected RemoteTranscribingGearFullVO[] handleGetTranscribingGearByTranscribingSideId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByTranscribingSideId(java.lang.Integer)

Specified by:
handleGetTranscribingGearByTranscribingSideId in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByTranscribingSideId(java.lang.Integer)

handleGetTranscribingGearByGearId

protected RemoteTranscribingGearFullVO[] handleGetTranscribingGearByGearId(java.lang.Integer id)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByGearId(java.lang.Integer)

Specified by:
handleGetTranscribingGearByGearId in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByGearId(java.lang.Integer)

handleGetTranscribingGearByIdentifiers

protected RemoteTranscribingGearFullVO handleGetTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                              java.lang.Integer transcribingSideId,
                                                                              java.lang.Integer gearId)
                                                                       throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)

Specified by:
handleGetTranscribingGearByIdentifiers in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)

handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                                           RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Specified by:
handleRemoteTranscribingGearFullVOsAreEqualOnIdentifiers in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.remoteTranscribingGearFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleRemoteTranscribingGearFullVOsAreEqual

protected boolean handleRemoteTranscribingGearFullVOsAreEqual(RemoteTranscribingGearFullVO remoteTranscribingGearFullVOFirst,
                                                              RemoteTranscribingGearFullVO remoteTranscribingGearFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

Specified by:
handleRemoteTranscribingGearFullVOsAreEqual in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.remoteTranscribingGearFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearFullVO)

handleGetTranscribingGearNaturalIds

protected RemoteTranscribingGearNaturalId[] handleGetTranscribingGearNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearNaturalIds()

Specified by:
handleGetTranscribingGearNaturalIds in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getTranscribingGearNaturalIds()

handleGetTranscribingGearByNaturalId

protected RemoteTranscribingGearFullVO handleGetTranscribingGearByNaturalId(RemoteTranscribingGearNaturalId transcribingGearNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)

Specified by:
handleGetTranscribingGearByNaturalId in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getTranscribingGearByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingGearNaturalId)

handleAddOrUpdateClusterTranscribingGear

protected ClusterTranscribingGear handleAddOrUpdateClusterTranscribingGear(ClusterTranscribingGear clusterTranscribingGear)
                                                                    throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)

Specified by:
handleAddOrUpdateClusterTranscribingGear in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.addOrUpdateClusterTranscribingGear(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingGear)

handleGetAllClusterTranscribingGearSinceDateSynchro

protected ClusterTranscribingGear[] handleGetAllClusterTranscribingGearSinceDateSynchro(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: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTranscribingGearSinceDateSynchro in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getAllClusterTranscribingGearSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingGearByIdentifiers

protected ClusterTranscribingGear handleGetClusterTranscribingGearByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                java.lang.Integer transcribingSideId,
                                                                                java.lang.Integer gearId)
                                                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingGearFullServiceBase
Performs the core logic for RemoteTranscribingGearFullServiceBase.getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterTranscribingGearByIdentifiers in class RemoteTranscribingGearFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingGearFullService.getClusterTranscribingGearByIdentifiers(java.lang.Integer, java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.