fr.ifremer.allegro.technical.synchronization.generic.service
Interface RemoteDataSynchronizationFullService
- All Known Implementing Classes:
- RemoteDataSynchronizationFullServiceBase, RemoteDataSynchronizationFullServiceImpl
public interface RemoteDataSynchronizationFullService
addDataSynchronization
RemoteDataSynchronizationFullVO addDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
updateDataSynchronization
void updateDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
removeDataSynchronization
void removeDataSynchronization(RemoteDataSynchronizationFullVO dataSynchronization)
getAllDataSynchronization
RemoteDataSynchronizationFullVO[] getAllDataSynchronization()
getDataSynchronizationById
RemoteDataSynchronizationFullVO getDataSynchronizationById(java.lang.Integer id)
getDataSynchronizationByIds
RemoteDataSynchronizationFullVO[] getDataSynchronizationByIds(java.lang.Integer[] id)
remoteDataSynchronizationFullVOsAreEqualOnIdentifiers
boolean remoteDataSynchronizationFullVOsAreEqualOnIdentifiers(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst,
RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
remoteDataSynchronizationFullVOsAreEqual
boolean remoteDataSynchronizationFullVOsAreEqual(RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOFirst,
RemoteDataSynchronizationFullVO remoteDataSynchronizationFullVOSecond)
getDataSynchronizationNaturalIds
RemoteDataSynchronizationNaturalId[] getDataSynchronizationNaturalIds()
getDataSynchronizationByNaturalId
RemoteDataSynchronizationFullVO getDataSynchronizationByNaturalId(RemoteDataSynchronizationNaturalId dataSynchronizationNaturalId)
getDataSynchronizationNaturalIdById
RemoteDataSynchronizationNaturalId getDataSynchronizationNaturalIdById(java.lang.Integer id)
addOrUpdateClusterDataSynchronization
ClusterDataSynchronization addOrUpdateClusterDataSynchronization(ClusterDataSynchronization clusterDataSynchronization)
getAllClusterDataSynchronizationSinceDateSynchro
ClusterDataSynchronization[] getAllClusterDataSynchronizationSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterDataSynchronizationByIdentifiers
ClusterDataSynchronization getClusterDataSynchronizationByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.