fr.ifremer.allegro.playground.generic.service
Interface RemotePlaygroundVesselMasterFullService

All Known Implementing Classes:
RemotePlaygroundVesselMasterFullServiceBase, RemotePlaygroundVesselMasterFullServiceImpl

public interface RemotePlaygroundVesselMasterFullService


Method Summary
 ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)
           
 RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 ClusterPlaygroundVesselMaster[] getAllClusterPlaygroundVesselMasterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()
           
 ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)
           
 RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)
           
 RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)
           
 RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()
           
 boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst, RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)
           
 void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)
           
 

Method Detail

addPlaygroundVesselMaster

RemotePlaygroundVesselMasterFullVO addPlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)

updatePlaygroundVesselMaster

void updatePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)

removePlaygroundVesselMaster

void removePlaygroundVesselMaster(RemotePlaygroundVesselMasterFullVO playgroundVesselMaster)

getAllPlaygroundVesselMaster

RemotePlaygroundVesselMasterFullVO[] getAllPlaygroundVesselMaster()

getPlaygroundVesselMasterById

RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterById(java.lang.Integer id)

getPlaygroundVesselMasterByIds

RemotePlaygroundVesselMasterFullVO[] getPlaygroundVesselMasterByIds(java.lang.Integer[] id)

remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers

boolean remotePlaygroundVesselMasterFullVOsAreEqualOnIdentifiers(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                                 RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)

remotePlaygroundVesselMasterFullVOsAreEqual

boolean remotePlaygroundVesselMasterFullVOsAreEqual(RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOFirst,
                                                    RemotePlaygroundVesselMasterFullVO remotePlaygroundVesselMasterFullVOSecond)

getPlaygroundVesselMasterNaturalIds

RemotePlaygroundVesselMasterNaturalId[] getPlaygroundVesselMasterNaturalIds()

getPlaygroundVesselMasterByNaturalId

RemotePlaygroundVesselMasterFullVO getPlaygroundVesselMasterByNaturalId(RemotePlaygroundVesselMasterNaturalId playgroundVesselMasterNaturalId)

getPlaygroundVesselMasterNaturalIdById

RemotePlaygroundVesselMasterNaturalId getPlaygroundVesselMasterNaturalIdById(java.lang.Integer id)

addOrUpdateClusterPlaygroundVesselMaster

ClusterPlaygroundVesselMaster addOrUpdateClusterPlaygroundVesselMaster(ClusterPlaygroundVesselMaster clusterPlaygroundVesselMaster)

getAllClusterPlaygroundVesselMasterSinceDateSynchro

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

getClusterPlaygroundVesselMasterByIdentifiers

ClusterPlaygroundVesselMaster getClusterPlaygroundVesselMasterByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.