fr.ifremer.allegro.referential.location.generic.service
Interface RemoteLocationLineFullService

All Known Implementing Classes:
RemoteLocationLineFullServiceBase, RemoteLocationLineFullServiceImpl

public interface RemoteLocationLineFullService


Method Summary
 RemoteLocationLineFullVO addLocationLine(RemoteLocationLineFullVO locationLine)
           
 RemoteLocationLineFullVO[] getAllLocationLine()
           
 ClusterLocationLine getClusterLocationLineByIdentifiers(java.lang.Integer id)
           
 RemoteLocationLineFullVO getLocationLineById(java.lang.Integer id)
           
 RemoteLocationLineFullVO[] getLocationLineByIds(java.lang.Integer[] id)
           
 RemoteLocationLineFullVO[] getLocationLineByLocationId(java.lang.Integer id)
           
 RemoteLocationLineFullVO getLocationLineByNaturalId(RemoteLocationLineNaturalId locationLineNaturalId)
           
 RemoteLocationLineNaturalId getLocationLineNaturalIdById(java.lang.Integer id)
           
 RemoteLocationLineNaturalId[] getLocationLineNaturalIds()
           
 boolean remoteLocationLineFullVOsAreEqual(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 boolean remoteLocationLineFullVOsAreEqualOnIdentifiers(RemoteLocationLineFullVO remoteLocationLineFullVOFirst, RemoteLocationLineFullVO remoteLocationLineFullVOSecond)
           
 void removeLocationLine(RemoteLocationLineFullVO locationLine)
           
 void updateLocationLine(RemoteLocationLineFullVO locationLine)
           
 

Method Detail

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.