fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationPointFullService
- All Known Implementing Classes:
- RemoteLocationPointFullServiceBase, RemoteLocationPointFullServiceImpl
public interface RemoteLocationPointFullService
addLocationPoint
RemoteLocationPointFullVO addLocationPoint(RemoteLocationPointFullVO locationPoint)
updateLocationPoint
void updateLocationPoint(RemoteLocationPointFullVO locationPoint)
removeLocationPoint
void removeLocationPoint(RemoteLocationPointFullVO locationPoint)
getAllLocationPoint
RemoteLocationPointFullVO[] getAllLocationPoint()
getLocationPointById
RemoteLocationPointFullVO getLocationPointById(java.lang.Integer id)
getLocationPointByIds
RemoteLocationPointFullVO[] getLocationPointByIds(java.lang.Integer[] id)
getLocationPointByLocationId
RemoteLocationPointFullVO[] getLocationPointByLocationId(java.lang.Integer id)
remoteLocationPointFullVOsAreEqualOnIdentifiers
boolean remoteLocationPointFullVOsAreEqualOnIdentifiers(RemoteLocationPointFullVO remoteLocationPointFullVOFirst,
RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
remoteLocationPointFullVOsAreEqual
boolean remoteLocationPointFullVOsAreEqual(RemoteLocationPointFullVO remoteLocationPointFullVOFirst,
RemoteLocationPointFullVO remoteLocationPointFullVOSecond)
getLocationPointNaturalIds
RemoteLocationPointNaturalId[] getLocationPointNaturalIds()
getLocationPointByNaturalId
RemoteLocationPointFullVO getLocationPointByNaturalId(RemoteLocationPointNaturalId locationPointNaturalId)
getLocationPointNaturalIdById
RemoteLocationPointNaturalId getLocationPointNaturalIdById(java.lang.Integer id)
getClusterLocationPointByIdentifiers
ClusterLocationPoint getClusterLocationPointByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.