fr.ifremer.allegro.referential.pmfm.generic.service
Class RemoteAggregationLevelFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteAggregationLevelFullServiceBase
      extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteAggregationLevelFullServiceImpl
All Implemented Interfaces:
RemoteAggregationLevelFullService

public class RemoteAggregationLevelFullServiceImpl
extends RemoteAggregationLevelFullServiceBase

See Also:
RemoteAggregationLevelFullService

Constructor Summary
RemoteAggregationLevelFullServiceImpl()
           
 
Method Summary
protected  RemoteAggregationLevelFullVO handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  ClusterAggregationLevel handleAddOrUpdateClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.addOrUpdateClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)
protected  RemoteAggregationLevelFullVO handleGetAggregationLevelById(java.lang.Integer id)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelById(java.lang.Integer)
protected  RemoteAggregationLevelFullVO[] handleGetAggregationLevelByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelByIds(java.lang.Integer[])
protected  RemoteAggregationLevelFullVO handleGetAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)
protected  RemoteAggregationLevelNaturalId handleGetAggregationLevelNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelNaturalIdById(java.lang.Integer)
protected  RemoteAggregationLevelNaturalId[] handleGetAggregationLevelNaturalIds()
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelNaturalIds()
protected  RemoteAggregationLevelFullVO[] handleGetAllAggregationLevel()
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getAllAggregationLevel()
protected  ClusterAggregationLevel[] handleGetAllClusterAggregationLevelSinceDateSynchro(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 RemoteAggregationLevelFullServiceBase.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
protected  ClusterAggregationLevel handleGetClusterAggregationLevelByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.getClusterAggregationLevelByIdentifiers(java.lang.Integer)
protected  boolean handleRemoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  boolean handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst, RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  void handleRemoveAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.removeAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
protected  void handleUpdateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
          Performs the core logic for RemoteAggregationLevelFullServiceBase.updateAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.pmfm.generic.service.RemoteAggregationLevelFullServiceBase
addAggregationLevel, addOrUpdateClusterAggregationLevel, getAggregationLevelById, getAggregationLevelByIds, getAggregationLevelByNaturalId, getAggregationLevelDao, getAggregationLevelNaturalIdById, getAggregationLevelNaturalIds, getAllAggregationLevel, getAllClusterAggregationLevelSinceDateSynchro, getClusterAggregationLevelByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteAggregationLevelFullVOsAreEqual, remoteAggregationLevelFullVOsAreEqualOnIdentifiers, removeAggregationLevel, setAggregationLevelDao, updateAggregationLevel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteAggregationLevelFullServiceImpl

public RemoteAggregationLevelFullServiceImpl()
Method Detail

handleAddAggregationLevel

protected RemoteAggregationLevelFullVO handleAddAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
                                                          throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

Specified by:
handleAddAggregationLevel in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.addAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

handleUpdateAggregationLevel

protected void handleUpdateAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
                                     throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.updateAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

Specified by:
handleUpdateAggregationLevel in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.updateAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

handleRemoveAggregationLevel

protected void handleRemoveAggregationLevel(RemoteAggregationLevelFullVO aggregationLevel)
                                     throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.removeAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

Specified by:
handleRemoveAggregationLevel in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.removeAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

handleGetAllAggregationLevel

protected RemoteAggregationLevelFullVO[] handleGetAllAggregationLevel()
                                                               throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAllAggregationLevel()

Specified by:
handleGetAllAggregationLevel in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAllAggregationLevel()

handleGetAggregationLevelById

protected RemoteAggregationLevelFullVO handleGetAggregationLevelById(java.lang.Integer id)
                                                              throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelById(java.lang.Integer)

Specified by:
handleGetAggregationLevelById in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAggregationLevelById(java.lang.Integer)

handleGetAggregationLevelByIds

protected RemoteAggregationLevelFullVO[] handleGetAggregationLevelByIds(java.lang.Integer[] id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelByIds(java.lang.Integer[])

Specified by:
handleGetAggregationLevelByIds in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAggregationLevelByIds(java.lang.Integer[])

handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst,
                                                                           RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
                                                                    throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

Specified by:
handleRemoteAggregationLevelFullVOsAreEqualOnIdentifiers in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.remoteAggregationLevelFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

handleRemoteAggregationLevelFullVOsAreEqual

protected boolean handleRemoteAggregationLevelFullVOsAreEqual(RemoteAggregationLevelFullVO remoteAggregationLevelFullVOFirst,
                                                              RemoteAggregationLevelFullVO remoteAggregationLevelFullVOSecond)
                                                       throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.remoteAggregationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

Specified by:
handleRemoteAggregationLevelFullVOsAreEqual in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.remoteAggregationLevelFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelFullVO)

handleGetAggregationLevelNaturalIds

protected RemoteAggregationLevelNaturalId[] handleGetAggregationLevelNaturalIds()
                                                                         throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelNaturalIds()

Specified by:
handleGetAggregationLevelNaturalIds in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAggregationLevelNaturalIds()

handleGetAggregationLevelByNaturalId

protected RemoteAggregationLevelFullVO handleGetAggregationLevelByNaturalId(RemoteAggregationLevelNaturalId aggregationLevelNaturalId)
                                                                     throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)

Specified by:
handleGetAggregationLevelByNaturalId in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAggregationLevelByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteAggregationLevelNaturalId)

handleGetAggregationLevelNaturalIdById

protected RemoteAggregationLevelNaturalId handleGetAggregationLevelNaturalIdById(java.lang.Integer id)
                                                                          throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAggregationLevelNaturalIdById(java.lang.Integer)

Specified by:
handleGetAggregationLevelNaturalIdById in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAggregationLevelNaturalIdById(java.lang.Integer)

handleAddOrUpdateClusterAggregationLevel

protected ClusterAggregationLevel handleAddOrUpdateClusterAggregationLevel(ClusterAggregationLevel clusterAggregationLevel)
                                                                    throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.addOrUpdateClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)

Specified by:
handleAddOrUpdateClusterAggregationLevel in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.addOrUpdateClusterAggregationLevel(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterAggregationLevel)

handleGetAllClusterAggregationLevelSinceDateSynchro

protected ClusterAggregationLevel[] handleGetAllClusterAggregationLevelSinceDateSynchro(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: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

Specified by:
handleGetAllClusterAggregationLevelSinceDateSynchro in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getAllClusterAggregationLevelSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

handleGetClusterAggregationLevelByIdentifiers

protected ClusterAggregationLevel handleGetClusterAggregationLevelByIdentifiers(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteAggregationLevelFullServiceBase
Performs the core logic for RemoteAggregationLevelFullServiceBase.getClusterAggregationLevelByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterAggregationLevelByIdentifiers in class RemoteAggregationLevelFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteAggregationLevelFullService.getClusterAggregationLevelByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.