fr.ifremer.allegro.data.transshipment.generic.service
Interface RemoteTransshipmentFullService
- All Known Implementing Classes:
- RemoteTransshipmentFullServiceBase, RemoteTransshipmentFullServiceImpl
public interface RemoteTransshipmentFullService
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.