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

java.lang.Object
  extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemLineFullServiceBase
      extended by fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemLineFullServiceImpl
All Implemented Interfaces:
RemoteSpatialItemLineFullService

public class RemoteSpatialItemLineFullServiceImpl
extends RemoteSpatialItemLineFullServiceBase

See Also:
RemoteSpatialItemLineFullService

Constructor Summary
RemoteSpatialItemLineFullServiceImpl()
           
 
Method Summary
protected  RemoteSpatialItemLineFullVO handleAddSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.addSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected  RemoteSpatialItemLineFullVO[] handleGetAllSpatialItemLine()
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getAllSpatialItemLine()
protected  ClusterSpatialItemLine handleGetClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getClusterSpatialItemLineByIdentifiers(java.lang.Integer)
protected  RemoteSpatialItemLineFullVO handleGetSpatialItemLineById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineById(java.lang.Integer)
protected  RemoteSpatialItemLineFullVO[] handleGetSpatialItemLineByIds(java.lang.Integer[] id)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineByIds(java.lang.Integer[])
protected  RemoteSpatialItemLineFullVO handleGetSpatialItemLineByNaturalId(RemoteSpatialItemLineNaturalId spatialItemLineNaturalId)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId)
protected  RemoteSpatialItemLineFullVO[] handleGetSpatialItemLineBySpatialItemId(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineBySpatialItemId(java.lang.Integer)
protected  RemoteSpatialItemLineNaturalId handleGetSpatialItemLineNaturalIdById(java.lang.Integer id)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineNaturalIdById(java.lang.Integer)
protected  RemoteSpatialItemLineNaturalId[] handleGetSpatialItemLineNaturalIds()
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineNaturalIds()
protected  boolean handleRemoteSpatialItemLineFullVOsAreEqual(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst, RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.remoteSpatialItemLineFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected  boolean handleRemoteSpatialItemLineFullVOsAreEqualOnIdentifiers(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst, RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.remoteSpatialItemLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected  void handleRemoveSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.removeSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
protected  void handleUpdateSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
          Performs the core logic for RemoteSpatialItemLineFullServiceBase.updateSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)
 
Methods inherited from class fr.ifremer.allegro.referential.spatial.generic.service.RemoteSpatialItemLineFullServiceBase
addSpatialItemLine, getAllSpatialItemLine, getClusterSpatialItemLineByIdentifiers, getMessage, getMessage, getMessage, getMessages, getPrincipal, getSpatialItemDao, getSpatialItemLineById, getSpatialItemLineByIds, getSpatialItemLineByNaturalId, getSpatialItemLineBySpatialItemId, getSpatialItemLineDao, getSpatialItemLineNaturalIdById, getSpatialItemLineNaturalIds, remoteSpatialItemLineFullVOsAreEqual, remoteSpatialItemLineFullVOsAreEqualOnIdentifiers, removeSpatialItemLine, setSpatialItemDao, setSpatialItemLineDao, updateSpatialItemLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSpatialItemLineFullServiceImpl

public RemoteSpatialItemLineFullServiceImpl()
Method Detail

handleAddSpatialItemLine

protected RemoteSpatialItemLineFullVO handleAddSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
                                                        throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.addSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

Specified by:
handleAddSpatialItemLine in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.addSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

handleUpdateSpatialItemLine

protected void handleUpdateSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
                                    throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.updateSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

Specified by:
handleUpdateSpatialItemLine in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.updateSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

handleRemoveSpatialItemLine

protected void handleRemoveSpatialItemLine(RemoteSpatialItemLineFullVO spatialItemLine)
                                    throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.removeSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

Specified by:
handleRemoveSpatialItemLine in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.removeSpatialItemLine(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

handleGetAllSpatialItemLine

protected RemoteSpatialItemLineFullVO[] handleGetAllSpatialItemLine()
                                                             throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getAllSpatialItemLine()

Specified by:
handleGetAllSpatialItemLine in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getAllSpatialItemLine()

handleGetSpatialItemLineById

protected RemoteSpatialItemLineFullVO handleGetSpatialItemLineById(java.lang.Integer id)
                                                            throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineById(java.lang.Integer)

Specified by:
handleGetSpatialItemLineById in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getSpatialItemLineById(java.lang.Integer)

handleGetSpatialItemLineByIds

protected RemoteSpatialItemLineFullVO[] handleGetSpatialItemLineByIds(java.lang.Integer[] id)
                                                               throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineByIds(java.lang.Integer[])

Specified by:
handleGetSpatialItemLineByIds in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getSpatialItemLineByIds(java.lang.Integer[])

handleGetSpatialItemLineBySpatialItemId

protected RemoteSpatialItemLineFullVO[] handleGetSpatialItemLineBySpatialItemId(java.lang.Integer id)
                                                                         throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineBySpatialItemId(java.lang.Integer)

Specified by:
handleGetSpatialItemLineBySpatialItemId in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getSpatialItemLineBySpatialItemId(java.lang.Integer)

handleRemoteSpatialItemLineFullVOsAreEqualOnIdentifiers

protected boolean handleRemoteSpatialItemLineFullVOsAreEqualOnIdentifiers(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst,
                                                                          RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond)
                                                                   throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.remoteSpatialItemLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

Specified by:
handleRemoteSpatialItemLineFullVOsAreEqualOnIdentifiers in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.remoteSpatialItemLineFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

handleRemoteSpatialItemLineFullVOsAreEqual

protected boolean handleRemoteSpatialItemLineFullVOsAreEqual(RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOFirst,
                                                             RemoteSpatialItemLineFullVO remoteSpatialItemLineFullVOSecond)
                                                      throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.remoteSpatialItemLineFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

Specified by:
handleRemoteSpatialItemLineFullVOsAreEqual in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.remoteSpatialItemLineFullVOsAreEqual(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO, fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineFullVO)

handleGetSpatialItemLineNaturalIds

protected RemoteSpatialItemLineNaturalId[] handleGetSpatialItemLineNaturalIds()
                                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineNaturalIds()

Specified by:
handleGetSpatialItemLineNaturalIds in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getSpatialItemLineNaturalIds()

handleGetSpatialItemLineByNaturalId

protected RemoteSpatialItemLineFullVO handleGetSpatialItemLineByNaturalId(RemoteSpatialItemLineNaturalId spatialItemLineNaturalId)
                                                                   throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId)

Specified by:
handleGetSpatialItemLineByNaturalId in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getSpatialItemLineByNaturalId(fr.ifremer.allegro.referential.spatial.generic.vo.RemoteSpatialItemLineNaturalId)

handleGetSpatialItemLineNaturalIdById

protected RemoteSpatialItemLineNaturalId handleGetSpatialItemLineNaturalIdById(java.lang.Integer id)
                                                                        throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getSpatialItemLineNaturalIdById(java.lang.Integer)

Specified by:
handleGetSpatialItemLineNaturalIdById in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getSpatialItemLineNaturalIdById(java.lang.Integer)

handleGetClusterSpatialItemLineByIdentifiers

protected ClusterSpatialItemLine handleGetClusterSpatialItemLineByIdentifiers(java.lang.Integer id)
                                                                       throws java.lang.Exception
Description copied from class: RemoteSpatialItemLineFullServiceBase
Performs the core logic for RemoteSpatialItemLineFullServiceBase.getClusterSpatialItemLineByIdentifiers(java.lang.Integer)

Specified by:
handleGetClusterSpatialItemLineByIdentifiers in class RemoteSpatialItemLineFullServiceBase
Throws:
java.lang.Exception
See Also:
RemoteSpatialItemLineFullService.getClusterSpatialItemLineByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.