fr.ifremer.allegro.data.survey.scientificCruise.generic.service
Interface RemoteScientificCruiseFullService
- All Known Implementing Classes:
- RemoteScientificCruiseFullServiceBase, RemoteScientificCruiseFullServiceImpl
public interface RemoteScientificCruiseFullService
addScientificCruise
RemoteScientificCruiseFullVO addScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
updateScientificCruise
void updateScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
removeScientificCruise
void removeScientificCruise(RemoteScientificCruiseFullVO scientificCruise)
getAllScientificCruise
RemoteScientificCruiseFullVO[] getAllScientificCruise()
getScientificCruiseById
RemoteScientificCruiseFullVO getScientificCruiseById(java.lang.Integer id)
getScientificCruiseByIds
RemoteScientificCruiseFullVO[] getScientificCruiseByIds(java.lang.Integer[] id)
getScientificCruiseByManagerPersonId
RemoteScientificCruiseFullVO[] getScientificCruiseByManagerPersonId(java.lang.Integer id)
getScientificCruiseByScientificResearchVesselCode
RemoteScientificCruiseFullVO[] getScientificCruiseByScientificResearchVesselCode(java.lang.String code)
getScientificCruiseByRecorderDepartmentId
RemoteScientificCruiseFullVO[] getScientificCruiseByRecorderDepartmentId(java.lang.Integer id)
getScientificCruiseByProgramCode
RemoteScientificCruiseFullVO[] getScientificCruiseByProgramCode(java.lang.String code)
getScientificCruiseByRecorderPersonId
RemoteScientificCruiseFullVO[] getScientificCruiseByRecorderPersonId(java.lang.Integer id)
remoteScientificCruiseFullVOsAreEqualOnIdentifiers
boolean remoteScientificCruiseFullVOsAreEqualOnIdentifiers(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst,
RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
remoteScientificCruiseFullVOsAreEqual
boolean remoteScientificCruiseFullVOsAreEqual(RemoteScientificCruiseFullVO remoteScientificCruiseFullVOFirst,
RemoteScientificCruiseFullVO remoteScientificCruiseFullVOSecond)
getScientificCruiseNaturalIds
RemoteScientificCruiseNaturalId[] getScientificCruiseNaturalIds()
getScientificCruiseByNaturalId
RemoteScientificCruiseFullVO getScientificCruiseByNaturalId(RemoteScientificCruiseNaturalId scientificCruiseNaturalId)
getScientificCruiseNaturalIdById
RemoteScientificCruiseNaturalId getScientificCruiseNaturalIdById(java.lang.Integer id)
addOrUpdateClusterScientificCruise
ClusterScientificCruise addOrUpdateClusterScientificCruise(ClusterScientificCruise clusterScientificCruise)
getAllClusterScientificCruiseSinceDateSynchro
ClusterScientificCruise[] getAllClusterScientificCruiseSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterScientificCruiseByIdentifiers
ClusterScientificCruise getClusterScientificCruiseByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.