Class SolrIndexingAfterSaveListener
- java.lang.Object
-
- com.hybris.backoffice.solrsearch.events.SolrIndexingAfterSaveListener
-
- All Implemented Interfaces:
AfterSaveListener
@Deprecated public class SolrIndexingAfterSaveListener extends java.lang.Object implements AfterSaveListener
Deprecated.since 1808, functionality provided by an aspect ObjectFacadeSolrIndexingAspect
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classSolrIndexingAfterSaveListener.SolrIndexOperationDeprecated.
-
Constructor Summary
Constructors Constructor Description SolrIndexingAfterSaveListener()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidafterSave(java.util.Collection<AfterSaveEvent> events)Deprecated.Takes real action to deal with theAfterSaveEvents.protected SolrIndexingAfterSaveListener.SolrIndexOperationevaluateIndexOperation(AfterSaveEvent e)Deprecated.protected java.lang.StringfindTypeCode(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, PK pk)Deprecated.BackofficeFacetSearchConfigServicegetBackofficeFacetSearchConfigService()Deprecated.java.util.Set<java.lang.Integer>getIgnoredTypeCodes()Deprecated.ModelServicegetModelService()Deprecated.SessionServicegetSessionService()Deprecated.SolrIndexSynchronizationStrategygetSolrIndexSynchronizationStrategy()Deprecated.java.lang.StringgetType(java.lang.Object object)Deprecated.TypeServicegetTypeService()Deprecated.UserServicegetUserService()Deprecated.protected java.util.Map<java.lang.String,java.util.List<PK>>groupByTypes(java.util.Set<PK> events, SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation)Deprecated.protected voidhandleChange(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, java.lang.String typeCode, PK pk)Deprecated.protected voidhandleChanges(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, java.lang.String typeCode, java.util.List<PK> pks)Deprecated.protected voidprepareAndHandleEvents(SolrIndexingAfterSaveListener.SolrIndexOperation operation, java.util.Set<PK> events)Deprecated.voidsetBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService backofficeFacetSearchConfigService)Deprecated.voidsetIgnoredTypeCodes(java.util.Set<java.lang.Integer> ignoredTypeCodes)Deprecated.voidsetModelService(ModelService modelService)Deprecated.voidsetSessionService(SessionService sessionService)Deprecated.voidsetSolrIndexSynchronizationStrategy(SolrIndexSynchronizationStrategy solrIndexSynchronizationStrategy)Deprecated.voidsetTypeService(TypeService typeService)Deprecated.voidsetUserService(UserService userService)Deprecated.
-
-
-
Method Detail
-
afterSave
public void afterSave(java.util.Collection<AfterSaveEvent> events)
Deprecated.Description copied from interface:AfterSaveListenerTakes real action to deal with theAfterSaveEvents.- Specified by:
afterSavein interfaceAfterSaveListener- Parameters:
events- all collectedAfterSaveEvents
-
evaluateIndexOperation
protected SolrIndexingAfterSaveListener.SolrIndexOperation evaluateIndexOperation(AfterSaveEvent e)
Deprecated.
-
prepareAndHandleEvents
protected void prepareAndHandleEvents(SolrIndexingAfterSaveListener.SolrIndexOperation operation, java.util.Set<PK> events)
Deprecated.
-
groupByTypes
protected java.util.Map<java.lang.String,java.util.List<PK>> groupByTypes(java.util.Set<PK> events, SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation)
Deprecated.
-
findTypeCode
protected java.lang.String findTypeCode(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, PK pk)
Deprecated.
-
getType
public java.lang.String getType(java.lang.Object object)
Deprecated.
-
handleChange
protected void handleChange(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, java.lang.String typeCode, PK pk)
Deprecated.
-
handleChanges
protected void handleChanges(SolrIndexingAfterSaveListener.SolrIndexOperation solrIndexOperation, java.lang.String typeCode, java.util.List<PK> pks)
Deprecated.
-
getModelService
public ModelService getModelService()
Deprecated.
-
setModelService
public void setModelService(ModelService modelService)
Deprecated.
-
getBackofficeFacetSearchConfigService
public BackofficeFacetSearchConfigService getBackofficeFacetSearchConfigService()
Deprecated.
-
setBackofficeFacetSearchConfigService
public void setBackofficeFacetSearchConfigService(BackofficeFacetSearchConfigService backofficeFacetSearchConfigService)
Deprecated.
-
getSolrIndexSynchronizationStrategy
public SolrIndexSynchronizationStrategy getSolrIndexSynchronizationStrategy()
Deprecated.
-
setSolrIndexSynchronizationStrategy
public void setSolrIndexSynchronizationStrategy(SolrIndexSynchronizationStrategy solrIndexSynchronizationStrategy)
Deprecated.
-
getTypeService
public TypeService getTypeService()
Deprecated.
-
setTypeService
public void setTypeService(TypeService typeService)
Deprecated.
-
getSessionService
public SessionService getSessionService()
Deprecated.
-
setSessionService
public void setSessionService(SessionService sessionService)
Deprecated.
-
getUserService
public UserService getUserService()
Deprecated.
-
setUserService
public void setUserService(UserService userService)
Deprecated.
-
getIgnoredTypeCodes
public java.util.Set<java.lang.Integer> getIgnoredTypeCodes()
Deprecated.
-
setIgnoredTypeCodes
public void setIgnoredTypeCodes(java.util.Set<java.lang.Integer> ignoredTypeCodes)
Deprecated.
-
-