fr.ifremer.allegro.referential.spatial.generic.service
Interface RemoteSpatialItemPointFullService
- All Known Implementing Classes:
- RemoteSpatialItemPointFullServiceBase, RemoteSpatialItemPointFullServiceImpl
public interface RemoteSpatialItemPointFullService
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.