fr.ifremer.allegro.playground.generic.service
Class RemotePlaygroundFishingEffortZoneFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.playground.generic.service.RemotePlaygroundFishingEffortZoneFullServiceBase
      extended by fr.ifremer.allegro.playground.generic.service.RemotePlaygroundFishingEffortZoneFullServiceImpl
All Implemented Interfaces:
RemotePlaygroundFishingEffortZoneFullService

public class RemotePlaygroundFishingEffortZoneFullServiceImpl
extends RemotePlaygroundFishingEffortZoneFullServiceBase

See Also:
RemotePlaygroundFishingEffortZoneFullService

Constructor Summary
RemotePlaygroundFishingEffortZoneFullServiceImpl()
           
 
Method Summary
protected  RemotePlaygroundFishingEffortZoneFullVO handleAddPlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.addPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected  RemotePlaygroundFishingEffortZoneFullVO[] handleGetAllPlaygroundFishingEffortZone()
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getAllPlaygroundFishingEffortZone()
protected  ClusterPlaygroundFishingEffortZone handleGetClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer)
protected  RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer)
protected  RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByGearId(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByGearId(java.lang.Integer)
protected  RemotePlaygroundFishingEffortZoneFullVO handleGetPlaygroundFishingEffortZoneById(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneById(java.lang.Integer)
protected  RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByIds(java.lang.Integer[] id)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByIds(java.lang.Integer[])
protected  RemotePlaygroundFishingEffortZoneFullVO handleGetPlaygroundFishingEffortZoneByNaturalId(RemotePlaygroundFishingEffortZoneNaturalId playgroundFishingEffortZoneNaturalId)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)
protected  RemotePlaygroundFishingEffortZoneNaturalId handleGetPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer)
protected  RemotePlaygroundFishingEffortZoneNaturalId[] handleGetPlaygroundFishingEffortZoneNaturalIds()
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneNaturalIds()
protected  boolean handleRemotePlaygroundFishingEffortZoneFullVOsAreEqual(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.remotePlaygroundFishingEffortZoneFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected  boolean handleRemotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst, RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected  void handleRemovePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.removePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
protected  void handleUpdatePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
          Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.updatePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)
 
Methods inherited from class fr.ifremer.allegro.playground.generic.service.RemotePlaygroundFishingEffortZoneFullServiceBase
addPlaygroundFishingEffortZone, getAllPlaygroundFishingEffortZone, getClusterPlaygroundFishingEffortZoneByIdentifiers, getFishingTripDao, getGearDao, getMessage, getMessage, getMessage, getMessages, getPlaygroundFishingEffortZoneByFishingTripId, getPlaygroundFishingEffortZoneByGearId, getPlaygroundFishingEffortZoneById, getPlaygroundFishingEffortZoneByIds, getPlaygroundFishingEffortZoneByNaturalId, getPlaygroundFishingEffortZoneDao, getPlaygroundFishingEffortZoneNaturalIdById, getPlaygroundFishingEffortZoneNaturalIds, getPrincipal, remotePlaygroundFishingEffortZoneFullVOsAreEqual, remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers, removePlaygroundFishingEffortZone, setFishingTripDao, setGearDao, setPlaygroundFishingEffortZoneDao, updatePlaygroundFishingEffortZone
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotePlaygroundFishingEffortZoneFullServiceImpl

public RemotePlaygroundFishingEffortZoneFullServiceImpl()
Method Detail

handleAddPlaygroundFishingEffortZone

protected RemotePlaygroundFishingEffortZoneFullVO handleAddPlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
                                                                                throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.addPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

Specified by:
handleAddPlaygroundFishingEffortZone in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.addPlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

handleUpdatePlaygroundFishingEffortZone

protected void handleUpdatePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
                                                throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.updatePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

Specified by:
handleUpdatePlaygroundFishingEffortZone in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.updatePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

handleRemovePlaygroundFishingEffortZone

protected void handleRemovePlaygroundFishingEffortZone(RemotePlaygroundFishingEffortZoneFullVO playgroundFishingEffortZone)
                                                throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.removePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

