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

All Known Implementing Classes:
RemoteGearPhysicalFeaturesFullServiceBase, RemoteGearPhysicalFeaturesFullServiceImpl

public interface RemoteGearPhysicalFeaturesFullService


Method Summary
 RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)
           
 ClusterGearPhysicalFeatures[] getAllClusterGearPhysicalFeaturesSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()
           
 ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()
           
 boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst, RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)
           
 void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)
           
 

Method Detail

addGearPhysicalFeatures

RemoteGearPhysicalFeaturesFullVO addGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)

updateGearPhysicalFeatures

void updateGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)

removeGearPhysicalFeatures

void removeGearPhysicalFeatures(RemoteGearPhysicalFeaturesFullVO gearPhysicalFeatures)

getAllGearPhysicalFeatures

RemoteGearPhysicalFeaturesFullVO[] getAllGearPhysicalFeatures()

getGearPhysicalFeaturesById

RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesById(java.lang.Integer id)

getGearPhysicalFeaturesByIds

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByIds(java.lang.Integer[] id)

getGearPhysicalFeaturesByGearId

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByGearId(java.lang.Integer id)

getGearPhysicalFeaturesByPhysicalGearSurveyId

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByPhysicalGearSurveyId(java.lang.Integer id)

getGearPhysicalFeaturesByFishingTripId

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByFishingTripId(java.lang.Integer id)

getGearPhysicalFeaturesByVesselCode

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByVesselCode(java.lang.String code)

getGearPhysicalFeaturesByQualityFlagCode

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByQualityFlagCode(java.lang.String code)

getGearPhysicalFeaturesByProgramCode

RemoteGearPhysicalFeaturesFullVO[] getGearPhysicalFeaturesByProgramCode(java.lang.String code)

remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers

boolean remoteGearPhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                               RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)

remoteGearPhysicalFeaturesFullVOsAreEqual

boolean remoteGearPhysicalFeaturesFullVOsAreEqual(RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOFirst,
                                                  RemoteGearPhysicalFeaturesFullVO remoteGearPhysicalFeaturesFullVOSecond)

getGearPhysicalFeaturesNaturalIds

RemoteGearPhysicalFeaturesNaturalId[] getGearPhysicalFeaturesNaturalIds()

getGearPhysicalFeaturesByNaturalId

RemoteGearPhysicalFeaturesFullVO getGearPhysicalFeaturesByNaturalId(RemoteGearPhysicalFeaturesNaturalId gearPhysicalFeaturesNaturalId)

getGearPhysicalFeaturesNaturalIdById

RemoteGearPhysicalFeaturesNaturalId getGearPhysicalFeaturesNaturalIdById(java.lang.Integer id)

getAllClusterGearPhysicalFeaturesSinceDateSynchro

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

getClusterGearPhysicalFeaturesByIdentifiers

ClusterGearPhysicalFeatures getClusterGearPhysicalFeaturesByIdentifiers(java.lang.Integer id)

addOrUpdateClusterGearPhysicalFeatures

ClusterGearPhysicalFeatures addOrUpdateClusterGearPhysicalFeatures(ClusterGearPhysicalFeatures clusterGearPhysicalFeatures)


Copyright © 2008-2010 IFREMER. All Rights Reserved.