Class SearchResults

  • All Implemented Interfaces:
    com.vaadin.flow.component.AttachNotifier, com.vaadin.flow.component.ClickNotifier<com.vaadin.flow.component.html.Div>, com.vaadin.flow.component.DetachNotifier, com.vaadin.flow.component.HasComponents, com.vaadin.flow.component.HasElement, com.vaadin.flow.component.HasEnabled, com.vaadin.flow.component.HasSize, com.vaadin.flow.component.HasStyle, com.vaadin.flow.component.HasText, java.io.Serializable

    public class SearchResults
    extends com.vaadin.flow.component.html.Div
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SearchResults​(org.ikasan.spec.solr.SolrGeneralService<org.ikasan.solr.model.IkasanSolrDocument,​org.ikasan.solr.model.IkasanSolrDocumentSearchResults> solrGeneralService, org.ikasan.spec.hospital.service.HospitalAuditService hospitalAuditService, org.ikasan.spec.module.client.ResubmissionService resubmissionRestService, org.ikasan.spec.module.client.ReplayService replayRestService, org.ikasan.spec.metadata.ModuleMetaDataService moduleMetadataService, org.ikasan.spec.persistence.BatchInsert replayAuditService)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void createSearchResultGridLayout()
      Create the results grid layout.
      void search​(long startTime, long endTime, java.lang.String searchTerm, java.util.List<java.lang.String> types, boolean negateQuery, java.util.List<java.lang.String> moduleNames, java.util.List<java.lang.String> flowNames)  
      void tooltipBottom()  
      • Methods inherited from class com.vaadin.flow.component.HtmlComponent

        getTitle, setTitle
      • Methods inherited from class com.vaadin.flow.component.Component

        addListener, fireEvent, from, get, getChildren, getElement, getEventBus, getId, getLocale, getParent, getTranslation, getTranslation, getUI, hasListener, isTemplateMapped, isVisible, onAttach, onDetach, onEnabledStateChanged, set, setElement, setId, setVisible
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.vaadin.flow.component.AttachNotifier

        addAttachListener
      • Methods inherited from interface com.vaadin.flow.component.ClickNotifier

        addClickListener, addClickShortcut
      • Methods inherited from interface com.vaadin.flow.component.DetachNotifier

        addDetachListener
      • Methods inherited from interface com.vaadin.flow.component.HasComponents

        add, add, addComponentAsFirst, addComponentAtIndex, remove, removeAll
      • Methods inherited from interface com.vaadin.flow.component.HasElement

        getElement
      • Methods inherited from interface com.vaadin.flow.component.HasEnabled

        isEnabled, setEnabled
      • Methods inherited from interface com.vaadin.flow.component.HasSize

        getHeight, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getWidth, setHeight, setHeightFull, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setSizeFull, setSizeUndefined, setWidth, setWidthFull
      • Methods inherited from interface com.vaadin.flow.component.HasStyle

        addClassName, addClassNames, getClassName, getClassNames, getStyle, hasClassName, removeClassName, removeClassNames, setClassName, setClassName
      • Methods inherited from interface com.vaadin.flow.component.HasText

        getText, setText
    • Constructor Detail

      • SearchResults

        public SearchResults​(org.ikasan.spec.solr.SolrGeneralService<org.ikasan.solr.model.IkasanSolrDocument,​org.ikasan.solr.model.IkasanSolrDocumentSearchResults> solrGeneralService,
                             org.ikasan.spec.hospital.service.HospitalAuditService hospitalAuditService,
                             org.ikasan.spec.module.client.ResubmissionService resubmissionRestService,
                             org.ikasan.spec.module.client.ReplayService replayRestService,
                             org.ikasan.spec.metadata.ModuleMetaDataService moduleMetadataService,
                             org.ikasan.spec.persistence.BatchInsert replayAuditService)
    • Method Detail

      • createSearchResultGridLayout

        protected void createSearchResultGridLayout()
        Create the results grid layout.
      • tooltipBottom

        public void tooltipBottom()
      • search

        public void search​(long startTime,
                           long endTime,
                           java.lang.String searchTerm,
                           java.util.List<java.lang.String> types,
                           boolean negateQuery,
                           java.util.List<java.lang.String> moduleNames,
                           java.util.List<java.lang.String> flowNames)