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

All Known Implementing Classes:
RemotePhysicalFeaturesFullServiceBase, RemotePhysicalFeaturesFullServiceImpl

public interface RemotePhysicalFeaturesFullService


Method Summary
 RemotePhysicalFeaturesFullVO[] getAllPhysicalFeatures()
           
 ClusterPhysicalFeatures getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)
           
 RemotePhysicalFeaturesFullVO getPhysicalFeaturesById(java.lang.Integer id)
           
 RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByIds(java.lang.Integer[] id)
           
 RemotePhysicalFeaturesFullVO getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)
           
 RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByProgramCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByQualityFlagCode(java.lang.String code)
           
 RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByVesselCode(java.lang.String code)
           
 RemotePhysicalFeaturesNaturalId getPhysicalFeaturesNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalFeaturesNaturalId[] getPhysicalFeaturesNaturalIds()
           
 boolean remotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 boolean remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst, RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)
           
 void removePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)
           
 

Method Detail

removePhysicalFeatures

void removePhysicalFeatures(RemotePhysicalFeaturesFullVO physicalFeatures)

getAllPhysicalFeatures

RemotePhysicalFeaturesFullVO[] getAllPhysicalFeatures()

getPhysicalFeaturesById

RemotePhysicalFeaturesFullVO getPhysicalFeaturesById(java.lang.Integer id)

getPhysicalFeaturesByIds

RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByIds(java.lang.Integer[] id)

getPhysicalFeaturesByVesselCode

RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByVesselCode(java.lang.String code)

getPhysicalFeaturesByQualityFlagCode

RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByQualityFlagCode(java.lang.String code)

getPhysicalFeaturesByProgramCode

RemotePhysicalFeaturesFullVO[] getPhysicalFeaturesByProgramCode(java.lang.String code)

remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers

boolean remotePhysicalFeaturesFullVOsAreEqualOnIdentifiers(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst,
                                                           RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)

remotePhysicalFeaturesFullVOsAreEqual

boolean remotePhysicalFeaturesFullVOsAreEqual(RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOFirst,
                                              RemotePhysicalFeaturesFullVO remotePhysicalFeaturesFullVOSecond)

getPhysicalFeaturesNaturalIds

RemotePhysicalFeaturesNaturalId[] getPhysicalFeaturesNaturalIds()

getPhysicalFeaturesByNaturalId

RemotePhysicalFeaturesFullVO getPhysicalFeaturesByNaturalId(RemotePhysicalFeaturesNaturalId physicalFeaturesNaturalId)

getPhysicalFeaturesNaturalIdById

RemotePhysicalFeaturesNaturalId getPhysicalFeaturesNaturalIdById(java.lang.Integer id)

getClusterPhysicalFeaturesByIdentifiers

ClusterPhysicalFeatures getClusterPhysicalFeaturesByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.