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