@Name(value="facetedSearchConfigurationActions") @Scope(value=CONVERSATION) @Install(precedence=10) public class FacetedSearchConfigurationActions extends Object implements Serializable
Constructor and Description |
---|
FacetedSearchConfigurationActions() |
Modifier and Type | Method and Description |
---|---|
Set<ContentViewHeader> |
getNotSelectedContentViewHeaders() |
Set<ContentViewHeader> |
getNotSelectedContentViewHeaders(DocumentModel document)
Return a set of String naming the faceted search not currently selected
for the domain passed as parameter
|
Set<ContentViewHeader> |
getSelectedContentViewHeaders() |
Set<ContentViewHeader> |
getSelectedContentViewHeaders(DocumentModel document)
Return a set of String naming the faceted search allowed for the domain
passed as parameter
|
public Set<ContentViewHeader> getSelectedContentViewHeaders() throws Exception
Exception
public Set<ContentViewHeader> getSelectedContentViewHeaders(DocumentModel document) throws Exception
document
- the domain requiring faceted searches.Exception
public Set<ContentViewHeader> getNotSelectedContentViewHeaders() throws Exception
Exception
public Set<ContentViewHeader> getNotSelectedContentViewHeaders(DocumentModel document) throws Exception
document
- the domainException
Copyright © 2013 Nuxeo SA. All Rights Reserved.