Class GeneratedSolrIndexedType

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

public abstract class GeneratedSolrIndexedType extends GenericItem
Generated class for type SolrIndexedType.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSolrIndexedType

      public GeneratedSolrIndexedType()
  • Method Details

    • getDefaultAttributeModes

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

      public Map<String,String> getAllAdditionalParameters(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.additionalParameters attribute.
      Returns:
      the additionalParameters - additional parameters of indexed type
    • getAllAdditionalParameters

      public Map<String,String> getAllAdditionalParameters()
      Generated method - Getter of the SolrIndexedType.additionalParameters attribute.
      Returns:
      the additionalParameters - additional parameters of indexed type
    • setAllAdditionalParameters

      public void setAllAdditionalParameters(SessionContext ctx, Map<String,String> value)
      Generated method - Setter of the SolrIndexedType.additionalParameters attribute.
      Parameters:
      value - the additionalParameters - additional parameters of indexed type
    • setAllAdditionalParameters

      public void setAllAdditionalParameters(Map<String,String> value)
      Generated method - Setter of the SolrIndexedType.additionalParameters attribute.
      Parameters:
      value - the additionalParameters - additional parameters of indexed type
    • getConfigSet

      public String getConfigSet(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.configSet attribute.
      Returns:
      the configSet - configSet defining configuration for core in solr
    • getConfigSet

      public String getConfigSet()
      Generated method - Getter of the SolrIndexedType.configSet attribute.
      Returns:
      the configSet - configSet defining configuration for core in solr
    • setConfigSet

      public void setConfigSet(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.configSet attribute.
      Parameters:
      value - the configSet - configSet defining configuration for core in solr
    • setConfigSet

      public void setConfigSet(String value)
      Generated method - Setter of the SolrIndexedType.configSet attribute.
      Parameters:
      value - the configSet - configSet defining configuration for core in solr
    • createItem

      protected Item createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes) throws JaloBusinessException
      Description copied from class: Item
      Has to be implemented for each concrete subtype of item. This method is responsible for creating a new item instance ( by calling managers, ejb homes, etc. ) during ComposedType.newInstance(Map).

      In case this method uses any of the attribute values during creation it is required to override Item.getNonInitialAttributes(SessionContext, ItemAttributeMap) too.
      Sn example:

      
       public static final String MY_ATTRIBUTE = "someAttribute"; ... protected Item createItem(SessionContext
       ctx, ComposedType type, Map allAttributes ) throws JaloBusinessException { MyManager man = ... return
       man.createMyItem( (String)allAttributes.get(MY_ATTRIBUTE) );
       // here MY_ATTRIBUTE is used for creation, so it must not be set again } protected Map getNonInitialAttributes(
       SessionContext ctx, Map allAttributes ) { // let superclass remove its own initial attributes Map ret =
       super.getNonInitialAttributes( ctx, allAttributes );
       // remove MY_ATTRIBUTE from all attributes since if has already been set ret.remove(MY_ATTRIBUTE); return ret; }
      
       
      Overrides:
      createItem in class GenericItem
      Parameters:
      ctx - the current session context which this item is created within
      type - the actual item type ( since subtypes may not provide a own jalo class this may be different from the type which this method was implemented for )
      Returns:
      the new item instance
      Throws:
      JaloBusinessException - indicates an error during creation - any changes will be rollbacked
    • getDefaultFieldValueProvider

      public String getDefaultFieldValueProvider(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.defaultFieldValueProvider attribute.
      Returns:
      the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
    • getDefaultFieldValueProvider

      public String getDefaultFieldValueProvider()
      Generated method - Getter of the SolrIndexedType.defaultFieldValueProvider attribute.
      Returns:
      the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
    • setDefaultFieldValueProvider

      public void setDefaultFieldValueProvider(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.defaultFieldValueProvider attribute.
      Parameters:
      value - the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
    • setDefaultFieldValueProvider

      public void setDefaultFieldValueProvider(String value)
      Generated method - Setter of the SolrIndexedType.defaultFieldValueProvider attribute.
      Parameters:
      value - the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
    • getFtsQueryBuilder

      public String getFtsQueryBuilder(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.ftsQueryBuilder attribute.
      Returns:
      the ftsQueryBuilder
    • getFtsQueryBuilder

      public String getFtsQueryBuilder()
      Generated method - Getter of the SolrIndexedType.ftsQueryBuilder attribute.
      Returns:
      the ftsQueryBuilder
    • setFtsQueryBuilder

      public void setFtsQueryBuilder(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.ftsQueryBuilder attribute.
      Parameters:
      value - the ftsQueryBuilder
    • setFtsQueryBuilder

      public void setFtsQueryBuilder(String value)
      Generated method - Setter of the SolrIndexedType.ftsQueryBuilder attribute.
      Parameters:
      value - the ftsQueryBuilder
    • getAllFtsQueryBuilderParameters

      public Map<String,String> getAllFtsQueryBuilderParameters(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.ftsQueryBuilderParameters attribute.
      Returns:
      the ftsQueryBuilderParameters
    • getAllFtsQueryBuilderParameters

      public Map<String,String> getAllFtsQueryBuilderParameters()
      Generated method - Getter of the SolrIndexedType.ftsQueryBuilderParameters attribute.
      Returns:
      the ftsQueryBuilderParameters
    • setAllFtsQueryBuilderParameters

      public void setAllFtsQueryBuilderParameters(SessionContext ctx, Map<String,String> value)
      Generated method - Setter of the SolrIndexedType.ftsQueryBuilderParameters attribute.
      Parameters:
      value - the ftsQueryBuilderParameters
    • setAllFtsQueryBuilderParameters

      public void setAllFtsQueryBuilderParameters(Map<String,String> value)
      Generated method - Setter of the SolrIndexedType.ftsQueryBuilderParameters attribute.
      Parameters:
      value - the ftsQueryBuilderParameters
    • isGroup

      public Boolean isGroup(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.group attribute.
      Returns:
      the group
    • isGroup

      public Boolean isGroup()
      Generated method - Getter of the SolrIndexedType.group attribute.
      Returns:
      the group
    • isGroupAsPrimitive

      public boolean isGroupAsPrimitive(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.group attribute.
      Returns:
      the group
    • isGroupAsPrimitive

      public boolean isGroupAsPrimitive()
      Generated method - Getter of the SolrIndexedType.group attribute.
      Returns:
      the group
    • setGroup

      public void setGroup(SessionContext ctx, Boolean value)
      Generated method - Setter of the SolrIndexedType.group attribute.
      Parameters:
      value - the group
    • setGroup

      public void setGroup(Boolean value)
      Generated method - Setter of the SolrIndexedType.group attribute.
      Parameters:
      value - the group
    • setGroup

      public void setGroup(SessionContext ctx, boolean value)
      Generated method - Setter of the SolrIndexedType.group attribute.
      Parameters:
      value - the group
    • setGroup

      public void setGroup(boolean value)
      Generated method - Setter of the SolrIndexedType.group attribute.
      Parameters:
      value - the group
    • isGroupFacets

      public Boolean isGroupFacets(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.groupFacets attribute.
      Returns:
      the groupFacets
    • isGroupFacets

      public Boolean isGroupFacets()
      Generated method - Getter of the SolrIndexedType.groupFacets attribute.
      Returns:
      the groupFacets
    • isGroupFacetsAsPrimitive

      public boolean isGroupFacetsAsPrimitive(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.groupFacets attribute.
      Returns:
      the groupFacets
    • isGroupFacetsAsPrimitive

      public boolean isGroupFacetsAsPrimitive()
      Generated method - Getter of the SolrIndexedType.groupFacets attribute.
      Returns:
      the groupFacets
    • setGroupFacets

      public void setGroupFacets(SessionContext ctx, Boolean value)
      Generated method - Setter of the SolrIndexedType.groupFacets attribute.
      Parameters:
      value - the groupFacets
    • setGroupFacets

      public void setGroupFacets(Boolean value)
      Generated method - Setter of the SolrIndexedType.groupFacets attribute.
      Parameters:
      value - the groupFacets
    • setGroupFacets

      public void setGroupFacets(SessionContext ctx, boolean value)
      Generated method - Setter of the SolrIndexedType.groupFacets attribute.
      Parameters:
      value - the groupFacets
    • setGroupFacets

      public void setGroupFacets(boolean value)
      Generated method - Setter of the SolrIndexedType.groupFacets attribute.
      Parameters:
      value - the groupFacets
    • getGroupFieldName

      public String getGroupFieldName(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.groupFieldName attribute.
      Returns:
      the groupFieldName
    • getGroupFieldName

      public String getGroupFieldName()
      Generated method - Getter of the SolrIndexedType.groupFieldName attribute.
      Returns:
      the groupFieldName
    • setGroupFieldName

      public void setGroupFieldName(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.groupFieldName attribute.
      Parameters:
      value - the groupFieldName
    • setGroupFieldName

      public void setGroupFieldName(String value)
      Generated method - Setter of the SolrIndexedType.groupFieldName attribute.
      Parameters:
      value - the groupFieldName
    • getGroupLimit

      public Integer getGroupLimit(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.groupLimit attribute.
      Returns:
      the groupLimit
    • getGroupLimit

      public Integer getGroupLimit()
      Generated method - Getter of the SolrIndexedType.groupLimit attribute.
      Returns:
      the groupLimit
    • getGroupLimitAsPrimitive

      public int getGroupLimitAsPrimitive(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.groupLimit attribute.
      Returns:
      the groupLimit
    • getGroupLimitAsPrimitive

      public int getGroupLimitAsPrimitive()
      Generated method - Getter of the SolrIndexedType.groupLimit attribute.
      Returns:
      the groupLimit
    • setGroupLimit

      public void setGroupLimit(SessionContext ctx, Integer value)
      Generated method - Setter of the SolrIndexedType.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • setGroupLimit

      public void setGroupLimit(Integer value)
      Generated method - Setter of the SolrIndexedType.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • setGroupLimit

      public void setGroupLimit(SessionContext ctx, int value)
      Generated method - Setter of the SolrIndexedType.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • setGroupLimit

      public void setGroupLimit(int value)
      Generated method - Setter of the SolrIndexedType.groupLimit attribute.
      Parameters:
      value - the groupLimit
    • getIdentifier

      public String getIdentifier(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.identifier attribute.
      Returns:
      the identifier - name of the Indexed Type
    • getIdentifier

      public String getIdentifier()
      Generated method - Getter of the SolrIndexedType.identifier attribute.
      Returns:
      the identifier - name of the Indexed Type
    • setIdentifier

      protected void setIdentifier(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.identifier attribute.
      Parameters:
      value - the identifier - name of the Indexed Type
    • setIdentifier

      protected void setIdentifier(String value)
      Generated method - Setter of the SolrIndexedType.identifier attribute.
      Parameters:
      value - the identifier - name of the Indexed Type
    • getIdentityProvider

      public String getIdentityProvider(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.identityProvider attribute.
      Returns:
      the identityProvider
    • getIdentityProvider

      public String getIdentityProvider()
      Generated method - Getter of the SolrIndexedType.identityProvider attribute.
      Returns:
      the identityProvider
    • setIdentityProvider

      public void setIdentityProvider(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.identityProvider attribute.
      Parameters:
      value - the identityProvider
    • setIdentityProvider

      public void setIdentityProvider(String value)
      Generated method - Setter of the SolrIndexedType.identityProvider attribute.
      Parameters:
      value - the identityProvider
    • getIndexName

      public String getIndexName(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.indexName attribute.
      Returns:
      the indexName
    • getIndexName

      public String getIndexName()
      Generated method - Getter of the SolrIndexedType.indexName attribute.
      Returns:
      the indexName
    • setIndexName

      public void setIndexName(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.indexName attribute.
      Parameters:
      value - the indexName
    • setIndexName

      public void setIndexName(String value)
      Generated method - Setter of the SolrIndexedType.indexName attribute.
      Parameters:
      value - the indexName
    • getListeners

      public Collection<String> getListeners(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.listeners attribute.
      Returns:
      the listeners
    • getListeners

      public Collection<String> getListeners()
      Generated method - Getter of the SolrIndexedType.listeners attribute.
      Returns:
      the listeners
    • setListeners

      public void setListeners(SessionContext ctx, Collection<String> value)
      Generated method - Setter of the SolrIndexedType.listeners attribute.
      Parameters:
      value - the listeners
    • setListeners

      public void setListeners(Collection<String> value)
      Generated method - Setter of the SolrIndexedType.listeners attribute.
      Parameters:
      value - the listeners
    • getModelLoader

      public String getModelLoader(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.modelLoader attribute.
      Returns:
      the modelLoader
    • getModelLoader

      public String getModelLoader()
      Generated method - Getter of the SolrIndexedType.modelLoader attribute.
      Returns:
      the modelLoader
    • setModelLoader

      public void setModelLoader(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.modelLoader attribute.
      Parameters:
      value - the modelLoader
    • setModelLoader

      public void setModelLoader(String value)
      Generated method - Setter of the SolrIndexedType.modelLoader attribute.
      Parameters:
      value - the modelLoader
    • getSearchQueryTemplates

      public Collection<SolrSearchQueryTemplate> getSearchQueryTemplates(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.searchQueryTemplates attribute.
      Returns:
      the searchQueryTemplates
    • getSearchQueryTemplates

      public Collection<SolrSearchQueryTemplate> getSearchQueryTemplates()
      Generated method - Getter of the SolrIndexedType.searchQueryTemplates attribute.
      Returns:
      the searchQueryTemplates
    • setSearchQueryTemplates

      public void setSearchQueryTemplates(SessionContext ctx, Collection<SolrSearchQueryTemplate> value)
      Generated method - Setter of the SolrIndexedType.searchQueryTemplates attribute.
      Parameters:
      value - the searchQueryTemplates
    • setSearchQueryTemplates

      public void setSearchQueryTemplates(Collection<SolrSearchQueryTemplate> value)
      Generated method - Setter of the SolrIndexedType.searchQueryTemplates attribute.
      Parameters:
      value - the searchQueryTemplates
    • addToSearchQueryTemplates

      public void addToSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value)
      Generated method - Adds value to searchQueryTemplates.
      Parameters:
      value - the item to add to searchQueryTemplates
    • addToSearchQueryTemplates

      public void addToSearchQueryTemplates(SolrSearchQueryTemplate value)
      Generated method - Adds value to searchQueryTemplates.
      Parameters:
      value - the item to add to searchQueryTemplates
    • removeFromSearchQueryTemplates

      public void removeFromSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value)
      Generated method - Removes value from searchQueryTemplates.
      Parameters:
      value - the item to remove from searchQueryTemplates
    • removeFromSearchQueryTemplates

      public void removeFromSearchQueryTemplates(SolrSearchQueryTemplate value)
      Generated method - Removes value from searchQueryTemplates.
      Parameters:
      value - the item to remove from searchQueryTemplates
    • getSolrFacetSearchConfig

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

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

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

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

      public List<SolrIndexedProperty> getSolrIndexedProperties(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.solrIndexedProperties attribute.
      Returns:
      the solrIndexedProperties
    • getSolrIndexedProperties

      public List<SolrIndexedProperty> getSolrIndexedProperties()
      Generated method - Getter of the SolrIndexedType.solrIndexedProperties attribute.
      Returns:
      the solrIndexedProperties
    • setSolrIndexedProperties

      public void setSolrIndexedProperties(SessionContext ctx, List<SolrIndexedProperty> value)
      Generated method - Setter of the SolrIndexedType.solrIndexedProperties attribute.
      Parameters:
      value - the solrIndexedProperties
    • setSolrIndexedProperties

      public void setSolrIndexedProperties(List<SolrIndexedProperty> value)
      Generated method - Setter of the SolrIndexedType.solrIndexedProperties attribute.
      Parameters:
      value - the solrIndexedProperties
    • addToSolrIndexedProperties

      public void addToSolrIndexedProperties(SessionContext ctx, SolrIndexedProperty value)
      Generated method - Adds value to solrIndexedProperties.
      Parameters:
      value - the item to add to solrIndexedProperties
    • addToSolrIndexedProperties

      public void addToSolrIndexedProperties(SolrIndexedProperty value)
      Generated method - Adds value to solrIndexedProperties.
      Parameters:
      value - the item to add to solrIndexedProperties
    • removeFromSolrIndexedProperties

      public void removeFromSolrIndexedProperties(SessionContext ctx, SolrIndexedProperty value)
      Generated method - Removes value from solrIndexedProperties.
      Parameters:
      value - the item to remove from solrIndexedProperties
    • removeFromSolrIndexedProperties

      public void removeFromSolrIndexedProperties(SolrIndexedProperty value)
      Generated method - Removes value from solrIndexedProperties.
      Parameters:
      value - the item to remove from solrIndexedProperties
    • getSolrIndexerQueries

      public List<SolrIndexerQuery> getSolrIndexerQueries(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.solrIndexerQueries attribute.
      Returns:
      the solrIndexerQueries
    • getSolrIndexerQueries

      public List<SolrIndexerQuery> getSolrIndexerQueries()
      Generated method - Getter of the SolrIndexedType.solrIndexerQueries attribute.
      Returns:
      the solrIndexerQueries
    • setSolrIndexerQueries

      public void setSolrIndexerQueries(SessionContext ctx, List<SolrIndexerQuery> value)
      Generated method - Setter of the SolrIndexedType.solrIndexerQueries attribute.
      Parameters:
      value - the solrIndexerQueries
    • setSolrIndexerQueries

      public void setSolrIndexerQueries(List<SolrIndexerQuery> value)
      Generated method - Setter of the SolrIndexedType.solrIndexerQueries attribute.
      Parameters:
      value - the solrIndexerQueries
    • addToSolrIndexerQueries

      public void addToSolrIndexerQueries(SessionContext ctx, SolrIndexerQuery value)
      Generated method - Adds value to solrIndexerQueries.
      Parameters:
      value - the item to add to solrIndexerQueries
    • addToSolrIndexerQueries

      public void addToSolrIndexerQueries(SolrIndexerQuery value)
      Generated method - Adds value to solrIndexerQueries.
      Parameters:
      value - the item to add to solrIndexerQueries
    • removeFromSolrIndexerQueries

      public void removeFromSolrIndexerQueries(SessionContext ctx, SolrIndexerQuery value)
      Generated method - Removes value from solrIndexerQueries.
      Parameters:
      value - the item to remove from solrIndexerQueries
    • removeFromSolrIndexerQueries

      public void removeFromSolrIndexerQueries(SolrIndexerQuery value)
      Generated method - Removes value from solrIndexerQueries.
      Parameters:
      value - the item to remove from solrIndexerQueries
    • getSolrResultConverter

      public String getSolrResultConverter(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.solrResultConverter attribute.
      Returns:
      the solrResultConverter
    • getSolrResultConverter

      public String getSolrResultConverter()
      Generated method - Getter of the SolrIndexedType.solrResultConverter attribute.
      Returns:
      the solrResultConverter
    • setSolrResultConverter

      public void setSolrResultConverter(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.solrResultConverter attribute.
      Parameters:
      value - the solrResultConverter
    • setSolrResultConverter

      public void setSolrResultConverter(String value)
      Generated method - Setter of the SolrIndexedType.solrResultConverter attribute.
      Parameters:
      value - the solrResultConverter
    • getSorts

      public List<SolrSort> getSorts(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.sorts attribute.
      Returns:
      the sorts
    • getSorts

      public List<SolrSort> getSorts()
      Generated method - Getter of the SolrIndexedType.sorts attribute.
      Returns:
      the sorts
    • setSorts

      public void setSorts(SessionContext ctx, List<SolrSort> value)
      Generated method - Setter of the SolrIndexedType.sorts attribute.
      Parameters:
      value - the sorts
    • setSorts

      public void setSorts(List<SolrSort> value)
      Generated method - Setter of the SolrIndexedType.sorts attribute.
      Parameters:
      value - the sorts
    • addToSorts

      public void addToSorts(SessionContext ctx, SolrSort value)
      Generated method - Adds value to sorts.
      Parameters:
      value - the item to add to sorts
    • addToSorts

      public void addToSorts(SolrSort value)
      Generated method - Adds value to sorts.
      Parameters:
      value - the item to add to sorts
    • removeFromSorts

      public void removeFromSorts(SessionContext ctx, SolrSort value)
      Generated method - Removes value from sorts.
      Parameters:
      value - the item to remove from sorts
    • removeFromSorts

      public void removeFromSorts(SolrSort value)
      Generated method - Removes value from sorts.
      Parameters:
      value - the item to remove from sorts
    • getType

      public ComposedType getType(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.type attribute.
      Returns:
      the type - enclosing type of the Indexed Type
    • getType

      public ComposedType getType()
      Generated method - Getter of the SolrIndexedType.type attribute.
      Returns:
      the type - enclosing type of the Indexed Type
    • setType

      public void setType(SessionContext ctx, ComposedType value)
      Generated method - Setter of the SolrIndexedType.type attribute.
      Parameters:
      value - the type - enclosing type of the Indexed Type
    • setType

      public void setType(ComposedType value)
      Generated method - Setter of the SolrIndexedType.type attribute.
      Parameters:
      value - the type - enclosing type of the Indexed Type
    • getValuesProvider

      public String getValuesProvider(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.valuesProvider attribute.
      Returns:
      the valuesProvider
    • getValuesProvider

      public String getValuesProvider()
      Generated method - Getter of the SolrIndexedType.valuesProvider attribute.
      Returns:
      the valuesProvider
    • setValuesProvider

      public void setValuesProvider(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedType.valuesProvider attribute.
      Parameters:
      value - the valuesProvider
    • setValuesProvider

      public void setValuesProvider(String value)
      Generated method - Setter of the SolrIndexedType.valuesProvider attribute.
      Parameters:
      value - the valuesProvider
    • isVariant

      public Boolean isVariant(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.variant attribute.
      Returns:
      the variant
    • isVariant

      public Boolean isVariant()
      Generated method - Getter of the SolrIndexedType.variant attribute.
      Returns:
      the variant
    • isVariantAsPrimitive

      public boolean isVariantAsPrimitive(SessionContext ctx)
      Generated method - Getter of the SolrIndexedType.variant attribute.
      Returns:
      the variant
    • isVariantAsPrimitive

      public boolean isVariantAsPrimitive()
      Generated method - Getter of the SolrIndexedType.variant attribute.
      Returns:
      the variant
    • setVariant

      public void setVariant(SessionContext ctx, Boolean value)
      Generated method - Setter of the SolrIndexedType.variant attribute.
      Parameters:
      value - the variant
    • setVariant

      public void setVariant(Boolean value)
      Generated method - Setter of the SolrIndexedType.variant attribute.
      Parameters:
      value - the variant
    • setVariant

      public void setVariant(SessionContext ctx, boolean value)
      Generated method - Setter of the SolrIndexedType.variant attribute.
      Parameters:
      value - the variant
    • setVariant

      public void setVariant(boolean value)
      Generated method - Setter of the SolrIndexedType.variant attribute.
      Parameters:
      value - the variant