fr.ifremer.allegro.referential.pmfm.generic.service
Interface RemoteMatrixFullService

All Known Implementing Classes:
RemoteMatrixFullServiceBase, RemoteMatrixFullServiceImpl

public interface RemoteMatrixFullService


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)
           
 

Method Detail

addMatrix

RemoteMatrixFullVO addMatrix(RemoteMatrixFullVO matrix)

updateMatrix

void updateMatrix(RemoteMatrixFullVO matrix)

removeMatrix

void removeMatrix(RemoteMatrixFullVO matrix)

getAllMatrix

RemoteMatrixFullVO[] getAllMatrix()

getMatrixById

RemoteMatrixFullVO getMatrixById(java.lang.Integer id)

getMatrixByIds

RemoteMatrixFullVO[] getMatrixByIds(java.lang.Integer[] id)

getMatrixByStatusCode

RemoteMatrixFullVO[] getMatrixByStatusCode(java.lang.String code)

remoteMatrixFullVOsAreEqualOnIdentifiers

boolean remoteMatrixFullVOsAreEqualOnIdentifiers(RemoteMatrixFullVO remoteMatrixFullVOFirst,
                                                 RemoteMatrixFullVO remoteMatrixFullVOSecond)

remoteMatrixFullVOsAreEqual

boolean remoteMatrixFullVOsAreEqual(RemoteMatrixFullVO remoteMatrixFullVOFirst,
                                    RemoteMatrixFullVO remoteMatrixFullVOSecond)

getMatrixNaturalIds

RemoteMatrixNaturalId[] getMatrixNaturalIds()

getMatrixByNaturalId

RemoteMatrixFullVO getMatrixByNaturalId(RemoteMatrixNaturalId matrixNaturalId)

getMatrixNaturalIdById

RemoteMatrixNaturalId getMatrixNaturalIdById(java.lang.Integer id)

addOrUpdateClusterMatrix

ClusterMatrix addOrUpdateClusterMatrix(ClusterMatrix clusterMatrix)

getAllClusterMatrixSinceDateSynchro

ClusterMatrix[] getAllClusterMatrixSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
                                                    java.lang.Integer userId,
                                                    java.lang.Integer[] registrationLocationIds,
                                                    java.lang.Integer pageNumber,
                                                    java.lang.Integer pageSize)

getClusterMatrixByIdentifiers

ClusterMatrix getClusterMatrixByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.