Specified by:
handleRemovePlaygroundFishingEffortZone in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.removePlaygroundFishingEffortZone(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

handleGetAllPlaygroundFishingEffortZone

protected RemotePlaygroundFishingEffortZoneFullVO[] handleGetAllPlaygroundFishingEffortZone()
                                                                                     throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getAllPlaygroundFishingEffortZone()

Specified by:
handleGetAllPlaygroundFishingEffortZone in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getAllPlaygroundFishingEffortZone()

handleGetPlaygroundFishingEffortZoneById

protected RemotePlaygroundFishingEffortZoneFullVO handleGetPlaygroundFishingEffortZoneById(java.lang.Integer id)
                                                                                    throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneById(java.lang.Integer)

Specified by:
handleGetPlaygroundFishingEffortZoneById in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneById(java.lang.Integer)

handleGetPlaygroundFishingEffortZoneByIds

protected RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByIds(java.lang.Integer[] id)
                                                                                       throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByIds(java.lang.Integer[])

Specified by:
handleGetPlaygroundFishingEffortZoneByIds in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByIds(java.lang.Integer[])

handleGetPlaygroundFishingEffortZoneByFishingTripId

protected RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer id)
                                                                                                 throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer)

Specified by:
handleGetPlaygroundFishingEffortZoneByFishingTripId in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByFishingTripId(java.lang.Integer)

handleGetPlaygroundFishingEffortZoneByGearId

protected RemotePlaygroundFishingEffortZoneFullVO[] handleGetPlaygroundFishingEffortZoneByGearId(java.lang.Integer id)
                                                                                          throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByGearId(java.lang.Integer)

Specified by:
handleGetPlaygroundFishingEffortZoneByGearId in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByGearId(java.lang.Integer)

handleRemotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers

protected boolean handleRemotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst,
                                                                                      RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
                                                                               throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

Specified by:
handleRemotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.remotePlaygroundFishingEffortZoneFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

handleRemotePlaygroundFishingEffortZoneFullVOsAreEqual

protected boolean handleRemotePlaygroundFishingEffortZoneFullVOsAreEqual(RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOFirst,
                                                                         RemotePlaygroundFishingEffortZoneFullVO remotePlaygroundFishingEffortZoneFullVOSecond)
                                                                  throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.remotePlaygroundFishingEffortZoneFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

Specified by:
handleRemotePlaygroundFishingEffortZoneFullVOsAreEqual in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.remotePlaygroundFishingEffortZoneFullVOsAreEqual(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO, fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneFullVO)

handleGetPlaygroundFishingEffortZoneNaturalIds

protected RemotePlaygroundFishingEffortZoneNaturalId[] handleGetPlaygroundFishingEffortZoneNaturalIds()
                                                                                               throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneNaturalIds()

Specified by:
handleGetPlaygroundFishingEffortZoneNaturalIds in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneNaturalIds()

handleGetPlaygroundFishingEffortZoneByNaturalId

protected RemotePlaygroundFishingEffortZoneFullVO handleGetPlaygroundFishingEffortZoneByNaturalId(RemotePlaygroundFishingEffortZoneNaturalId playgroundFishingEffortZoneNaturalId)
                                                                                           throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)

Specified by:
handleGetPlaygroundFishingEffortZoneByNaturalId in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneByNaturalId(fr.ifremer.allegro.playground.generic.vo.RemotePlaygroundFishingEffortZoneNaturalId)

handleGetPlaygroundFishingEffortZoneNaturalIdById

protected RemotePlaygroundFishingEffortZoneNaturalId handleGetPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer id)
                                                                                                throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer)

Specified by:
handleGetPlaygroundFishingEffortZoneNaturalIdById in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getPlaygroundFishingEffortZoneNaturalIdById(java.lang.Integer)

handleGetClusterPlaygroundFishingEffortZoneByIdentifiers

protected ClusterPlaygroundFishingEffortZone handleGetClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer id)
                                                                                               throws java.lang.Exception
Description copied from class: RemotePlaygroundFishingEffortZoneFullServiceBase
Performs the core logic for RemotePlaygroundFishingEffortZoneFullServiceBase.getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterPlaygroundFishingEffortZoneByIdentifiers in class RemotePlaygroundFishingEffortZoneFullServiceBase
Throws:
java.lang.Exception
See Also:
RemotePlaygroundFishingEffortZoneFullService.getClusterPlaygroundFishingEffortZoneByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.