Class KymaApiExportHelper

java.lang.Object
de.hybris.platform.kymaintegrationservices.utils.KymaApiExportHelper

public class KymaApiExportHelper extends Object
Helper class for API export to kyma
  • Field Details

  • Method Details

    • getDestinationId

      public static String getDestinationId(ExposedDestinationModel exposedDestination)
      Method to get formatted destinationId for kyma
      Parameters:
      exposedDestination - ExposedDestination
      Returns:
      formatted destinationId
    • isUrlsEqualIgnoringQuery

      public static boolean isUrlsEqualIgnoringQuery(String urlString1, String urlString2) throws URISyntaxException
      Method to check if two urls strings correspond to the same destination
      Parameters:
      urlString1 - Url String
      urlString2 - Url String
      Returns:
      true if urls are equal
      Throws:
      URISyntaxException