fr.ifremer.allegro.data.survey.scientificCruise.generic.service
Class RemoteScientificCruiseFullServiceWSDelegator
java.lang.Object
fr.ifremer.allegro.data.survey.scientificCruise.generic.service.RemoteScientificCruiseFullServiceWSDelegator
public class RemoteScientificCruiseFullServiceWSDelegator
- extends java.lang.Object
Web service delegator for RemoteScientificCruiseFullService
.
- See Also:
RemoteScientificCruiseFullService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteScientificCruiseFullServiceWSDelegator
public RemoteScientificCruiseFullServiceWSDelegator()
addScientificCruise
public RemoteScientificCruiseFullVO addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
- See Also:
RemoteScientificCruiseFullService.addScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
updateScientificCruise
public void updateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
- See Also:
RemoteScientificCruiseFullService.updateScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
removeScientificCruise
public void removeScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
- See Also:
RemoteScientificCruiseFullService.removeScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
getAllScientificCruise
public RemoteScientificCruiseFullVO[] getAllScientificCruise()
- See Also:
RemoteScientificCruiseFullService.getAllScientificCruise()
getScientificCruiseById
public RemoteScientificCruiseFullVO getScientificCruiseById(java.lang.Integer id)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseById(java.lang.Integer)
getScientificCruiseByIds
public RemoteScientificCruiseFullVO[] getScientificCruiseByIds(java.lang.Integer[] id)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByIds(java.lang.Integer[])
getScientificCruiseByManagerPersonId
public RemoteScientificCruiseFullVO[] getScientificCruiseByManagerPersonId(java.lang.Integer id)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByManagerPersonId(java.lang.Integer)
getScientificCruiseByScientificResearchVesselCode
public RemoteScientificCruiseFullVO[] getScientificCruiseByScientificResearchVesselCode(java.lang.String code)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByScientificResearchVesselCode(java.lang.String)
getScientificCruiseByRecorderDepartmentId
public RemoteScientificCruiseFullVO[] getScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByRecorderDepartmentId(java.lang.Integer)
getScientificCruiseByProgramCode
public RemoteScientificCruiseFullVO[] getScientificCruiseByProgramCode(java.lang.String code)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByProgramCode(java.lang.String)
getScientificCruiseByRecorderPersonId
public RemoteScientificCruiseFullVO[] getScientificCruiseByRecorderPersonId(java.lang.Integer id)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByRecorderPersonId(java.lang.Integer)
remoteScientificCruiseFullVOsAreEqualOnIdentifiers
public boolean remoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst,
RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
- See Also:
RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
remoteScientificCruiseFullVOsAreEqual
public boolean remoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst,
RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
- See Also:
RemoteScientificCruiseFullService.remoteScientificCruiseFullVOsAreEqual(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO, fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseFullVO)
getScientificCruiseNaturalIds
public RemoteScientificCruiseNaturalId[] getScientificCruiseNaturalIds()
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseNaturalIds()
getScientificCruiseByNaturalId
public RemoteScientificCruiseFullVO getScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseByNaturalId(fr.ifremer.allegro.data.survey.scientificCruise.generic.vo.RemoteScientificCruiseNaturalId)
getScientificCruiseNaturalIdById
public RemoteScientificCruiseNaturalId getScientificCruiseNaturalIdById(java.lang.Integer id)
- See Also:
RemoteScientificCruiseFullService.getScientificCruiseNaturalIdById(java.lang.Integer)
addOrUpdateClusterScientificCruise
public ClusterScientificCruise addOrUpdateClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
- See Also:
RemoteScientificCruiseFullService.addOrUpdateClusterScientificCruise(fr.ifremer.allegro.data.survey.scientificCruise.generic.cluster.ClusterScientificCruise)
getAllClusterScientificCruiseSinceDateSynchro
public ClusterScientificCruise[] getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
- See Also:
RemoteScientificCruiseFullService.getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
getClusterScientificCruiseByIdentifiers
public ClusterScientificCruise getClusterScientificCruiseByIdentifiers(java.lang.Integer id)
- See Also:
RemoteScientificCruiseFullService.getClusterScientificCruiseByIdentifiers(java.lang.Integer)
Copyright © 2008-2010 IFREMER. All Rights Reserved.