Class GeneratedSolrIndex
- 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.GeneratedSolrIndex
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
SolrIndex
public abstract class GeneratedSolrIndex extends GenericItem
Generated class for typeSolrIndex
.- 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
ACTIVE
Qualifier of theSolrIndex.active
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
FACETSEARCHCONFIG
Qualifier of theSolrIndex.facetSearchConfig
attributestatic java.lang.String
INDEXEDTYPE
Qualifier of theSolrIndex.indexedType
attributestatic java.lang.String
INDEXOPERATIONS
Qualifier of theSolrIndex.indexOperations
attributeprotected static OneToManyHandler<SolrIndexOperation>
INDEXOPERATIONSHANDLER
OneToManyHandler
for handling 1:n INDEXOPERATIONS's relation attributes from 'many' side.static java.lang.String
QUALIFIER
Qualifier of theSolrIndex.qualifier
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, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedSolrIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToIndexOperations(SessionContext ctx, SolrIndexOperation value)
Generated method - Addsvalue
to indexOperations.void
addToIndexOperations(SolrIndexOperation value)
Generated method - Addsvalue
to indexOperations.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
SolrFacetSearchConfig
getFacetSearchConfig()
Generated method - Getter of theSolrIndex.facetSearchConfig
attribute.SolrFacetSearchConfig
getFacetSearchConfig(SessionContext ctx)
Generated method - Getter of theSolrIndex.facetSearchConfig
attribute.SolrIndexedType
getIndexedType()
Generated method - Getter of theSolrIndex.indexedType
attribute.SolrIndexedType
getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexedType
attribute.java.util.Collection<SolrIndexOperation>
getIndexOperations()
Generated method - Getter of theSolrIndex.indexOperations
attribute.java.util.Collection<SolrIndexOperation>
getIndexOperations(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexOperations
attribute.java.lang.String
getQualifier()
Generated method - Getter of theSolrIndex.qualifier
attribute.java.lang.String
getQualifier(SessionContext ctx)
Generated method - Getter of theSolrIndex.qualifier
attribute.java.lang.Boolean
isActive()
Generated method - Getter of theSolrIndex.active
attribute.java.lang.Boolean
isActive(SessionContext ctx)
Generated method - Getter of theSolrIndex.active
attribute.boolean
isActiveAsPrimitive()
Generated method - Getter of theSolrIndex.active
attribute.boolean
isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndex.active
attribute.void
removeFromIndexOperations(SessionContext ctx, SolrIndexOperation value)
Generated method - Removesvalue
from indexOperations.void
removeFromIndexOperations(SolrIndexOperation value)
Generated method - Removesvalue
from indexOperations.void
setActive(boolean value)
Generated method - Setter of theSolrIndex.active
attribute.void
setActive(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndex.active
attribute.void
setActive(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndex.active
attribute.void
setActive(java.lang.Boolean value)
Generated method - Setter of theSolrIndex.active
attribute.protected void
setFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndex.facetSearchConfig
attribute.protected void
setFacetSearchConfig(SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndex.facetSearchConfig
attribute.protected void
setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedType
attribute.protected void
setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedType
attribute.void
setIndexOperations(SessionContext ctx, java.util.Collection<SolrIndexOperation> value)
Generated method - Setter of theSolrIndex.indexOperations
attribute.void
setIndexOperations(java.util.Collection<SolrIndexOperation> value)
Generated method - Setter of theSolrIndex.indexOperations
attribute.protected void
setQualifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndex.qualifier
attribute.protected void
setQualifier(java.lang.String value)
Generated method - Setter of theSolrIndex.qualifier
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, 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
-
FACETSEARCHCONFIG
public static final java.lang.String FACETSEARCHCONFIG
Qualifier of theSolrIndex.facetSearchConfig
attribute- See Also:
- Constant Field Values
-
INDEXEDTYPE
public static final java.lang.String INDEXEDTYPE
Qualifier of theSolrIndex.indexedType
attribute- See Also:
- Constant Field Values
-
QUALIFIER
public static final java.lang.String QUALIFIER
Qualifier of theSolrIndex.qualifier
attribute- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
Qualifier of theSolrIndex.active
attribute- See Also:
- Constant Field Values
-
INDEXOPERATIONS
public static final java.lang.String INDEXOPERATIONS
Qualifier of theSolrIndex.indexOperations
attribute- See Also:
- Constant Field Values
-
INDEXOPERATIONSHANDLER
protected static final OneToManyHandler<SolrIndexOperation> INDEXOPERATIONSHANDLER
OneToManyHandler
for handling 1:n INDEXOPERATIONS'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
-
isActive
public java.lang.Boolean isActive(SessionContext ctx)
Generated method - Getter of theSolrIndex.active
attribute.- Returns:
- the active
-
isActive
public java.lang.Boolean isActive()
Generated method - Getter of theSolrIndex.active
attribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndex.active
attribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive()
Generated method - Getter of theSolrIndex.active
attribute.- Returns:
- the active
-
setActive
public void setActive(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndex.active
attribute.- Parameters:
value
- the active
-
setActive
public void setActive(java.lang.Boolean value)
Generated method - Setter of theSolrIndex.active
attribute.- Parameters:
value
- the active
-
setActive
public void setActive(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndex.active
attribute.- Parameters:
value
- the active
-
setActive
public void setActive(boolean value)
Generated method - Setter of theSolrIndex.active
attribute.- Parameters:
value
- the active
-
getFacetSearchConfig
public SolrFacetSearchConfig getFacetSearchConfig(SessionContext ctx)
Generated method - Getter of theSolrIndex.facetSearchConfig
attribute.- Returns:
- the facetSearchConfig
-
getFacetSearchConfig
public SolrFacetSearchConfig getFacetSearchConfig()
Generated method - Getter of theSolrIndex.facetSearchConfig
attribute.- Returns:
- the facetSearchConfig
-
setFacetSearchConfig
protected void setFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndex.facetSearchConfig
attribute.- Parameters:
value
- the facetSearchConfig
-
setFacetSearchConfig
protected void setFacetSearchConfig(SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndex.facetSearchConfig
attribute.- Parameters:
value
- the facetSearchConfig
-
getIndexedType
public SolrIndexedType getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexedType
attribute.- Returns:
- the indexedType
-
getIndexedType
public SolrIndexedType getIndexedType()
Generated method - Getter of theSolrIndex.indexedType
attribute.- Returns:
- the indexedType
-
setIndexedType
protected void setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedType
attribute.- Parameters:
value
- the indexedType
-
setIndexedType
protected void setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedType
attribute.- Parameters:
value
- the indexedType
-
getIndexOperations
public java.util.Collection<SolrIndexOperation> getIndexOperations(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexOperations
attribute.- Returns:
- the indexOperations
-
getIndexOperations
public java.util.Collection<SolrIndexOperation> getIndexOperations()
Generated method - Getter of theSolrIndex.indexOperations
attribute.- Returns:
- the indexOperations
-
setIndexOperations
public void setIndexOperations(SessionContext ctx, java.util.Collection<SolrIndexOperation> value)
Generated method - Setter of theSolrIndex.indexOperations
attribute.- Parameters:
value
- the indexOperations
-
setIndexOperations
public void setIndexOperations(java.util.Collection<SolrIndexOperation> value)
Generated method - Setter of theSolrIndex.indexOperations
attribute.- Parameters:
value
- the indexOperations
-
addToIndexOperations
public void addToIndexOperations(SessionContext ctx, SolrIndexOperation value)
Generated method - Addsvalue
to indexOperations.- Parameters:
value
- the item to add to indexOperations
-
addToIndexOperations
public void addToIndexOperations(SolrIndexOperation value)
Generated method - Addsvalue
to indexOperations.- Parameters:
value
- the item to add to indexOperations
-
removeFromIndexOperations
public void removeFromIndexOperations(SessionContext ctx, SolrIndexOperation value)
Generated method - Removesvalue
from indexOperations.- Parameters:
value
- the item to remove from indexOperations
-
removeFromIndexOperations
public void removeFromIndexOperations(SolrIndexOperation value)
Generated method - Removesvalue
from indexOperations.- Parameters:
value
- the item to remove from indexOperations
-
getQualifier
public java.lang.String getQualifier(SessionContext ctx)
Generated method - Getter of theSolrIndex.qualifier
attribute.- Returns:
- the qualifier
-
getQualifier
public java.lang.String getQualifier()
Generated method - Getter of theSolrIndex.qualifier
attribute.- Returns:
- the qualifier
-
setQualifier
protected void setQualifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndex.qualifier
attribute.- Parameters:
value
- the qualifier
-
setQualifier
protected void setQualifier(java.lang.String value)
Generated method - Setter of theSolrIndex.qualifier
attribute.- Parameters:
value
- the qualifier
-
-