Class DefaultRetrySearchService
- java.lang.Object
-
- de.hybris.platform.outboundsync.retry.impl.DefaultRetrySearchService
-
- All Implemented Interfaces:
RetrySearchService
public class DefaultRetrySearchService extends java.lang.Object implements RetrySearchService
Default implementation for searching for persisted retries based on theOutboundItem
-
-
Constructor Summary
Constructors Constructor Description DefaultRetrySearchService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OutboundSyncRetryModelfindRetry(OutboundItemDTOGroup outboundItemDTOGroup)FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws {@throws SyncRetryNotFoundException} if no correspondingOutboundSyncRetryModelis found.protected FlexibleSearchServicegetFlexibleSearchService()voidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-
-
Method Detail
-
findRetry
public OutboundSyncRetryModel findRetry(OutboundItemDTOGroup outboundItemDTOGroup)
Description copied from interface:RetrySearchServiceFindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws {@throws SyncRetryNotFoundException} if no correspondingOutboundSyncRetryModelis found.- Specified by:
findRetryin interfaceRetrySearchService- Parameters:
outboundItemDTOGroup- -OutboundItemDTOGroupthat contains the changes made to the root Item- Returns:
- -
OutboundSyncRetryModelmatching the root Item pk and outbound channel configuration included in theOutboundItemDTOGroup
-
getFlexibleSearchService
protected FlexibleSearchService getFlexibleSearchService()
-
setFlexibleSearchService
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
-