wt.team
Class TeamDistributionListReferenceSearch
java.lang.Object
wt.query.AttributeSearchSpecification
wt.fc.ObjectReferenceSearch
wt.team.TeamDistributionListReferenceSearch
- All Implemented Interfaces:
- Serializable
- public class TeamDistributionListReferenceSearch
- extends ObjectReferenceSearch
- implements Serializable
Search for a reference to the TeamDistributionList listed.
Supported API: false
Extendable: false
- See Also:
- Serialized Form
Methods inherited from class wt.query.AttributeSearchSpecification |
appendToClassSearchSpec, areThereDBWildCards, areThereWildCards, convertWildcardValue, getAttributeName, getQueryName, getSearchExpression, getSearchExpression, getSearchType, getStringCase, getValue, isFalseSearch, processWildCards, setFalseSearch, setValue |
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
CLASSNAME
private static final String CLASSNAME
TeamDistributionListReferenceSearch
public TeamDistributionListReferenceSearch(String attribute,
String expression)
- Construct a search object for the specified attribute
Supported API: false
- Parameters:
attribute
- expression
-
TeamDistributionListReferenceSearch
public TeamDistributionListReferenceSearch(String attribute)
- Construct a search object for the specified attribute. Search default
to equal.
Supported API: false
- Parameters:
attribute
-
setValue
public void setValue(TeamDistributionList teamDistributionList)
throws WTPropertyVetoException
- Set the search value to be for this TeamDistributionList
Supported API: false
- Parameters:
teamDistributionList
-
- Throws:
WTPropertyVetoException
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