getAssociatedFacetValue method: AssociatedFacet class
Syntax
getAssociatedFacetValue(category, facet, user)
Description
Use this method to return an application-specific association key for the specified user.
An application that requires an associated facet value must implement and extend the getAssociatedFacetValue abstract method.
Note:
This is an abstract method.
Parameters
| Parameter | Description |
|---|---|
|
category |
Specifies the search category name as a string. |
|
facet |
Specifies the facet name as a string. |
|
user |
Specifies the search user name as a string. |
Returns
A String value.