fr.ifremer.allegro.data.batch.generic.service
Interface RemoteSortingBatchFullService
- All Known Implementing Classes:
- RemoteSortingBatchFullServiceBase, RemoteSortingBatchFullServiceImpl
public interface RemoteSortingBatchFullService
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.