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

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

public class RemoteVesselGroupFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteVesselGroupFullService.

See Also:
RemoteVesselGroupFullService

Constructor Summary
RemoteVesselGroupFullServiceWSDelegator()
           
 
Method Summary
 ClusterVesselGroup addOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
           
 RemoteVesselGroupFullVO addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 ClusterVesselGroup[] getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteVesselGroupFullVO[] getAllVesselGroup()
           
 ClusterVesselGroup getClusterVesselGroupByIdentifiers(java.lang.String code)
           
 RemoteVesselGroupFullVO getVesselGroupByCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] getVesselGroupByCodes(java.lang.String[] code)
           
 RemoteVesselGroupFullVO getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
           
 RemoteVesselGroupFullVO[] getVesselGroupByStatusCode(java.lang.String code)
           
 RemoteVesselGroupFullVO[] getVesselGroupByVesselTypeId(java.lang.Integer id)
           
 RemoteVesselGroupNaturalId getVesselGroupNaturalIdByCode(java.lang.String code)
           
 RemoteVesselGroupNaturalId[] getVesselGroupNaturalIds()
           
 boolean remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 boolean remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst, RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
           
 void removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 void updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteVesselGroupFullServiceWSDelegator

public RemoteVesselGroupFullServiceWSDelegator()
Method Detail

addVesselGroup

public RemoteVesselGroupFullVO addVesselGroup(RemoteVesselGroupFullVO vesselGroup)
See Also:
RemoteVesselGroupFullService.addVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

updateVesselGroup

public void updateVesselGroup(RemoteVesselGroupFullVO vesselGroup)
See Also:
RemoteVesselGroupFullService.updateVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

removeVesselGroup

public void removeVesselGroup(RemoteVesselGroupFullVO vesselGroup)
See Also:
RemoteVesselGroupFullService.removeVesselGroup(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

getAllVesselGroup

public RemoteVesselGroupFullVO[] getAllVesselGroup()
See Also:
RemoteVesselGroupFullService.getAllVesselGroup()

getVesselGroupByCode

public RemoteVesselGroupFullVO getVesselGroupByCode(java.lang.String code)
See Also:
RemoteVesselGroupFullService.getVesselGroupByCode(java.lang.String)

getVesselGroupByCodes

public RemoteVesselGroupFullVO[] getVesselGroupByCodes(java.lang.String[] code)
See Also:
RemoteVesselGroupFullService.getVesselGroupByCodes(java.lang.String[])

getVesselGroupByStatusCode

public RemoteVesselGroupFullVO[] getVesselGroupByStatusCode(java.lang.String code)
See Also:
RemoteVesselGroupFullService.getVesselGroupByStatusCode(java.lang.String)

getVesselGroupByVesselTypeId

public RemoteVesselGroupFullVO[] getVesselGroupByVesselTypeId(java.lang.Integer id)
See Also:
RemoteVesselGroupFullService.getVesselGroupByVesselTypeId(java.lang.Integer)

remoteVesselGroupFullVOsAreEqualOnIdentifiers

public boolean remoteVesselGroupFullVOsAreEqualOnIdentifiers(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                             RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
See Also:
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

remoteVesselGroupFullVOsAreEqual

public boolean remoteVesselGroupFullVOsAreEqual(RemoteVesselGroupFullVO remoteVesselGroupFullVOFirst,
                                                RemoteVesselGroupFullVO remoteVesselGroupFullVOSecond)
See Also:
RemoteVesselGroupFullService.remoteVesselGroupFullVOsAreEqual(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO, fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupFullVO)

getVesselGroupNaturalIds

public RemoteVesselGroupNaturalId[] getVesselGroupNaturalIds()
See Also:
RemoteVesselGroupFullService.getVesselGroupNaturalIds()

getVesselGroupByNaturalId

public RemoteVesselGroupFullVO getVesselGroupByNaturalId(RemoteVesselGroupNaturalId vesselGroupNaturalId)
See Also:
RemoteVesselGroupFullService.getVesselGroupByNaturalId(fr.ifremer.allegro.referential.vessel.generic.vo.RemoteVesselGroupNaturalId)

getVesselGroupNaturalIdByCode

public RemoteVesselGroupNaturalId getVesselGroupNaturalIdByCode(java.lang.String code)
See Also:
RemoteVesselGroupFullService.getVesselGroupNaturalIdByCode(java.lang.String)

addOrUpdateClusterVesselGroup

public ClusterVesselGroup addOrUpdateClusterVesselGroup(ClusterVesselGroup clusterVesselGroup)
See Also:
RemoteVesselGroupFullService.addOrUpdateClusterVesselGroup(fr.ifremer.allegro.referential.vessel.generic.cluster.ClusterVesselGroup)

getAllClusterVesselGroupSinceDateSynchro

public ClusterVesselGroup[] getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                                     java.lang.Integer userId,
                                                                     java.lang.Integer[] registrationLocationIds,
                                                                     java.lang.Integer pageNumber,
                                                                     java.lang.Integer pageSize)
See Also:
RemoteVesselGroupFullService.getAllClusterVesselGroupSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterVesselGroupByIdentifiers

public ClusterVesselGroup getClusterVesselGroupByIdentifiers(java.lang.String code)
See Also:
RemoteVesselGroupFullService.getClusterVesselGroupByIdentifiers(java.lang.String)


Copyright © 2008-2010 IFREMER. All Rights Reserved.