public class GetSearchTermAssociationCmdImpl extends AbstractGetBusinessObjectDocumentCmdImpl implements GetSearchTermAssociationCmd
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
Constructor and Description |
---|
GetSearchTermAssociationCmdImpl()
This method is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
protected BusinessObjectDocumentType | buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
This method constructs the response Show business object document for the given get request.
|
protected void | filterNouns(java.util.List nouns)
This method bypasses the secondary authorization check on a Get request where the action is "Display" and the resource is an instance of Search Term Association noun.
|
protected SearchFactory | getSearchFactory()
This method returns the default instance of the Search Factory.
|
ShowSearchTermAssociationType | getShowSearchTermAssociation()
This method gets the ShowSearchTermAssociationType business object document result.
|
void | setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
This method sets the GetSearchTermAssociationType business object document that this command will process.
|
public static final java.lang.String COPYRIGHT
public GetSearchTermAssociationCmdImpl()
protected BusinessObjectDocumentType buildShowBusinessObjectDocument(ShowType show, java.util.List nouns)
public void setGetSearchTermAssociation(GetSearchTermAssociationType getSearchTermAssociation)
public ShowSearchTermAssociationType getShowSearchTermAssociation()
protected SearchFactory getSearchFactory()
protected void filterNouns(java.util.List nouns)