fr.ifremer.allegro.data.sample.generic.service
Class RemoteSampleFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.data.sample.generic.service.RemoteSampleFullServiceWSDelegator

public class RemoteSampleFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteSampleFullService.

See Also:
RemoteSampleFullService

Constructor Summary
RemoteSampleFullServiceWSDelegator()
           
 
Method Summary
 ClusterSample addOrUpdateClusterSample(ClusterSample clusterSample)
           
 RemoteSampleFullVO addSample(RemoteSampleFullVO sample)
           
 ClusterSample[] getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteSampleFullVO[] getAllSample()
           
 ClusterSample getClusterSampleByIdentifiers(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByBatchId(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByFishingOperationId(java.lang.Integer id)
           
 RemoteSampleFullVO getSampleById(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByIds(java.lang.Integer[] id)
           
 RemoteSampleFullVO[] getSampleByMatrixId(java.lang.Integer id)
           
 RemoteSampleFullVO getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
           
 RemoteSampleFullVO[] getSampleByParentSampleId(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByProgramCode(java.lang.String code)
           
 RemoteSampleFullVO[] getSampleByQualityFlagCode(java.lang.String code)
           
 RemoteSampleFullVO[] getSampleByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByRecorderUserId(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByReferenceTaxonId(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleBySizeUnitId(java.lang.Integer id)
           
 RemoteSampleFullVO[] getSampleByTaxonGroupId(java.lang.Integer id)
           
 RemoteSampleNaturalId getSampleNaturalIdById(java.lang.Integer id)
           
 RemoteSampleNaturalId[] getSampleNaturalIds()
           
 boolean remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 boolean remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst, RemoteSampleFullVO remoteSampleFullVOSecond)
           
 void removeSample(RemoteSampleFullVO sample)
           
 void updateSample(RemoteSampleFullVO sample)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteSampleFullServiceWSDelegator

public RemoteSampleFullServiceWSDelegator()
Method Detail

addSample

public RemoteSampleFullVO addSample(RemoteSampleFullVO sample)
See Also:
RemoteSampleFullService.addSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)

updateSample

public void updateSample(RemoteSampleFullVO sample)
See Also:
RemoteSampleFullService.updateSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)

removeSample

public void removeSample(RemoteSampleFullVO sample)
See Also:
RemoteSampleFullService.removeSample(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)

getAllSample

public RemoteSampleFullVO[] getAllSample()
See Also:
RemoteSampleFullService.getAllSample()

getSampleById

public RemoteSampleFullVO getSampleById(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleById(java.lang.Integer)

getSampleByIds

public RemoteSampleFullVO[] getSampleByIds(java.lang.Integer[] id)
See Also:
RemoteSampleFullService.getSampleByIds(java.lang.Integer[])

getSampleByMatrixId

public RemoteSampleFullVO[] getSampleByMatrixId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByMatrixId(java.lang.Integer)

getSampleBySizeUnitId

public RemoteSampleFullVO[] getSampleBySizeUnitId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleBySizeUnitId(java.lang.Integer)

getSampleByBatchId

public RemoteSampleFullVO[] getSampleByBatchId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByBatchId(java.lang.Integer)

getSampleByFishingOperationId

public RemoteSampleFullVO[] getSampleByFishingOperationId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByFishingOperationId(java.lang.Integer)

getSampleByTaxonGroupId

public RemoteSampleFullVO[] getSampleByTaxonGroupId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByTaxonGroupId(java.lang.Integer)

getSampleByReferenceTaxonId

public RemoteSampleFullVO[] getSampleByReferenceTaxonId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByReferenceTaxonId(java.lang.Integer)

getSampleByRecorderDepartmentId

public RemoteSampleFullVO[] getSampleByRecorderDepartmentId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByRecorderDepartmentId(java.lang.Integer)

getSampleByRecorderUserId

public RemoteSampleFullVO[] getSampleByRecorderUserId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByRecorderUserId(java.lang.Integer)

getSampleByParentSampleId

public RemoteSampleFullVO[] getSampleByParentSampleId(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleByParentSampleId(java.lang.Integer)

getSampleByProgramCode

public RemoteSampleFullVO[] getSampleByProgramCode(java.lang.String code)
See Also:
RemoteSampleFullService.getSampleByProgramCode(java.lang.String)

getSampleByQualityFlagCode

public RemoteSampleFullVO[] getSampleByQualityFlagCode(java.lang.String code)
See Also:
RemoteSampleFullService.getSampleByQualityFlagCode(java.lang.String)

remoteSampleFullVOsAreEqualOnIdentifiers

public boolean remoteSampleFullVOsAreEqualOnIdentifiers(RemoteSampleFullVO remoteSampleFullVOFirst,
                                                        RemoteSampleFullVO remoteSampleFullVOSecond)
See Also:
RemoteSampleFullService.remoteSampleFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)

remoteSampleFullVOsAreEqual

public boolean remoteSampleFullVOsAreEqual(RemoteSampleFullVO remoteSampleFullVOFirst,
                                           RemoteSampleFullVO remoteSampleFullVOSecond)
See Also:
RemoteSampleFullService.remoteSampleFullVOsAreEqual(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO, fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleFullVO)

getSampleNaturalIds

public RemoteSampleNaturalId[] getSampleNaturalIds()
See Also:
RemoteSampleFullService.getSampleNaturalIds()

getSampleByNaturalId

public RemoteSampleFullVO getSampleByNaturalId(RemoteSampleNaturalId sampleNaturalId)
See Also:
RemoteSampleFullService.getSampleByNaturalId(fr.ifremer.allegro.data.sample.generic.vo.RemoteSampleNaturalId)

getSampleNaturalIdById

public RemoteSampleNaturalId getSampleNaturalIdById(java.lang.Integer id)
See Also:
RemoteSampleFullService.getSampleNaturalIdById(java.lang.Integer)

getAllClusterSampleSinceDateSynchro

public ClusterSample[] getAllClusterSampleSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                           java.lang.Integer userId,
                                                           java.lang.Integer[] registrationLocationIds,
                                                           java.lang.Integer pageNumber,
                                                           java.lang.Integer pageSize)
See Also:
RemoteSampleFullService.getAllClusterSampleSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterSampleByIdentifiers

public ClusterSample getClusterSampleByIdentifiers(java.lang.Integer id)
See Also:
RemoteSampleFullService.getClusterSampleByIdentifiers(java.lang.Integer)

addOrUpdateClusterSample

public ClusterSample addOrUpdateClusterSample(ClusterSample clusterSample)
See Also:
RemoteSampleFullService.addOrUpdateClusterSample(fr.ifremer.allegro.data.sample.generic.cluster.ClusterSample)


Copyright © 2008-2010 IFREMER. All Rights Reserved.