fr.ifremer.allegro.referential.vessel.generic.service
Interface RemoteVesselMasterPeriodFullService

All Known Implementing Classes:
RemoteVesselMasterPeriodFullServiceBase, RemoteVesselMasterPeriodFullServiceImpl

public interface RemoteVesselMasterPeriodFullService


Method Summary
 RemoteVesselMasterPeriodFullVO addVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 RemoteVesselMasterPeriodFullVO[] getAllVesselMasterPeriod()
           
 ClusterVesselMasterPeriod getClusterVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByFishingVesselCode(java.lang.String code)
           
 RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByIdentifiers(java.util.Date startDateTime, java.lang.Integer vesselMasterId, java.lang.String fishingVesselCode)
           
 RemoteVesselMasterPeriodFullVO getVesselMasterPeriodByNaturalId(RemoteVesselMasterPeriodNaturalId vesselMasterPeriodNaturalId)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTime(java.util.Date startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByStartDateTimes(java.util.Date[] startDateTime)
           
 RemoteVesselMasterPeriodFullVO[] getVesselMasterPeriodByVesselMasterId(java.lang.Integer id)
           
 RemoteVesselMasterPeriodNaturalId[] getVesselMasterPeriodNaturalIds()
           
 boolean remoteVesselMasterPeriodFullVOsAreEqual(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 boolean remoteVesselMasterPeriodFullVOsAreEqualOnIdentifiers(RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOFirst, RemoteVesselMasterPeriodFullVO remoteVesselMasterPeriodFullVOSecond)
           
 void removeVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 void updateVesselMasterPeriod(RemoteVesselMasterPeriodFullVO vesselMasterPeriod)
           
 

Method Detail

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.