fr.ifremer.allegro.data.vessel.feature.physical.generic.service
Interface RemoteVesselPhysicalFeaturesFullService

All Known Implementing Classes:
RemoteVesselPhysicalFeaturesFullServiceBase, RemoteVesselPhysicalFeaturesFullServiceImpl

public interface RemoteVesselPhysicalFeaturesFullService


Method Summary
 ClusterVesselPhysicalFeatures addOrUpdateClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)
           
 RemoteVesselPhysicalFeaturesFullVO addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 ClusterVesselPhysicalFeatures[] getAllClusterVesselPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteVesselPhysicalFeaturesFullVO[] getAllVesselPhysicalFeatures()
           
 ClusterVesselPhysicalFeatures getClusterVesselPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO getVesselPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteVesselPhysicalFeaturesFullVO getVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteVesselPhysicalFeaturesNaturalId getVesselPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemoteVesselPhysicalFeaturesNaturalId[] getVesselPhysicalFeaturesNaturalIds()
           
 boolean remoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 boolean remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst, RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)
           
 void removeVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 void updateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)
           
 

Method Detail

addVesselPhysicalFeatures

RemoteVesselPhysicalFeaturesFullVO addVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)

updateVesselPhysicalFeatures

void updateVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)

removeVesselPhysicalFeatures

void removeVesselPhysicalFeatures(RemoteVesselPhysicalFeaturesFullVO vesselPhysicalFeatures)

getAllVesselPhysicalFeatures

RemoteVesselPhysicalFeaturesFullVO[] getAllVesselPhysicalFeatures()

getVesselPhysicalFeaturesById

RemoteVesselPhysicalFeaturesFullVO getVesselPhysicalFeaturesById(java.lang.Integer id)

getVesselPhysicalFeaturesByIds

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByIds(java.lang.Integer[] id)

getVesselPhysicalFeaturesByPhysicalGearSurveyId

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)

getVesselPhysicalFeaturesByRecorderDepartmentId

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByRecorderDepartmentId(java.lang.Integer id)

getVesselPhysicalFeaturesByRecorderUserId

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByRecorderUserId(java.lang.Integer id)

getVesselPhysicalFeaturesByBaseLandingLocationId

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByBaseLandingLocationId(java.lang.Integer id)

getVesselPhysicalFeaturesByVesselCode

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByVesselCode(java.lang.String code)

getVesselPhysicalFeaturesByQualityFlagCode

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByQualityFlagCode(java.lang.String code)

getVesselPhysicalFeaturesByProgramCode

RemoteVesselPhysicalFeaturesFullVO[] getVesselPhysicalFeaturesByProgramCode(java.lang.String code)

remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers

boolean remoteVesselPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst,
                                                                 RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)

remoteVesselPhysicalFeaturesFullVOsAreEqual

boolean remoteVesselPhysicalFeaturesFullVOsAreEqual(RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOFirst,
                                                    RemoteVesselPhysicalFeaturesFullVO remoteVesselPhysicalFeaturesFullVOSecond)

getVesselPhysicalFeaturesNaturalIds

RemoteVesselPhysicalFeaturesNaturalId[] getVesselPhysicalFeaturesNaturalIds()

getVesselPhysicalFeaturesByNaturalId

RemoteVesselPhysicalFeaturesFullVO getVesselPhysicalFeaturesByNaturalId(RemoteVesselPhysicalFeaturesNaturalId vesselPhysicalFeaturesNaturalId)

getVesselPhysicalFeaturesNaturalIdById

RemoteVesselPhysicalFeaturesNaturalId getVesselPhysicalFeaturesNaturalIdById(java.lang.Integer id)

getAllClusterVesselPhysicalFeaturesSinceDateSynchro

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

getClusterVesselPhysicalFeaturesByIdentifiers

ClusterVesselPhysicalFeatures getClusterVesselPhysicalFeaturesByIdentifiers(java.lang.Integer id)

addOrUpdateClusterVesselPhysicalFeatures

ClusterVesselPhysicalFeatures addOrUpdateClusterVesselPhysicalFeatures(ClusterVesselPhysicalFeatures clusterVesselPhysicalFeatures)


Copyright © 2008-2010 IFREMER. All Rights Reserved.