fr.ifremer.allegro.referential.spatial.generic.service
Class RemoteSpatialItem2LocationFullServiceImpl

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItem2LocationFullServiceBase
      extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItem2LocationFullServiceImpl
All Implemented Interfaces:
RemoteSpatialItem2LocationFullService

public class RemoteSpatialItem2LocationFullServiceImpl
extends RemoteSpatialItem2LocationFullServiceBase

See Also:
RemoteSpatialItem2LocationFullService

Constructor Summary
RemoteSpatialItem2LocationFullServiceImpl()
           
 
Method Summary
protected  RemoteSpatialItem2LocationFullVO handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  RemoteSpatialItem2LocationFullVO[] handleGetAllSpatialItem2Location()
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getAllSpatialItem2Location()
protected  ClusterSpatialItem2Location handleGetClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteSpatialItem2LocationFullVO handleGetSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId, java.lang.Integer locationId)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)
protected  RemoteSpatialItem2LocationFullVO[] handleGetSpatialItem2LocationByLocationId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByLocationId(java.lang.Integer)
protected  RemoteSpatialItem2LocationFullVO handleGetSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationNaturalId)
protected  RemoteSpatialItem2LocationFullVO[] handleGetSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationBySpatialItemId(java.lang.Integer)
protected  RemoteSpatialItem2LocationNaturalId[] handleGetSpatialItem2LocationNaturalIds()
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationNaturalIds()
protected  boolean handleRemoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  boolean handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst, RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  void handleRemoveSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.removeSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
protected  void handleUpdateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
          Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.updateSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItem2LocationFullServiceBase
addSpatialItem2Location, getAllSpatialItem2Location, getClusterSpatialItem2LocationByIdentifiers, getLocationDao, getMessage, getMessage, getMessage, getMessages, getPrincipal, getSpatialItem2LocationByIdentifiers, getSpatialItem2LocationByLocationId, getSpatialItem2LocationByNaturalId, getSpatialItem2LocationBySpatialItemId, getSpatialItem2LocationDao, getSpatialItem2LocationNaturalIds, getSpatialItemDao, remoteSpatialItem2LocationFullVOsAreEqual, remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers, removeSpatialItem2Location, setLocationDao, setSpatialItem2LocationDao, setSpatialItemDao, updateSpatialItem2Location
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItem2LocationFullServiceImpl

public RemoteSpatialItem2LocationFullServiceImpl()
Method Detail

handleAddSpatialItem2Location

protected RemoteSpatialItem2LocationFullVO handleAddSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
                                                                  throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

Specified by:
handleAddSpatialItem2Location in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.addSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

handleUpdateSpatialItem2Location

protected void handleUpdateSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
                                         throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.updateSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

Specified by:
handleUpdateSpatialItem2Location in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.updateSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

handleRemoveSpatialItem2Location

protected void handleRemoveSpatialItem2Location(RemoteSpatialItem2LocationFullVO spatialItem2Location)
                                         throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.removeSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

Specified by:
handleRemoveSpatialItem2Location in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.removeSpatialItem2Location(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

handleGetAllSpatialItem2Location

protected RemoteSpatialItem2LocationFullVO[] handleGetAllSpatialItem2Location()
                                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getAllSpatialItem2Location()

Specified by:
handleGetAllSpatialItem2Location in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getAllSpatialItem2Location()

handleGetSpatialItem2LocationBySpatialItemId

protected RemoteSpatialItem2LocationFullVO[] handleGetSpatialItem2LocationBySpatialItemId(java.lang.Integer id)
                                                                                   throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationBySpatialItemId(java.lang.Integer)

Specified by:
handleGetSpatialItem2LocationBySpatialItemId in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationBySpatialItemId(java.lang.Integer)

handleGetSpatialItem2LocationByLocationId

protected RemoteSpatialItem2LocationFullVO[] handleGetSpatialItem2LocationByLocationId(java.lang.Integer id)
                                                                                throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByLocationId(java.lang.Integer)

Specified by:
handleGetSpatialItem2LocationByLocationId in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByLocationId(java.lang.Integer)

handleGetSpatialItem2LocationByIdentifiers

protected RemoteSpatialItem2LocationFullVO handleGetSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId,
                                                                                      java.lang.Integer locationId)
                                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetSpatialItem2LocationByIdentifiers in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)

handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst,
                                                                               RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
                                                                        throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

Specified by:
handleRemoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.remoteSpatialItem2LocationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

handleRemoteSpatialItem2LocationFullVOsAreEqual

protected boolean handleRemoteSpatialItem2LocationFullVOsAreEqual(RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOFirst,
                                                                  RemoteSpatialItem2LocationFullVO remoteSpatialItem2LocationFullVOSecond)
                                                           throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.remoteSpatialItem2LocationFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

Specified by:
handleRemoteSpatialItem2LocationFullVOsAreEqual in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.remoteSpatialItem2LocationFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationFullVO)

handleGetSpatialItem2LocationNaturalIds

protected RemoteSpatialItem2LocationNaturalId[] handleGetSpatialItem2LocationNaturalIds()
                                                                                 throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationNaturalIds()

Specified by:
handleGetSpatialItem2LocationNaturalIds in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationNaturalIds()

handleGetSpatialItem2LocationByNaturalId

protected RemoteSpatialItem2LocationFullVO handleGetSpatialItem2LocationByNaturalId(RemoteSpatialItem2LocationNaturalId spatialItem2LocationNaturalId)
                                                                             throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationNaturalId)

Specified by:
handleGetSpatialItem2LocationByNaturalId in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getSpatialItem2LocationByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItem2LocationNaturalId)

handleGetClusterSpatialItem2LocationByIdentifiers

protected ClusterSpatialItem2Location handleGetClusterSpatialItem2LocationByIdentifiers(java.lang.Integer spatialItemId,
                                                                                        java.lang.Integer locationId)
                                                                                 throws java.lang.Exception
Description copied from class: RemoteSpatialItem2LocationFullServiceBase
Performs the core logic for RemoteSpatialItem2LocationFullServiceBase.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)

Specified by:
handleGetClusterSpatialItem2LocationByIdentifiers in class RemoteSpatialItem2LocationFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItem2LocationFullService.getClusterSpatialItem2LocationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.