Class ContentFacetDefinition.ProxySearchField
- java.lang.Object
-
- org.ametys.web.frontoffice.search.metamodel.impl.ContentFacetDefinition.ProxySearchField
-
- All Implemented Interfaces:
SearchField
- Enclosing class:
- ContentFacetDefinition
private static class ContentFacetDefinition.ProxySearchField extends Object implements SearchField
-
-
Field Summary
Fields Modifier and Type Field Description (package private) SearchField
_proxied
(package private) String
_realName
-
Constructor Summary
Constructors Constructor Description ProxySearchField(String realName, SearchField proxied)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFacetField()
Get the facet field corresponding to this field.List<String>
getJoinedPaths()
Gets the joined pathsString
getName()
Get the search field name.String
getSortField()
Get the sort field corresponding to this field.boolean
isJoined()
Indicates if the search field is joined-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.ametys.cms.search.SearchField
getFacetFunction
-
-
-
-
Field Detail
-
_proxied
SearchField _proxied
-
-
Constructor Detail
-
ProxySearchField
ProxySearchField(String realName, SearchField proxied)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:SearchField
Get the search field name.- Specified by:
getName
in interfaceSearchField
- Returns:
- The search field name.
-
getSortField
public String getSortField()
Description copied from interface:SearchField
Get the sort field corresponding to this field.- Specified by:
getSortField
in interfaceSearchField
- Returns:
- The sort field.
-
getFacetField
public String getFacetField()
Description copied from interface:SearchField
Get the facet field corresponding to this field.- Specified by:
getFacetField
in interfaceSearchField
- Returns:
- The facet field.
-
isJoined
public boolean isJoined()
Description copied from interface:SearchField
Indicates if the search field is joined- Specified by:
isJoined
in interfaceSearchField
- Returns:
true
if the search field is joined
-
getJoinedPaths
public List<String> getJoinedPaths()
Description copied from interface:SearchField
Gets the joined paths- Specified by:
getJoinedPaths
in interfaceSearchField
- Returns:
- the joined paths
-
-