fr.ifremer.allegro.referential.pmfm.generic.service
Class RemoteParameterFullServiceWSDelegator
java.lang.Object
fr.ifremer.allegro.referential.pmfm.generic.service.RemoteParameterFullServiceWSDelegator
public class RemoteParameterFullServiceWSDelegator
- extends java.lang.Object
Web service delegator for RemoteParameterFullService
.
- See Also:
RemoteParameterFullService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoteParameterFullServiceWSDelegator
public RemoteParameterFullServiceWSDelegator()
addParameter
public RemoteParameterFullVO addParameter(RemoteParameterFullVO parameter)
- See Also:
RemoteParameterFullService.addParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
updateParameter
public void updateParameter(RemoteParameterFullVO parameter)
- See Also:
RemoteParameterFullService.updateParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
removeParameter
public void removeParameter(RemoteParameterFullVO parameter)
- See Also:
RemoteParameterFullService.removeParameter(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
getAllParameter
public RemoteParameterFullVO[] getAllParameter()
- See Also:
RemoteParameterFullService.getAllParameter()
getParameterByCode
public RemoteParameterFullVO getParameterByCode(java.lang.String code)
- See Also:
RemoteParameterFullService.getParameterByCode(java.lang.String)
getParameterByCodes
public RemoteParameterFullVO[] getParameterByCodes(java.lang.String[] code)
- See Also:
RemoteParameterFullService.getParameterByCodes(java.lang.String[])
getParameterByStatusCode
public RemoteParameterFullVO[] getParameterByStatusCode(java.lang.String code)
- See Also:
RemoteParameterFullService.getParameterByStatusCode(java.lang.String)
getParameterByParameterGroupId
public RemoteParameterFullVO[] getParameterByParameterGroupId(java.lang.Integer id)
- See Also:
RemoteParameterFullService.getParameterByParameterGroupId(java.lang.Integer)
remoteParameterFullVOsAreEqualOnIdentifiers
public boolean remoteParameterFullVOsAreEqualOnIdentifiers(RemoteParameterFullVO remoteParameterFullVOFirst,
RemoteParameterFullVO remoteParameterFullVOSecond)
- See Also:
RemoteParameterFullService.remoteParameterFullVOsAreEqualOnIdentifiers(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
remoteParameterFullVOsAreEqual
public boolean remoteParameterFullVOsAreEqual(RemoteParameterFullVO remoteParameterFullVOFirst,
RemoteParameterFullVO remoteParameterFullVOSecond)
- See Also:
RemoteParameterFullService.remoteParameterFullVOsAreEqual(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO, fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterFullVO)
getParameterNaturalIds
public RemoteParameterNaturalId[] getParameterNaturalIds()
- See Also:
RemoteParameterFullService.getParameterNaturalIds()
getParameterByNaturalId
public RemoteParameterFullVO getParameterByNaturalId(RemoteParameterNaturalId parameterNaturalId)
- See Also:
RemoteParameterFullService.getParameterByNaturalId(fr.ifremer.allegro.referential.pmfm.generic.vo.RemoteParameterNaturalId)
getParameterNaturalIdByCode
public RemoteParameterNaturalId getParameterNaturalIdByCode(java.lang.String code)
- See Also:
RemoteParameterFullService.getParameterNaturalIdByCode(java.lang.String)
addOrUpdateClusterParameter
public ClusterParameter addOrUpdateClusterParameter(ClusterParameter clusterParameter)
- See Also:
RemoteParameterFullService.addOrUpdateClusterParameter(fr.ifremer.allegro.referential.pmfm.generic.cluster.ClusterParameter)
getAllClusterParameterSinceDateSynchro
public ClusterParameter[] getAllClusterParameterSinceDateSynchro(java.sql.Timestamp synchronizationTimestamp,
java.lang.Integer userId,
java.lang.Integer[] registrationLocationIds,
java.lang.Integer pageNumber,
java.lang.Integer pageSize)
- See Also:
RemoteParameterFullService.getAllClusterParameterSinceDateSynchro(java.sql.Timestamp, java.lang.Integer, java.lang.Integer[], java.lang.Integer, java.lang.Integer)
getClusterParameterByIdentifiers
public ClusterParameter getClusterParameterByIdentifiers(java.lang.String code)
- See Also:
RemoteParameterFullService.getClusterParameterByIdentifiers(java.lang.String)
Copyright © 2008-2010 IFREMER. All Rights Reserved.