fr.ifremer.allegro.referential.pmfm.generic.service
Class RemoteFractionFullServiceWSDelegator

java.lang.Object
  extended by fr.ifremer.allegro.referential.pmfm.generic.service.RemoteFractionFullServiceWSDelegator

public class RemoteFractionFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteFractionFullService.

See Also:
RemoteFractionFullService

Constructor Summary
RemoteFractionFullServiceWSDelegator()
           
 
Method Summary
 RemoteFractionFullVO addFraction(RemoteFractionFullVO fraction)
           
 ClusterFraction addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction[] getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteFractionFullVO[] getAllFraction()
           
 ClusterFraction getClusterFractionByIdentifiers(java.lang.Integer id)
           
 RemoteFractionFullVO getFractionById(java.lang.Integer id)
           
 RemoteFractionFullVO[] getFractionByIds(java.lang.Integer[] id)
           
 RemoteFractionFullVO getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO[] getFractionByStatusCode(java.lang.String code)
           
 RemoteFractionNaturalId getFractionNaturalIdById(java.lang.Integer id)
           
 RemoteFractionNaturalId[] getFractionNaturalIds()
           
 boolean remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 void removeFraction(RemoteFractionFullVO fraction)
           
 void updateFraction(RemoteFractionFullVO fraction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteFractionFullServiceWSDelegator

public RemoteFractionFullServiceWSDelegator()
Method Detail

addFraction

public RemoteFractionFullVO addFraction(RemoteFractionFullVO fraction)
See Also:
RemoteFractionFullService.addFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

updateFraction

public void updateFraction(RemoteFractionFullVO fraction)
See Also:
RemoteFractionFullService.updateFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

removeFraction

public void removeFraction(RemoteFractionFullVO fraction)
See Also:
RemoteFractionFullService.removeFraction(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

getAllFraction

public RemoteFractionFullVO[] getAllFraction()
See Also:
RemoteFractionFullService.getAllFraction()

getFractionById

public RemoteFractionFullVO getFractionById(java.lang.Integer id)
See Also:
RemoteFractionFullService.getFractionById(java.lang.Integer)

getFractionByIds

public RemoteFractionFullVO[] getFractionByIds(java.lang.Integer[] id)
See Also:
RemoteFractionFullService.getFractionByIds(java.lang.Integer[])

getFractionByStatusCode

public RemoteFractionFullVO[] getFractionByStatusCode(java.lang.String code)
See Also:
RemoteFractionFullService.getFractionByStatusCode(java.lang.String)

remoteFractionFullVOsAreEqualOnIdentifiers

public boolean remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst,
                                                          RemoteFractionFullVO remoteFractionFullVOSecond)
See Also:
RemoteFractionFullService.remoteFractionFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

remoteFractionFullVOsAreEqual

public boolean remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst,
                                             RemoteFractionFullVO remoteFractionFullVOSecond)
See Also:
RemoteFractionFullService.remoteFractionFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionFullVO)

getFractionNaturalIds

public RemoteFractionNaturalId[] getFractionNaturalIds()
See Also:
RemoteFractionFullService.getFractionNaturalIds()

getFractionByNaturalId

public RemoteFractionFullVO getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
See Also:
RemoteFractionFullService.getFractionByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteFractionNaturalId)

getFractionNaturalIdById

public RemoteFractionNaturalId getFractionNaturalIdById(java.lang.Integer id)
See Also:
RemoteFractionFullService.getFractionNaturalIdById(java.lang.Integer)

addOrUpdateClusterFraction

public ClusterFraction addOrUpdateClusterFraction(ClusterFraction clusterFraction)
See Also:
RemoteFractionFullService.addOrUpdateClusterFraction(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterFraction)

getAllClusterFractionSinceDateSynchro

public ClusterFraction[] getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                               java.lang.Integer userId,
                                                               java.lang.Integer[] registrationLocationIds,
                                                               java.lang.Integer pageNumber,
                                                               java.lang.Integer pageSize)
See Also:
RemoteFractionFullService.getAllClusterFractionSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterFractionByIdentifiers

public ClusterFraction getClusterFractionByIdentifiers(java.lang.Integer id)
See Also:
RemoteFractionFullService.getClusterFractionByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.