fr.ifremer.allegro.referential.pmfm.generic.service
Interface RemoteMethodFullService
- All Known Implementing Classes:
- RemoteMethodFullServiceBase, RemoteMethodFullServiceImpl
public interface RemoteMethodFullService
addMethod
RemoteMethodFullVO addMethod(RemoteMethodFullVO method)
updateMethod
void updateMethod(RemoteMethodFullVO method)
removeMethod
void removeMethod(RemoteMethodFullVO method)
getAllMethod
RemoteMethodFullVO[] getAllMethod()
getMethodById
RemoteMethodFullVO getMethodById(java.lang.Integer id)
getMethodByIds
RemoteMethodFullVO[] getMethodByIds(java.lang.Integer[] id)
getMethodByStatusCode
RemoteMethodFullVO[] getMethodByStatusCode(java.lang.String code)
remoteMethodFullVOsAreEqualOnIdentifiers
boolean remoteMethodFullVOsAreEqualOnIdentifiers(RemoteMethodFullVO remoteMethodFullVOFirst,
RemoteMethodFullVO remoteMethodFullVOSecond)
remoteMethodFullVOsAreEqual
boolean remoteMethodFullVOsAreEqual(RemoteMethodFullVO remoteMethodFullVOFirst,
RemoteMethodFullVO remoteMethodFullVOSecond)
getMethodNaturalIds
RemoteMethodNaturalId[] getMethodNaturalIds()
getMethodByNaturalId
RemoteMethodFullVO getMethodByNaturalId(RemoteMethodNaturalId methodNaturalId)
getMethodNaturalIdById
RemoteMethodNaturalId getMethodNaturalIdById(java.lang.Integer id)
addOrUpdateClusterMethod
ClusterMethod addOrUpdateClusterMethod(ClusterMethod clusterMethod)
getAllClusterMethodSinceDateSynchro
ClusterMethod[] getAllClusterMethodSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterMethodByIdentifiers
ClusterMethod getClusterMethodByIdentifiers(java.lang.Integer id)
Copyright © 2008-2010 IFREMER. All Rights Reserved.