fr.ifremer.allegro.referential.gear.generic.service
Interface RemoteGearAssociationFullService

All Known Implementing Classes:
RemoteGearAssociationFullServiceBase, RemoteGearAssociationFullServiceImpl

public interface RemoteGearAssociationFullService


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)
           
 

Method Detail

addGearAssociation

RemoteGearAssociationFullVO addGearAssociation(RemoteGearAssociationFullVO gearAssociation)

updateGearAssociation

void updateGearAssociation(RemoteGearAssociationFullVO gearAssociation)

removeGearAssociation

void removeGearAssociation(RemoteGearAssociationFullVO gearAssociation)

getAllGearAssociation

RemoteGearAssociationFullVO[] getAllGearAssociation()

getGearAssociationByToGearId

RemoteGearAssociationFullVO[] getGearAssociationByToGearId(java.lang.Integer id)

getGearAssociationByFromGearId

RemoteGearAssociationFullVO[] getGearAssociationByFromGearId(java.lang.Integer id)

getGearAssociationByIdentifiers

RemoteGearAssociationFullVO getGearAssociationByIdentifiers(java.lang.Integer toGearId,
                                                            java.lang.Integer fromGearId)

remoteGearAssociationFullVOsAreEqualOnIdentifiers

boolean remoteGearAssociationFullVOsAreEqualOnIdentifiers(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst,
                                                          RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)

remoteGearAssociationFullVOsAreEqual

boolean remoteGearAssociationFullVOsAreEqual(RemoteGearAssociationFullVO remoteGearAssociationFullVOFirst,
                                             RemoteGearAssociationFullVO remoteGearAssociationFullVOSecond)

getGearAssociationNaturalIds

RemoteGearAssociationNaturalId[] getGearAssociationNaturalIds()

getGearAssociationByNaturalId

RemoteGearAssociationFullVO getGearAssociationByNaturalId(RemoteGearAssociationNaturalId gearAssociationNaturalId)

getClusterGearAssociationByIdentifiers

ClusterGearAssociation getClusterGearAssociationByIdentifiers(java.lang.Integer toGearId,
                                                              java.lang.Integer fromGearId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.