fr.ifremer.allegro.referential.generic.service
Interface RemoteNumericalPrecisionFullService
- All Known Implementing Classes:
- RemoteNumericalPrecisionFullServiceBase, RemoteNumericalPrecisionFullServiceImpl
public interface RemoteNumericalPrecisionFullService
addNumericalPrecision
RemoteNumericalPrecisionFullVO addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
updateNumericalPrecision
void updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
removeNumericalPrecision
void removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
getAllNumericalPrecision
RemoteNumericalPrecisionFullVO[] getAllNumericalPrecision()
getNumericalPrecisionById
RemoteNumericalPrecisionFullVO getNumericalPrecisionById(java.lang.Integer id)
getNumericalPrecisionByIds
RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByIds(java.lang.Integer[] id)
getNumericalPrecisionByStatusCode
RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByStatusCode(java.lang.String code)
remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers
boolean remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst,
RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
remoteNumericalPrecisionFullVOsAreEqual
boolean remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst,
RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
getNumericalPrecisionNaturalIds
RemoteNumericalPrecisionNaturalId[] getNumericalPrecisionNaturalIds()
getNumericalPrecisionByNaturalId
RemoteNumericalPrecisionFullVO getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
getNumericalPrecisionNaturalIdById
RemoteNumericalPrecisionNaturalId getNumericalPrecisionNaturalIdById(java.lang.Integer id)
addOrUpdateClusterNumericalPrecision
ClusterNumericalPrecision addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
getAllClusterNumericalPrecisionSinceDateSynchro
ClusterNumericalPrecision[] getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterNumericalPrecisionByIdentifiers
ClusterNumericalPrecision getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.