fr.ifremer.allegro.referential.vessel.generic.service
Interface RemoteVesselMasterPeriodFullService
- All Known Implementing Classes:
- RemoteVesselMasterPeriodFullServiceBase, RemoteVesselMasterPeriodFullServiceImpl
public interface RemoteVesselMasterPeriodFullService
addVesselMasterPeriod
RemoteVesselMasterPeriodFullVO addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
updateVesselMasterPeriod
void updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
removeVesselMasterPeriod
void removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
getAllVesselMasterPeriod
RemoteVesselMasterPeriodFullVO[] getAllVesselMasterPeriod()
getVesselMasterPeriodByStartDateTime
RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
getVesselMasterPeriodByStartDateTimes
RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
getVesselMasterPeriodByVesselMasterId
RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
getVesselMasterPeriodByFishingVesselCode
RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
getVesselMasterPeriodByIdentifiers
RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
java.lang.Integer vesselMasterId,
java.lang.String fishingVesselCode)
remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers
boolean remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst,
RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
remoteVesselMasterPeriodFullVOsAreEqual
boolean remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst,
RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
getVesselMasterPeriodNaturalIds
RemoteVesselMasterPeriodNaturalId[] getVesselMasterPeriodNaturalIds()
getVesselMasterPeriodByNaturalId
RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
getClusterVesselMasterPeriodByIdentifiers
ClusterVesselMasterPeriod getClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime,
java.lang.Integer vesselMasterId,
java.lang.String fishingVesselCode)
Copyright © 2008-2010 IFREMER. All Rights Reserved.