fr.ifremer.allegro.data.survey.physicalGear.generic.service
Interface RemotePhysicalGearSurveyFullService

All Known Implementing Classes:
RemotePhysicalGearSurveyFullServiceBase, RemotePhysicalGearSurveyFullServiceImpl

public interface RemotePhysicalGearSurveyFullService


Method Summary
 ClusterPhysicalGearSurvey addOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)
           
 RemotePhysicalGearSurveyFullVO addPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
           
 ClusterPhysicalGearSurvey[] getAllClusterPhysicalGearSurveySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemotePhysicalGearSurveyFullVO[] getAllPhysicalGearSurvey()
           
 ClusterPhysicalGearSurvey getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByIds(java.lang.Integer[] id)
           
 RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByProgramCode(java.lang.String code)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByQualityFlagCode(java.lang.String code)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)
           
 RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByVesselCode(java.lang.String code)
           
 RemotePhysicalGearSurveyNaturalId getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)
           
 RemotePhysicalGearSurveyNaturalId[] getPhysicalGearSurveyNaturalIds()
           
 boolean remotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
           
 boolean remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst, RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)
           
 void removePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
           
 void updatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)
           
 

Method Detail

addPhysicalGearSurvey

RemotePhysicalGearSurveyFullVO addPhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)

updatePhysicalGearSurvey

void updatePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)

removePhysicalGearSurvey

void removePhysicalGearSurvey(RemotePhysicalGearSurveyFullVO physicalGearSurvey)

getAllPhysicalGearSurvey

RemotePhysicalGearSurveyFullVO[] getAllPhysicalGearSurvey()

getPhysicalGearSurveyById

RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyById(java.lang.Integer id)

getPhysicalGearSurveyByIds

RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByIds(java.lang.Integer[] id)

getPhysicalGearSurveyByVesselCode

RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByVesselCode(java.lang.String code)

getPhysicalGearSurveyByProgramCode

RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByProgramCode(java.lang.String code)

getPhysicalGearSurveyByRecorderDepartmentId

RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderDepartmentId(java.lang.Integer id)

getPhysicalGearSurveyByQualityFlagCode

RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByQualityFlagCode(java.lang.String code)

getPhysicalGearSurveyByRecorderPersonId

RemotePhysicalGearSurveyFullVO[] getPhysicalGearSurveyByRecorderPersonId(java.lang.Integer id)

remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers

boolean remotePhysicalGearSurveyFullVOsAreEqualOnIdentifiers(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                             RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)

remotePhysicalGearSurveyFullVOsAreEqual

boolean remotePhysicalGearSurveyFullVOsAreEqual(RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOFirst,
                                                RemotePhysicalGearSurveyFullVO remotePhysicalGearSurveyFullVOSecond)

getPhysicalGearSurveyNaturalIds

RemotePhysicalGearSurveyNaturalId[] getPhysicalGearSurveyNaturalIds()

getPhysicalGearSurveyByNaturalId

RemotePhysicalGearSurveyFullVO getPhysicalGearSurveyByNaturalId(RemotePhysicalGearSurveyNaturalId physicalGearSurveyNaturalId)

getPhysicalGearSurveyNaturalIdById

RemotePhysicalGearSurveyNaturalId getPhysicalGearSurveyNaturalIdById(java.lang.Integer id)

addOrUpdateClusterPhysicalGearSurvey

ClusterPhysicalGearSurvey addOrUpdateClusterPhysicalGearSurvey(ClusterPhysicalGearSurvey clusterPhysicalGearSurvey)

getAllClusterPhysicalGearSurveySinceDateSynchro

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

getClusterPhysicalGearSurveyByIdentifiers

ClusterPhysicalGearSurvey getClusterPhysicalGearSurveyByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.