Class GeneratedBackofficeIndexedTypeToSolrFacetSearchConfig

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
BackofficeIndexedTypeToSolrFacetSearchConfig

public abstract class GeneratedBackofficeIndexedTypeToSolrFacetSearchConfig extends GenericItem
See Also:
  • Field Details

    • INDEXEDTYPE

      public static final String INDEXEDTYPE
      Qualifier of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute
      See Also:
    • SOLRFACETSEARCHCONFIG

      public static final String SOLRFACETSEARCHCONFIG
      Qualifier of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedBackofficeIndexedTypeToSolrFacetSearchConfig

      public GeneratedBackofficeIndexedTypeToSolrFacetSearchConfig()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getIndexedType

      public ComposedType getIndexedType(SessionContext ctx)
      Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute.
      Returns:
      the indexedType
    • getIndexedType

      public ComposedType getIndexedType()
      Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute.
      Returns:
      the indexedType
    • setIndexedType

      public void setIndexedType(SessionContext ctx, ComposedType value)
      Generated method - Setter of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute.
      Parameters:
      value - the indexedType
    • setIndexedType

      public void setIndexedType(ComposedType value)
      Generated method - Setter of the BackofficeIndexedTypeToSolrFacetSearchConfig.indexedType attribute.
      Parameters:
      value - the indexedType
    • getSolrFacetSearchConfig

      public SolrFacetSearchConfig getSolrFacetSearchConfig(SessionContext ctx)
      Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute.
      Returns:
      the solrFacetSearchConfig
    • getSolrFacetSearchConfig

      public SolrFacetSearchConfig getSolrFacetSearchConfig()
      Generated method - Getter of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute.
      Returns:
      the solrFacetSearchConfig
    • setSolrFacetSearchConfig

      public void setSolrFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)
      Generated method - Setter of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute.
      Parameters:
      value - the solrFacetSearchConfig
    • setSolrFacetSearchConfig

      public void setSolrFacetSearchConfig(SolrFacetSearchConfig value)
      Generated method - Setter of the BackofficeIndexedTypeToSolrFacetSearchConfig.solrFacetSearchConfig attribute.
      Parameters:
      value - the solrFacetSearchConfig