fr.ifremer.allegro.data.transshipment.generic.service
Class RemoteTransshipmentFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.data.transshipment.generic.service.RemoteTransshipmentFullServiceWSDelegator

public class RemoteTransshipmentFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteTransshipmentFullService.

See Also:
RemoteTransshipmentFullService

Constructor Summary
RemoteTransshipmentFullServiceWSDelegator()
           
 
Method Summary
 ClusterTransshipment addOrUpdateClusterTransshipment(ClusterTransshipment clusterTransshipment)
           
 RemoteTransshipmentFullVO addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTransshipmentFullVO[] getAllTransshipment()
           
 ClusterTransshipment getClusterTransshipmentByIdentifiers(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByFishingTripId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO getTransshipmentById(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByIds(java.lang.Integer[] id)
           
 RemoteTransshipmentFullVO getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO[] getTransshipmentByProgramCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] getTransshipmentByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByRecorderUserId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentBySurveyQualificationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByToVesselCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] getTransshipmentByTransshipmentLocationId(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId getTransshipmentNaturalIdById(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId[] getTransshipmentNaturalIds()
           
 boolean remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 void removeTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void updateTransshipment(RemoteTransshipmentFullVO transshipment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteTransshipmentFullServiceWSDelegator

public RemoteTransshipmentFullServiceWSDelegator()
Method Detail

addTransshipment

public RemoteTransshipmentFullVO addTransshipment(RemoteTransshipmentFullVO transshipment)
See Also:
RemoteTransshipmentFullService.addTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

updateTransshipment

public void updateTransshipment(RemoteTransshipmentFullVO transshipment)
See Also:
RemoteTransshipmentFullService.updateTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

removeTransshipment

public void removeTransshipment(RemoteTransshipmentFullVO transshipment)
See Also:
RemoteTransshipmentFullService.removeTransshipment(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

getAllTransshipment

public RemoteTransshipmentFullVO[] getAllTransshipment()
See Also:
RemoteTransshipmentFullService.getAllTransshipment()

getTransshipmentById

public RemoteTransshipmentFullVO getTransshipmentById(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentById(java.lang.Integer)

getTransshipmentByIds

public RemoteTransshipmentFullVO[] getTransshipmentByIds(java.lang.Integer[] id)
See Also:
RemoteTransshipmentFullService.getTransshipmentByIds(java.lang.Integer[])

getTransshipmentByToVesselCode

public RemoteTransshipmentFullVO[] getTransshipmentByToVesselCode(java.lang.String code)
See Also:
RemoteTransshipmentFullService.getTransshipmentByToVesselCode(java.lang.String)

getTransshipmentByTransshipmentLocationId

public RemoteTransshipmentFullVO[] getTransshipmentByTransshipmentLocationId(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentByTransshipmentLocationId(java.lang.Integer)

getTransshipmentByFishingTripId

public RemoteTransshipmentFullVO[] getTransshipmentByFishingTripId(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentByFishingTripId(java.lang.Integer)

getTransshipmentByProgramCode

public RemoteTransshipmentFullVO[] getTransshipmentByProgramCode(java.lang.String code)
See Also:
RemoteTransshipmentFullService.getTransshipmentByProgramCode(java.lang.String)

getTransshipmentByRecorderDepartmentId

public RemoteTransshipmentFullVO[] getTransshipmentByRecorderDepartmentId(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentByRecorderDepartmentId(java.lang.Integer)

getTransshipmentByRecorderUserId

public RemoteTransshipmentFullVO[] getTransshipmentByRecorderUserId(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentByRecorderUserId(java.lang.Integer)

getTransshipmentBySurveyQualificationId

public RemoteTransshipmentFullVO[] getTransshipmentBySurveyQualificationId(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentBySurveyQualificationId(java.lang.Integer)

remoteTransshipmentFullVOsAreEqualOnIdentifiers

public boolean remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst,
                                                               RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
See Also:
RemoteTransshipmentFullService.remoteTransshipmentFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

remoteTransshipmentFullVOsAreEqual

public boolean remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst,
                                                  RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
See Also:
RemoteTransshipmentFullService.remoteTransshipmentFullVOsAreEqual(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO, fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentFullVO)

getTransshipmentNaturalIds

public RemoteTransshipmentNaturalId[] getTransshipmentNaturalIds()
See Also:
RemoteTransshipmentFullService.getTransshipmentNaturalIds()

getTransshipmentByNaturalId

public RemoteTransshipmentFullVO getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
See Also:
RemoteTransshipmentFullService.getTransshipmentByNaturalId(fr.ifremer.allegro.data.transshipment.generic.vo.RemoteTransshipmentNaturalId)

getTransshipmentNaturalIdById

public RemoteTransshipmentNaturalId getTransshipmentNaturalIdById(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getTransshipmentNaturalIdById(java.lang.Integer)

getAllClusterTransshipmentSinceDateSynchro

public ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                         java.lang.Integer userId,
                                                                         java.lang.Integer[] registrationLocationIds,
                                                                         java.lang.Integer pageNumber,
                                                                         java.lang.Integer pageSize)
See Also:
RemoteTransshipmentFullService.getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterTransshipmentByIdentifiers

public ClusterTransshipment getClusterTransshipmentByIdentifiers(java.lang.Integer id)
See Also:
RemoteTransshipmentFullService.getClusterTransshipmentByIdentifiers(java.lang.Integer)

addOrUpdateClusterTransshipment

public ClusterTransshipment addOrUpdateClusterTransshipment(ClusterTransshipment clusterTransshipment)
See Also:
RemoteTransshipmentFullService.addOrUpdateClusterTransshipment(fr.ifremer.allegro.data.transshipment.generic.cluster.ClusterTransshipment)


Copyright © 2008-2010 IFREMER. All Rights Reserved.