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

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

public class RemoteMethodFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteMethodFullService.

See Also:
RemoteMethodFullService

Constructor Summary
RemoteMethodFullServiceWSDelegator()
           
 
Method Summary
 RemoteMethodFullVO addMethod(RemoteMethodFullVO method)
           
 ClusterMethod addOrUpdateClusterMethod(ClusterMethod clusterMethod)
           
 ClusterMethod[] getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteMethodFullVO[] getAllMethod()
           
 ClusterMethod getClusterMethodByIdentifiers(java.lang.Integer id)
           
 RemoteMethodFullVO getMethodById(java.lang.Integer id)
           
 RemoteMethodFullVO[] getMethodByIds(java.lang.Integer[] id)
           
 RemoteMethodFullVO getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
           
 RemoteMethodFullVO[] getMethodByStatusCode(java.lang.String code)
           
 RemoteMethodNaturalId getMethodNaturalIdById(java.lang.Integer id)
           
 RemoteMethodNaturalId[] getMethodNaturalIds()
           
 boolean remoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond)
           
 boolean remoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst, RemoteMethodFullVO remoteMethodFullVOSecond)
           
 void removeMethod(RemoteMethodFullVO method)
           
 void updateMethod(RemoteMethodFullVO method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMethodFullServiceWSDelegator

public RemoteMethodFullServiceWSDelegator()
Method Detail

addMethod

public RemoteMethodFullVO addMethod(RemoteMethodFullVO method)
See Also:
RemoteMethodFullService.addMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

updateMethod

public void updateMethod(RemoteMethodFullVO method)
See Also:
RemoteMethodFullService.updateMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

removeMethod

public void removeMethod(RemoteMethodFullVO method)
See Also:
RemoteMethodFullService.removeMethod(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

getAllMethod

public RemoteMethodFullVO[] getAllMethod()
See Also:
RemoteMethodFullService.getAllMethod()

getMethodById

public RemoteMethodFullVO getMethodById(java.lang.Integer id)
See Also:
RemoteMethodFullService.getMethodById(java.lang.Integer)

getMethodByIds

public RemoteMethodFullVO[] getMethodByIds(java.lang.Integer[] id)
See Also:
RemoteMethodFullService.getMethodByIds(java.lang.Integer[])

getMethodByStatusCode

public RemoteMethodFullVO[] getMethodByStatusCode(java.lang.String code)
See Also:
RemoteMethodFullService.getMethodByStatusCode(java.lang.String)

remoteMethodFullVOsAreEqualOnIdentifiers

public boolean remoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst,
                                                        RemoteMethodFullVO remoteMethodFullVOSecond)
See Also:
RemoteMethodFullService.remoteMethodFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

remoteMethodFullVOsAreEqual

public boolean remoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst,
                                           RemoteMethodFullVO remoteMethodFullVOSecond)
See Also:
RemoteMethodFullService.remoteMethodFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodFullVO)

getMethodNaturalIds

public RemoteMethodNaturalId[] getMethodNaturalIds()
See Also:
RemoteMethodFullService.getMethodNaturalIds()

getMethodByNaturalId

public RemoteMethodFullVO getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
See Also:
RemoteMethodFullService.getMethodByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMethodNaturalId)

getMethodNaturalIdById

public RemoteMethodNaturalId getMethodNaturalIdById(java.lang.Integer id)
See Also:
RemoteMethodFullService.getMethodNaturalIdById(java.lang.Integer)

addOrUpdateClusterMethod

public ClusterMethod addOrUpdateClusterMethod(ClusterMethod clusterMethod)
See Also:
RemoteMethodFullService.addOrUpdateClusterMethod(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMethod)

getAllClusterMethodSinceDateSynchro

public ClusterMethod[] getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                           java.lang.Integer userId,
                                                           java.lang.Integer[] registrationLocationIds,
                                                           java.lang.Integer pageNumber,
                                                           java.lang.Integer pageSize)
See Also:
RemoteMethodFullService.getAllClusterMethodSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterMethodByIdentifiers

public ClusterMethod getClusterMethodByIdentifiers(java.lang.Integer id)
See Also:
RemoteMethodFullService.getClusterMethodByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.