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 Details

    • DefaultC4CConsumedDestinationService

      public DefaultC4CConsumedDestinationService()
  • Method Details

    • checkIfDestinationExists

      public boolean checkIfDestinationExists(String destinationId)
      Description copied from interface: C4CConsumedDestinationService
      Method to find if destination exists
      Specified by:
      checkIfDestinationExists in interface C4CConsumedDestinationService
      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)