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

All Known Implementing Classes:
RemoteSortingBatchFullServiceBase, RemoteSortingBatchFullServiceImpl

public interface RemoteSortingBatchFullService


Method Summary
 ClusterSortingBatch addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)
           
 RemoteSortingBatchFullVO addSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 ClusterSortingBatch[] getAllClusterSortingBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteSortingBatchFullVO[] getAllSortingBatch()
           
 ClusterSortingBatch getClusterSortingBatchByIdentifiers(java.lang.Integer id)
           
 RemoteSortingBatchFullVO getSortingBatchById(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] getSortingBatchByIds(java.lang.Integer[] id)
           
 RemoteSortingBatchFullVO getSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)
           
 RemoteSortingBatchFullVO[] getSortingBatchByParentBatchId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] getSortingBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSortingBatchFullVO[] getSortingBatchByTaxonGroupId(java.lang.Integer id)
           
 RemoteSortingBatchNaturalId getSortingBatchNaturalIdById(java.lang.Integer id)
           
 RemoteSortingBatchNaturalId[] getSortingBatchNaturalIds()
           
 boolean remoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 boolean remoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst, RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)
           
 void removeSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 void updateSortingBatch(RemoteSortingBatchFullVO sortingBatch)
           
 

Method Detail

addSortingBatch

RemoteSortingBatchFullVO addSortingBatch(RemoteSortingBatchFullVO sortingBatch)

updateSortingBatch

void updateSortingBatch(RemoteSortingBatchFullVO sortingBatch)

removeSortingBatch

void removeSortingBatch(RemoteSortingBatchFullVO sortingBatch)

getAllSortingBatch

RemoteSortingBatchFullVO[] getAllSortingBatch()

getSortingBatchById

RemoteSortingBatchFullVO getSortingBatchById(java.lang.Integer id)

getSortingBatchByIds

RemoteSortingBatchFullVO[] getSortingBatchByIds(java.lang.Integer[] id)

getSortingBatchByTaxonGroupId

RemoteSortingBatchFullVO[] getSortingBatchByTaxonGroupId(java.lang.Integer id)

getSortingBatchByReferenceTaxonId

RemoteSortingBatchFullVO[] getSortingBatchByReferenceTaxonId(java.lang.Integer id)

getSortingBatchByParentBatchId

RemoteSortingBatchFullVO[] getSortingBatchByParentBatchId(java.lang.Integer id)

remoteSortingBatchFullVOsAreEqualOnIdentifiers

boolean remoteSortingBatchFullVOsAreEqualOnIdentifiers(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst,
                                                       RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)

remoteSortingBatchFullVOsAreEqual

boolean remoteSortingBatchFullVOsAreEqual(RemoteSortingBatchFullVO remoteSortingBatchFullVOFirst,
                                          RemoteSortingBatchFullVO remoteSortingBatchFullVOSecond)

getSortingBatchNaturalIds

RemoteSortingBatchNaturalId[] getSortingBatchNaturalIds()

getSortingBatchByNaturalId

RemoteSortingBatchFullVO getSortingBatchByNaturalId(RemoteSortingBatchNaturalId sortingBatchNaturalId)

getSortingBatchNaturalIdById

RemoteSortingBatchNaturalId getSortingBatchNaturalIdById(java.lang.Integer id)

getAllClusterSortingBatch

ClusterSortingBatch[] getAllClusterSortingBatch(java.lang.Integer userId,
                                                java.lang.Integer[] registrationLocationIds,
                                                java.lang.Integer pageNumber,
                                                java.lang.Integer pageSize)

getClusterSortingBatchByIdentifiers

ClusterSortingBatch getClusterSortingBatchByIdentifiers(java.lang.Integer id)

addOrUpdateClusterSortingBatch

ClusterSortingBatch addOrUpdateClusterSortingBatch(ClusterSortingBatch clusterSortingBatch)


Copyright © 2008-2010 IFREMER. All Rights Reserved.