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

All Known Implementing Classes:
RemoteLocationAreaFullServiceBase, RemoteLocationAreaFullServiceImpl

public interface RemoteLocationAreaFullService


Method Summary
 RemoteLocationAreaFullVO addLocationArea(RemoteLocationAreaFullVO locationArea)
           
 RemoteLocationAreaFullVO[] getAllLocationArea()
           
 ClusterLocationArea getClusterLocationAreaByIdentifiers(java.lang.Integer id)
           
 RemoteLocationAreaFullVO getLocationAreaById(java.lang.Integer id)
           
 RemoteLocationAreaFullVO[] getLocationAreaByIds(java.lang.Integer[] id)
           
 RemoteLocationAreaFullVO[] getLocationAreaByLocationId(java.lang.Integer id)
           
 RemoteLocationAreaFullVO getLocationAreaByNaturalId(RemoteLocationAreaNaturalId locationAreaNaturalId)
           
 RemoteLocationAreaNaturalId getLocationAreaNaturalIdById(java.lang.Integer id)
           
 RemoteLocationAreaNaturalId[] getLocationAreaNaturalIds()
           
 boolean remoteLocationAreaFullVOsAreEqual(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 boolean remoteLocationAreaFullVOsAreEqualOnIdentifiers(RemoteLocationAreaFullVO remoteLocationAreaFullVOFirst, RemoteLocationAreaFullVO remoteLocationAreaFullVOSecond)
           
 void removeLocationArea(RemoteLocationAreaFullVO locationArea)
           
 void updateLocationArea(RemoteLocationAreaFullVO locationArea)
           
 

Method Detail

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.