fr.ifremer.allegro.data.fishingArea.generic.service
Class RemoteFishingArea2RegulationLocationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullServiceBase
      extended by fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullServiceImpl
All Implemented Interfaces:
RemoteFishingArea2RegulationLocationFullService

public class RemoteFishingArea2RegulationLocationFullServiceImpl
extends RemoteFishingArea2RegulationLocationFullServiceBase

See Also:
RemoteFishingArea2RegulationLocationFullService

Constructor Summary
RemoteFishingArea2RegulationLocationFullServiceImpl()
           
 
Method Summary
protected  RemoteFishingArea2RegulationLocationFullVO handleAddFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected  RemoteFishingArea2RegulationLocationFullVO[] handleGetAllFishingArea2RegulationLocation()
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getAllFishingArea2RegulationLocation()
protected  ClusterFishingArea2RegulationLocation handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)
protected  RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId, java.lang.Integer fishingAreaId)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByLocationId(java.lang.Integer)
protected  RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)
protected  RemoteFishingArea2RegulationLocationNaturalId[] handleGetFishingArea2RegulationLocationNaturalIds()
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationNaturalIds()
protected  boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected  boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst, RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected  void handleRemoveFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
protected  void handleUpdateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
          Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)
 
Methods inherited from class fr.ifremer.allegro.data.fishingArea.generic.service.RemoteFishingArea2RegulationLocationFullServiceBase
addFishingArea2RegulationLocation, getAllFishingArea2RegulationLocation, getClusterFishingArea2RegulationLocationByIdentifiers, getFishingArea2RegulationLocationByFishingAreaId, getFishingArea2RegulationLocationByIdentifiers, getFishingArea2RegulationLocationByLocationId, getFishingArea2RegulationLocationByNaturalId, getFishingArea2RegulationLocationDao, getFishingArea2RegulationLocationNaturalIds, getFishingAreaDao, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteFishingArea2RegulationLocationFullVOsAreEqual, remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers, removeFishingArea2RegulationLocation, setFishingArea2RegulationLocationDao, setFishingAreaDao, setLocationDao, updateFishingArea2RegulationLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFishingArea2RegulationLocationFullServiceImpl

public RemoteFishingArea2RegulationLocationFullServiceImpl()
Method Detail

handleAddFishingArea2RegulationLocation

protected RemoteFishingArea2RegulationLocationFullVO handleAddFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
                                                                                      throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Specified by:
handleAddFishingArea2RegulationLocation in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.addFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleUpdateFishingArea2RegulationLocation

protected void handleUpdateFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
                                                   throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Specified by:
handleUpdateFishingArea2RegulationLocation in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.updateFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleRemoveFishingArea2RegulationLocation

protected void handleRemoveFishingArea2RegulationLocation(RemoteFishingArea2RegulationLocationFullVO fishingArea2RegulationLocation)
                                                   throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Specified by:
handleRemoveFishingArea2RegulationLocation in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.removeFishingArea2RegulationLocation(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleGetAllFishingArea2RegulationLocation

protected RemoteFishingArea2RegulationLocationFullVO[] handleGetAllFishingArea2RegulationLocation()
                                                                                           throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getAllFishingArea2RegulationLocation()

Specified by:
handleGetAllFishingArea2RegulationLocation in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getAllFishingArea2RegulationLocation()

handleGetFishingArea2RegulationLocationByLocationId

protected RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByLocationId(java.lang.Integer id)
                                                                                                    throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByLocationId(java.lang.Integer)

Specified by:
handleGetFishingArea2RegulationLocationByLocationId in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByLocationId(java.lang.Integer)

handleGetFishingArea2RegulationLocationByFishingAreaId

protected RemoteFishingArea2RegulationLocationFullVO[] handleGetFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer id)
                                                                                                       throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)

Specified by:
handleGetFishingArea2RegulationLocationByFishingAreaId in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByFishingAreaId(java.lang.Integer)

handleGetFishingArea2RegulationLocationByIdentifiers

protected RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId,
                                                                                                          java.lang.Integer fishingAreaId)
                                                                                                   throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetFishingArea2RegulationLocationByIdentifiers in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst,
                                                                                         RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
                                                                                  throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Specified by:
handleRemoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.remoteFishingArea2RegulationLocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleRemoteFishingArea2RegulationLocationFullVOsAreEqual

protected boolean handleRemoteFishingArea2RegulationLocationFullVOsAreEqual(RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOFirst,
                                                                            RemoteFishingArea2RegulationLocationFullVO remoteFishingArea2RegulationLocationFullVOSecond)
                                                                     throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

Specified by:
handleRemoteFishingArea2RegulationLocationFullVOsAreEqual in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.remoteFishingArea2RegulationLocationFullVOsAreEqual(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO, fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationFullVO)

handleGetFishingArea2RegulationLocationNaturalIds

protected RemoteFishingArea2RegulationLocationNaturalId[] handleGetFishingArea2RegulationLocationNaturalIds()
                                                                                                     throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationNaturalIds()

Specified by:
handleGetFishingArea2RegulationLocationNaturalIds in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationNaturalIds()

handleGetFishingArea2RegulationLocationByNaturalId

protected RemoteFishingArea2RegulationLocationFullVO handleGetFishingArea2RegulationLocationByNaturalId(RemoteFishingArea2RegulationLocationNaturalId fishingArea2RegulationLocationNaturalId)
                                                                                                 throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)

Specified by:
handleGetFishingArea2RegulationLocationByNaturalId in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getFishingArea2RegulationLocationByNaturalId(fr.ifremer.allegro.data.fishingArea.generic.vo.RemoteFishingArea2RegulationLocationNaturalId)

handleGetClusterFishingArea2RegulationLocationByIdentifiers

protected ClusterFishingArea2RegulationLocation handleGetClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer locationId,
                                                                                                            java.lang.Integer fishingAreaId)
                                                                                                     throws java.lang.Exception
Description copied from class: RemoteFishingArea2RegulationLocationFullServiceBase
Performs the core logic for RemoteFishingArea2RegulationLocationFullServiceBase.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterFishingArea2RegulationLocationByIdentifiers in class RemoteFishingArea2RegulationLocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteFishingArea2RegulationLocationFullService.getClusterFishingArea2RegulationLocationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.