Uses of Interface
de.hybris.platform.outboundservices.cache.DestinationRestTemplateId
-
Packages that use DestinationRestTemplateId Package Description de.hybris.platform.outboundservices.cache.impl de.hybris.platform.outboundservices.client.impl -
-
Uses of DestinationRestTemplateId in de.hybris.platform.outboundservices.cache.impl
Classes in de.hybris.platform.outboundservices.cache.impl that implement DestinationRestTemplateId Modifier and Type Class Description classDefaultDestinationRestTemplateIdclassDestinationOauthRestTemplateIdMethods in de.hybris.platform.outboundservices.cache.impl that return DestinationRestTemplateId Modifier and Type Method Description DestinationRestTemplateIdDefaultDestinationRestTemplateCacheKey. getId()Methods in de.hybris.platform.outboundservices.cache.impl with parameters of type DestinationRestTemplateId Modifier and Type Method Description static DefaultDestinationRestTemplateCacheKeyDefaultDestinationRestTemplateCacheKey. from(DestinationRestTemplateId id)Constructors in de.hybris.platform.outboundservices.cache.impl with parameters of type DestinationRestTemplateId Constructor Description DefaultDestinationRestTemplateCacheKey(DestinationRestTemplateId id) -
Uses of DestinationRestTemplateId in de.hybris.platform.outboundservices.client.impl
Methods in de.hybris.platform.outboundservices.client.impl that return DestinationRestTemplateId Modifier and Type Method Description protected abstract DestinationRestTemplateIdAbstractRestTemplateCreator. getDestinationRestTemplateId(ConsumedDestinationModel destinationModel)protected DestinationRestTemplateIdDefaultIntegrationBasicRestTemplateCreator. getDestinationRestTemplateId(ConsumedDestinationModel destinationModel)protected DestinationRestTemplateIdDefaultIntegrationOAuth2RestTemplateCreator. getDestinationRestTemplateId(ConsumedDestinationModel destinationModel)
-