public class SolrFacetReconfigurationDynamicDescription extends Object implements DynamicAttributeHandler<String,SolrFacetReconfigurationModel>
| Constructor and Description |
|---|
SolrFacetReconfigurationDynamicDescription() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(SolrFacetReconfigurationModel model)
Holds logic behind getter for dynamic attribute.
|
protected String |
getLocalizedName(SolrFacetReconfigurationModel model,
String attributeDescriptorId) |
protected List<String> |
getOverridenAttributeNames(SolrFacetReconfigurationModel model) |
protected String |
getOverridenAttributeString(SolrFacetReconfigurationModel model) |
TypeService |
getTypeService() |
void |
set(SolrFacetReconfigurationModel model,
String value)
Holds logic behind setter for dynamic attribute.
|
void |
setTypeService(TypeService typeService) |
public SolrFacetReconfigurationDynamicDescription()
public String get(SolrFacetReconfigurationModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<String,SolrFacetReconfigurationModel>model - model for which dynamic attribute is declared.protected String getOverridenAttributeString(SolrFacetReconfigurationModel model)
protected List<String> getOverridenAttributeNames(SolrFacetReconfigurationModel model)
protected String getLocalizedName(SolrFacetReconfigurationModel model, String attributeDescriptorId)
public void set(SolrFacetReconfigurationModel model, String value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<String,SolrFacetReconfigurationModel>model - model for which dynamic attribute is declared.value - the value which will be used by setter logic.public TypeService getTypeService()
public void setTypeService(TypeService typeService)
typeService - the typeService to setCopyright © 2017 SAP SE. All Rights Reserved.