java.lang.Object
PointOfView.DimensionSubset
PointOfView.KeyWordQuery
- All Implemented Interfaces:
- java.util.EventListener, java.beans.PropertyChangeListener, java.io.Serializable
- public class KeyWordQuery
- extends DimensionSubset
- implements java.beans.PropertyChangeListener
|
Constructor Summary |
KeyWordQuery()
Creates a new instance of KeyWordQuery |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
theQuery
private java.lang.String theQuery
KeyWordQuery
public KeyWordQuery()
- Creates a new instance of KeyWordQuery
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