com.ibm.uddi.datatypes
Class FindQualifiers
- java.lang.Object
com.ibm.uddi.datatypes.FindQualifiers
All implemented interfaces:
java.io.Serializable
Deprecated. Deprecated as of WAS 6.0. No replacement.
- public class FindQualifiers
- extends java.lang.Object
- implements java.io.Serializable
See Also:
Constructor Summary
Constructor and Description |
---|
FindQualifiers()
Deprecated.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getAndAllKeys()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
andAllKeys is to be used.
|
|
getCaseSensitiveMatch()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
caseSensitiveMatch is to be used.
|
|
getCombineCategoryBags()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
combineCategoryBags is to be used.
|
|
getExactNameMatch()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
exactNameMatch is to be used.
|
|
getOrAllKeys()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
orAllKeys is to be used.
|
|
getOrLikeKeys()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
orLikeKeys is to be used.
|
|
getServiceSubset()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
serviceSubset is to be used.
|
|
getSortByDateAsc()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
sortByDateAsc is to be used.
|
|
getSortByDateDesc()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
sortByDateDesc is to be used.
|
|
getSortByNameAsc()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
sortByNameAsc is to be used.
|
|
getSortByNameDesc()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
sortByNameDesc is to be used.
|
|
getSoundex()
Deprecated. Returns a
boolean indicating whether or not the findQualifier
soundex is to be used.
|
|
setAndAllKeys(boolean andAllKeys)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
andAllKeys should be used.
|
|
setCaseSensitiveMatch(boolean caseSensitiveMatch)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
caseSensitiveMatch should be used.
|
|
setCombineCategoryBags(boolean combineCategoryBags)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
combineCategoryBags should be used.
|
|
setExactNameMatch(boolean exactNameMatch)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
exactNameMatch should be used.
|
|
setOrAllKeys(boolean orAllKeys)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
orAllKeys should be used.
|
|
setOrLikeKeys(boolean orLikeKeys)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
orLikeKeys should be used.
|
|
setServiceSubset(boolean serviceSubset)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
serviceSubset should be used.
|
|
setSortByDateAsc(boolean sortByDateAsc)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
sortByDateAsc should be used.
|
|
setSortByDateDesc(boolean sortByDateDesc)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
sortByDateDesc should be used.
|
|
setSortByNameAsc(boolean sortByNameAsc)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
sortByNameAsc is should be used.
|
|
setSortByNameDesc(boolean sortByNameDesc)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
sortByNameDesc should be used.
|
|
setSoundex(boolean soundex)
Deprecated. Sets a
boolean indicating whether or not the findQualifier
soundex should be used.
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
FindQualifiers
- public FindQualifiers()
Deprecated.
Method Detail
getExactNameMatch
- public boolean getExactNameMatch( )
Deprecated.
Returns:
true
if the findQualifier exactNameMatch is to be used. setExactNameMatch
- public void setExactNameMatch(boolean exactNameMatch)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
exactNameMatch should be used.
Parameters:
exactNameMatch
- true
to use the findQualifier exactNameMatch,
false
to remove the use of the findQualifier exactNameMatch. getCaseSensitiveMatch
- public boolean getCaseSensitiveMatch( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
caseSensitiveMatch is to be used.
Returns:
true
if the findQualifier caseSensitiveMatch is to be used. setCaseSensitiveMatch
- public void setCaseSensitiveMatch( boolean caseSensitiveMatch)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
caseSensitiveMatch should be used.
Parameters:
caseSensitiveMatch
- true
to use the findQualifier caseSensitiveMatch,
false
to remove the use of the findQualifier caseSensitiveMatch. getSortByNameAsc
- public boolean getSortByNameAsc( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
sortByNameAsc is to be used.
Returns:
true
if the findQualifier sortByNameAsc is to be used. setSortByNameAsc
- public void setSortByNameAsc(boolean sortByNameAsc)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
sortByNameAsc is should be used. Also sets the findQualifier sortByNameDesc to the opposite
of sortByNameAsc.
Parameters:
sortByNameAsc
- true
to use the findQualifier sortByNameAsc,
false
to remove the use of the findQualifier sortByNameAsc. getSortByNameDesc
- public boolean getSortByNameDesc( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
sortByNameDesc is to be used.
Returns:
true
if the findQualifier sortByNameDesc is to be used. setSortByNameDesc
- public void setSortByNameDesc(boolean sortByNameDesc)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
sortByNameDesc should be used. Also sets the findQualifier sortByNameAsc to the opposite
of sortByNameDesc.
Parameters:
sortByNameDesc
- true
to use the findQualifier sortByNameDesc,
false
to remove the use of the findQualifier sortByNameDesc. getSortByDateAsc
- public boolean getSortByDateAsc( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
sortByDateAsc is to be used.
Returns:
true
if the findQualifier sortByDateAsc is to be used. setSortByDateAsc
- public void setSortByDateAsc(boolean sortByDateAsc)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
sortByDateAsc should be used. Also sets the findQualifier sortByDateDesc to the opposite
of sortByDateAsc.
Parameters:
sortByDateAsc
- true
to use the findQualifier sortByDateAsc,
false
to remove the use of the findQualifier sortByDateAsc. getSortByDateDesc
- public boolean getSortByDateDesc( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
sortByDateDesc is to be used.
Returns:
true
if the findQualifier sortByDateDesc is to be used. setSortByDateDesc
- public void setSortByDateDesc(boolean sortByDateDesc)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
sortByDateDesc should be used. Also sets the findQualifier sortByDateAsc to the opposite
of sortByDateAsc.
Parameters:
sortByDateDesc
- true
to use the findQualifier sortByDateDesc,
false
to remove the use of the findQualifier sortByDateDesc. getAndAllKeys
- public boolean getAndAllKeys()
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
andAllKeys is to be used.
Returns:
true
if the findQualifier andAllKeys is to be used. setAndAllKeys
- public void setAndAllKeys(boolean andAllKeys)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
andAllKeys should be used.
If andAllKeys is set to true
, the findQualifiers orAllKeys and orLikeKeys
are set to false
.
Parameters:
andAllKeys
- true
to use the findQualifier andAllKeys,
false
to remove the use of the findQualifier andAllKeys. getOrAllKeys
- public boolean getOrAllKeys()
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
orAllKeys is to be used.
Returns:
true
if the findQualifier orAllKeys is to be used. setOrAllKeys
- public void setOrAllKeys(boolean orAllKeys)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
orAllKeys should be used.
If orAllKeys is set to true
, the findQualifiers andAllKeys and orLikeKeys
are set to false
.
Parameters:
orAllKeys
- true
to use the findQualifier orAllKeys,
false
to remove the use of the findQualifier orAllKeys. getOrLikeKeys
- public boolean getOrLikeKeys()
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
orLikeKeys is to be used.
Returns:
true
if the findQualifier orLikeKeys is to be used. setOrLikeKeys
- public void setOrLikeKeys(boolean orLikeKeys)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
orLikeKeys should be used.
If orLikeKeys is set to true
, the findQualifiers andAllKeys and orAllKeys
are set to false
.
Parameters:
orLikeKeys
- true
to use the findQualifier orLikeKeys,
false
to remove the use of the findQualifier orLikeKeys. getCombineCategoryBags
- public boolean getCombineCategoryBags( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
combineCategoryBags is to be used.
Returns:
true
if the findQualifier combineCategoryBags is to be used. setCombineCategoryBags
- public void setCombineCategoryBags( boolean combineCategoryBags)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
combineCategoryBags should be used.
Parameters:
combineCategoryBags
- true
to use the findQualifier combineCategoryBags,
false
to remove the use of the findQualifier combineCategoryBags. getServiceSubset
- public boolean getServiceSubset( )
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
serviceSubset is to be used.
Returns:
true
if the findQualifier serviceSubset is to be used. setServiceSubset
- public void setServiceSubset(boolean serviceSubset)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
serviceSubset should be used.
Parameters:
serviceSubset
- true
to use the findQualifier serviceSubset,
false
to remove the use of the findQualifier serviceSubset. getSoundex
- public boolean getSoundex()
Deprecated.
Returns a
boolean
indicating whether or not the findQualifier
soundex is to be used.
Returns:
true
if the findQualifier soundex is to be used. setSoundex
- public void setSoundex(boolean soundex)
Deprecated.
Sets a
boolean
indicating whether or not the findQualifier
soundex should be used.
Parameters:
soundex
- true
to use the findQualifier soundex,
false
to remove the use of the findQualifier soundex.
boolean
indicating whether or not the findQualifier exactNameMatch is to be used.