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