fr.ifremer.allegro.referential.generic.service
Interface RemoteNumericalPrecisionFullService

All Known Implementing Classes:
RemoteNumericalPrecisionFullServiceBase, RemoteNumericalPrecisionFullServiceImpl

public interface RemoteNumericalPrecisionFullService


Method Summary
 RemoteNumericalPrecisionFullVO addNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 ClusterNumericalPrecision addOrUpdateClusterNumericalPrecision(ClusterNumericalPrecision clusterNumericalPrecision)
           
 ClusterNumericalPrecision[] getAllClusterNumericalPrecisionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteNumericalPrecisionFullVO[] getAllNumericalPrecision()
           
 ClusterNumericalPrecision getClusterNumericalPrecisionByIdentifiers(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO getNumericalPrecisionById(java.lang.Integer id)
           
 RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByIds(java.lang.Integer[] id)
           
 RemoteNumericalPrecisionFullVO getNumericalPrecisionByNaturalId(RemoteNumericalPrecisionNaturalId numericalPrecisionNaturalId)
           
 RemoteNumericalPrecisionFullVO[] getNumericalPrecisionByStatusCode(java.lang.String code)
           
 RemoteNumericalPrecisionNaturalId getNumericalPrecisionNaturalIdById(java.lang.Integer id)
           
 RemoteNumericalPrecisionNaturalId[] getNumericalPrecisionNaturalIds()
           
 boolean remoteNumericalPrecisionFullVOsAreEqual(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 boolean remoteNumericalPrecisionFullVOsAreEqualOnIdentifiers(RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOFirst, RemoteNumericalPrecisionFullVO remoteNumericalPrecisionFullVOSecond)
           
 void removeNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 void updateNumericalPrecision(RemoteNumericalPrecisionFullVO numericalPrecision)
           
 

Method Detail

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.