fr.ifremer.allegro.referential.vessel.generic.service
Interface RemoteShellfishGathererFullService

All Known Implementing Classes:
RemoteShellfishGathererFullServiceBase, RemoteShellfishGathererFullServiceImpl

public interface RemoteShellfishGathererFullService


Method Summary
 ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)
           
 RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 ClusterShellfishGatherer[] getAllClusterShellfishGathererSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteShellfishGathererFullVO[] getAllShellfishGatherer()
           
 ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(java.lang.String code)
           
 RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)
           
 RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)
           
 RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)
           
 RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)
           
 RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()
           
 boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
           
 boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst, RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)
           
 void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 void updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)
           
 

Method Detail

addShellfishGatherer

RemoteShellfishGathererFullVO addShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)

updateShellfishGatherer

void updateShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)

removeShellfishGatherer

void removeShellfishGatherer(RemoteShellfishGathererFullVO shellfishGatherer)

getAllShellfishGatherer

RemoteShellfishGathererFullVO[] getAllShellfishGatherer()

getShellfishGathererByCode

RemoteShellfishGathererFullVO getShellfishGathererByCode(java.lang.String code)

getShellfishGathererByCodes

RemoteShellfishGathererFullVO[] getShellfishGathererByCodes(java.lang.String[] code)

getShellfishGathererByStatusCode

RemoteShellfishGathererFullVO[] getShellfishGathererByStatusCode(java.lang.String code)

getShellfishGathererByVesselTypeId

RemoteShellfishGathererFullVO[] getShellfishGathererByVesselTypeId(java.lang.Integer id)

remoteShellfishGathererFullVOsAreEqualOnIdentifiers

boolean remoteShellfishGathererFullVOsAreEqualOnIdentifiers(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                                            RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)

remoteShellfishGathererFullVOsAreEqual

boolean remoteShellfishGathererFullVOsAreEqual(RemoteShellfishGathererFullVO remoteShellfishGathererFullVOFirst,
                                               RemoteShellfishGathererFullVO remoteShellfishGathererFullVOSecond)

getShellfishGathererNaturalIds

RemoteShellfishGathererNaturalId[] getShellfishGathererNaturalIds()

getShellfishGathererByNaturalId

RemoteShellfishGathererFullVO getShellfishGathererByNaturalId(RemoteShellfishGathererNaturalId shellfishGathererNaturalId)

getShellfishGathererNaturalIdByCode

RemoteShellfishGathererNaturalId getShellfishGathererNaturalIdByCode(java.lang.String code)

addOrUpdateClusterShellfishGatherer

ClusterShellfishGatherer addOrUpdateClusterShellfishGatherer(ClusterShellfishGatherer clusterShellfishGatherer)

getAllClusterShellfishGathererSinceDateSynchro

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

getClusterShellfishGathererByIdentifiers

ClusterShellfishGatherer getClusterShellfishGathererByIdentifiers(java.lang.String code)


Copyright © 2008-2010 IFREMER. All Rights Reserved.