fr.ifremer.allegro.referential.pmfm.generic.service
Interface RemoteParameterGroupFullService
- All Known Implementing Classes:
- RemoteParameterGroupFullServiceBase, RemoteParameterGroupFullServiceImpl
public interface RemoteParameterGroupFullService
addParameterGroup
RemoteParameterGroupFullVO addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
updateParameterGroup
void updateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
removeParameterGroup
void removeParameterGroup(RemoteParameterGroupFullVO parameterGroup)
getAllParameterGroup
RemoteParameterGroupFullVO[] getAllParameterGroup()
getParameterGroupById
RemoteParameterGroupFullVO getParameterGroupById(java.lang.Integer id)
getParameterGroupByIds
RemoteParameterGroupFullVO[] getParameterGroupByIds(java.lang.Integer[] id)
getParameterGroupByParentParameterGroupId
RemoteParameterGroupFullVO[] getParameterGroupByParentParameterGroupId(java.lang.Integer id)
getParameterGroupByStatusCode
RemoteParameterGroupFullVO[] getParameterGroupByStatusCode(java.lang.String code)
remoteParameterGroupFullVOsAreEqualOnIdentifiers
boolean remoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst,
RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
remoteParameterGroupFullVOsAreEqual
boolean remoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst,
RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
getParameterGroupNaturalIds
RemoteParameterGroupNaturalId[] getParameterGroupNaturalIds()
getParameterGroupByNaturalId
RemoteParameterGroupFullVO getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
getParameterGroupNaturalIdById
RemoteParameterGroupNaturalId getParameterGroupNaturalIdById(java.lang.Integer id)
getAllClusterParameterGroupSinceDateSynchro
ClusterParameterGroup[] getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
getClusterParameterGroupByIdentifiers
ClusterParameterGroup getClusterParameterGroupByIdentifiers(java.lang.Integer id)
addOrUpdateClusterParameterGroup
ClusterParameterGroup addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
Copyright © 2008-2010 IFREMER. All Rights Reserved.