wt.admin
Class DomainReferenceSearch

java.lang.Object
  extended bywt.query.AttributeSearchSpecification
      extended bywt.fc.ObjectReferenceSearch
          extended bywt.admin.DomainReferenceSearch
All Implemented Interfaces:
Serializable

public class DomainReferenceSearch
extends ObjectReferenceSearch
implements Serializable

Search for a reference to the Administrative Domain listed.

Supported API: false

Extendable: false

See Also:
Serialized Form

Field Summary
private static String CLASSNAME
           
private static String RESOURCE
           
 
Fields inherited from class wt.query.AttributeSearchSpecification
 
Constructor Summary
DomainReferenceSearch(String attribute)
          Construct a search object for the specified attribute.
DomainReferenceSearch(String attribute, String expression)
          Construct a search object for the specified attribute.
 
Method Summary
 SearchCondition getSearchCondition(Class classname)
          Return a SearchCondition for this search object.
 void setValue(AdministrativeDomain domain)
          Set the search value to be for this Domain.
 
Methods inherited from class wt.fc.ObjectReferenceSearch
setValue, setValue, toString
 
Methods inherited from class wt.query.AttributeSearchSpecification
appendToClassSearchSpec, areThereDBWildCards, areThereWildCards, convertWildcardValue, getAttributeName, getQueryName, getSearchExpression, getSearchExpression, getSearchType, getStringCase, getValue, isFalseSearch, processWildCards, setFalseSearch, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Constructor Detail

DomainReferenceSearch

public DomainReferenceSearch(String attribute,
                             String expression)
Construct a search object for the specified attribute.

Supported API: false

Parameters:
attribute - Attribute name.
expression - Expression to use in search, ie =.

DomainReferenceSearch

public DomainReferenceSearch(String attribute)
Construct a search object for the specified attribute.

Supported API: false

Parameters:
attribute - Attribute name.
Method Detail

getSearchCondition

public SearchCondition getSearchCondition(Class classname)
                                   throws WTException,
                                          QueryException
Return a SearchCondition for this search object. If a pre Search is required, this will be performed automatically. Intended to be a server side only API.

Supported API: false

Overrides:
getSearchCondition in class ObjectReferenceSearch
Parameters:
classname -
Returns:
SearchCondition
Throws:
WTException
QueryException

setValue

public void setValue(AdministrativeDomain domain)
              throws AdministrativeDomainException
Set the search value to be for this Domain.

Supported API: false

Parameters:
domain - View to search for.
Throws:
AdministrativeDomainException