com.arsdigita.search.intermedia
Class SearchDataQuery

java.lang.Object
  extended bycom.arsdigita.persistence.DataQueryImpl
      extended bycom.arsdigita.persistence.GenericDataQuery
          extended bycom.arsdigita.search.intermedia.SearchDataQuery
All Implemented Interfaces:
DataQuery
Direct Known Subclasses:
SearchDataQuery

public class SearchDataQuery
extends GenericDataQuery

Version:
1.0
Author:
Joseph A. Bank (jbank@alum.mit.edu)

Field Summary
static String LINK_TEXT
           
static String OBJECT_ID
           
static String OBJECT_TYPE
           
static String SCORE
           
static String SUMMARY
           
static String URL_STUB
           
static String versionId
           
 
Constructor Summary
SearchDataQuery(Session s, String sql, String[] columns)
           
 
Method Summary
 BigDecimal getID()
           
 String getLinkText()
           
 String getObjectType()
           
 OID getOID()
          Return the OID of the result
 BigDecimal getScore()
           
 String getSummary()
           
 String getUrlStub()
           
 
Methods inherited from class com.arsdigita.persistence.GenericDataQuery
addEqualsFilter, addFilter, addFilter, addInSubqueryFilter, addInSubqueryFilter, addNotEqualsFilter, addNotInSubqueryFilter, addOrder, addOrderWithNull, addPath, alias, clearFilter, clearOrder, close, execute, first, get, getFilterFactory, getParameter, getPosition, getPropertyValues, getType, hasProperty, isAfterLast, isBeforeFirst, isEmpty, isFirst, isLast, last, next, previous, removeFilter, reset, resolvePath, rewind, setFilter, setOrder, setParameter, setRange, setRange, setReturnsLowerBound, setReturnsUpperBound, size
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values

OBJECT_TYPE

public static final String OBJECT_TYPE
See Also:
Constant Field Values

OBJECT_ID

public static final String OBJECT_ID
See Also:
Constant Field Values

SUMMARY

public static final String SUMMARY
See Also:
Constant Field Values

LINK_TEXT

public static final String LINK_TEXT
See Also:
Constant Field Values

URL_STUB

public static final String URL_STUB
See Also:
Constant Field Values

SCORE

public static final String SCORE
See Also:
Constant Field Values
Constructor Detail

SearchDataQuery

public SearchDataQuery(Session s,
                       String sql,
                       String[] columns)
Method Detail

getOID

public OID getOID()
Return the OID of the result


getObjectType

public String getObjectType()

getID

public BigDecimal getID()

getSummary

public String getSummary()

getLinkText

public String getLinkText()

getUrlStub

public String getUrlStub()

getScore

public BigDecimal getScore()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC