Class DefaultSnIndexerBatchRunnable
- java.lang.Object
-
- de.hybris.platform.searchservices.indexer.service.impl.DefaultSnIndexerBatchRunnable
-
- All Implemented Interfaces:
SnIndexerBatchRunnable,java.lang.Runnable
@Deprecated(since="2105", forRemoval=true) public class DefaultSnIndexerBatchRunnable extends java.lang.Object implements SnIndexerBatchRunnableDeprecated, for removal: This API element is subject to removal in a future version.Replaced byDefaultSnIndexerBatchCallable.Default implementation ofSnIndexerBatchRunnable.
-
-
Constructor Summary
Constructors Constructor Description DefaultSnIndexerBatchRunnable()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected voiddestroySession()Deprecated, for removal: This API element is subject to removal in a future version.CommonI18NServicegetCommonI18NService()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetIndexerBatchId()Deprecated, for removal: This API element is subject to removal in a future version.SnIndexerBatchResponsegetIndexerBatchResponse()Deprecated, for removal: This API element is subject to removal in a future version.Returns the indexer batch response.protected java.util.List<SnIndexerItemSourceOperation>getIndexerItemSourceOperations()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetIndexerOperationId()Deprecated, for removal: This API element is subject to removal in a future version.protected SnIndexerOperationTypegetIndexerOperationType()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetIndexId()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetIndexTypeId()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetSessionCurrency()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetSessionLanguage()Deprecated, for removal: This API element is subject to removal in a future version.SessionServicegetSessionService()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetSessionUser()Deprecated, for removal: This API element is subject to removal in a future version.SnIndexerBatchStrategyFactorygetSnIndexerBatchStrategyFactory()Deprecated, for removal: This API element is subject to removal in a future version.SnIndexTypeServicegetSnIndexTypeService()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetTaskName()Deprecated, for removal: This API element is subject to removal in a future version.protected java.lang.StringgetTenantId()Deprecated, for removal: This API element is subject to removal in a future version.TenantServicegetTenantService()Deprecated, for removal: This API element is subject to removal in a future version.UserServicegetUserService()Deprecated, for removal: This API element is subject to removal in a future version.voidinitialize(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerBatchId)Deprecated, for removal: This API element is subject to removal in a future version.Initializes the indexer batch runnable.protected voidinitializeSession()Deprecated, for removal: This API element is subject to removal in a future version.voidrun()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCommonI18NService(CommonI18NService commonI18NService)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexerBatchId(java.lang.String indexerBatchId)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexerBatchResponse(SnIndexerBatchResponse indexerBatchResponse)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexerItemSourceOperations(java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexerOperationId(java.lang.String indexerOperationId)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexerOperationType(SnIndexerOperationType indexerOperationType)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexId(java.lang.String indexId)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetIndexTypeId(java.lang.String indexTypeId)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetSessionCurrency(java.lang.String sessionCurrency)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetSessionLanguage(java.lang.String sessionLanguage)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSessionService(SessionService sessionService)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetSessionUser(java.lang.String sessionUser)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSnIndexerBatchStrategyFactory(SnIndexerBatchStrategyFactory snIndexerBatchStrategyFactory)Deprecated, for removal: This API element is subject to removal in a future version.voidsetSnIndexTypeService(SnIndexTypeService snIndexTypeService)Deprecated, for removal: This API element is subject to removal in a future version.protected voidsetTenantId(java.lang.String tenantId)Deprecated, for removal: This API element is subject to removal in a future version.voidsetTenantService(TenantService tenantService)Deprecated, for removal: This API element is subject to removal in a future version.voidsetUserService(UserService userService)Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
initialize
public void initialize(SnIndexerContext indexerContext, java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations, java.lang.String indexerBatchId)
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SnIndexerBatchRunnableInitializes the indexer batch runnable.- Specified by:
initializein interfaceSnIndexerBatchRunnable- Parameters:
indexerContext- - the indexer contextindexerItemSourceOperations- - the indexer item source operationsindexerBatchId- - the indexer batch id
-
run
public void run()
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
runin interfacejava.lang.Runnable
-
initializeSession
protected void initializeSession()
Deprecated, for removal: This API element is subject to removal in a future version.
-
destroySession
protected void destroySession()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTaskName
protected java.lang.String getTaskName()
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTenantId
protected java.lang.String getTenantId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTenantId
protected void setTenantId(java.lang.String tenantId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSessionUser
protected java.lang.String getSessionUser()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSessionUser
protected void setSessionUser(java.lang.String sessionUser)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSessionLanguage
protected java.lang.String getSessionLanguage()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSessionLanguage
protected void setSessionLanguage(java.lang.String sessionLanguage)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSessionCurrency
protected java.lang.String getSessionCurrency()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSessionCurrency
protected void setSessionCurrency(java.lang.String sessionCurrency)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexTypeId
protected java.lang.String getIndexTypeId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndexTypeId
protected void setIndexTypeId(java.lang.String indexTypeId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexerOperationType
protected SnIndexerOperationType getIndexerOperationType()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndexerOperationType
protected void setIndexerOperationType(SnIndexerOperationType indexerOperationType)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexerItemSourceOperations
protected java.util.List<SnIndexerItemSourceOperation> getIndexerItemSourceOperations()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndexerItemSourceOperations
protected void setIndexerItemSourceOperations(java.util.List<SnIndexerItemSourceOperation> indexerItemSourceOperations)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexId
protected java.lang.String getIndexId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndexId
protected void setIndexId(java.lang.String indexId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexerOperationId
protected java.lang.String getIndexerOperationId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndexerOperationId
protected void setIndexerOperationId(java.lang.String indexerOperationId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexerBatchId
protected java.lang.String getIndexerBatchId()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setIndexerBatchId
protected void setIndexerBatchId(java.lang.String indexerBatchId)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getIndexerBatchResponse
public SnIndexerBatchResponse getIndexerBatchResponse()
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:SnIndexerBatchRunnableReturns the indexer batch response.- Specified by:
getIndexerBatchResponsein interfaceSnIndexerBatchRunnable- Returns:
- the indexer batch response
-
setIndexerBatchResponse
protected void setIndexerBatchResponse(SnIndexerBatchResponse indexerBatchResponse)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getTenantService
public TenantService getTenantService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setTenantService
public void setTenantService(TenantService tenantService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSessionService
public SessionService getSessionService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSessionService
public void setSessionService(SessionService sessionService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getUserService
public UserService getUserService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setUserService
public void setUserService(UserService userService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getCommonI18NService
public CommonI18NService getCommonI18NService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setCommonI18NService
public void setCommonI18NService(CommonI18NService commonI18NService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSnIndexTypeService
public SnIndexTypeService getSnIndexTypeService()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSnIndexTypeService
public void setSnIndexTypeService(SnIndexTypeService snIndexTypeService)
Deprecated, for removal: This API element is subject to removal in a future version.
-
getSnIndexerBatchStrategyFactory
public SnIndexerBatchStrategyFactory getSnIndexerBatchStrategyFactory()
Deprecated, for removal: This API element is subject to removal in a future version.
-
setSnIndexerBatchStrategyFactory
public void setSnIndexerBatchStrategyFactory(SnIndexerBatchStrategyFactory snIndexerBatchStrategyFactory)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-