wt.project
Class ProjectReferenceSearch

java.lang.Object
  extended bywt.query.AttributeSearchSpecification
      extended bywt.fc.ObjectReferenceSearch
          extended bywt.project.ProjectReferenceSearch
All Implemented Interfaces:
Serializable

Deprecated. in R6.0 Project will be replaced by a new Team object in a future release.

public class ProjectReferenceSearch
extends ObjectReferenceSearch
implements Serializable

Search for a reference to the Projectl listed.

Supported API: false

Extendable: false

See Also:
Serialized Form

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

RESOURCE

private static final String RESOURCE
Deprecated. 
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME
Deprecated. 
Constructor Detail

ProjectReferenceSearch

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

Supported API: false

Parameters:
attribute - Attribute name
expression - Search expression such as equals

ProjectReferenceSearch

public ProjectReferenceSearch(String attribute)
Deprecated. 
Construct a search object for the specified attribute. Search default to equal.

Supported API: false

Parameters:
attribute - Attribute name
Method Detail

setValue

public void setValue(Project project)
              throws WTPropertyVetoException
Deprecated. 
Set the search value to be for this Project

Supported API: false

Parameters:
project - Project object to search using
Throws:
WTPropertyVetoException

getSearchCondition

public SearchCondition getSearchCondition(Class classname)
                                   throws WTException,
                                          QueryException
Deprecated. 
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 - Class to search against
Returns:
SearchCondition
Throws:
WTException
QueryException