fr.ifremer.allegro.data.batch.denormalized.generic.service
Interface RemoteDenormalizedBatchFullService
- All Known Implementing Classes:
- RemoteDenormalizedBatchFullServiceBase, RemoteDenormalizedBatchFullServiceImpl
public interface RemoteDenormalizedBatchFullService
addDenormalizedBatch
RemoteDenormalizedBatchFullVO addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
updateDenormalizedBatch
void updateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
removeDenormalizedBatch
void removeDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
getAllDenormalizedBatch
RemoteDenormalizedBatchFullVO[] getAllDenormalizedBatch()
getDenormalizedBatchById
RemoteDenormalizedBatchFullVO getDenormalizedBatchById(java.lang.Long id)
getDenormalizedBatchByIds
RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByIds(java.lang.Long[] id)
getDenormalizedBatchByNumericalParameterCode
RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByNumericalParameterCode(java.lang.String code)
getDenormalizedBatchByTaxonGroupId
RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
getDenormalizedBatchByReferenceTaxonId
RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers
boolean remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst,
RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
remoteDenormalizedBatchFullVOsAreEqual
boolean remoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst,
RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
getDenormalizedBatchNaturalIds
RemoteDenormalizedBatchNaturalId[] getDenormalizedBatchNaturalIds()
getDenormalizedBatchByNaturalId
RemoteDenormalizedBatchFullVO getDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
getDenormalizedBatchNaturalIdById
RemoteDenormalizedBatchNaturalId getDenormalizedBatchNaturalIdById(java.lang.Long id)
addOrUpdateClusterDenormalizedBatch
ClusterDenormalizedBatch addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
getAllClusterDenormalizedBatch
ClusterDenormalizedBatch[] getAllClusterDenormalizedBatch(java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterDenormalizedBatchByIdentifiers
ClusterDenormalizedBatch getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.