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

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

public class RemoteMatrixFullServiceWSDelegator
extends java.lang.Object

Web service delegator for RemoteMatrixFullService.

See Also:
RemoteMatrixFullService

Constructor Summary
RemoteMatrixFullServiceWSDelegator()
           
 
Method Summary
 RemoteMatrixFullVO addMatrix(RemoteMatrixFullVO matrix)
           
 ClusterMatrix addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
           
 ClusterMatrix[] getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteMatrixFullVO[] getAllMatrix()
           
 ClusterMatrix getClusterMatrixByIdentifiers(java.lang.Integer id)
           
 RemoteMatrixFullVO getMatrixById(java.lang.Integer id)
           
 RemoteMatrixFullVO[] getMatrixByIds(java.lang.Integer[] id)
           
 RemoteMatrixFullVO getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
           
 RemoteMatrixFullVO[] getMatrixByStatusCode(java.lang.String code)
           
 RemoteMatrixNaturalId getMatrixNaturalIdById(java.lang.Integer id)
           
 RemoteMatrixNaturalId[] getMatrixNaturalIds()
           
 boolean remoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond)
           
 boolean remoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst, RemoteMatrixFullVO remoteMatrixFullVOSecond)
           
 void removeMatrix(RemoteMatrixFullVO matrix)
           
 void updateMatrix(RemoteMatrixFullVO matrix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoteMatrixFullServiceWSDelegator

public RemoteMatrixFullServiceWSDelegator()
Method Detail

addMatrix

public RemoteMatrixFullVO addMatrix(RemoteMatrixFullVO matrix)
See Also:
RemoteMatrixFullService.addMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

updateMatrix

public void updateMatrix(RemoteMatrixFullVO matrix)
See Also:
RemoteMatrixFullService.updateMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

removeMatrix

public void removeMatrix(RemoteMatrixFullVO matrix)
See Also:
RemoteMatrixFullService.removeMatrix(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

getAllMatrix

public RemoteMatrixFullVO[] getAllMatrix()
See Also:
RemoteMatrixFullService.getAllMatrix()

getMatrixById

public RemoteMatrixFullVO getMatrixById(java.lang.Integer id)
See Also:
RemoteMatrixFullService.getMatrixById(java.lang.Integer)

getMatrixByIds

public RemoteMatrixFullVO[] getMatrixByIds(java.lang.Integer[] id)
See Also:
RemoteMatrixFullService.getMatrixByIds(java.lang.Integer[])

getMatrixByStatusCode

public RemoteMatrixFullVO[] getMatrixByStatusCode(java.lang.String code)
See Also:
RemoteMatrixFullService.getMatrixByStatusCode(java.lang.String)

remoteMatrixFullVOsAreEqualOnIdentifiers

public boolean remoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst,
                                                        RemoteMatrixFullVO remoteMatrixFullVOSecond)
See Also:
RemoteMatrixFullService.remoteMatrixFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

remoteMatrixFullVOsAreEqual

public boolean remoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst,
                                           RemoteMatrixFullVO remoteMatrixFullVOSecond)
See Also:
RemoteMatrixFullService.remoteMatrixFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixFullVO)

getMatrixNaturalIds

public RemoteMatrixNaturalId[] getMatrixNaturalIds()
See Also:
RemoteMatrixFullService.getMatrixNaturalIds()

getMatrixByNaturalId

public RemoteMatrixFullVO getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)
See Also:
RemoteMatrixFullService.getMatrixByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteMatrixNaturalId)

getMatrixNaturalIdById

public RemoteMatrixNaturalId getMatrixNaturalIdById(java.lang.Integer id)
See Also:
RemoteMatrixFullService.getMatrixNaturalIdById(java.lang.Integer)

addOrUpdateClusterMatrix

public ClusterMatrix addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)
See Also:
RemoteMatrixFullService.addOrUpdateClusterMatrix(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterMatrix)

getAllClusterMatrixSinceDateSynchro

public ClusterMatrix[] getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                           java.lang.Integer userId,
                                                           java.lang.Integer[] registrationLocationIds,
                                                           java.lang.Integer pageNumber,
                                                           java.lang.Integer pageSize)
See Also:
RemoteMatrixFullService.getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)

getClusterMatrixByIdentifiers

public ClusterMatrix getClusterMatrixByIdentifiers(java.lang.Integer id)
See Also:
RemoteMatrixFullService.getClusterMatrixByIdentifiers(java.lang.Integer)


Copyright © 2008-2010 IFREMER. All Rights Reserved.