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

All Known Implementing Classes:
RemoteLocationFullServiceBase, RemoteLocationFullServiceImpl

public interface RemoteLocationFullService


Method Summary
 RemoteLocationFullVO addLocation(RemoteLocationFullVO location)
           
 ClusterLocation addOrUpdateClusterLocation(ClusterLocation clusterLocation)
           
 ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteLocationFullVO[] getAllLocation()
           
 ClusterLocation getClusterLocationByIdentifiers(java.lang.Integer id)
           
 RemoteLocationFullVO getLocationById(java.lang.Integer id)
           
 RemoteLocationFullVO[] getLocationByIds(java.lang.Integer[] id)
           
 RemoteLocationFullVO[] getLocationByLocationClassificationId(java.lang.Integer id)
           
 RemoteLocationFullVO[] getLocationByLocationLevelId(java.lang.Integer id)
           
 RemoteLocationFullVO getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)
           
 RemoteLocationFullVO[] getLocationByStatusCode(java.lang.String code)
           
 RemoteLocationNaturalId getLocationNaturalIdById(java.lang.Integer id)
           
 RemoteLocationNaturalId[] getLocationNaturalIds()
           
 boolean remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 boolean remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst, RemoteLocationFullVO remoteLocationFullVOSecond)
           
 void removeLocation(RemoteLocationFullVO location)
           
 void updateLocation(RemoteLocationFullVO location)
           
 

Method Detail

addLocation

RemoteLocationFullVO addLocation(RemoteLocationFullVO location)

updateLocation

void updateLocation(RemoteLocationFullVO location)

removeLocation

void removeLocation(RemoteLocationFullVO location)

getAllLocation

RemoteLocationFullVO[] getAllLocation()

getLocationById

RemoteLocationFullVO getLocationById(java.lang.Integer id)

getLocationByIds

RemoteLocationFullVO[] getLocationByIds(java.lang.Integer[] id)

getLocationByStatusCode

RemoteLocationFullVO[] getLocationByStatusCode(java.lang.String code)

getLocationByLocationClassificationId

RemoteLocationFullVO[] getLocationByLocationClassificationId(java.lang.Integer id)

getLocationByLocationLevelId

RemoteLocationFullVO[] getLocationByLocationLevelId(java.lang.Integer id)

remoteLocationFullVOsAreEqualOnIdentifiers

boolean remoteLocationFullVOsAreEqualOnIdentifiers(RemoteLocationFullVO remoteLocationFullVOFirst,
                                                   RemoteLocationFullVO remoteLocationFullVOSecond)

remoteLocationFullVOsAreEqual

boolean remoteLocationFullVOsAreEqual(RemoteLocationFullVO remoteLocationFullVOFirst,
                                      RemoteLocationFullVO remoteLocationFullVOSecond)

getLocationNaturalIds

RemoteLocationNaturalId[] getLocationNaturalIds()

getLocationByNaturalId

RemoteLocationFullVO getLocationByNaturalId(RemoteLocationNaturalId locationNaturalId)

getLocationNaturalIdById

RemoteLocationNaturalId getLocationNaturalIdById(java.lang.Integer id)

addOrUpdateClusterLocation

ClusterLocation addOrUpdateClusterLocation(ClusterLocation clusterLocation)

getAllClusterLocationSinceDateSynchro

ClusterLocation[] getAllClusterLocationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                        java.lang.Integer userId,
                                                        java.lang.Integer[] registrationLocationIds,
                                                        java.lang.Integer pageNumber,
                                                        java.lang.Integer pageSize)

getClusterLocationByIdentifiers

ClusterLocation getClusterLocationByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.