fr.ifremer.allegro.data.transshipment.generic.service
Interface RemoteTransshipmentFullService

All Known Implementing Classes:
RemoteTransshipmentFullServiceBase, RemoteTransshipmentFullServiceImpl

public interface RemoteTransshipmentFullService


Method Summary
 ClusterTransshipment addOrUpdateClusterTransshipment(ClusterTransshipment clusterTransshipment)
           
 RemoteTransshipmentFullVO addTransshipment(RemoteTransshipmentFullVO transshipment)
           
 ClusterTransshipment[] getAllClusterTransshipmentSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTransshipmentFullVO[] getAllTransshipment()
           
 ClusterTransshipment getClusterTransshipmentByIdentifiers(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByFishingTripId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO getTransshipmentById(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByIds(java.lang.Integer[] id)
           
 RemoteTransshipmentFullVO getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)
           
 RemoteTransshipmentFullVO[] getTransshipmentByProgramCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] getTransshipmentByRecorderDepartmentId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByRecorderUserId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentBySurveyQualificationId(java.lang.Integer id)
           
 RemoteTransshipmentFullVO[] getTransshipmentByToVesselCode(java.lang.String code)
           
 RemoteTransshipmentFullVO[] getTransshipmentByTransshipmentLocationId(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId getTransshipmentNaturalIdById(java.lang.Integer id)
           
 RemoteTransshipmentNaturalId[] getTransshipmentNaturalIds()
           
 boolean remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 boolean remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst, RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)
           
 void removeTransshipment(RemoteTransshipmentFullVO transshipment)
           
 void updateTransshipment(RemoteTransshipmentFullVO transshipment)
           
 

Method Detail

addTransshipment

RemoteTransshipmentFullVO addTransshipment(RemoteTransshipmentFullVO transshipment)

updateTransshipment

void updateTransshipment(RemoteTransshipmentFullVO transshipment)

removeTransshipment

void removeTransshipment(RemoteTransshipmentFullVO transshipment)

getAllTransshipment

RemoteTransshipmentFullVO[] getAllTransshipment()

getTransshipmentById

RemoteTransshipmentFullVO getTransshipmentById(java.lang.Integer id)

getTransshipmentByIds

RemoteTransshipmentFullVO[] getTransshipmentByIds(java.lang.Integer[] id)

getTransshipmentByToVesselCode

RemoteTransshipmentFullVO[] getTransshipmentByToVesselCode(java.lang.String code)

getTransshipmentByTransshipmentLocationId

RemoteTransshipmentFullVO[] getTransshipmentByTransshipmentLocationId(java.lang.Integer id)

getTransshipmentByFishingTripId

RemoteTransshipmentFullVO[] getTransshipmentByFishingTripId(java.lang.Integer id)

getTransshipmentByProgramCode

RemoteTransshipmentFullVO[] getTransshipmentByProgramCode(java.lang.String code)

getTransshipmentByRecorderDepartmentId

RemoteTransshipmentFullVO[] getTransshipmentByRecorderDepartmentId(java.lang.Integer id)

getTransshipmentByRecorderUserId

RemoteTransshipmentFullVO[] getTransshipmentByRecorderUserId(java.lang.Integer id)

getTransshipmentBySurveyQualificationId

RemoteTransshipmentFullVO[] getTransshipmentBySurveyQualificationId(java.lang.Integer id)

remoteTransshipmentFullVOsAreEqualOnIdentifiers

boolean remoteTransshipmentFullVOsAreEqualOnIdentifiers(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst,
                                                        RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)

remoteTransshipmentFullVOsAreEqual

boolean remoteTransshipmentFullVOsAreEqual(RemoteTransshipmentFullVO remoteTransshipmentFullVOFirst,
                                           RemoteTransshipmentFullVO remoteTransshipmentFullVOSecond)

getTransshipmentNaturalIds

RemoteTransshipmentNaturalId[] getTransshipmentNaturalIds()

getTransshipmentByNaturalId

RemoteTransshipmentFullVO getTransshipmentByNaturalId(RemoteTransshipmentNaturalId transshipmentNaturalId)

getTransshipmentNaturalIdById

RemoteTransshipmentNaturalId getTransshipmentNaturalIdById(java.lang.Integer id)

getAllClusterTransshipmentSinceDateSynchro

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

getClusterTransshipmentByIdentifiers

ClusterTransshipment getClusterTransshipmentByIdentifiers(java.lang.Integer id)

addOrUpdateClusterTransshipment

ClusterTransshipment addOrUpdateClusterTransshipment(ClusterTransshipment clusterTransshipment)


Copyright © 2008-2010 IFREMER. All Rights Reserved.