public class GetSearchFacetsAction extends ServiceableAction
| Modifier and Type | Field and Description | 
|---|---|
| protected ContentTypeExtensionPoint | _cTypeEPThe content type extension point | 
| protected ContentTypesHelper | _cTypeHelperThe content type helper | 
| protected SearchUIModelExtensionPoint | _searchModelManagerThe search model helper. | 
| protected ServerCommHelper | _serverCommHelperThe ServerComm helper. | 
| protected SystemPropertyExtensionPoint | _sysPropEPThe system property extension point. | 
managerEMPTY_MAP| Constructor and Description | 
|---|
| GetSearchFacetsAction() | 
| Modifier and Type | Method and Description | 
|---|---|
| private SearchCriterion | _getCriteria(SearchUIModel searchModel,
            String criterionId) | 
| Map | act(Redirector redirector,
   SourceResolver resolver,
   Map objectModel,
   String source,
   Parameters parameters) | 
| private void | addIndexingField(List<String> properties,
                IndexingField field) | 
| private void | addMetadata(List<String> properties,
           String metaPath,
           ContentType cType) | 
| private void | addSystemProperty(List<String> properties,
                 String propertyId,
                 SearchUIModel model) | 
| private static String | normalize(String str) | 
| void | service(ServiceManager serviceManager) | 
enableLogging, getLogger, setupLogger, setupLogger, setupLoggerprotected ContentTypeExtensionPoint _cTypeEP
protected ContentTypesHelper _cTypeHelper
protected SearchUIModelExtensionPoint _searchModelManager
protected SystemPropertyExtensionPoint _sysPropEP
protected ServerCommHelper _serverCommHelper
public GetSearchFacetsAction()
public void service(ServiceManager serviceManager) throws ServiceException
service in interface Serviceableservice in class ServiceableActionServiceExceptionpublic Map act(Redirector redirector, SourceResolver resolver, Map objectModel, String source, Parameters parameters) throws Exception
Exceptionprivate void addMetadata(List<String> properties, String metaPath, ContentType cType)
private void addIndexingField(List<String> properties, IndexingField field)
private void addSystemProperty(List<String> properties, String propertyId, SearchUIModel model)
private SearchCriterion _getCriteria(SearchUIModel searchModel, String criterionId)