fr.ifremer.allegro.referential.regulation.generic.service
Interface RemoteRightToProduceFullService

All Known Implementing Classes:
RemoteRightToProduceFullServiceBase, RemoteRightToProduceFullServiceImpl

public interface RemoteRightToProduceFullService


Method Summary
 ClusterRightToProduce addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)
           
 RemoteRightToProduceFullVO addRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 ClusterRightToProduce[] getAllClusterRightToProduceSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteRightToProduceFullVO[] getAllRightToProduce()
           
 ClusterRightToProduce getClusterRightToProduceByIdentifiers(java.lang.Integer id)
           
 RemoteRightToProduceFullVO getRightToProduceByCorpusId(java.lang.Integer id)
           
 RemoteRightToProduceFullVO getRightToProduceById(java.lang.Integer id)
           
 RemoteRightToProduceFullVO[] getRightToProduceByIds(java.lang.Integer[] id)
           
 RemoteRightToProduceFullVO getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)
           
 RemoteRightToProduceNaturalId getRightToProduceNaturalIdById(java.lang.Integer id)
           
 RemoteRightToProduceNaturalId[] getRightToProduceNaturalIds()
           
 boolean remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 boolean remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst, RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)
           
 void removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 void updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)
           
 

Method Detail

addRightToProduce

RemoteRightToProduceFullVO addRightToProduce(RemoteRightToProduceFullVO rightToProduce)

updateRightToProduce

void updateRightToProduce(RemoteRightToProduceFullVO rightToProduce)

removeRightToProduce

void removeRightToProduce(RemoteRightToProduceFullVO rightToProduce)

getAllRightToProduce

RemoteRightToProduceFullVO[] getAllRightToProduce()

getRightToProduceById

RemoteRightToProduceFullVO getRightToProduceById(java.lang.Integer id)

getRightToProduceByIds

RemoteRightToProduceFullVO[] getRightToProduceByIds(java.lang.Integer[] id)

getRightToProduceByCorpusId

RemoteRightToProduceFullVO getRightToProduceByCorpusId(java.lang.Integer id)

remoteRightToProduceFullVOsAreEqualOnIdentifiers

boolean remoteRightToProduceFullVOsAreEqualOnIdentifiers(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst,
                                                         RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)

remoteRightToProduceFullVOsAreEqual

boolean remoteRightToProduceFullVOsAreEqual(RemoteRightToProduceFullVO remoteRightToProduceFullVOFirst,
                                            RemoteRightToProduceFullVO remoteRightToProduceFullVOSecond)

getRightToProduceNaturalIds

RemoteRightToProduceNaturalId[] getRightToProduceNaturalIds()

getRightToProduceByNaturalId

RemoteRightToProduceFullVO getRightToProduceByNaturalId(RemoteRightToProduceNaturalId rightToProduceNaturalId)

getRightToProduceNaturalIdById

RemoteRightToProduceNaturalId getRightToProduceNaturalIdById(java.lang.Integer id)

addOrUpdateClusterRightToProduce

ClusterRightToProduce addOrUpdateClusterRightToProduce(ClusterRightToProduce clusterRightToProduce)

getAllClusterRightToProduceSinceDateSynchro

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

getClusterRightToProduceByIdentifiers

ClusterRightToProduce getClusterRightToProduceByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.