fr.ifremer.allegro.referential.vessel.generic.service
Interface RemotePleasureBoatFullService

All Known Implementing Classes:
RemotePleasureBoatFullServiceBase, RemotePleasureBoatFullServiceImpl

public interface RemotePleasureBoatFullService


Method Summary
 ClusterPleasureBoat addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)
           
 RemotePleasureBoatFullVO addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 ClusterPleasureBoat[] getAllClusterPleasureBoatSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePleasureBoatFullVO[] getAllPleasureBoat()
           
 ClusterPleasureBoat getClusterPleasureBoatByIdentifiers(java.lang.String code)
           
 RemotePleasureBoatFullVO getPleasureBoatByCode(java.lang.String code)
           
 RemotePleasureBoatFullVO[] getPleasureBoatByCodes(java.lang.String[] code)
           
 RemotePleasureBoatFullVO getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)
           
 RemotePleasureBoatFullVO[] getPleasureBoatByStatusCode(java.lang.String code)
           
 RemotePleasureBoatFullVO[] getPleasureBoatByVesselTypeId(java.lang.Integer id)
           
 RemotePleasureBoatNaturalId getPleasureBoatNaturalIdByCode(java.lang.String code)
           
 RemotePleasureBoatNaturalId[] getPleasureBoatNaturalIds()
           
 boolean remotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 boolean remotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst, RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)
           
 void removePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 void updatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)
           
 

Method Detail

addPleasureBoat

RemotePleasureBoatFullVO addPleasureBoat(RemotePleasureBoatFullVO pleasureBoat)

updatePleasureBoat

void updatePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)

removePleasureBoat

void removePleasureBoat(RemotePleasureBoatFullVO pleasureBoat)

getAllPleasureBoat

RemotePleasureBoatFullVO[] getAllPleasureBoat()

getPleasureBoatByCode

RemotePleasureBoatFullVO getPleasureBoatByCode(java.lang.String code)

getPleasureBoatByCodes

RemotePleasureBoatFullVO[] getPleasureBoatByCodes(java.lang.String[] code)

getPleasureBoatByStatusCode

RemotePleasureBoatFullVO[] getPleasureBoatByStatusCode(java.lang.String code)

getPleasureBoatByVesselTypeId

RemotePleasureBoatFullVO[] getPleasureBoatByVesselTypeId(java.lang.Integer id)

remotePleasureBoatFullVOsAreEqualOnIdentifiers

boolean remotePleasureBoatFullVOsAreEqualOnIdentifiers(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst,
                                                       RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)

remotePleasureBoatFullVOsAreEqual

boolean remotePleasureBoatFullVOsAreEqual(RemotePleasureBoatFullVO remotePleasureBoatFullVOFirst,
                                          RemotePleasureBoatFullVO remotePleasureBoatFullVOSecond)

getPleasureBoatNaturalIds

RemotePleasureBoatNaturalId[] getPleasureBoatNaturalIds()

getPleasureBoatByNaturalId

RemotePleasureBoatFullVO getPleasureBoatByNaturalId(RemotePleasureBoatNaturalId pleasureBoatNaturalId)

getPleasureBoatNaturalIdByCode

RemotePleasureBoatNaturalId getPleasureBoatNaturalIdByCode(java.lang.String code)

addOrUpdateClusterPleasureBoat

ClusterPleasureBoat addOrUpdateClusterPleasureBoat(ClusterPleasureBoat clusterPleasureBoat)

getAllClusterPleasureBoatSinceDateSynchro

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

getClusterPleasureBoatByIdentifiers

ClusterPleasureBoat getClusterPleasureBoatByIdentifiers(java.lang.String code)


Copyright © 2008-2010 IFREMER. All Rights Reserved.