fr.ifremer.allegro.data.measure.photo.generic.service
Class RemotePhotoFullServiceWSDelegator
java.lang.Object
fr.ifremer.allegro.data.measure.photo.generic.service.RemotePhotoFullServiceWSDelegator
public class RemotePhotoFullServiceWSDelegator
- extends java.lang.Object
Web service delegator for RemotePhotoFullService
.
- See Also:
RemotePhotoFullService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemotePhotoFullServiceWSDelegator
public RemotePhotoFullServiceWSDelegator()
addPhoto
public RemotePhotoFullVO addPhoto(RemotePhotoFullVO photo)
- See Also:
RemotePhotoFullService.addPhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
updatePhoto
public void updatePhoto(RemotePhotoFullVO photo)
- See Also:
RemotePhotoFullService.updatePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
removePhoto
public void removePhoto(RemotePhotoFullVO photo)
- See Also:
RemotePhotoFullService.removePhoto(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
getAllPhoto
public RemotePhotoFullVO[] getAllPhoto()
- See Also:
RemotePhotoFullService.getAllPhoto()
getPhotoById
public RemotePhotoFullVO getPhotoById(java.lang.Integer id)
- See Also:
RemotePhotoFullService.getPhotoById(java.lang.Integer)
getPhotoByIds
public RemotePhotoFullVO[] getPhotoByIds(java.lang.Integer[] id)
- See Also:
RemotePhotoFullService.getPhotoByIds(java.lang.Integer[])
getPhotoByDepartmentId
public RemotePhotoFullVO[] getPhotoByDepartmentId(java.lang.Integer id)
- See Also:
RemotePhotoFullService.getPhotoByDepartmentId(java.lang.Integer)
getPhotoByPhotoTypeCode
public RemotePhotoFullVO[] getPhotoByPhotoTypeCode(java.lang.String code)
- See Also:
RemotePhotoFullService.getPhotoByPhotoTypeCode(java.lang.String)
getPhotoByObjectTypeCode
public RemotePhotoFullVO[] getPhotoByObjectTypeCode(java.lang.String code)
- See Also:
RemotePhotoFullService.getPhotoByObjectTypeCode(java.lang.String)
getPhotoByQualityFlagCode
public RemotePhotoFullVO[] getPhotoByQualityFlagCode(java.lang.String code)
- See Also:
RemotePhotoFullService.getPhotoByQualityFlagCode(java.lang.String)
remotePhotoFullVOsAreEqualOnIdentifiers
public boolean remotePhotoFullVOsAreEqualOnIdentifiers(RemotePhotoFullVO remotePhotoFullVOFirst,
RemotePhotoFullVO remotePhotoFullVOSecond)
- See Also:
RemotePhotoFullService.remotePhotoFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
remotePhotoFullVOsAreEqual
public boolean remotePhotoFullVOsAreEqual(RemotePhotoFullVO remotePhotoFullVOFirst,
RemotePhotoFullVO remotePhotoFullVOSecond)
- See Also:
RemotePhotoFullService.remotePhotoFullVOsAreEqual(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO, fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoFullVO)
getPhotoNaturalIds
public RemotePhotoNaturalId[] getPhotoNaturalIds()
- See Also:
RemotePhotoFullService.getPhotoNaturalIds()
getPhotoByNaturalId
public RemotePhotoFullVO getPhotoByNaturalId(RemotePhotoNaturalId photoNaturalId)
- See Also:
RemotePhotoFullService.getPhotoByNaturalId(fr.ifremer.allegro.data.measure.photo.generic.vo.RemotePhotoNaturalId)
getPhotoNaturalIdById
public RemotePhotoNaturalId getPhotoNaturalIdById(java.lang.Integer id)
- See Also:
RemotePhotoFullService.getPhotoNaturalIdById(java.lang.Integer)
addOrUpdateClusterPhoto
public ClusterPhoto addOrUpdateClusterPhoto(ClusterPhoto clusterPhoto)
- See Also:
RemotePhotoFullService.addOrUpdateClusterPhoto(fr.ifremer.allegro.data.measure.photo.generic.cluster.ClusterPhoto)
getAllClusterPhotoSinceDateSynchro
public ClusterPhoto[] getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
- See Also:
RemotePhotoFullService.getAllClusterPhotoSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
getClusterPhotoByIdentifiers
public ClusterPhoto getClusterPhotoByIdentifiers(java.lang.Integer id)
- See Also:
RemotePhotoFullService.getClusterPhotoByIdentifiers(java.lang.Integer)
Copyright © 2008-2010 IFREMER. All Rights Reserved.