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

All Known Implementing Classes:
RemoteUnitFullServiceBase, RemoteUnitFullServiceImpl

public interface RemoteUnitFullService


Method Summary
 ClusterUnit addOrUpdateClusterUnit(ClusterUnit clusterUnit)
           
 RemoteUnitFullVO addUnit(RemoteUnitFullVO unit)
           
 ClusterUnit[] getAllClusterUnitSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteUnitFullVO[] getAllUnit()
           
 ClusterUnit getClusterUnitByIdentifiers(java.lang.Integer id)
           
 RemoteUnitFullVO getUnitById(java.lang.Integer id)
           
 RemoteUnitFullVO[] getUnitByIds(java.lang.Integer[] id)
           
 RemoteUnitFullVO getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)
           
 RemoteUnitFullVO[] getUnitByStatusCode(java.lang.String code)
           
 RemoteUnitNaturalId getUnitNaturalIdById(java.lang.Integer id)
           
 RemoteUnitNaturalId[] getUnitNaturalIds()
           
 boolean remoteUnitFullVOsAreEqual(RemoteUnitFullVO remoteUnitFullVOFirst, RemoteUnitFullVO remoteUnitFullVOSecond)
           
 boolean remoteUnitFullVOsAreEqualOnIdentifiers(RemoteUnitFullVO remoteUnitFullVOFirst, RemoteUnitFullVO remoteUnitFullVOSecond)
           
 void removeUnit(RemoteUnitFullVO unit)
           
 void updateUnit(RemoteUnitFullVO unit)
           
 

Method Detail

addUnit

RemoteUnitFullVO addUnit(RemoteUnitFullVO unit)

updateUnit

void updateUnit(RemoteUnitFullVO unit)

removeUnit

void removeUnit(RemoteUnitFullVO unit)

getAllUnit

RemoteUnitFullVO[] getAllUnit()

getUnitById

RemoteUnitFullVO getUnitById(java.lang.Integer id)

getUnitByIds

RemoteUnitFullVO[] getUnitByIds(java.lang.Integer[] id)

getUnitByStatusCode

RemoteUnitFullVO[] getUnitByStatusCode(java.lang.String code)

remoteUnitFullVOsAreEqualOnIdentifiers

boolean remoteUnitFullVOsAreEqualOnIdentifiers(RemoteUnitFullVO remoteUnitFullVOFirst,
                                               RemoteUnitFullVO remoteUnitFullVOSecond)

remoteUnitFullVOsAreEqual

boolean remoteUnitFullVOsAreEqual(RemoteUnitFullVO remoteUnitFullVOFirst,
                                  RemoteUnitFullVO remoteUnitFullVOSecond)

getUnitNaturalIds

RemoteUnitNaturalId[] getUnitNaturalIds()

getUnitByNaturalId

RemoteUnitFullVO getUnitByNaturalId(RemoteUnitNaturalId unitNaturalId)

getUnitNaturalIdById

RemoteUnitNaturalId getUnitNaturalIdById(java.lang.Integer id)

addOrUpdateClusterUnit

ClusterUnit addOrUpdateClusterUnit(ClusterUnit clusterUnit)

getAllClusterUnitSinceDateSynchro

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

getClusterUnitByIdentifiers

ClusterUnit getClusterUnitByIdentifiers(java.lang.Integer id)


Copyright © 2008-2010 IFREMER. All Rights Reserved.