fr.ifremer.allegro.referential.gear.generic.service
Interface RemoteGearAssociationFullService
- All Known Implementing Classes:
- RemoteGearAssociationFullServiceBase, RemoteGearAssociationFullServiceImpl
public interface RemoteGearAssociationFullService
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.