fr.ifremer.allegro.data.vessel.feature.physical.generic.service
Interface RemoteGearPhysicalFeaturesFullService
- All Known Implementing Classes:
- RemoteGearPhysicalFeaturesFullServiceBase, RemoteGearPhysicalFeaturesFullServiceImpl
public interface RemoteGearPhysicalFeaturesFullService
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.