|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.AttributeSearchSpecification
wt.fc.ObjectReferenceSearch
Extends the basic AttributeSearchSpecification class to support handling
of an Object Reference.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
RESOURCE
|
Fields inherited from class wt.query.AttributeSearchSpecification |
|
Constructor Summary | |
ObjectReferenceSearch(String attribute)
Supported API: false |
|
ObjectReferenceSearch(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(ObjectReference attribute_value)
Set the desired value for the attribute. |
void |
setValue(String attribute_value)
Set the desired value for the attribute. |
String |
toString()
Supported API: false |
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 |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public ObjectReferenceSearch(String attribute, String expression)
attribute
- expression
- public ObjectReferenceSearch(String attribute)
attribute
- Method Detail |
public void setValue(ObjectReference attribute_value) throws WTPropertyVetoException
attribute_value
-
WTPropertyVetoException
public void setValue(String attribute_value) throws WTPropertyVetoException
setValue
in class AttributeSearchSpecification
attribute_value
-
WTPropertyVetoException
public SearchCondition getSearchCondition(Class classname) throws WTException, QueryException
getSearchCondition
in class AttributeSearchSpecification
classname
-
WTException
QueryException
public String toString()
toString
in class AttributeSearchSpecification
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |