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.StringACTIVEQualifier of theSolrIndex.activeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringFACETSEARCHCONFIGQualifier of theSolrIndex.facetSearchConfigattributestatic java.lang.StringINDEXEDTYPEQualifier of theSolrIndex.indexedTypeattributestatic java.lang.StringINDEXOPERATIONSQualifier of theSolrIndex.indexOperationsattributeprotected static OneToManyHandler<SolrIndexOperation>INDEXOPERATIONSHANDLEROneToManyHandlerfor handling 1:n INDEXOPERATIONS's relation attributes from 'many' side.static java.lang.StringQUALIFIERQualifier of theSolrIndex.qualifierattribute-
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 voidaddToIndexOperations(SessionContext ctx, SolrIndexOperation value)Generated method - Addsvalueto indexOperations.voidaddToIndexOperations(SolrIndexOperation value)Generated method - Addsvalueto indexOperations.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()SolrFacetSearchConfiggetFacetSearchConfig()Generated method - Getter of theSolrIndex.facetSearchConfigattribute.SolrFacetSearchConfiggetFacetSearchConfig(SessionContext ctx)Generated method - Getter of theSolrIndex.facetSearchConfigattribute.SolrIndexedTypegetIndexedType()Generated method - Getter of theSolrIndex.indexedTypeattribute.SolrIndexedTypegetIndexedType(SessionContext ctx)Generated method - Getter of theSolrIndex.indexedTypeattribute.java.util.Collection<SolrIndexOperation>getIndexOperations()Generated method - Getter of theSolrIndex.indexOperationsattribute.java.util.Collection<SolrIndexOperation>getIndexOperations(SessionContext ctx)Generated method - Getter of theSolrIndex.indexOperationsattribute.java.lang.StringgetQualifier()Generated method - Getter of theSolrIndex.qualifierattribute.java.lang.StringgetQualifier(SessionContext ctx)Generated method - Getter of theSolrIndex.qualifierattribute.java.lang.BooleanisActive()Generated method - Getter of theSolrIndex.activeattribute.java.lang.BooleanisActive(SessionContext ctx)Generated method - Getter of theSolrIndex.activeattribute.booleanisActiveAsPrimitive()Generated method - Getter of theSolrIndex.activeattribute.booleanisActiveAsPrimitive(SessionContext ctx)Generated method - Getter of theSolrIndex.activeattribute.voidremoveFromIndexOperations(SessionContext ctx, SolrIndexOperation value)Generated method - Removesvaluefrom indexOperations.voidremoveFromIndexOperations(SolrIndexOperation value)Generated method - Removesvaluefrom indexOperations.voidsetActive(boolean value)Generated method - Setter of theSolrIndex.activeattribute.voidsetActive(SessionContext ctx, boolean value)Generated method - Setter of theSolrIndex.activeattribute.voidsetActive(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theSolrIndex.activeattribute.voidsetActive(java.lang.Boolean value)Generated method - Setter of theSolrIndex.activeattribute.protected voidsetFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)Generated method - Setter of theSolrIndex.facetSearchConfigattribute.protected voidsetFacetSearchConfig(SolrFacetSearchConfig value)Generated method - Setter of theSolrIndex.facetSearchConfigattribute.protected voidsetIndexedType(SessionContext ctx, SolrIndexedType value)Generated method - Setter of theSolrIndex.indexedTypeattribute.protected voidsetIndexedType(SolrIndexedType value)Generated method - Setter of theSolrIndex.indexedTypeattribute.voidsetIndexOperations(SessionContext ctx, java.util.Collection<SolrIndexOperation> value)Generated method - Setter of theSolrIndex.indexOperationsattribute.voidsetIndexOperations(java.util.Collection<SolrIndexOperation> value)Generated method - Setter of theSolrIndex.indexOperationsattribute.protected voidsetQualifier(SessionContext ctx, java.lang.String value)Generated method - Setter of theSolrIndex.qualifierattribute.protected voidsetQualifier(java.lang.String value)Generated method - Setter of theSolrIndex.qualifierattribute.-
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.facetSearchConfigattribute- See Also:
- Constant Field Values
-
INDEXEDTYPE
public static final java.lang.String INDEXEDTYPE
Qualifier of theSolrIndex.indexedTypeattribute- See Also:
- Constant Field Values
-
QUALIFIER
public static final java.lang.String QUALIFIER
Qualifier of theSolrIndex.qualifierattribute- See Also:
- Constant Field Values
-
ACTIVE
public static final java.lang.String ACTIVE
Qualifier of theSolrIndex.activeattribute- See Also:
- Constant Field Values
-
INDEXOPERATIONS
public static final java.lang.String INDEXOPERATIONS
Qualifier of theSolrIndex.indexOperationsattribute- See Also:
- Constant Field Values
-
INDEXOPERATIONSHANDLER
protected static final OneToManyHandler<SolrIndexOperation> INDEXOPERATIONSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
isActive
public java.lang.Boolean isActive(SessionContext ctx)
Generated method - Getter of theSolrIndex.activeattribute.- Returns:
- the active
-
isActive
public java.lang.Boolean isActive()
Generated method - Getter of theSolrIndex.activeattribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive(SessionContext ctx)
Generated method - Getter of theSolrIndex.activeattribute.- Returns:
- the active
-
isActiveAsPrimitive
public boolean isActiveAsPrimitive()
Generated method - Getter of theSolrIndex.activeattribute.- Returns:
- the active
-
setActive
public void setActive(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theSolrIndex.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(java.lang.Boolean value)
Generated method - Setter of theSolrIndex.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(SessionContext ctx, boolean value)
Generated method - Setter of theSolrIndex.activeattribute.- Parameters:
value- the active
-
setActive
public void setActive(boolean value)
Generated method - Setter of theSolrIndex.activeattribute.- Parameters:
value- the active
-
getFacetSearchConfig
public SolrFacetSearchConfig getFacetSearchConfig(SessionContext ctx)
Generated method - Getter of theSolrIndex.facetSearchConfigattribute.- Returns:
- the facetSearchConfig
-
getFacetSearchConfig
public SolrFacetSearchConfig getFacetSearchConfig()
Generated method - Getter of theSolrIndex.facetSearchConfigattribute.- Returns:
- the facetSearchConfig
-
setFacetSearchConfig
protected void setFacetSearchConfig(SessionContext ctx, SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndex.facetSearchConfigattribute.- Parameters:
value- the facetSearchConfig
-
setFacetSearchConfig
protected void setFacetSearchConfig(SolrFacetSearchConfig value)
Generated method - Setter of theSolrIndex.facetSearchConfigattribute.- Parameters:
value- the facetSearchConfig
-
getIndexedType
public SolrIndexedType getIndexedType(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexedTypeattribute.- Returns:
- the indexedType
-
getIndexedType
public SolrIndexedType getIndexedType()
Generated method - Getter of theSolrIndex.indexedTypeattribute.- Returns:
- the indexedType
-
setIndexedType
protected void setIndexedType(SessionContext ctx, SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedTypeattribute.- Parameters:
value- the indexedType
-
setIndexedType
protected void setIndexedType(SolrIndexedType value)
Generated method - Setter of theSolrIndex.indexedTypeattribute.- Parameters:
value- the indexedType
-
getIndexOperations
public java.util.Collection<SolrIndexOperation> getIndexOperations(SessionContext ctx)
Generated method - Getter of theSolrIndex.indexOperationsattribute.- Returns:
- the indexOperations
-
getIndexOperations
public java.util.Collection<SolrIndexOperation> getIndexOperations()
Generated method - Getter of theSolrIndex.indexOperationsattribute.- Returns:
- the indexOperations
-
setIndexOperations
public void setIndexOperations(SessionContext ctx, java.util.Collection<SolrIndexOperation> value)
Generated method - Setter of theSolrIndex.indexOperationsattribute.- Parameters:
value- the indexOperations
-
setIndexOperations
public void setIndexOperations(java.util.Collection<SolrIndexOperation> value)
Generated method - Setter of theSolrIndex.indexOperationsattribute.- Parameters:
value- the indexOperations
-
addToIndexOperations
public void addToIndexOperations(SessionContext ctx, SolrIndexOperation value)
Generated method - Addsvalueto indexOperations.- Parameters:
value- the item to add to indexOperations
-
addToIndexOperations
public void addToIndexOperations(SolrIndexOperation value)
Generated method - Addsvalueto indexOperations.- Parameters:
value- the item to add to indexOperations
-
removeFromIndexOperations
public void removeFromIndexOperations(SessionContext ctx, SolrIndexOperation value)
Generated method - Removesvaluefrom indexOperations.- Parameters:
value- the item to remove from indexOperations
-
removeFromIndexOperations
public void removeFromIndexOperations(SolrIndexOperation value)
Generated method - Removesvaluefrom indexOperations.- Parameters:
value- the item to remove from indexOperations
-
getQualifier
public java.lang.String getQualifier(SessionContext ctx)
Generated method - Getter of theSolrIndex.qualifierattribute.- Returns:
- the qualifier
-
getQualifier
public java.lang.String getQualifier()
Generated method - Getter of theSolrIndex.qualifierattribute.- Returns:
- the qualifier
-
setQualifier
protected void setQualifier(SessionContext ctx, java.lang.String value)
Generated method - Setter of theSolrIndex.qualifierattribute.- Parameters:
value- the qualifier
-
setQualifier
protected void setQualifier(java.lang.String value)
Generated method - Setter of theSolrIndex.qualifierattribute.- Parameters:
value- the qualifier
-
-