fr.ifremer.allegro.referential.spatial.generic.service
Interface RemoteSpatialItemPointFullService

All Known Implementing Classes:
RemoteSpatialItemPointFullServiceBase, RemoteSpatialItemPointFullServiceImpl

public interface RemoteSpatialItemPointFullService


Method Summary
 RemoteSpatialItemPointFullVO addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 RemoteSpatialItemPointFullVO[] getAllSpatialItemPoint()
           
 ClusterSpatialItemPoint getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO getSpatialItemPointById(java.lang.Integer id)
           
 RemoteSpatialItemPointFullVO[] getSpatialItemPointByIds(java.lang.Integer[] id)
           
 RemoteSpatialItemPointFullVO getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)
           
 RemoteSpatialItemPointFullVO[] getSpatialItemPointBySpatialItemId(java.lang.Integer id)
           
 RemoteSpatialItemPointNaturalId getSpatialItemPointNaturalIdById(java.lang.Integer id)
           
 RemoteSpatialItemPointNaturalId[] getSpatialItemPointNaturalIds()
           
 boolean remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 boolean remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst, RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)
           
 void removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 void updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)
           
 

Method Detail

addSpatialItemPoint

RemoteSpatialItemPointFullVO addSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)

updateSpatialItemPoint

void updateSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)

removeSpatialItemPoint

void removeSpatialItemPoint(RemoteSpatialItemPointFullVO spatialItemPoint)

getAllSpatialItemPoint

RemoteSpatialItemPointFullVO[] getAllSpatialItemPoint()

getSpatialItemPointById

RemoteSpatialItemPointFullVO getSpatialItemPointById(java.lang.Integer id)

getSpatialItemPointByIds

RemoteSpatialItemPointFullVO[] getSpatialItemPointByIds(java.lang.Integer[] id)

getSpatialItemPointBySpatialItemId

RemoteSpatialItemPointFullVO[] getSpatialItemPointBySpatialItemId(java.lang.Integer id)

remoteSpatialItemPointFullVOsAreEqualOnIdentifiers

boolean remoteSpatialItemPointFullVOsAreEqualOnIdentifiers(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                                           RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)

remoteSpatialItemPointFullVOsAreEqual

boolean remoteSpatialItemPointFullVOsAreEqual(RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOFirst,
                                              RemoteSpatialItemPointFullVO remoteSpatialItemPointFullVOSecond)

getSpatialItemPointNaturalIds

RemoteSpatialItemPointNaturalId[] getSpatialItemPointNaturalIds()

getSpatialItemPointByNaturalId

RemoteSpatialItemPointFullVO getSpatialItemPointByNaturalId(RemoteSpatialItemPointNaturalId spatialItemPointNaturalId)

getSpatialItemPointNaturalIdById

RemoteSpatialItemPointNaturalId getSpatialItemPointNaturalIdById(java.lang.Integer id)

getClusterSpatialItemPointByIdentifiers

ClusterSpatialItemPoint getClusterSpatialItemPointByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.