@SchemaValidation(handler=eu.europa.ec.sfc2014.frontoffice.jws.SchemaValidationErrorHandler.class)
public class ObservationJwsServiceImpl
extends java.lang.Object
Constructor and Description |
---|
ObservationJwsServiceImpl() |
Modifier and Type | Method and Description |
---|---|
SfcObservationDTO |
addObservation(SfcObservationLinkDTO observationLinkDto,
SfcObservationDTO observationDto)
To be used when a user wants to create a new observation on the given object.
|
java.util.List<SfcObservationDTO> |
searchObservation(SfcObservationLinkDTO observationLinkDto)
Searches for observations for the given object
|
public SfcObservationDTO addObservation(SfcObservationLinkDTO observationLinkDto, SfcObservationDTO observationDto) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
SfcObservationLinkDTO
- the key to the main objectSfcObservationDTO
- the object describing the observationeu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
public java.util.List<SfcObservationDTO> searchObservation(SfcObservationLinkDTO observationLinkDto) throws eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
SfcObservationLinkDTO
- eu.europa.ec.sfc2014.core.model.exceptions.SfcFaultException
Copyright © 2024. All rights reserved.