Uses of Class
com.funnelback.publicui.search.model.padre.QuickLinks
-
Packages that use QuickLinks Package Description com.funnelback.publicui.search.model.padre Provides classes corresponding to the XML result packet returned by PADRE.com.funnelback.publicui.search.model.padre.factories -
-
Uses of QuickLinks in com.funnelback.publicui.search.model.padre
Fields in com.funnelback.publicui.search.model.padre declared as QuickLinks Modifier and Type Field Description private QuickLinksResult. quickLinksQuick links associated with the result.Methods in com.funnelback.publicui.search.model.padre that return QuickLinks Modifier and Type Method Description QuickLinksResult. getQuickLinks()Quick links associated with the result.Methods in com.funnelback.publicui.search.model.padre with parameters of type QuickLinks Modifier and Type Method Description voidResult. setQuickLinks(QuickLinks quickLinks)Quick links associated with the result.Constructors in com.funnelback.publicui.search.model.padre with parameters of type QuickLinks Constructor Description Result(java.lang.Integer rank, java.lang.Integer score, java.lang.String title, java.lang.String collection, java.lang.Integer component, Collapsed collapsed, java.lang.String liveUrl, java.lang.String summary, java.lang.String allSummaryText, java.lang.String cacheUrl, java.util.Date date, java.lang.Integer fileSize, java.lang.String fileType, java.lang.Integer tier, java.lang.Integer docNum, java.lang.String exploreLink, java.lang.Float kmFromOrigin, QuickLinks quickLinks, java.lang.String displayUrl, java.lang.String clickTrackingUrl, Explain explain, java.lang.String indexUrl, java.util.Set<java.lang.String> gscopesSet, boolean documentVisibleToUser, boolean promoted, boolean diversified) -
Uses of QuickLinks in com.funnelback.publicui.search.model.padre.factories
Methods in com.funnelback.publicui.search.model.padre.factories that return QuickLinks Modifier and Type Method Description static QuickLinksQuickLinksFactory. fromXmlStreamReader(javax.xml.stream.XMLStreamReader xmlStreamReader)Methods in com.funnelback.publicui.search.model.padre.factories with parameters of type QuickLinks Modifier and Type Method Description static ResultResultFactory. fromMap(java.util.Map<java.lang.String,java.lang.String> data, QuickLinks ql, Explain explain, Collapsed collapsed)Builds aResultfrom a Map containing the values
-