public class SolrFacetReconfigurationDynamicDescription extends java.lang.Object implements DynamicAttributeHandler<java.lang.String,SolrFacetReconfigurationModel>
| Constructor and Description |
|---|
SolrFacetReconfigurationDynamicDescription() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get(SolrFacetReconfigurationModel model)
Holds logic behind getter for dynamic attribute.
|
protected java.lang.String |
getLocalizedName(SolrFacetReconfigurationModel model,
java.lang.String attributeDescriptorId) |
protected java.util.List<java.lang.String> |
getOverridenAttributeNames(SolrFacetReconfigurationModel model) |
protected java.lang.String |
getOverridenAttributeString(SolrFacetReconfigurationModel model) |
TypeService |
getTypeService() |
void |
set(SolrFacetReconfigurationModel model,
java.lang.String value)
Holds logic behind setter for dynamic attribute.
|
void |
setTypeService(TypeService typeService) |
public SolrFacetReconfigurationDynamicDescription()
public java.lang.String get(SolrFacetReconfigurationModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.lang.String,SolrFacetReconfigurationModel>model - model for which dynamic attribute is declared.protected java.lang.String getOverridenAttributeString(SolrFacetReconfigurationModel model)
protected java.util.List<java.lang.String> getOverridenAttributeNames(SolrFacetReconfigurationModel model)
protected java.lang.String getLocalizedName(SolrFacetReconfigurationModel model, java.lang.String attributeDescriptorId)
public void set(SolrFacetReconfigurationModel model, java.lang.String value)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.lang.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 © 2018 SAP SE. All Rights Reserved.