fr.ifremer.allegro.referential.regulation.generic.service
Interface RemoteFisheryFullService

All Known Implementing Classes:
RemoteFisheryFullServiceBase, RemoteFisheryFullServiceImpl

public interface RemoteFisheryFullService


Method Summary
 RemoteFisheryFullVO addFishery(RemoteFisheryFullVO fishery)
           
 ClusterFishery addOrUpdateClusterFishery(ClusterFishery clusterFishery)
           
 ClusterFishery[] getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteFisheryFullVO[] getAllFishery()
           
 ClusterFishery getClusterFisheryByIdentifiers(java.lang.Integer id)
           
 RemoteFisheryFullVO[] getFisheryByFishingAreaId(java.lang.Integer id)
           
 RemoteFisheryFullVO[] getFisheryByGearId(java.lang.Integer id)
           
 RemoteFisheryFullVO getFisheryById(java.lang.Integer id)
           
 RemoteFisheryFullVO[] getFisheryByIds(java.lang.Integer[] id)
           
 RemoteFisheryFullVO getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)
           
 RemoteFisheryFullVO[] getFisheryByTaxonGroupId(java.lang.Integer id)
           
 RemoteFisheryNaturalId getFisheryNaturalIdById(java.lang.Integer id)
           
 RemoteFisheryNaturalId[] getFisheryNaturalIds()
           
 boolean remoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
           
 boolean remoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst, RemoteFisheryFullVO remoteFisheryFullVOSecond)
           
 void removeFishery(RemoteFisheryFullVO fishery)
           
 void updateFishery(RemoteFisheryFullVO fishery)
           
 

Method Detail

addFishery

RemoteFisheryFullVO addFishery(RemoteFisheryFullVO fishery)

updateFishery

void updateFishery(RemoteFisheryFullVO fishery)

removeFishery

void removeFishery(RemoteFisheryFullVO fishery)

getAllFishery

RemoteFisheryFullVO[] getAllFishery()

getFisheryById

RemoteFisheryFullVO getFisheryById(java.lang.Integer id)

getFisheryByIds

RemoteFisheryFullVO[] getFisheryByIds(java.lang.Integer[] id)

getFisheryByTaxonGroupId

RemoteFisheryFullVO[] getFisheryByTaxonGroupId(java.lang.Integer id)

getFisheryByGearId

RemoteFisheryFullVO[] getFisheryByGearId(java.lang.Integer id)

getFisheryByFishingAreaId

RemoteFisheryFullVO[] getFisheryByFishingAreaId(java.lang.Integer id)

remoteFisheryFullVOsAreEqualOnIdentifiers

boolean remoteFisheryFullVOsAreEqualOnIdentifiers(RemoteFisheryFullVO remoteFisheryFullVOFirst,
                                                  RemoteFisheryFullVO remoteFisheryFullVOSecond)

remoteFisheryFullVOsAreEqual

boolean remoteFisheryFullVOsAreEqual(RemoteFisheryFullVO remoteFisheryFullVOFirst,
                                     RemoteFisheryFullVO remoteFisheryFullVOSecond)

getFisheryNaturalIds

RemoteFisheryNaturalId[] getFisheryNaturalIds()

getFisheryByNaturalId

RemoteFisheryFullVO getFisheryByNaturalId(RemoteFisheryNaturalId fisheryNaturalId)

getFisheryNaturalIdById

RemoteFisheryNaturalId getFisheryNaturalIdById(java.lang.Integer id)

addOrUpdateClusterFishery

ClusterFishery addOrUpdateClusterFishery(ClusterFishery clusterFishery)

getAllClusterFisherySinceDateSynchro

ClusterFishery[] getAllClusterFisherySinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                      java.lang.Integer userId,
                                                      java.lang.Integer[] registrationLocationIds,
                                                      java.lang.Integer pageNumber,
                                                      java.lang.Integer pageSize)

getClusterFisheryByIdentifiers

ClusterFishery getClusterFisheryByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.