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

java.lang.Object
  extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationLevelFullServiceBase
      extended by fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationLevelFullServiceImpl
All Implemented Interfaces:
RemoteTranscribingLocationLevelFullService

public class RemoteTranscribingLocationLevelFullServiceImpl
extends RemoteTranscribingLocationLevelFullServiceBase

See Also:
RemoteTranscribingLocationLevelFullService

Constructor Summary
RemoteTranscribingLocationLevelFullServiceImpl()
           
 
Method Summary
protected  ClusterTranscribingLocationLevel handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)
protected  RemoteTranscribingLocationLevelFullVO handleAddTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected  ClusterTranscribingLocationLevel[] handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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 RemoteTranscribingLocationLevelFullServiceBase.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationLevelFullVO[] handleGetAllTranscribingLocationLevel()
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getAllTranscribingLocationLevel()
protected  ClusterTranscribingLocationLevel handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)
protected  RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)
protected  RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)
protected  RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)
protected  RemoteTranscribingLocationLevelNaturalId[] handleGetTranscribingLocationLevelNaturalIds()
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelNaturalIds()
protected  boolean handleRemoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected  boolean handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected  void handleRemoveTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
protected  void handleUpdateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
          Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.transcribing.generic.service.RemoteTranscribingLocationLevelFullServiceBase
addOrUpdateClusterTranscribingLocationLevel, addTranscribingLocationLevel, getAllClusterTranscribingLocationLevelSinceDateSynchro, getAllTranscribingLocationLevel, getClusterTranscribingLocationLevelByIdentifiers, getLocationLevelDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getTranscribingLocationLevelByIdentifiers, getTranscribingLocationLevelByLocationLevelId, getTranscribingLocationLevelByNaturalId, getTranscribingLocationLevelByTranscribingSideId, getTranscribingLocationLevelByTranscribingSystemId, getTranscribingLocationLevelDao, getTranscribingLocationLevelNaturalIds, getTranscribingSideDao, getTranscribingSystemDao, remoteTranscribingLocationLevelFullVOsAreEqual, remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers, removeTranscribingLocationLevel, setLocationLevelDao, setTranscribingLocationLevelDao, setTranscribingSideDao, setTranscribingSystemDao, updateTranscribingLocationLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTranscribingLocationLevelFullServiceImpl

public RemoteTranscribingLocationLevelFullServiceImpl()
Method Detail

handleAddTranscribingLocationLevel

protected RemoteTranscribingLocationLevelFullVO handleAddTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
                                                                            throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Specified by:
handleAddTranscribingLocationLevel in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.addTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleUpdateTranscribingLocationLevel

protected void handleUpdateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
                                              throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Specified by:
handleUpdateTranscribingLocationLevel in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.updateTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleRemoveTranscribingLocationLevel

protected void handleRemoveTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
                                              throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Specified by:
handleRemoveTranscribingLocationLevel in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.removeTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleGetAllTranscribingLocationLevel

protected RemoteTranscribingLocationLevelFullVO[] handleGetAllTranscribingLocationLevel()
                                                                                 throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getAllTranscribingLocationLevel()

Specified by:
handleGetAllTranscribingLocationLevel in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getAllTranscribingLocationLevel()

handleGetTranscribingLocationLevelByTranscribingSystemId

protected RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
                                                                                                    throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)

Specified by:
handleGetTranscribingLocationLevelByTranscribingSystemId in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer)

handleGetTranscribingLocationLevelByTranscribingSideId

protected RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
                                                                                                  throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)

Specified by:
handleGetTranscribingLocationLevelByTranscribingSideId in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer)

handleGetTranscribingLocationLevelByLocationLevelId

protected RemoteTranscribingLocationLevelFullVO[] handleGetTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)

Specified by:
handleGetTranscribingLocationLevelByLocationLevelId in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByLocationLevelId(java.lang.Integer)

handleGetTranscribingLocationLevelByIdentifiers

protected RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                                java.lang.Integer locationLevelId)
                                                                                         throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetTranscribingLocationLevelByIdentifiers in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                                                    RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
                                                                             throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Specified by:
handleRemoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleRemoteTranscribingLocationLevelFullVOsAreEqual

protected boolean handleRemoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                                       RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

Specified by:
handleRemoteTranscribingLocationLevelFullVOsAreEqual in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.remoteTranscribingLocationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO, fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelFullVO)

handleGetTranscribingLocationLevelNaturalIds

protected RemoteTranscribingLocationLevelNaturalId[] handleGetTranscribingLocationLevelNaturalIds()
                                                                                           throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelNaturalIds()

Specified by:
handleGetTranscribingLocationLevelNaturalIds in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelNaturalIds()

handleGetTranscribingLocationLevelByNaturalId

protected RemoteTranscribingLocationLevelFullVO handleGetTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
                                                                                       throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)

Specified by:
handleGetTranscribingLocationLevelByNaturalId in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getTranscribingLocationLevelByNaturalId(fr.ifremer.allegro.referential.transcribing.generic.vo.RemoteTranscribingLocationLevelNaturalId)

handleAddOrUpdateClusterTranscribingLocationLevel

protected ClusterTranscribingLocationLevel handleAddOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

Specified by:
handleAddOrUpdateClusterTranscribingLocationLevel in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.addOrUpdateClusterTranscribingLocationLevel(fr.ifremer.allegro.referential.transcribing.generic.cluster.ClusterTranscribingLocationLevel)

handleGetAllClusterTranscribingLocationLevelSinceDateSynchro

protected ClusterTranscribingLocationLevel[] handleGetAllClusterTranscribingLocationLevelSinceDateSynchro(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: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterTranscribingLocationLevelSinceDateSynchro in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterTranscribingLocationLevelByIdentifiers

protected ClusterTranscribingLocationLevel handleGetClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                                  java.lang.Integer locationLevelId)
                                                                                           throws java.lang.Exception
Description copied from class: RemoteTranscribingLocationLevelFullServiceBase
Performs the core logic for RemoteTranscribingLocationLevelFullServiceBase.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterTranscribingLocationLevelByIdentifiers in class RemoteTranscribingLocationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteTranscribingLocationLevelFullService.getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.