fr.ifremer.allegro.data.batch.denormalized.generic.service
Interface RemoteDenormalizedBatchFullService

All Known Implementing Classes:
RemoteDenormalizedBatchFullServiceBase, RemoteDenormalizedBatchFullServiceImpl

public interface RemoteDenormalizedBatchFullService


Method Summary
 RemoteDenormalizedBatchFullVO addDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 ClusterDenormalizedBatch addOrUpdateClusterDenormalizedBatch(ClusterDenormalizedBatch clusterDenormalizedBatch)
           
 ClusterDenormalizedBatch[] getAllClusterDenormalizedBatch(java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteDenormalizedBatchFullVO[] getAllDenormalizedBatch()
           
 ClusterDenormalizedBatch getClusterDenormalizedBatchByIdentifiers(java.lang.Long id)
           
 RemoteDenormalizedBatchFullVO getDenormalizedBatchById(java.lang.Long id)
           
 RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByIds(java.lang.Long[] id)
           
 RemoteDenormalizedBatchFullVO getDenormalizedBatchByNaturalId(RemoteDenormalizedBatchNaturalId denormalizedBatchNaturalId)
           
 RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByNumericalParameterCode(java.lang.String code)
           
 RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByReferenceTaxonId(java.lang.Integer id)
           
 RemoteDenormalizedBatchFullVO[] getDenormalizedBatchByTaxonGroupId(java.lang.Integer id)
           
 RemoteDenormalizedBatchNaturalId getDenormalizedBatchNaturalIdById(java.lang.Long id)
           
 RemoteDenormalizedBatchNaturalId[] getDenormalizedBatchNaturalIds()
           
 boolean remoteDenormalizedBatchFullVOsAreEqual(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 boolean remoteDenormalizedBatchFullVOsAreEqualOnIdentifiers(RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOFirst, RemoteDenormalizedBatchFullVO remoteDenormalizedBatchFullVOSecond)
           
 void removeDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 void updateDenormalizedBatch(RemoteDenormalizedBatchFullVO denormalizedBatch)
           
 

Method Detail

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.