fr.ifremer.allegro.referential.location.generic.service
Class RemoteLocationAreaFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAreaFullServiceBase
      extended by fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAreaFullServiceImpl
All Implemented Interfaces:
RemoteLocationAreaFullService

public class RemoteLocationAreaFullServiceImpl
extends RemoteLocationAreaFullServiceBase

See Also:
RemoteLocationAreaFullService

Constructor Summary
RemoteLocationAreaFullServiceImpl()
           
 
Method Summary
protected  RemoteLocationAreaFullVO handleAddLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.addLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  RemoteLocationAreaFullVO[] handleGetAllLocationArea()
          Performs the core logic for RemoteLocationAreaFullServiceBase.getAllLocationArea()
protected  ClusterLocationArea handleGetClusterLocationAreaByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getClusterLocationAreaByIdentifiers(java.lang.Integer)
protected  RemoteLocationAreaFullVO handleGetLocationAreaById(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaById(java.lang.Integer)
protected  RemoteLocationAreaFullVO[] handleGetLocationAreaByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByIds(java.lang.Integer[])
protected  RemoteLocationAreaFullVO[] handleGetLocationAreaByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByLocationId(java.lang.Integer)
protected  RemoteLocationAreaFullVO handleGetLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaNaturalId)
protected  RemoteLocationAreaNaturalId handleGetLocationAreaNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaNaturalIdById(java.lang.Integer)
protected  RemoteLocationAreaNaturalId[] handleGetLocationAreaNaturalIds()
          Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaNaturalIds()
protected  boolean handleRemoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
          Performs the core logic for RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  boolean handleRemoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
          Performs the core logic for RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  void handleRemoveLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.removeLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
protected  void handleUpdateLocationArea(RemoteLocationAreaFullVO locationArea)
          Performs the core logic for RemoteLocationAreaFullServiceBase.updateLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.location.generic.service.RemoteLocationAreaFullServiceBase
addLocationArea, getAllLocationArea, getClusterLocationAreaByIdentifiers, getLocationAreaById, getLocationAreaByIds, getLocationAreaByLocationId, getLocationAreaByNaturalId, getLocationAreaDao, getLocationAreaNaturalIdById, getLocationAreaNaturalIds, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, remoteLocationAreaFullVOsAreEqual, remoteLocationAreaFullVOsAreEqualOnIdentifiers, removeLocationArea, setLocationAreaDao, setLocationDao, updateLocationArea
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteLocationAreaFullServiceImpl

public RemoteLocationAreaFullServiceImpl()
Method Detail

handleAddLocationArea

protected RemoteLocationAreaFullVO handleAddLocationArea(RemoteLocationAreaFullVO locationArea)
                                                  throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.addLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

Specified by:
handleAddLocationArea in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.addLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

handleUpdateLocationArea

protected void handleUpdateLocationArea(RemoteLocationAreaFullVO locationArea)
                                 throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.updateLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

Specified by:
handleUpdateLocationArea in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.updateLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

handleRemoveLocationArea

protected void handleRemoveLocationArea(RemoteLocationAreaFullVO locationArea)
                                 throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.removeLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

Specified by:
handleRemoveLocationArea in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.removeLocationArea(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

handleGetAllLocationArea

protected RemoteLocationAreaFullVO[] handleGetAllLocationArea()
                                                       throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getAllLocationArea()

Specified by:
handleGetAllLocationArea in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getAllLocationArea()

handleGetLocationAreaById

protected RemoteLocationAreaFullVO handleGetLocationAreaById(java.lang.Integer id)
                                                      throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaById(java.lang.Integer)

Specified by:
handleGetLocationAreaById in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getLocationAreaById(java.lang.Integer)

handleGetLocationAreaByIds

protected RemoteLocationAreaFullVO[] handleGetLocationAreaByIds(java.lang.Integer[] id)
                                                         throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByIds(java.lang.Integer[])

Specified by:
handleGetLocationAreaByIds in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getLocationAreaByIds(java.lang.Integer[])

handleGetLocationAreaByLocationId

protected RemoteLocationAreaFullVO[] handleGetLocationAreaByLocationId(java.lang.Integer id)
                                                                throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByLocationId(java.lang.Integer)

Specified by:
handleGetLocationAreaByLocationId in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getLocationAreaByLocationId(java.lang.Integer)

handleRemoteLocationAreaFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst,
                                                                       RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
                                                                throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

Specified by:
handleRemoteLocationAreaFullVOsAreEqualOnIdentifiers in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.remoteLocationAreaFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

handleRemoteLocationAreaFullVOsAreEqual

protected boolean handleRemoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst,
                                                          RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
                                                   throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.remoteLocationAreaFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

Specified by:
handleRemoteLocationAreaFullVOsAreEqual in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.remoteLocationAreaFullVOsAreEqual(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO, fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaFullVO)

handleGetLocationAreaNaturalIds

protected RemoteLocationAreaNaturalId[] handleGetLocationAreaNaturalIds()
                                                                 throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaNaturalIds()

Specified by:
handleGetLocationAreaNaturalIds in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getLocationAreaNaturalIds()

handleGetLocationAreaByNaturalId

protected RemoteLocationAreaFullVO handleGetLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
                                                             throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaNaturalId)

Specified by:
handleGetLocationAreaByNaturalId in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getLocationAreaByNaturalId(fr.ifremer.allegro.referential.location.generic.vo.RemoteLocationAreaNaturalId)

handleGetLocationAreaNaturalIdById

protected RemoteLocationAreaNaturalId handleGetLocationAreaNaturalIdById(java.lang.Integer id)
                                                                  throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getLocationAreaNaturalIdById(java.lang.Integer)

Specified by:
handleGetLocationAreaNaturalIdById in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getLocationAreaNaturalIdById(java.lang.Integer)

handleGetClusterLocationAreaByIdentifiers

protected ClusterLocationArea handleGetClusterLocationAreaByIdentifiers(java.lang.Integer id)
                                                                 throws java.lang.Exception
Description copied from class: RemoteLocationAreaFullServiceBase
Performs the core logic for RemoteLocationAreaFullServiceBase.getClusterLocationAreaByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterLocationAreaByIdentifiers in class RemoteLocationAreaFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteLocationAreaFullService.getClusterLocationAreaByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.