public class FindService extends java.lang.Object implements RegistryObject, Inquiry
Constructor and Description |
---|
FindService()
Constructs a new empty find_service request.
|
FindService(java.lang.String businessKey)
Construct a new find_service request.
|
Modifier and Type | Method and Description |
---|---|
void |
addCategory(KeyedReference ref)
Adds a category reference to the categoryBag argument of this search.
|
void |
addFindQualifier(FindQualifier findQualifier) |
void |
addName(Name nameValue)
Sets the name argument of the search to the given name.
|
void |
addTModelKey(java.lang.String key)
Adds a tModel reference to the tModelBag argument of this search.
|
java.lang.String |
getBusinessKey()
Returns the businesskey of this find_service request.
|
CategoryBag |
getCategoryBag()
Returns the CategoryBag value
|
FindQualifiers |
getFindQualifiers() |
java.lang.String |
getGeneric() |
int |
getMaxRows() |
java.util.Vector |
getNameVector()
Returns the name argument of the search.
|
TModelBag |
getTModelBag()
Returns the list of tModel references as an enumeration.
|
void |
setBusinessKey(java.lang.String key)
Sets the businesskey of this find_service request to the given key.
|
void |
setCategoryBag(CategoryBag bag)
Sets the CategoryBag value
|
void |
setFindQualifiers(FindQualifiers findQualifiers) |
void |
setGeneric(java.lang.String genericValue) |
void |
setMaxRows(int maxRows) |
void |
setMaxRows(java.lang.String maxRows) |
void |
setNameVector(java.util.Vector names)
Sets the name argument of the search to the given name.
|
void |
setTModelBag(TModelBag bag)
Sets the TModelBag value.
|
public FindService()
public FindService(java.lang.String businessKey)
businessKey
- The key of the businessEntity to search in.java.lang.NullPointerException
- If the given key is null.public void setBusinessKey(java.lang.String key)
key
- A reference to the businessEntity.java.lang.NullPointerException
- If the given key is null.public java.lang.String getBusinessKey()
public void setGeneric(java.lang.String genericValue)
genericValue
- public java.lang.String getGeneric()
public void addName(Name nameValue)
nameValue
- The name argument of the search.public java.util.Vector getNameVector()
public void setNameVector(java.util.Vector names)
names
- The name argument of the search.public void addCategory(KeyedReference ref)
ref
- The category reference to add.public void setCategoryBag(CategoryBag bag)
bag
- The new CategoryBagpublic CategoryBag getCategoryBag()
public void addTModelKey(java.lang.String key)
key
- The key of the tModel to add to the tModelBag argument.public void setTModelBag(TModelBag bag)
bag
- the new TModelBag.public TModelBag getTModelBag()
public int getMaxRows()
public void setMaxRows(int maxRows)
public void setMaxRows(java.lang.String maxRows)
public void addFindQualifier(FindQualifier findQualifier)
public void setFindQualifiers(FindQualifiers findQualifiers)
public FindQualifiers getFindQualifiers()
Copyright ? 2003 Apache Software Foundation. All rights reserved.