Class DefaultRetrySearchService
java.lang.Object
de.hybris.platform.outboundsync.retry.impl.DefaultRetrySearchService
- All Implemented Interfaces:
RetrySearchService
Default implementation for searching for persisted retries based on the
OutboundItem-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindRetry(OutboundItemDTOGroup outboundItemDTOGroup) FindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws if no correspondingOutboundSyncRetryModelis found.protected FlexibleSearchServicevoidsetFlexibleSearchService(FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultRetrySearchService
public DefaultRetrySearchService()
-
-
Method Details
-
findRetry
Description copied from interface:RetrySearchServiceFindsOutboundSyncRetryModelwith the parameters included inOutboundItemDTOGroupor throws 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
-
setFlexibleSearchService
-