fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationLineFullService
- All Known Implementing Classes:
- RemoteLocationLineFullServiceBase, RemoteLocationLineFullServiceImpl
public interface RemoteLocationLineFullService
addLocationLine
RemoteLocationLineFullVO addLocationLine(RemoteLocationLineFullVO locationLine)
updateLocationLine
void updateLocationLine(RemoteLocationLineFullVO locationLine)
removeLocationLine
void removeLocationLine(RemoteLocationLineFullVO locationLine)
getAllLocationLine
RemoteLocationLineFullVO[] getAllLocationLine()
getLocationLineById
RemoteLocationLineFullVO getLocationLineById(java.lang.Integer id)
getLocationLineByIds
RemoteLocationLineFullVO[] getLocationLineByIds(java.lang.Integer[] id)
getLocationLineByLocationId
RemoteLocationLineFullVO[] getLocationLineByLocationId(java.lang.Integer id)
remoteLocationLineFullVOsAreEqualOnIdentifiers
boolean remoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst,
RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
remoteLocationLineFullVOsAreEqual
boolean remoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst,
RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
getLocationLineNaturalIds
RemoteLocationLineNaturalId[] getLocationLineNaturalIds()
getLocationLineByNaturalId
RemoteLocationLineFullVO getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
getLocationLineNaturalIdById
RemoteLocationLineNaturalId getLocationLineNaturalIdById(java.lang.Integer id)
getClusterLocationLineByIdentifiers
ClusterLocationLine getClusterLocationLineByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.