Class DefaultC4CConsumedDestinationService
java.lang.Object
com.sap.hybris.c4ccpiquote.service.impl.DefaultC4CConsumedDestinationService
- All Implemented Interfaces:
C4CConsumedDestinationService
public class DefaultC4CConsumedDestinationService
extends Object
implements C4CConsumedDestinationService
Default implementation for C4CConsumedDestinationService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancheckIfDestinationExists(String destinationId) Method to find if destination existsde.hybris.platform.servicelayer.search.FlexibleSearchServicevoidsetFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultC4CConsumedDestinationService
public DefaultC4CConsumedDestinationService()
-
-
Method Details
-
checkIfDestinationExists
Description copied from interface:C4CConsumedDestinationServiceMethod to find if destination exists- Specified by:
checkIfDestinationExistsin interfaceC4CConsumedDestinationService- Parameters:
destinationId- The destination id which should be checked- Returns:
- returns whether the destinations exists or not
-
getFlexibleSearchService
public de.hybris.platform.servicelayer.search.FlexibleSearchService getFlexibleSearchService() -
setFlexibleSearchService
public void setFlexibleSearchService(de.hybris.platform.servicelayer.search.FlexibleSearchService flexibleSearchService)
-