fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationAreaFullService
- All Known Implementing Classes:
- RemoteLocationAreaFullServiceBase, RemoteLocationAreaFullServiceImpl
public interface RemoteLocationAreaFullService
addLocationArea
RemoteLocationAreaFullVO addLocationArea(RemoteLocationAreaFullVO locationArea)
updateLocationArea
void updateLocationArea(RemoteLocationAreaFullVO locationArea)
removeLocationArea
void removeLocationArea(RemoteLocationAreaFullVO locationArea)
getAllLocationArea
RemoteLocationAreaFullVO[] getAllLocationArea()
getLocationAreaById
RemoteLocationAreaFullVO getLocationAreaById(java.lang.Integer id)
getLocationAreaByIds
RemoteLocationAreaFullVO[] getLocationAreaByIds(java.lang.Integer[] id)
getLocationAreaByLocationId
RemoteLocationAreaFullVO[] getLocationAreaByLocationId(java.lang.Integer id)
remoteLocationAreaFullVOsAreEqualOnIdentifiers
boolean remoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst,
RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
remoteLocationAreaFullVOsAreEqual
boolean remoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst,
RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
getLocationAreaNaturalIds
RemoteLocationAreaNaturalId[] getLocationAreaNaturalIds()
getLocationAreaByNaturalId
RemoteLocationAreaFullVO getLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
getLocationAreaNaturalIdById
RemoteLocationAreaNaturalId getLocationAreaNaturalIdById(java.lang.Integer id)
getClusterLocationAreaByIdentifiers
ClusterLocationArea getClusterLocationAreaByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.