Uses of Class
eu.toop.playground.dc.ui.model.dto.DSDDatasetResponseDto
-
-
Uses of DSDDatasetResponseDto in eu.toop.playground.dc.ui.component
Method parameters in eu.toop.playground.dc.ui.component with type arguments of type DSDDatasetResponseDto Modifier and Type Method Description voidConceptQueryComponent. renderConceptDatasetList(List<DSDDatasetResponseDto> datasets)voidDocumentQueryComponent. renderDatasetList(List<DSDDatasetResponseDto> datasets) -
Uses of DSDDatasetResponseDto in eu.toop.playground.dc.ui.model
Methods in eu.toop.playground.dc.ui.model that return DSDDatasetResponseDto Modifier and Type Method Description DSDDatasetResponseDtoResultBean. getDsdDTO()Methods in eu.toop.playground.dc.ui.model with parameters of type DSDDatasetResponseDto Modifier and Type Method Description voidResultBean. setDsdDTO(DSDDatasetResponseDto dsdDTO)Constructors in eu.toop.playground.dc.ui.model with parameters of type DSDDatasetResponseDto Constructor Description ResultBean(@NotNull eu.toop.edm.EDMRequest request, @NotNull DSDDatasetResponseDto dsdDatasetResponseDto) -
Uses of DSDDatasetResponseDto in eu.toop.playground.dc.ui.model.dto
Methods in eu.toop.playground.dc.ui.model.dto that return types with arguments of type DSDDatasetResponseDto Modifier and Type Method Description List<DSDDatasetResponseDto>DSDResponseDto. getDatasetDtoList()Constructor parameters in eu.toop.playground.dc.ui.model.dto with type arguments of type DSDDatasetResponseDto Constructor Description DSDResponseDto(boolean success, List<DSDDatasetResponseDto> datasetDtoList, Date issueDateTime, long duration) -
Uses of DSDDatasetResponseDto in eu.toop.playground.dc.ui.presenter
Methods in eu.toop.playground.dc.ui.presenter with parameters of type DSDDatasetResponseDto Modifier and Type Method Description voidMainPresenter. createConceptRequestMessage(ConceptQueryComponent conceptQueryComponent, DSDDatasetResponseDto dsdDatasetResponseDto)voidMainPresenter. createDocumentRefRequestMessage(DocumentQueryComponent documentQueryComponent, DSDDatasetResponseDto dsdDatasetResponseDto)voidMainPresenter. createDocumentRequestMessage(DocumentQueryComponent documentQueryComponent, DSDDatasetResponseDto dsdDatasetResponseDto)voidMainPresenter. makeConceptRequests(ConceptQueryComponent conceptQueryComponent, DSDDatasetResponseDto dsdDatasetResponseDto)voidMainPresenter. resendConceptQuery(eu.toop.edm.EDMRequest request, DSDDatasetResponseDto dsdDatasetResponseDto)voidMainPresenter. resendDocumentQuery(eu.toop.edm.EDMRequest request, DSDDatasetResponseDto dsdDatasetResponseDto) -
Uses of DSDDatasetResponseDto in eu.toop.playground.dc.ui.service
Methods in eu.toop.playground.dc.ui.service that return types with arguments of type DSDDatasetResponseDto Modifier and Type Method Description List<DSDDatasetResponseDto>DSDService. getDatasets(String identifier)Query the DSD by doctype + countryList<DSDDatasetResponseDto>DSDService. getDatasets(String identifier, String country)Query the DSD by doctype, and then transform the result to "something simpler"Methods in eu.toop.playground.dc.ui.service with parameters of type DSDDatasetResponseDto Modifier and Type Method Description intConnectionService. submit(eu.toop.edm.EDMRequest request, DSDDatasetResponseDto dsdDatasetResponseDto) -
Uses of DSDDatasetResponseDto in eu.toop.playground.dc.ui.util
Method parameters in eu.toop.playground.dc.ui.util with type arguments of type DSDDatasetResponseDto Modifier and Type Method Description static booleanUtilities. datasetGridExists(com.vaadin.flow.component.grid.Grid<DSDDatasetResponseDto> grid)
-