Class GeneratedBackofficesolrsearchManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
com.hybris.backoffice.solrsearch.jalo.GeneratedBackofficesolrsearchManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
BackofficesolrsearchManager

public abstract class GeneratedBackofficesolrsearchManager extends Extension
Generated class for type BackofficesolrsearchManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedBackofficesolrsearchManager

      public GeneratedBackofficesolrsearchManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • getBackofficeDisplayName

      public String getBackofficeDisplayName(SessionContext ctx, SolrIndexedProperty item)
      Generated method - Getter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Returns:
      the backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • getBackofficeDisplayName

      public String getBackofficeDisplayName(SolrIndexedProperty item)
      Generated method - Getter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Returns:
      the backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • getAllBackofficeDisplayName

      public Map<Language,String> getAllBackofficeDisplayName(SessionContext ctx, SolrIndexedProperty item)
      Generated method - Getter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Returns:
      the localized backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • getAllBackofficeDisplayName

      public Map<Language,String> getAllBackofficeDisplayName(SolrIndexedProperty item)
      Generated method - Getter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Returns:
      the localized backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • setBackofficeDisplayName

      public void setBackofficeDisplayName(SessionContext ctx, SolrIndexedProperty item, String value)
      Generated method - Setter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Parameters:
      value - the backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • setBackofficeDisplayName

      public void setBackofficeDisplayName(SolrIndexedProperty item, String value)
      Generated method - Setter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Parameters:
      value - the backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • setAllBackofficeDisplayName

      public void setAllBackofficeDisplayName(SessionContext ctx, SolrIndexedProperty item, Map<Language,String> value)
      Generated method - Setter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Parameters:
      value - the backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • setAllBackofficeDisplayName

      public void setAllBackofficeDisplayName(SolrIndexedProperty item, Map<Language,String> value)
      Generated method - Setter of the SolrIndexedProperty.backofficeDisplayName attribute.
      Parameters:
      value - the backofficeDisplayName - The display name for this property in the list of backoffice facets.
    • createBackofficeIndexedTypeToSolrFacetSearchConfig

      public BackofficeIndexedTypeToSolrFacetSearchConfig createBackofficeIndexedTypeToSolrFacetSearchConfig(SessionContext ctx, Map attributeValues)
    • createBackofficeIndexedTypeToSolrFacetSearchConfig

      public BackofficeIndexedTypeToSolrFacetSearchConfig createBackofficeIndexedTypeToSolrFacetSearchConfig(Map attributeValues)
    • createBackofficeSolrIndexerCronJob

      public BackofficeSolrIndexerCronJob createBackofficeSolrIndexerCronJob(SessionContext ctx, Map attributeValues)
    • createBackofficeSolrIndexerCronJob

      public BackofficeSolrIndexerCronJob createBackofficeSolrIndexerCronJob(Map attributeValues)
    • createSolrModifiedItem

      public SolrModifiedItem createSolrModifiedItem(SessionContext ctx, Map attributeValues)
    • createSolrModifiedItem

      public SolrModifiedItem createSolrModifiedItem(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension