fr.ifremer.allegro.referential.pmfm.generic.service
Interface RemoteMatrixFullService
- All Known Implementing Classes:
- RemoteMatrixFullServiceBase, RemoteMatrixFullServiceImpl
public interface RemoteMatrixFullService
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.