Class GeneratedSolrIndexedType
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.solrfacetsearch.jalo.config.GeneratedSolrIndexedType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SolrIndexedType
public abstract class GeneratedSolrIndexedType extends GenericItem
Generated class for typeSolrIndexedType
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
ADDITIONALPARAMETERS
Qualifier of theSolrIndexedType.additionalParameters
attributestatic java.lang.String
CONFIGSET
Qualifier of theSolrIndexedType.configSet
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DEFAULTFIELDVALUEPROVIDER
Qualifier of theSolrIndexedType.defaultFieldValueProvider
attributestatic java.lang.String
FTSQUERYBUILDER
Qualifier of theSolrIndexedType.ftsQueryBuilder
attributestatic java.lang.String
FTSQUERYBUILDERPARAMETERS
Qualifier of theSolrIndexedType.ftsQueryBuilderParameters
attributestatic java.lang.String
GROUP
Qualifier of theSolrIndexedType.group
attributestatic java.lang.String
GROUPFACETS
Qualifier of theSolrIndexedType.groupFacets
attributestatic java.lang.String
GROUPFIELDNAME
Qualifier of theSolrIndexedType.groupFieldName
attributestatic java.lang.String
GROUPLIMIT
Qualifier of theSolrIndexedType.groupLimit
attributestatic java.lang.String
IDENTIFIER
Qualifier of theSolrIndexedType.identifier
attributestatic java.lang.String
IDENTITYPROVIDER
Qualifier of theSolrIndexedType.identityProvider
attributestatic java.lang.String
INDEXNAME
Qualifier of theSolrIndexedType.indexName
attributestatic java.lang.String
LISTENERS
Qualifier of theSolrIndexedType.listeners
attributestatic java.lang.String
MODELLOADER
Qualifier of theSolrIndexedType.modelLoader
attributestatic java.lang.String
SEARCHQUERYTEMPLATES
Qualifier of theSolrIndexedType.searchQueryTemplates
attributeprotected static OneToManyHandler<SolrSearchQueryTemplate>
SEARCHQUERYTEMPLATESHANDLER
OneToManyHandler
for handling 1:n SEARCHQUERYTEMPLATES's relation attributes from 'many' side.static java.lang.String
SOLRFACETSEARCHCONFIG
Qualifier of theSolrIndexedType.solrFacetSearchConfig
attributeprotected static BidirectionalOneToManyHandler<GeneratedSolrIndexedType>
SOLRFACETSEARCHCONFIGHANDLER
BidirectionalOneToManyHandler
for handling 1:n SOLRFACETSEARCHCONFIG's relation attributes from 'one' side.static java.lang.String
SOLRFACETSEARCHCONFIGPOS
Qualifier of theSolrIndexedType.solrFacetSearchConfigPOS
attributestatic java.lang.String
SOLRINDEXEDPROPERTIES
Qualifier of theSolrIndexedType.solrIndexedProperties
attributeprotected static OneToManyHandler<SolrIndexedProperty>
SOLRINDEXEDPROPERTIESHANDLER
OneToManyHandler
for handling 1:n SOLRINDEXEDPROPERTIES's relation attributes from 'many' side.static java.lang.String
SOLRINDEXERQUERIES
Qualifier of theSolrIndexedType.solrIndexerQueries
attributeprotected static OneToManyHandler<SolrIndexerQuery>
SOLRINDEXERQUERIESHANDLER
OneToManyHandler
for handling 1:n SOLRINDEXERQUERIES's relation attributes from 'many' side.static java.lang.String
SOLRRESULTCONVERTER
Qualifier of theSolrIndexedType.solrResultConverter
attributestatic java.lang.String
SORTS
Qualifier of theSolrIndexedType.sorts
attributeprotected static OneToManyHandler<SolrSort>
SORTSHANDLER
OneToManyHandler
for handling 1:n SORTS's relation attributes from 'many' side.static java.lang.String
TYPE
Qualifier of theSolrIndexedType.type
attributestatic java.lang.String
VALUESPROVIDER
Qualifier of theSolrIndexedType.valuesProvider
attributestatic java.lang.String
VARIANT
Qualifier of theSolrIndexedType.variant
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedSolrIndexedType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value)
Generated method - Addsvalue
to searchQueryTemplates.void
addToSearchQueryTemplates(SolrSearchQueryTemplate value)
Generated method - Addsvalue
to searchQueryTemplates.void
addToSolrIndexedProperties(SessionContext ctx, SolrIndexedProperty value)
Generated method - Addsvalue
to solrIndexedProperties.void
addToSolrIndexedProperties(SolrIndexedProperty value)
Generated method - Addsvalue
to solrIndexedProperties.void
addToSolrIndexerQueries(SessionContext ctx, SolrIndexerQuery value)
Generated method - Addsvalue
to solrIndexerQueries.void
addToSolrIndexerQueries(SolrIndexerQuery value)
Generated method - Addsvalue
to solrIndexerQueries.void
addToSorts(SessionContext ctx, SolrSort value)
Generated method - Addsvalue
to sorts.void
addToSorts(SolrSort value)
Generated method - Addsvalue
to sorts.protected Item
createItem(SessionContext ctx, ComposedType type, Item.ItemAttributeMap allAttributes)
Has to be implemented for each concrete subtype of item.java.util.Map<java.lang.String,java.lang.String>
getAllAdditionalParameters()
Generated method - Getter of theSolrIndexedType.additionalParameters
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllAdditionalParameters(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.additionalParameters
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllFtsQueryBuilderParameters()
Generated method - Getter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.java.util.Map<java.lang.String,java.lang.String>
getAllFtsQueryBuilderParameters(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.java.lang.String
getConfigSet()
Generated method - Getter of theSolrIndexedType.configSet
attribute.java.lang.String
getConfigSet(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.configSet
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.lang.String
getDefaultFieldValueProvider()
Generated method - Getter of theSolrIndexedType.defaultFieldValueProvider
attribute.java.lang.String
getDefaultFieldValueProvider(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.defaultFieldValueProvider
attribute.java.lang.String
getFtsQueryBuilder()
Generated method - Getter of theSolrIndexedType.ftsQueryBuilder
attribute.java.lang.String
getFtsQueryBuilder(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.ftsQueryBuilder
attribute.java.lang.String
getGroupFieldName()
Generated method - Getter of theSolrIndexedType.groupFieldName
attribute.java.lang.String
getGroupFieldName(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupFieldName
attribute.java.lang.Integer
getGroupLimit()
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.java.lang.Integer
getGroupLimit(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.int
getGroupLimitAsPrimitive()
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.int
getGroupLimitAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.java.lang.String
getIdentifier()
Generated method - Getter of theSolrIndexedType.identifier
attribute.java.lang.String
getIdentifier(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.identifier
attribute.java.lang.String
getIdentityProvider()
Generated method - Getter of theSolrIndexedType.identityProvider
attribute.java.lang.String
getIdentityProvider(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.identityProvider
attribute.java.lang.String
getIndexName()
Generated method - Getter of theSolrIndexedType.indexName
attribute.java.lang.String
getIndexName(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.indexName
attribute.java.util.Collection<java.lang.String>
getListeners()
Generated method - Getter of theSolrIndexedType.listeners
attribute.java.util.Collection<java.lang.String>
getListeners(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.listeners
attribute.java.lang.String
getModelLoader()
Generated method - Getter of theSolrIndexedType.modelLoader
attribute.java.lang.String
getModelLoader(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.modelLoader
attribute.java.util.Collection<SolrSearchQueryTemplate>
getSearchQueryTemplates()
Generated method - Getter of theSolrIndexedType.searchQueryTemplates
attribute.java.util.Collection<SolrSearchQueryTemplate>
getSearchQueryTemplates(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.searchQueryTemplates
attribute.SolrFacetSearchConfig
getSolrFacetSearchConfig()
Generated method - Getter of theSolrIndexedType.solrFacetSearchConfig
attribute.SolrFacetSearchConfig
getSolrFacetSearchConfig(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrFacetSearchConfig
attribute.java.util.List<SolrIndexedProperty>
getSolrIndexedProperties()
Generated method - Getter of theSolrIndexedType.solrIndexedProperties
attribute.java.util.List<SolrIndexedProperty>
getSolrIndexedProperties(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrIndexedProperties
attribute.java.util.List<SolrIndexerQuery>
getSolrIndexerQueries()
Generated method - Getter of theSolrIndexedType.solrIndexerQueries
attribute.java.util.List<SolrIndexerQuery>
getSolrIndexerQueries(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrIndexerQueries
attribute.java.lang.String
getSolrResultConverter()
Generated method - Getter of theSolrIndexedType.solrResultConverter
attribute.java.lang.String
getSolrResultConverter(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrResultConverter
attribute.java.util.List<SolrSort>
getSorts()
Generated method - Getter of theSolrIndexedType.sorts
attribute.java.util.List<SolrSort>
getSorts(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.sorts
attribute.ComposedType
getType()
Generated method - Getter of theSolrIndexedType.type
attribute.ComposedType
getType(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.type
attribute.java.lang.String
getValuesProvider()
Generated method - Getter of theSolrIndexedType.valuesProvider
attribute.java.lang.String
getValuesProvider(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.valuesProvider
attribute.java.lang.Boolean
isGroup()
Generated method - Getter of theSolrIndexedType.group
attribute.java.lang.Boolean
isGroup(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.group
attribute.boolean
isGroupAsPrimitive()
Generated method - Getter of theSolrIndexedType.group
attribute.boolean
isGroupAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.group
attribute.java.lang.Boolean
isGroupFacets()
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.java.lang.Boolean
isGroupFacets(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.boolean
isGroupFacetsAsPrimitive()
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.boolean
isGroupFacetsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.java.lang.Boolean
isVariant()
Generated method - Getter of theSolrIndexedType.variant
attribute.java.lang.Boolean
isVariant(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.variant
attribute.boolean
isVariantAsPrimitive()
Generated method - Getter of theSolrIndexedType.variant
attribute.boolean
isVariantAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.variant
attribute.void
removeFromSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value)
Generated method - Removesvalue
from searchQueryTemplates.void
removeFromSearchQueryTemplates(SolrSearchQueryTemplate value)
Generated method - Removesvalue
from searchQueryTemplates.void
removeFromSolrIndexedProperties(SessionContext ctx, SolrIndexedProperty value)
Generated method - Removesvalue
from solrIndexedProperties.void
removeFromSolrIndexedProperties(SolrIndexedProperty value)
Generated method - Removesvalue
from solrIndexedProperties.void
removeFromSolrIndexerQueries(SessionContext ctx, SolrIndexerQuery value)
Generated method - Removesvalue
from solrIndexerQueries.void
removeFromSolrIndexerQueries(SolrIndexerQuery value)
Generated method - Removesvalue
from solrIndexerQueries.void
removeFromSorts(SessionContext ctx, SolrSort value)
Generated method - Removesvalue
from sorts.void
removeFromSorts(SolrSort value)
Generated method - Removesvalue
from sorts.void
setAllAdditionalParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.additionalParameters
attribute.void
setAllAdditionalParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.additionalParameters
attribute.void
setAllFtsQueryBuilderParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.void
setAllFtsQueryBuilderParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.void
setConfigSet(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.configSet
attribute.void
setConfigSet(java.lang.String value)
Generated method - Setter of theSolrIndexedType.configSet
attribute.void
setDefaultFieldValueProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.defaultFieldValueProvider
attribute.void
setDefaultFieldValueProvider(java.lang.String value)
Generated method - Setter of theSolrIndexedType.defaultFieldValueProvider
attribute.void
setFtsQueryBuilder(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilder
attribute.void
setFtsQueryBuilder(java.lang.String value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilder
attribute.void
setGroup(boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.void
setGroup(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.void
setGroup(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.void
setGroup(java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.void
setGroupFacets(boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.void
setGroupFacets(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.void
setGroupFacets(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.void
setGroupFacets(java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.void
setGroupFieldName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.groupFieldName
attribute.void
setGroupFieldName(java.lang.String value)
Generated method - Setter of theSolrIndexedType.groupFieldName
attribute.void
setGroupLimit(int value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.void
setGroupLimit(SessionContext ctx, int value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.void
setGroupLimit(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.void
setGroupLimit(java.lang.Integer value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.protected void
setIdentifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.identifier
attribute.protected void
setIdentifier(java.lang.String value)
Generated method - Setter of theSolrIndexedType.identifier
attribute.void
setIdentityProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.identityProvider
attribute.void
setIdentityProvider(java.lang.String value)
Generated method - Setter of theSolrIndexedType.identityProvider
attribute.void
setIndexName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.indexName
attribute.void
setIndexName(java.lang.String value)
Generated method - Setter of theSolrIndexedType.indexName
attribute.void
setListeners(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrIndexedType.listeners
attribute.void
setListeners(java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrIndexedType.listeners
attribute.void
setModelLoader(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.modelLoader
attribute.void
setModelLoader(java.lang.String value)
Generated method - Setter of theSolrIndexedType.modelLoader
attribute.void
setSearchQueryTemplates(SessionContext ctx, java.util.Collection<SolrSearchQueryTemplate> value)
Generated method - Setter of theSolrIndexedType.searchQueryTemplates
attribute.void
setSearchQueryTemplates(java.util.Collection<SolrSearchQueryTemplate> value)
Generated method - Setter of theSolrIndexedType.searchQueryTemplates
attribute.void
setSolrFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndexedType.solrFacetSearchConfig
attribute.void
setSolrFacetSearchConfig(SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndexedType.solrFacetSearchConfig
attribute.void
setSolrIndexedProperties(SessionContext ctx, java.util.List<SolrIndexedProperty> value)
Generated method - Setter of theSolrIndexedType.solrIndexedProperties
attribute.void
setSolrIndexedProperties(java.util.List<SolrIndexedProperty> value)
Generated method - Setter of theSolrIndexedType.solrIndexedProperties
attribute.void
setSolrIndexerQueries(SessionContext ctx, java.util.List<SolrIndexerQuery> value)
Generated method - Setter of theSolrIndexedType.solrIndexerQueries
attribute.void
setSolrIndexerQueries(java.util.List<SolrIndexerQuery> value)
Generated method - Setter of theSolrIndexedType.solrIndexerQueries
attribute.void
setSolrResultConverter(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.solrResultConverter
attribute.void
setSolrResultConverter(java.lang.String value)
Generated method - Setter of theSolrIndexedType.solrResultConverter
attribute.void
setSorts(SessionContext ctx, java.util.List<SolrSort> value)
Generated method - Setter of theSolrIndexedType.sorts
attribute.void
setSorts(java.util.List<SolrSort> value)
Generated method - Setter of theSolrIndexedType.sorts
attribute.void
setType(SessionContext ctx, ComposedType value)
Generated method - Setter of theSolrIndexedType.type
attribute.void
setType(ComposedType value)
Generated method - Setter of theSolrIndexedType.type
attribute.void
setValuesProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.valuesProvider
attribute.void
setValuesProvider(java.lang.String value)
Generated method - Setter of theSolrIndexedType.valuesProvider
attribute.void
setVariant(boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.void
setVariant(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.void
setVariant(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.void
setVariant(java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
IDENTIFIER
public static final java.lang.String IDENTIFIER
Qualifier of theSolrIndexedType.identifier
attribute- See Also:
- Constant Field Values
-
TYPE
public static final java.lang.String TYPE
Qualifier of theSolrIndexedType.type
attribute- See Also:
- Constant Field Values
-
VARIANT
public static final java.lang.String VARIANT
Qualifier of theSolrIndexedType.variant
attribute- See Also:
- Constant Field Values
-
IDENTITYPROVIDER
public static final java.lang.String IDENTITYPROVIDER
Qualifier of theSolrIndexedType.identityProvider
attribute- See Also:
- Constant Field Values
-
MODELLOADER
public static final java.lang.String MODELLOADER
Qualifier of theSolrIndexedType.modelLoader
attribute- See Also:
- Constant Field Values
-
DEFAULTFIELDVALUEPROVIDER
public static final java.lang.String DEFAULTFIELDVALUEPROVIDER
Qualifier of theSolrIndexedType.defaultFieldValueProvider
attribute- See Also:
- Constant Field Values
-
VALUESPROVIDER
public static final java.lang.String VALUESPROVIDER
Qualifier of theSolrIndexedType.valuesProvider
attribute- See Also:
- Constant Field Values
-
INDEXNAME
public static final java.lang.String INDEXNAME
Qualifier of theSolrIndexedType.indexName
attribute- See Also:
- Constant Field Values
-
SOLRRESULTCONVERTER
public static final java.lang.String SOLRRESULTCONVERTER
Qualifier of theSolrIndexedType.solrResultConverter
attribute- See Also:
- Constant Field Values
-
GROUP
public static final java.lang.String GROUP
Qualifier of theSolrIndexedType.group
attribute- See Also:
- Constant Field Values
-
GROUPFIELDNAME
public static final java.lang.String GROUPFIELDNAME
Qualifier of theSolrIndexedType.groupFieldName
attribute- See Also:
- Constant Field Values
-
GROUPLIMIT
public static final java.lang.String GROUPLIMIT
Qualifier of theSolrIndexedType.groupLimit
attribute- See Also:
- Constant Field Values
-
GROUPFACETS
public static final java.lang.String GROUPFACETS
Qualifier of theSolrIndexedType.groupFacets
attribute- See Also:
- Constant Field Values
-
LISTENERS
public static final java.lang.String LISTENERS
Qualifier of theSolrIndexedType.listeners
attribute- See Also:
- Constant Field Values
-
CONFIGSET
public static final java.lang.String CONFIGSET
Qualifier of theSolrIndexedType.configSet
attribute- See Also:
- Constant Field Values
-
FTSQUERYBUILDER
public static final java.lang.String FTSQUERYBUILDER
Qualifier of theSolrIndexedType.ftsQueryBuilder
attribute- See Also:
- Constant Field Values
-
FTSQUERYBUILDERPARAMETERS
public static final java.lang.String FTSQUERYBUILDERPARAMETERS
Qualifier of theSolrIndexedType.ftsQueryBuilderParameters
attribute- See Also:
- Constant Field Values
-
ADDITIONALPARAMETERS
public static final java.lang.String ADDITIONALPARAMETERS
Qualifier of theSolrIndexedType.additionalParameters
attribute- See Also:
- Constant Field Values
-
SOLRINDEXERQUERIES
public static final java.lang.String SOLRINDEXERQUERIES
Qualifier of theSolrIndexedType.solrIndexerQueries
attribute- See Also:
- Constant Field Values
-
SOLRINDEXEDPROPERTIES
public static final java.lang.String SOLRINDEXEDPROPERTIES
Qualifier of theSolrIndexedType.solrIndexedProperties
attribute- See Also:
- Constant Field Values
-
SOLRFACETSEARCHCONFIGPOS
public static final java.lang.String SOLRFACETSEARCHCONFIGPOS
Qualifier of theSolrIndexedType.solrFacetSearchConfigPOS
attribute- See Also:
- Constant Field Values
-
SOLRFACETSEARCHCONFIG
public static final java.lang.String SOLRFACETSEARCHCONFIG
Qualifier of theSolrIndexedType.solrFacetSearchConfig
attribute- See Also:
- Constant Field Values
-
SEARCHQUERYTEMPLATES
public static final java.lang.String SEARCHQUERYTEMPLATES
Qualifier of theSolrIndexedType.searchQueryTemplates
attribute- See Also:
- Constant Field Values
-
SORTS
public static final java.lang.String SORTS
Qualifier of theSolrIndexedType.sorts
attribute- See Also:
- Constant Field Values
-
SOLRINDEXERQUERIESHANDLER
protected static final OneToManyHandler<SolrIndexerQuery> SOLRINDEXERQUERIESHANDLER
OneToManyHandler
for handling 1:n SOLRINDEXERQUERIES's relation attributes from 'many' side.
-
SOLRINDEXEDPROPERTIESHANDLER
protected static final OneToManyHandler<SolrIndexedProperty> SOLRINDEXEDPROPERTIESHANDLER
OneToManyHandler
for handling 1:n SOLRINDEXEDPROPERTIES's relation attributes from 'many' side.
-
SOLRFACETSEARCHCONFIGHANDLER
protected static final BidirectionalOneToManyHandler<GeneratedSolrIndexedType> SOLRFACETSEARCHCONFIGHANDLER
BidirectionalOneToManyHandler
for handling 1:n SOLRFACETSEARCHCONFIG's relation attributes from 'one' side.
-
SEARCHQUERYTEMPLATESHANDLER
protected static final OneToManyHandler<SolrSearchQueryTemplate> SEARCHQUERYTEMPLATESHANDLER
OneToManyHandler
for handling 1:n SEARCHQUERYTEMPLATES's relation attributes from 'many' side.
-
SORTSHANDLER
protected static final OneToManyHandler<SolrSort> SORTSHANDLER
OneToManyHandler
for handling 1:n SORTS's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getAllAdditionalParameters
public java.util.Map<java.lang.String,java.lang.String> getAllAdditionalParameters(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.additionalParameters
attribute.- Returns:
- the additionalParameters - additional parameters of indexed type
-
getAllAdditionalParameters
public java.util.Map<java.lang.String,java.lang.String> getAllAdditionalParameters()
Generated method - Getter of theSolrIndexedType.additionalParameters
attribute.- Returns:
- the additionalParameters - additional parameters of indexed type
-
setAllAdditionalParameters
public void setAllAdditionalParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.additionalParameters
attribute.- Parameters:
value
- the additionalParameters - additional parameters of indexed type
-
setAllAdditionalParameters
public void setAllAdditionalParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.additionalParameters
attribute.- Parameters:
value
- the additionalParameters - additional parameters of indexed type
-
getConfigSet
public java.lang.String getConfigSet(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.configSet
attribute.- Returns:
- the configSet - configSet defining configuration for core in solr
-
getConfigSet
public java.lang.String getConfigSet()
Generated method - Getter of theSolrIndexedType.configSet
attribute.- Returns:
- the configSet - configSet defining configuration for core in solr
-
setConfigSet
public void setConfigSet(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.configSet
attribute.- Parameters:
value
- the configSet - configSet defining configuration for core in solr
-
setConfigSet
public void setConfigSet(java.lang.String value)
Generated method - Setter of theSolrIndexedType.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. ) duringComposedType.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 classGenericItem
- Parameters:
ctx
- the current session context which this item is created withintype
- 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 java.lang.String getDefaultFieldValueProvider(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.defaultFieldValueProvider
attribute.- Returns:
- the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
-
getDefaultFieldValueProvider
public java.lang.String getDefaultFieldValueProvider()
Generated method - Getter of theSolrIndexedType.defaultFieldValueProvider
attribute.- Returns:
- the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
-
setDefaultFieldValueProvider
public void setDefaultFieldValueProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.defaultFieldValueProvider
attribute.- Parameters:
value
- the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
-
setDefaultFieldValueProvider
public void setDefaultFieldValueProvider(java.lang.String value)
Generated method - Setter of theSolrIndexedType.defaultFieldValueProvider
attribute.- Parameters:
value
- the defaultFieldValueProvider - default fieldValueProvider to be used by the indexed properties
-
getFtsQueryBuilder
public java.lang.String getFtsQueryBuilder(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.ftsQueryBuilder
attribute.- Returns:
- the ftsQueryBuilder
-
getFtsQueryBuilder
public java.lang.String getFtsQueryBuilder()
Generated method - Getter of theSolrIndexedType.ftsQueryBuilder
attribute.- Returns:
- the ftsQueryBuilder
-
setFtsQueryBuilder
public void setFtsQueryBuilder(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilder
attribute.- Parameters:
value
- the ftsQueryBuilder
-
setFtsQueryBuilder
public void setFtsQueryBuilder(java.lang.String value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilder
attribute.- Parameters:
value
- the ftsQueryBuilder
-
getAllFtsQueryBuilderParameters
public java.util.Map<java.lang.String,java.lang.String> getAllFtsQueryBuilderParameters(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.- Returns:
- the ftsQueryBuilderParameters
-
getAllFtsQueryBuilderParameters
public java.util.Map<java.lang.String,java.lang.String> getAllFtsQueryBuilderParameters()
Generated method - Getter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.- Returns:
- the ftsQueryBuilderParameters
-
setAllFtsQueryBuilderParameters
public void setAllFtsQueryBuilderParameters(SessionContext ctx, java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.- Parameters:
value
- the ftsQueryBuilderParameters
-
setAllFtsQueryBuilderParameters
public void setAllFtsQueryBuilderParameters(java.util.Map<java.lang.String,java.lang.String> value)
Generated method - Setter of theSolrIndexedType.ftsQueryBuilderParameters
attribute.- Parameters:
value
- the ftsQueryBuilderParameters
-
isGroup
public java.lang.Boolean isGroup(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.group
attribute.- Returns:
- the group
-
isGroup
public java.lang.Boolean isGroup()
Generated method - Getter of theSolrIndexedType.group
attribute.- Returns:
- the group
-
isGroupAsPrimitive
public boolean isGroupAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.group
attribute.- Returns:
- the group
-
isGroupAsPrimitive
public boolean isGroupAsPrimitive()
Generated method - Getter of theSolrIndexedType.group
attribute.- Returns:
- the group
-
setGroup
public void setGroup(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.- Parameters:
value
- the group
-
setGroup
public void setGroup(boolean value)
Generated method - Setter of theSolrIndexedType.group
attribute.- Parameters:
value
- the group
-
isGroupFacets
public java.lang.Boolean isGroupFacets(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.- Returns:
- the groupFacets
-
isGroupFacets
public java.lang.Boolean isGroupFacets()
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.- Returns:
- the groupFacets
-
isGroupFacetsAsPrimitive
public boolean isGroupFacetsAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.- Returns:
- the groupFacets
-
isGroupFacetsAsPrimitive
public boolean isGroupFacetsAsPrimitive()
Generated method - Getter of theSolrIndexedType.groupFacets
attribute.- Returns:
- the groupFacets
-
setGroupFacets
public void setGroupFacets(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
setGroupFacets
public void setGroupFacets(java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
setGroupFacets
public void setGroupFacets(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
setGroupFacets
public void setGroupFacets(boolean value)
Generated method - Setter of theSolrIndexedType.groupFacets
attribute.- Parameters:
value
- the groupFacets
-
getGroupFieldName
public java.lang.String getGroupFieldName(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupFieldName
attribute.- Returns:
- the groupFieldName
-
getGroupFieldName
public java.lang.String getGroupFieldName()
Generated method - Getter of theSolrIndexedType.groupFieldName
attribute.- Returns:
- the groupFieldName
-
setGroupFieldName
public void setGroupFieldName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.groupFieldName
attribute.- Parameters:
value
- the groupFieldName
-
setGroupFieldName
public void setGroupFieldName(java.lang.String value)
Generated method - Setter of theSolrIndexedType.groupFieldName
attribute.- Parameters:
value
- the groupFieldName
-
getGroupLimit
public java.lang.Integer getGroupLimit(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.- Returns:
- the groupLimit
-
getGroupLimit
public java.lang.Integer getGroupLimit()
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.- Returns:
- the groupLimit
-
getGroupLimitAsPrimitive
public int getGroupLimitAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.- Returns:
- the groupLimit
-
getGroupLimitAsPrimitive
public int getGroupLimitAsPrimitive()
Generated method - Getter of theSolrIndexedType.groupLimit
attribute.- Returns:
- the groupLimit
-
setGroupLimit
public void setGroupLimit(SessionContext ctx, java.lang.Integer value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
setGroupLimit
public void setGroupLimit(java.lang.Integer value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
setGroupLimit
public void setGroupLimit(SessionContext ctx, int value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
setGroupLimit
public void setGroupLimit(int value)
Generated method - Setter of theSolrIndexedType.groupLimit
attribute.- Parameters:
value
- the groupLimit
-
getIdentifier
public java.lang.String getIdentifier(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.identifier
attribute.- Returns:
- the identifier - name of the Indexed Type
-
getIdentifier
public java.lang.String getIdentifier()
Generated method - Getter of theSolrIndexedType.identifier
attribute.- Returns:
- the identifier - name of the Indexed Type
-
setIdentifier
protected void setIdentifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.identifier
attribute.- Parameters:
value
- the identifier - name of the Indexed Type
-
setIdentifier
protected void setIdentifier(java.lang.String value)
Generated method - Setter of theSolrIndexedType.identifier
attribute.- Parameters:
value
- the identifier - name of the Indexed Type
-
getIdentityProvider
public java.lang.String getIdentityProvider(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.identityProvider
attribute.- Returns:
- the identityProvider
-
getIdentityProvider
public java.lang.String getIdentityProvider()
Generated method - Getter of theSolrIndexedType.identityProvider
attribute.- Returns:
- the identityProvider
-
setIdentityProvider
public void setIdentityProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.identityProvider
attribute.- Parameters:
value
- the identityProvider
-
setIdentityProvider
public void setIdentityProvider(java.lang.String value)
Generated method - Setter of theSolrIndexedType.identityProvider
attribute.- Parameters:
value
- the identityProvider
-
getIndexName
public java.lang.String getIndexName(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.indexName
attribute.- Returns:
- the indexName
-
getIndexName
public java.lang.String getIndexName()
Generated method - Getter of theSolrIndexedType.indexName
attribute.- Returns:
- the indexName
-
setIndexName
public void setIndexName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.indexName
attribute.- Parameters:
value
- the indexName
-
setIndexName
public void setIndexName(java.lang.String value)
Generated method - Setter of theSolrIndexedType.indexName
attribute.- Parameters:
value
- the indexName
-
getListeners
public java.util.Collection<java.lang.String> getListeners(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.listeners
attribute.- Returns:
- the listeners
-
getListeners
public java.util.Collection<java.lang.String> getListeners()
Generated method - Getter of theSolrIndexedType.listeners
attribute.- Returns:
- the listeners
-
setListeners
public void setListeners(SessionContext ctx, java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrIndexedType.listeners
attribute.- Parameters:
value
- the listeners
-
setListeners
public void setListeners(java.util.Collection<java.lang.String> value)
Generated method - Setter of theSolrIndexedType.listeners
attribute.- Parameters:
value
- the listeners
-
getModelLoader
public java.lang.String getModelLoader(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.modelLoader
attribute.- Returns:
- the modelLoader
-
getModelLoader
public java.lang.String getModelLoader()
Generated method - Getter of theSolrIndexedType.modelLoader
attribute.- Returns:
- the modelLoader
-
setModelLoader
public void setModelLoader(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.modelLoader
attribute.- Parameters:
value
- the modelLoader
-
setModelLoader
public void setModelLoader(java.lang.String value)
Generated method - Setter of theSolrIndexedType.modelLoader
attribute.- Parameters:
value
- the modelLoader
-
getSearchQueryTemplates
public java.util.Collection<SolrSearchQueryTemplate> getSearchQueryTemplates(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.searchQueryTemplates
attribute.- Returns:
- the searchQueryTemplates
-
getSearchQueryTemplates
public java.util.Collection<SolrSearchQueryTemplate> getSearchQueryTemplates()
Generated method - Getter of theSolrIndexedType.searchQueryTemplates
attribute.- Returns:
- the searchQueryTemplates
-
setSearchQueryTemplates
public void setSearchQueryTemplates(SessionContext ctx, java.util.Collection<SolrSearchQueryTemplate> value)
Generated method - Setter of theSolrIndexedType.searchQueryTemplates
attribute.- Parameters:
value
- the searchQueryTemplates
-
setSearchQueryTemplates
public void setSearchQueryTemplates(java.util.Collection<SolrSearchQueryTemplate> value)
Generated method - Setter of theSolrIndexedType.searchQueryTemplates
attribute.- Parameters:
value
- the searchQueryTemplates
-
addToSearchQueryTemplates
public void addToSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value)
Generated method - Addsvalue
to searchQueryTemplates.- Parameters:
value
- the item to add to searchQueryTemplates
-
addToSearchQueryTemplates
public void addToSearchQueryTemplates(SolrSearchQueryTemplate value)
Generated method - Addsvalue
to searchQueryTemplates.- Parameters:
value
- the item to add to searchQueryTemplates
-
removeFromSearchQueryTemplates
public void removeFromSearchQueryTemplates(SessionContext ctx, SolrSearchQueryTemplate value)
Generated method - Removesvalue
from searchQueryTemplates.- Parameters:
value
- the item to remove from searchQueryTemplates
-
removeFromSearchQueryTemplates
public void removeFromSearchQueryTemplates(SolrSearchQueryTemplate value)
Generated method - Removesvalue
from searchQueryTemplates.- Parameters:
value
- the item to remove from searchQueryTemplates
-
getSolrFacetSearchConfig
public SolrFacetSearchConfig getSolrFacetSearchConfig(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrFacetSearchConfig
attribute.- Returns:
- the solrFacetSearchConfig
-
getSolrFacetSearchConfig
public SolrFacetSearchConfig getSolrFacetSearchConfig()
Generated method - Getter of theSolrIndexedType.solrFacetSearchConfig
attribute.- Returns:
- the solrFacetSearchConfig
-
setSolrFacetSearchConfig
public void setSolrFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndexedType.solrFacetSearchConfig
attribute.- Parameters:
value
- the solrFacetSearchConfig
-
setSolrFacetSearchConfig
public void setSolrFacetSearchConfig(SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndexedType.solrFacetSearchConfig
attribute.- Parameters:
value
- the solrFacetSearchConfig
-
getSolrIndexedProperties
public java.util.List<SolrIndexedProperty> getSolrIndexedProperties(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrIndexedProperties
attribute.- Returns:
- the solrIndexedProperties
-
getSolrIndexedProperties
public java.util.List<SolrIndexedProperty> getSolrIndexedProperties()
Generated method - Getter of theSolrIndexedType.solrIndexedProperties
attribute.- Returns:
- the solrIndexedProperties
-
setSolrIndexedProperties
public void setSolrIndexedProperties(SessionContext ctx, java.util.List<SolrIndexedProperty> value)
Generated method - Setter of theSolrIndexedType.solrIndexedProperties
attribute.- Parameters:
value
- the solrIndexedProperties
-
setSolrIndexedProperties
public void setSolrIndexedProperties(java.util.List<SolrIndexedProperty> value)
Generated method - Setter of theSolrIndexedType.solrIndexedProperties
attribute.- Parameters:
value
- the solrIndexedProperties
-
addToSolrIndexedProperties
public void addToSolrIndexedProperties(SessionContext ctx, SolrIndexedProperty value)
Generated method - Addsvalue
to solrIndexedProperties.- Parameters:
value
- the item to add to solrIndexedProperties
-
addToSolrIndexedProperties
public void addToSolrIndexedProperties(SolrIndexedProperty value)
Generated method - Addsvalue
to solrIndexedProperties.- Parameters:
value
- the item to add to solrIndexedProperties
-
removeFromSolrIndexedProperties
public void removeFromSolrIndexedProperties(SessionContext ctx, SolrIndexedProperty value)
Generated method - Removesvalue
from solrIndexedProperties.- Parameters:
value
- the item to remove from solrIndexedProperties
-
removeFromSolrIndexedProperties
public void removeFromSolrIndexedProperties(SolrIndexedProperty value)
Generated method - Removesvalue
from solrIndexedProperties.- Parameters:
value
- the item to remove from solrIndexedProperties
-
getSolrIndexerQueries
public java.util.List<SolrIndexerQuery> getSolrIndexerQueries(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrIndexerQueries
attribute.- Returns:
- the solrIndexerQueries
-
getSolrIndexerQueries
public java.util.List<SolrIndexerQuery> getSolrIndexerQueries()
Generated method - Getter of theSolrIndexedType.solrIndexerQueries
attribute.- Returns:
- the solrIndexerQueries
-
setSolrIndexerQueries
public void setSolrIndexerQueries(SessionContext ctx, java.util.List<SolrIndexerQuery> value)
Generated method - Setter of theSolrIndexedType.solrIndexerQueries
attribute.- Parameters:
value
- the solrIndexerQueries
-
setSolrIndexerQueries
public void setSolrIndexerQueries(java.util.List<SolrIndexerQuery> value)
Generated method - Setter of theSolrIndexedType.solrIndexerQueries
attribute.- Parameters:
value
- the solrIndexerQueries
-
addToSolrIndexerQueries
public void addToSolrIndexerQueries(SessionContext ctx, SolrIndexerQuery value)
Generated method - Addsvalue
to solrIndexerQueries.- Parameters:
value
- the item to add to solrIndexerQueries
-
addToSolrIndexerQueries
public void addToSolrIndexerQueries(SolrIndexerQuery value)
Generated method - Addsvalue
to solrIndexerQueries.- Parameters:
value
- the item to add to solrIndexerQueries
-
removeFromSolrIndexerQueries
public void removeFromSolrIndexerQueries(SessionContext ctx, SolrIndexerQuery value)
Generated method - Removesvalue
from solrIndexerQueries.- Parameters:
value
- the item to remove from solrIndexerQueries
-
removeFromSolrIndexerQueries
public void removeFromSolrIndexerQueries(SolrIndexerQuery value)
Generated method - Removesvalue
from solrIndexerQueries.- Parameters:
value
- the item to remove from solrIndexerQueries
-
getSolrResultConverter
public java.lang.String getSolrResultConverter(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.solrResultConverter
attribute.- Returns:
- the solrResultConverter
-
getSolrResultConverter
public java.lang.String getSolrResultConverter()
Generated method - Getter of theSolrIndexedType.solrResultConverter
attribute.- Returns:
- the solrResultConverter
-
setSolrResultConverter
public void setSolrResultConverter(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.solrResultConverter
attribute.- Parameters:
value
- the solrResultConverter
-
setSolrResultConverter
public void setSolrResultConverter(java.lang.String value)
Generated method - Setter of theSolrIndexedType.solrResultConverter
attribute.- Parameters:
value
- the solrResultConverter
-
getSorts
public java.util.List<SolrSort> getSorts(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.sorts
attribute.- Returns:
- the sorts
-
getSorts
public java.util.List<SolrSort> getSorts()
Generated method - Getter of theSolrIndexedType.sorts
attribute.- Returns:
- the sorts
-
setSorts
public void setSorts(SessionContext ctx, java.util.List<SolrSort> value)
Generated method - Setter of theSolrIndexedType.sorts
attribute.- Parameters:
value
- the sorts
-
setSorts
public void setSorts(java.util.List<SolrSort> value)
Generated method - Setter of theSolrIndexedType.sorts
attribute.- Parameters:
value
- the sorts
-
addToSorts
public void addToSorts(SessionContext ctx, SolrSort value)
Generated method - Addsvalue
to sorts.- Parameters:
value
- the item to add to sorts
-
addToSorts
public void addToSorts(SolrSort value)
Generated method - Addsvalue
to sorts.- Parameters:
value
- the item to add to sorts
-
removeFromSorts
public void removeFromSorts(SessionContext ctx, SolrSort value)
Generated method - Removesvalue
from sorts.- Parameters:
value
- the item to remove from sorts
-
removeFromSorts
public void removeFromSorts(SolrSort value)
Generated method - Removesvalue
from sorts.- Parameters:
value
- the item to remove from sorts
-
getType
public ComposedType getType(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.type
attribute.- Returns:
- the type - enclosing type of the Indexed Type
-
getType
public ComposedType getType()
Generated method - Getter of theSolrIndexedType.type
attribute.- Returns:
- the type - enclosing type of the Indexed Type
-
setType
public void setType(SessionContext ctx, ComposedType value)
Generated method - Setter of theSolrIndexedType.type
attribute.- Parameters:
value
- the type - enclosing type of the Indexed Type
-
setType
public void setType(ComposedType value)
Generated method - Setter of theSolrIndexedType.type
attribute.- Parameters:
value
- the type - enclosing type of the Indexed Type
-
getValuesProvider
public java.lang.String getValuesProvider(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.valuesProvider
attribute.- Returns:
- the valuesProvider
-
getValuesProvider
public java.lang.String getValuesProvider()
Generated method - Getter of theSolrIndexedType.valuesProvider
attribute.- Returns:
- the valuesProvider
-
setValuesProvider
public void setValuesProvider(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndexedType.valuesProvider
attribute.- Parameters:
value
- the valuesProvider
-
setValuesProvider
public void setValuesProvider(java.lang.String value)
Generated method - Setter of theSolrIndexedType.valuesProvider
attribute.- Parameters:
value
- the valuesProvider
-
isVariant
public java.lang.Boolean isVariant(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.variant
attribute.- Returns:
- the variant
-
isVariant
public java.lang.Boolean isVariant()
Generated method - Getter of theSolrIndexedType.variant
attribute.- Returns:
- the variant
-
isVariantAsPrimitive
public boolean isVariantAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndexedType.variant
attribute.- Returns:
- the variant
-
isVariantAsPrimitive
public boolean isVariantAsPrimitive()
Generated method - Getter of theSolrIndexedType.variant
attribute.- Returns:
- the variant
-
setVariant
public void setVariant(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.- Parameters:
value
- the variant
-
setVariant
public void setVariant(java.lang.Boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.- Parameters:
value
- the variant
-
setVariant
public void setVariant(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.- Parameters:
value
- the variant
-
setVariant
public void setVariant(boolean value)
Generated method - Setter of theSolrIndexedType.variant
attribute.- Parameters:
value
- the variant
-
-