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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationFullServiceBase
      extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationFullServiceImpl
All Implemented Interfaces:
RemoteTranscribingLocationFullService

public class RemoteTranscribingLocationFullServiceImpl
extends RemoteTranscribingLocationFullServiceBase

See Also:
RemoteTranscribingLocationFullService

Constructor Summary
RemoteTranscribingLocationFullServiceImpl()
           
 
Method Summary
protected  ClusterTranscribingLocation handleAddOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.addOrUpdateClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)
protected  RemoteTranscribingLocationFullVO handleAddTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.addTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  ClusterTranscribingLocation[] handleGetAllClusterTranscribingLocationSinceDateSynchro(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 RemoteTranscribingLocationFullServiceBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationFullVO[] handleGetAllTranscribingLocation()
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getAllTranscribingLocation()
protected  ClusterTranscribingLocation handleGetClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getClusterTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationFullVO handleGetTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationFullVO[] handleGetTranscribingLocationByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByLocationId(java.lang.Integer)
protected  RemoteTranscribingLocationFullVO handleGetTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)
protected  RemoteTranscribingLocationFullVO[] handleGetTranscribingLocationByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSideId(java.lang.Integer)
protected  RemoteTranscribingLocationFullVO[] handleGetTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSystemId(java.lang.Integer)
protected  RemoteTranscribingLocationNaturalId[] handleGetTranscribingLocationNaturalIds()
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationNaturalIds()
protected  boolean handleRemoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  boolean handleRemoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst, RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  void handleRemoveTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.removeTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
protected  void handleUpdateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
          Performs the core logic for RemoteTranscribingLocationFullServiceBase.updateTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationFullServiceBase
addOrUpdateClusterTranscribingLocation, addTranscribingLocation, getAllClusterTranscribingLocationSinceDateSynchro, getAllTranscribingLocation, getClusterTranscribingLocationByIdentifiers, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getTranscribingLocationByIdentifiers, getTranscribingLocationByLocationId, getTranscribingLocationByNaturalId, getTranscribingLocationByTranscribingSideId, getTranscribingLocationByTranscribingSystemId, getTranscribingLocationDao, getTranscribingLocationNaturalIds, getTranscribingSideDao, getTranscribingSystemDao, remoteTranscribingLocationFullVOsAreEqual, remoteTranscribingLocationFullVOsAreEqualOnIdentifiers, removeTranscribingLocation, setLocationDao, setTranscribingLocationDao, setTranscribingSideDao, setTranscribingSystemDao, updateTranscribingLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingLocationFullServiceImpl

public RemoteTranscribingLocationFullServiceImpl()
Method Detail

handleAddTranscribingLocation

protected RemoteTranscribingLocationFullVO handleAddTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
                                                                  throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.addTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

Specified by:
handleAddTranscribingLocation in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.addTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

handleUpdateTranscribingLocation

protected void handleUpdateTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.updateTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

Specified by:
handleUpdateTranscribingLocation in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.updateTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

handleRemoveTranscribingLocation

protected void handleRemoveTranscribingLocation(RemoteTranscribingLocationFullVO transcribingLocation)
                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.removeTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

Specified by:
handleRemoveTranscribingLocation in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.removeTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

handleGetAllTranscribingLocation

protected RemoteTranscribingLocationFullVO[] handleGetAllTranscribingLocation()
                                                                       throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getAllTranscribingLocation()

Specified by:
handleGetAllTranscribingLocation in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getAllTranscribingLocation()

handleGetTranscribingLocationByTranscribingSystemId

protected RemoteTranscribingLocationFullVO[] handleGetTranscribingLocationByTranscribingSystemId(java.lang.Integer id)
                                                                                          throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSystemId(java.lang.Integer)

Specified by:
handleGetTranscribingLocationByTranscribingSystemId in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingLocationByTranscribingSideId

protected RemoteTranscribingLocationFullVO[] handleGetTranscribingLocationByTranscribingSideId(java.lang.Integer id)
                                                                                        throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByTranscribingSideId(java.lang.Integer)

Specified by:
handleGetTranscribingLocationByTranscribingSideId in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByTranscribingSideId(java.lang.Integer)

handleGetTranscribingLocationByLocationId

protected RemoteTranscribingLocationFullVO[] handleGetTranscribingLocationByLocationId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByLocationId(java.lang.Integer)

Specified by:
handleGetTranscribingLocationByLocationId in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByLocationId(java.lang.Integer)

handleGetTranscribingLocationByIdentifiers

protected RemoteTranscribingLocationFullVO handleGetTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                      java.lang.Integer locationId)
                                                                               throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetTranscribingLocationByIdentifiers in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteTranscribingLocationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTranscribingLocationFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst,
                                                                               RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
                                                                        throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

Specified by:
handleRemoteTranscribingLocationFullVOsAreEqualOnIdentifiers in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.remoteTranscribingLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

handleRemoteTranscribingLocationFullVOsAreEqual

protected boolean handleRemoteTranscribingLocationFullVOsAreEqual(RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOFirst,
                                                                  RemoteTranscribingLocationFullVO remoteTranscribingLocationFullVOSecond)
                                                           throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.remoteTranscribingLocationFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

Specified by:
handleRemoteTranscribingLocationFullVOsAreEqual in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.remoteTranscribingLocationFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationFullVO)

handleGetTranscribingLocationNaturalIds

protected RemoteTranscribingLocationNaturalId[] handleGetTranscribingLocationNaturalIds()
                                                                                 throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationNaturalIds()

Specified by:
handleGetTranscribingLocationNaturalIds in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationNaturalIds()

handleGetTranscribingLocationByNaturalId

protected RemoteTranscribingLocationFullVO handleGetTranscribingLocationByNaturalId(RemoteTranscribingLocationNaturalId transcribingLocationNaturalId)
                                                                             throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)

Specified by:
handleGetTranscribingLocationByNaturalId in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getTranscribingLocationByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationNaturalId)

handleAddOrUpdateClusterTranscribingLocation

protected ClusterTranscribingLocation handleAddOrUpdateClusterTranscribingLocation(ClusterTranscribingLocation clusterTranscribingLocation)
                                                                            throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.addOrUpdateClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)

Specified by:
handleAddOrUpdateClusterTranscribingLocation in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.addOrUpdateClusterTranscribingLocation(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocation)

handleGetAllClusterTranscribingLocationSinceDateSynchro

protected ClusterTranscribingLocation[] handleGetAllClusterTranscribingLocationSinceDateSynchro(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: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTranscribingLocationSinceDateSynchro in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getAllClusterTranscribingLocationSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingLocationByIdentifiers

protected ClusterTranscribingLocation handleGetClusterTranscribingLocationByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                        java.lang.Integer locationId)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationFullServiceBase
Performs the core logic for RemoteTranscribingLocationFullServiceBase.getClusterTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterTranscribingLocationByIdentifiers in class RemoteTranscribingLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationFullService.getClusterTranscribingLocationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.