fr.ifremer.allegro.referential.gear.generic.service
Class RemoteGearAssociationFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.gear.generic.service.RemoteGearAssociationFullServiceWSDelegator

public class RemoteGearAssociationFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteGearAssociationFullService.

See Also:
RemoteGearAssociationFullService

Constructor Summary
RemoteGearAssociationFullServiceWSDelegator()
           
 
Method Summary
 RemoteGearAssociationFullVO addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 RemoteGearAssociationFullVO[] getAllGearAssociation()
           
 ClusterGearAssociation getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 RemoteGearAssociationFullVO[] getGearAssociationByFromGearId(java.lang.Integer id)
           
 RemoteGearAssociationFullVO getGearAssociationByIdentifiers(java.lang.Integer toGearId, java.lang.Integer fromGearId)
           
 RemoteGearAssociationFullVO getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
           
 RemoteGearAssociationFullVO[] getGearAssociationByToGearId(java.lang.Integer id)
           
 RemoteGearAssociationNaturalId[] getGearAssociationNaturalIds()
           
 boolean remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 boolean remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst, RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
           
 void removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 void updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteGearAssociationFullServiceWSDelegator

public RemoteGearAssociationFullServiceWSDelegator()
Method Detail

addGearAssociation

public RemoteGearAssociationFullVO addGearAssociation(RemoteGearAssociationFullVO gearAssociation)
See Also:
RemoteGearAssociationFullService.addGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)

updateGearAssociation

public void updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)
See Also:
RemoteGearAssociationFullService.updateGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)

removeGearAssociation

public void removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)
See Also:
RemoteGearAssociationFullService.removeGearAssociation(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)

getAllGearAssociation

public RemoteGearAssociationFullVO[] getAllGearAssociation()
See Also:
RemoteGearAssociationFullService.getAllGearAssociation()

getGearAssociationByToGearId

public RemoteGearAssociationFullVO[] getGearAssociationByToGearId(java.lang.Integer id)
See Also:
RemoteGearAssociationFullService.getGearAssociationByToGearId(java.lang.Integer)

getGearAssociationByFromGearId

public RemoteGearAssociationFullVO[] getGearAssociationByFromGearId(java.lang.Integer id)
See Also:
RemoteGearAssociationFullService.getGearAssociationByFromGearId(java.lang.Integer)

getGearAssociationByIdentifiers

public RemoteGearAssociationFullVO getGearAssociationByIdentifiers(java.lang.Integer toGearId,
                                                                   java.lang.Integer fromGearId)
See Also:
RemoteGearAssociationFullService.getGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)

remoteGearAssociationFullVOsAreEqualOnIdentifiers

public boolean remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst,
                                                                 RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
See Also:
RemoteGearAssociationFullService.remoteGearAssociationFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)

remoteGearAssociationFullVOsAreEqual

public boolean remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst,
                                                    RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)
See Also:
RemoteGearAssociationFullService.remoteGearAssociationFullVOsAreEqual(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO, fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationFullVO)

getGearAssociationNaturalIds

public RemoteGearAssociationNaturalId[] getGearAssociationNaturalIds()
See Also:
RemoteGearAssociationFullService.getGearAssociationNaturalIds()

getGearAssociationByNaturalId

public RemoteGearAssociationFullVO getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)
See Also:
RemoteGearAssociationFullService.getGearAssociationByNaturalId(fr.ifremer.allegro.referential.gear.generic.vo.RemoteGearAssociationNaturalId)

getClusterGearAssociationByIdentifiers

public ClusterGearAssociation getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
                                                                     java.lang.Integer fromGearId)
See Also:
RemoteGearAssociationFullService.getClusterGearAssociationByIdentifiers(java.lang.Integer, java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.