org.nuiton.wikitty.search
Class SubSearch

java.lang.Object
  extended by org.nuiton.wikitty.search.Search
      extended by org.nuiton.wikitty.search.SubSearch

public class SubSearch
extends Search


Nested Class Summary
 
Nested classes/interfaces inherited from class org.nuiton.wikitty.search.Search
Search.KIND
 
Field Summary
protected  String foreignName
           
protected  Search parent
           
 
Fields inherited from class org.nuiton.wikitty.search.Search
kind, restrictions, subSearchs
 
Constructor Summary
SubSearch(String foreignFieldName, Search search)
           
 
Method Summary
protected  Restriction getRestrictions()
           
 
Methods inherited from class org.nuiton.wikitty.search.Search
and, associated, bw, contains, contains, criteria, criteria, elt, eq, eq, ew, ge, gt, isNotNull, isNull, keyword, le, like, lt, neq, not, notew, nsw, or, query, query, query, query, sw, unlike
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

foreignName

protected String foreignName

parent

protected Search parent
Constructor Detail

SubSearch

public SubSearch(String foreignFieldName,
                 Search search)
Method Detail

getRestrictions

protected Restriction getRestrictions()
                               throws UnsupportedOperationException
Overrides:
getRestrictions in class Search
Throws:
UnsupportedOperationException


Copyright © 2009-2010 CodeLutin. All Rights Reserved.