|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.AttributeSearchSpecification
wt.fc.ObjectReferenceSearch
wt.project.ProjectReferenceSearch
Search for a reference to the Projectl listed.
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
Deprecated. |
private static String |
RESOURCE
Deprecated. |
Fields inherited from class wt.query.AttributeSearchSpecification |
|
Constructor Summary | |
ProjectReferenceSearch(String attribute)
Deprecated. Construct a search object for the specified attribute. |
|
ProjectReferenceSearch(String attribute,
String expression)
Deprecated. Construct a search object for the specified attribute Supported API: false |
Method Summary | |
SearchCondition |
getSearchCondition(Class classname)
Deprecated. Return a SearchCondition for this search object. |
void |
setValue(Project project)
Deprecated. Set the search value to be for this Project Supported API: false |
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 |
private static final String RESOURCE
private static final String CLASSNAME
Constructor Detail |
public ProjectReferenceSearch(String attribute, String expression)
attribute
- Attribute nameexpression
- Search expression such as equalspublic ProjectReferenceSearch(String attribute)
attribute
- Attribute nameMethod Detail |
public void setValue(Project project) throws WTPropertyVetoException
project
- Project object to search using
WTPropertyVetoException
public SearchCondition getSearchCondition(Class classname) throws WTException, QueryException
getSearchCondition
in class ObjectReferenceSearch
classname
- Class to search against
WTException
QueryException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |