Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

PointOfView
Class KeyWordQuery  view KeyWordQuery download KeyWordQuery.java

java.lang.Object
  extended byPointOfView.DimensionSubset
      extended byPointOfView.KeyWordQuery
All Implemented Interfaces:
java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable

public class KeyWordQuery
extends DimensionSubset
implements java.beans.PropertyChangeListener


Field Summary
private  java.lang.String theQuery
           
 
Fields inherited from class PointOfView.DimensionSubset
 
Constructor Summary
KeyWordQuery()
          Creates a new instance of KeyWordQuery
 
Method Summary
 void addToSearch(PointOfViewServer.Search theSearch)
           
 void buildSubset()
          Call this function to build SQL query.
 long getLeftmostValue()
           
 long getRightmostValue()
           
 void propertyChange(java.beans.PropertyChangeEvent evt)
          This method gets called when a bound property is changed.
 long toLong(PointOfViewServer.Result theResult)
           
 
Methods inherited from class PointOfView.DimensionSubset
getOrderNb, getSubsetQuery, setOrderNb, setSubsetQuery
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

theQuery

private java.lang.String theQuery
Constructor Detail

KeyWordQuery

public KeyWordQuery()
Creates a new instance of KeyWordQuery

Method Detail

addToSearch

public void addToSearch(PointOfViewServer.Search theSearch)
                 throws java.rmi.RemoteException
Specified by:
addToSearch in class DimensionSubset

buildSubset

public void buildSubset()
Call this function to build SQL query.

Specified by:
buildSubset in class DimensionSubset

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent evt)
This method gets called when a bound property is changed.

Specified by:
propertyChange in interface java.beans.PropertyChangeListener

getLeftmostValue

public long getLeftmostValue()
Specified by:
getLeftmostValue in class DimensionSubset

getRightmostValue

public long getRightmostValue()
Specified by:
getRightmostValue in class DimensionSubset

toLong

public long toLong(PointOfViewServer.Result theResult)
Specified by:
toLong in class DimensionSubset