Class KymaApiExportHelper
java.lang.Object
de.hybris.platform.kymaintegrationservices.utils.KymaApiExportHelper
Helper class for API export to kyma
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetDestinationId(ExposedDestinationModel exposedDestination) Method to get formatted destinationId for kymastatic booleanisUrlsEqualIgnoringQuery(String urlString1, String urlString2) Method to check if two urls strings correspond to the same destination
-
Field Details
-
API_REG_SERVICE_ID
- See Also:
-
DEFAULT_API_REG_SERVICE_ID
- See Also:
-
GETINFO_DESTINATION_ID_KEY
- See Also:
-
DEFAULT_GETINFO_DESTINATION_ID
- See Also:
-
RENEWAL_SERVICE_ID
- See Also:
-
DEFAULT_RENEWAL_SERVICE_ID
- See Also:
-
-
Method Details
-
getDestinationId
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 StringurlString2- Url String- Returns:
- true if urls are equal
- Throws:
URISyntaxException
-