fr.ifremer.allegro.referential.transcribing.generic.service
Interface RemoteTranscribingLocationLevelFullService

All Known Implementing Classes:
RemoteTranscribingLocationLevelFullServiceBase, RemoteTranscribingLocationLevelFullServiceImpl

public interface RemoteTranscribingLocationLevelFullService


Method Summary
 ClusterTranscribingLocationLevel addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)
           
 RemoteTranscribingLocationLevelFullVO addTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
           
 ClusterTranscribingLocationLevel[] getAllClusterTranscribingLocationLevelSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteTranscribingLocationLevelFullVO[] getAllTranscribingLocationLevel()
           
 ClusterTranscribingLocationLevel getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
 RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId, java.lang.Integer locationLevelId)
           
 RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)
           
 RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)
           
 RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)
           
 RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)
           
 RemoteTranscribingLocationLevelNaturalId[] getTranscribingLocationLevelNaturalIds()
           
 boolean remoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
           
 boolean remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst, RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)
           
 void removeTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
           
 void updateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)
           
 

Method Detail

addTranscribingLocationLevel

RemoteTranscribingLocationLevelFullVO addTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)

updateTranscribingLocationLevel

void updateTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)

removeTranscribingLocationLevel

void removeTranscribingLocationLevel(RemoteTranscribingLocationLevelFullVO transcribingLocationLevel)

getAllTranscribingLocationLevel

RemoteTranscribingLocationLevelFullVO[] getAllTranscribingLocationLevel()

getTranscribingLocationLevelByTranscribingSystemId

RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSystemId(java.lang.Integer id)

getTranscribingLocationLevelByTranscribingSideId

RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByTranscribingSideId(java.lang.Integer id)

getTranscribingLocationLevelByLocationLevelId

RemoteTranscribingLocationLevelFullVO[] getTranscribingLocationLevelByLocationLevelId(java.lang.Integer id)

getTranscribingLocationLevelByIdentifiers

RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                java.lang.Integer locationLevelId)

remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers

boolean remoteTranscribingLocationLevelFullVOsAreEqualOnIdentifiers(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                                    RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)

remoteTranscribingLocationLevelFullVOsAreEqual

boolean remoteTranscribingLocationLevelFullVOsAreEqual(RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOFirst,
                                                       RemoteTranscribingLocationLevelFullVO remoteTranscribingLocationLevelFullVOSecond)

getTranscribingLocationLevelNaturalIds

RemoteTranscribingLocationLevelNaturalId[] getTranscribingLocationLevelNaturalIds()

getTranscribingLocationLevelByNaturalId

RemoteTranscribingLocationLevelFullVO getTranscribingLocationLevelByNaturalId(RemoteTranscribingLocationLevelNaturalId transcribingLocationLevelNaturalId)

addOrUpdateClusterTranscribingLocationLevel

ClusterTranscribingLocationLevel addOrUpdateClusterTranscribingLocationLevel(ClusterTranscribingLocationLevel clusterTranscribingLocationLevel)

getAllClusterTranscribingLocationLevelSinceDateSynchro

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

getClusterTranscribingLocationLevelByIdentifiers

ClusterTranscribingLocationLevel getClusterTranscribingLocationLevelByIdentifiers(java.lang.Integer transcribingSystemId,
                                                                                  java.lang.Integer locationLevelId)


Copyright © 2008-2010 IFREMER. All Rights Reserved.