fr.ifremer.allegro.data.batch.generic.service
Interface RemoteCatchBatchFullService

All Known Implementing Classes:
RemoteCatchBatchFullServiceBase, RemoteCatchBatchFullServiceImpl

public interface RemoteCatchBatchFullService


Method Summary
 RemoteCatchBatchFullVO addCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 ClusterCatchBatch addOrUpdateClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)
           
 RemoteCatchBatchFullVO[] getAllCatchBatch()
           
 ClusterCatchBatch[] getAllClusterCatchBatchSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteCatchBatchFullVO getCatchBatchByFishingOperationId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO getCatchBatchById(java.lang.Integer id)
           
 RemoteCatchBatchFullVO[] getCatchBatchByIds(java.lang.Integer[] id)
           
 RemoteCatchBatchFullVO getCatchBatchByLandingId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)
           
 RemoteCatchBatchFullVO[] getCatchBatchByParentBatchId(java.lang.Integer id)
           
 RemoteCatchBatchFullVO[] getCatchBatchByQualityFlagCode(java.lang.String code)
           
 RemoteCatchBatchFullVO getCatchBatchBySaleId(java.lang.Integer id)
           
 RemoteCatchBatchNaturalId getCatchBatchNaturalIdById(java.lang.Integer id)
           
 RemoteCatchBatchNaturalId[] getCatchBatchNaturalIds()
           
 ClusterCatchBatch getClusterCatchBatchByIdentifiers(java.lang.Integer id)
           
 boolean remoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 boolean remoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst, RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)
           
 void removeCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 void updateCatchBatch(RemoteCatchBatchFullVO catchBatch)
           
 

Method Detail

addCatchBatch

RemoteCatchBatchFullVO addCatchBatch(RemoteCatchBatchFullVO catchBatch)

updateCatchBatch

void updateCatchBatch(RemoteCatchBatchFullVO catchBatch)

removeCatchBatch

void removeCatchBatch(RemoteCatchBatchFullVO catchBatch)

getAllCatchBatch

RemoteCatchBatchFullVO[] getAllCatchBatch()

getCatchBatchById

RemoteCatchBatchFullVO getCatchBatchById(java.lang.Integer id)

getCatchBatchByIds

RemoteCatchBatchFullVO[] getCatchBatchByIds(java.lang.Integer[] id)

getCatchBatchByFishingOperationId

RemoteCatchBatchFullVO getCatchBatchByFishingOperationId(java.lang.Integer id)

getCatchBatchByQualityFlagCode

RemoteCatchBatchFullVO[] getCatchBatchByQualityFlagCode(java.lang.String code)

getCatchBatchByLandingId

RemoteCatchBatchFullVO getCatchBatchByLandingId(java.lang.Integer id)

getCatchBatchBySaleId

RemoteCatchBatchFullVO getCatchBatchBySaleId(java.lang.Integer id)

getCatchBatchByParentBatchId

RemoteCatchBatchFullVO[] getCatchBatchByParentBatchId(java.lang.Integer id)

remoteCatchBatchFullVOsAreEqualOnIdentifiers

boolean remoteCatchBatchFullVOsAreEqualOnIdentifiers(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst,
                                                     RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)

remoteCatchBatchFullVOsAreEqual

boolean remoteCatchBatchFullVOsAreEqual(RemoteCatchBatchFullVO remoteCatchBatchFullVOFirst,
                                        RemoteCatchBatchFullVO remoteCatchBatchFullVOSecond)

getCatchBatchNaturalIds

RemoteCatchBatchNaturalId[] getCatchBatchNaturalIds()

getCatchBatchByNaturalId

RemoteCatchBatchFullVO getCatchBatchByNaturalId(RemoteCatchBatchNaturalId catchBatchNaturalId)

getCatchBatchNaturalIdById

RemoteCatchBatchNaturalId getCatchBatchNaturalIdById(java.lang.Integer id)

getAllClusterCatchBatchSinceDateSynchro

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

getClusterCatchBatchByIdentifiers

ClusterCatchBatch getClusterCatchBatchByIdentifiers(java.lang.Integer id)

addOrUpdateClusterCatchBatch

ClusterCatchBatch addOrUpdateClusterCatchBatch(ClusterCatchBatch clusterCatchBatch)


Copyright © 2008-2010 IFREMER. All Rights Reserved.