Class PageContentFacetDefinition.PageContentSearchField
- java.lang.Object
-
- org.ametys.web.frontoffice.search.metamodel.impl.PageContentFacetDefinition.PageContentSearchField
-
- All Implemented Interfaces:
SearchField
- Enclosing class:
- PageContentFacetDefinition
private static class PageContentFacetDefinition.PageContentSearchField extends Object implements SearchField
-
-
Field Summary
Fields Modifier and Type Field Description (package private) String_name(package private) SearchField_refSearchField
-
Constructor Summary
Constructors Constructor Description PageContentSearchField(String name, SearchField refField)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetFacetField()Get the facet field corresponding to this field.List<String>getJoinedPaths()Gets the joined pathsStringgetName()Get the search field name.StringgetSortField()Get the sort field corresponding to this field.booleanisJoined()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
-
_refSearchField
SearchField _refSearchField
-
-
Constructor Detail
-
PageContentSearchField
PageContentSearchField(String name, SearchField refField)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:SearchFieldGet the search field name.- Specified by:
getNamein interfaceSearchField- Returns:
- The search field name.
-
getSortField
public String getSortField()
Description copied from interface:SearchFieldGet the sort field corresponding to this field.- Specified by:
getSortFieldin interfaceSearchField- Returns:
- The sort field.
-
getFacetField
public String getFacetField()
Description copied from interface:SearchFieldGet the facet field corresponding to this field.- Specified by:
getFacetFieldin interfaceSearchField- Returns:
- The facet field.
-
isJoined
public boolean isJoined()
Description copied from interface:SearchFieldIndicates if the search field is joined- Specified by:
isJoinedin interfaceSearchField- Returns:
trueif the search field is joined
-
getJoinedPaths
public List<String> getJoinedPaths()
Description copied from interface:SearchFieldGets the joined paths- Specified by:
getJoinedPathsin interfaceSearchField- Returns:
- the joined paths
-
-