fr.ifremer.allegro.referential.pmfm.generic.service
Interface RemoteParameterGroupFullService

All Known Implementing Classes:
RemoteParameterGroupFullServiceBase, RemoteParameterGroupFullServiceImpl

public interface RemoteParameterGroupFullService


Method Summary
 ClusterParameterGroup addOrUpdateClusterParameterGroup(ClusterParameterGroup clusterParameterGroup)
           
 RemoteParameterGroupFullVO addParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 ClusterParameterGroup[] getAllClusterParameterGroupSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp, java.lang.Integer userId, java.lang.Integer[] registrationLocationIds, java.lang.Integer pageNumber, java.lang.Integer pageSize)
           
 RemoteParameterGroupFullVO[] getAllParameterGroup()
           
 ClusterParameterGroup getClusterParameterGroupByIdentifiers(java.lang.Integer id)
           
 RemoteParameterGroupFullVO getParameterGroupById(java.lang.Integer id)
           
 RemoteParameterGroupFullVO[] getParameterGroupByIds(java.lang.Integer[] id)
           
 RemoteParameterGroupFullVO getParameterGroupByNaturalId(RemoteParameterGroupNaturalId parameterGroupNaturalId)
           
 RemoteParameterGroupFullVO[] getParameterGroupByParentParameterGroupId(java.lang.Integer id)
           
 RemoteParameterGroupFullVO[] getParameterGroupByStatusCode(java.lang.String code)
           
 RemoteParameterGroupNaturalId getParameterGroupNaturalIdById(java.lang.Integer id)
           
 RemoteParameterGroupNaturalId[] getParameterGroupNaturalIds()
           
 boolean remoteParameterGroupFullVOsAreEqual(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 boolean remoteParameterGroupFullVOsAreEqualOnIdentifiers(RemoteParameterGroupFullVO remoteParameterGroupFullVOFirst, RemoteParameterGroupFullVO remoteParameterGroupFullVOSecond)
           
 void removeParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 void updateParameterGroup(RemoteParameterGroupFullVO parameterGroup)
           
 

Method Detail

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.