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

All Known Implementing Classes:
RemoteFractionFullServiceBase, RemoteFractionFullServiceImpl

public interface RemoteFractionFullService


Method Summary
 RemoteFractionFullVO addFraction(RemoteFractionFullVO fraction)
           
 ClusterFraction addOrUpdateClusterFraction(ClusterFraction clusterFraction)
           
 ClusterFraction[] getAllClusterFractionSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteFractionFullVO[] getAllFraction()
           
 ClusterFraction getClusterFractionByIdentifiers(java.lang.Integer id)
           
 RemoteFractionFullVO getFractionById(java.lang.Integer id)
           
 RemoteFractionFullVO[] getFractionByIds(java.lang.Integer[] id)
           
 RemoteFractionFullVO getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)
           
 RemoteFractionFullVO[] getFractionByStatusCode(java.lang.String code)
           
 RemoteFractionNaturalId getFractionNaturalIdById(java.lang.Integer id)
           
 RemoteFractionNaturalId[] getFractionNaturalIds()
           
 boolean remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 boolean remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst, RemoteFractionFullVO remoteFractionFullVOSecond)
           
 void removeFraction(RemoteFractionFullVO fraction)
           
 void updateFraction(RemoteFractionFullVO fraction)
           
 

Method Detail

addFraction

RemoteFractionFullVO addFraction(RemoteFractionFullVO fraction)

updateFraction

void updateFraction(RemoteFractionFullVO fraction)

removeFraction

void removeFraction(RemoteFractionFullVO fraction)

getAllFraction

RemoteFractionFullVO[] getAllFraction()

getFractionById

RemoteFractionFullVO getFractionById(java.lang.Integer id)

getFractionByIds

RemoteFractionFullVO[] getFractionByIds(java.lang.Integer[] id)

getFractionByStatusCode

RemoteFractionFullVO[] getFractionByStatusCode(java.lang.String code)

remoteFractionFullVOsAreEqualOnIdentifiers

boolean remoteFractionFullVOsAreEqualOnIdentifiers(RemoteFractionFullVO remoteFractionFullVOFirst,
                                                   RemoteFractionFullVO remoteFractionFullVOSecond)

remoteFractionFullVOsAreEqual

boolean remoteFractionFullVOsAreEqual(RemoteFractionFullVO remoteFractionFullVOFirst,
                                      RemoteFractionFullVO remoteFractionFullVOSecond)

getFractionNaturalIds

RemoteFractionNaturalId[] getFractionNaturalIds()

getFractionByNaturalId

RemoteFractionFullVO getFractionByNaturalId(RemoteFractionNaturalId fractionNaturalId)

getFractionNaturalIdById

RemoteFractionNaturalId getFractionNaturalIdById(java.lang.Integer id)

addOrUpdateClusterFraction

ClusterFraction addOrUpdateClusterFraction(ClusterFraction clusterFraction)

getAllClusterFractionSinceDateSynchro

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

getClusterFractionByIdentifiers

ClusterFraction getClusterFractionByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.