fr.ifremer.allegro.referential.vessel.generic.service
Class RemoteVesselMasterPeriodFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.vessel.generic.service.RemoteVesselMasterPeriodFullServiceWSDelegator

public class RemoteVesselMasterPeriodFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteVesselMasterPeriodFullService.

See Also:
RemoteVesselMasterPeriodFullService

Constructor Summary
RemoteVesselMasterPeriodFullServiceWSDelegator()
           
 
Method Summary
 RemoteVesselMasterPeriodFullVO addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO[] getAllVesselMasterPeriod()
           
 ClusterVesselMasterPeriod getClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
           
 RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
           
 RemoteVesselMasterPeriodNaturalId[] getVesselMasterPeriodNaturalIds()
           
 boolean remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 void removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselMasterPeriodFullServiceWSDelegator

public RemoteVesselMasterPeriodFullServiceWSDelegator()
Method Detail

addVesselMasterPeriod

public RemoteVesselMasterPeriodFullVO addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
See Also:
RemoteVesselMasterPeriodFullService.addVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

updateVesselMasterPeriod

public void updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
See Also:
RemoteVesselMasterPeriodFullService.updateVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

removeVesselMasterPeriod

public void removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
See Also:
RemoteVesselMasterPeriodFullService.removeVesselMasterPeriod(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

getAllVesselMasterPeriod

public RemoteVesselMasterPeriodFullVO[] getAllVesselMasterPeriod()
See Also:
RemoteVesselMasterPeriodFullService.getAllVesselMasterPeriod()

getVesselMasterPeriodByStartDateTime

public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTime(java.util.Date)

getVesselMasterPeriodByStartDateTimes

public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByStartDateTimes(java.util.Date[])

getVesselMasterPeriodByVesselMasterId

public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByVesselMasterId(java.lang.Integer)

getVesselMasterPeriodByFishingVesselCode

public RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByFishingVesselCode(java.lang.String)

getVesselMasterPeriodByIdentifiers

public RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
                                                                         java.lang.Integer vesselMasterId,
                                                                         java.lang.String fishingVesselCode)
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)

remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers

public boolean remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst,
                                                                    RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
See Also:
RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

remoteVesselMasterPeriodFullVOsAreEqual

public boolean remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst,
                                                       RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
See Also:
RemoteVesselMasterPeriodFullService.remoteVesselMasterPeriodFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodFullVO)

getVesselMasterPeriodNaturalIds

public RemoteVesselMasterPeriodNaturalId[] getVesselMasterPeriodNaturalIds()
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodNaturalIds()

getVesselMasterPeriodByNaturalId

public RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
See Also:
RemoteVesselMasterPeriodFullService.getVesselMasterPeriodByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselMasterPeriodNaturalId)

getClusterVesselMasterPeriodByIdentifiers

public ClusterVesselMasterPeriod getClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
                                                                           java.lang.Integer vesselMasterId,
                                                                           java.lang.String fishingVesselCode)
See Also:
RemoteVesselMasterPeriodFullService.getClusterVesselMasterPeriodByIdentifiers(java.util.Date, java.lang.Integer, java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.