Uses of Class
de.hybris.platform.apiregistryservices.exceptions.ApiRegistrationException
-
-
Uses of ApiRegistrationException in de.hybris.platform.apiregistrybackoffice.actions
Methods in de.hybris.platform.apiregistrybackoffice.actions with parameters of type ApiRegistrationException Modifier and Type Method Description protected com.hybris.cockpitng.actions.ActionResult<java.lang.String>
RegisterExposedDestinationAction. registrationFailed(com.hybris.cockpitng.actions.ActionContext<ExposedDestinationModel> ctx, ExposedDestinationModel destination, ApiRegistrationException e)
-
Uses of ApiRegistrationException in de.hybris.platform.apiregistryservices.exceptions
Subclasses of ApiRegistrationException in de.hybris.platform.apiregistryservices.exceptions Modifier and Type Class Description class
DestinationNotFoundException
-
Uses of ApiRegistrationException in de.hybris.platform.apiregistryservices.services
Methods in de.hybris.platform.apiregistryservices.services that throw ApiRegistrationException Modifier and Type Method Description void
DestinationTargetService. createDestinations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<AbstractDestinationModel> destinations)
Create destinations for the target destination.DestinationTargetModel
DestinationTargetService. createDestinationTarget(DestinationTargetModel source, java.lang.String newId, DestinationChannel destinationChannel)
Create a new destination target from the template destination target with the given idvoid
DestinationTargetService. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<EventConfigurationModel> eventConfigurations)
Create event configurations for the target destination.void
DestinationTargetService. deleteDestinationTarget(DestinationTargetModel destinationTarget)
Delete destination target and all related objects of it such as destinations, event configurations.java.util.Collection<ServiceWarning<DestinationTargetModel>>
DestinationTargetService. deregisterAndDeleteDestinationTarget(DestinationTargetModel destinationTarget)
Unregister (if the destination target is not a template) then delete exposed destinations of the given destination targetvoid
DestinationTargetService. registerDestinationTarget(DestinationTargetModel destinationTarget, java.util.Map<java.lang.String,java.lang.String> params)
Register a destination target and its assigned destinations and events in the target systemvoid
ApiRegistrationService. registerExposedDestination(ExposedDestinationModel destination)
Register an ExposedDestinationjava.util.List<RegisteredDestinationData>
ApiRegistrationService. retrieveRegisteredExposedDestinations(DestinationChannel destinationChannel, DestinationTargetModel destinationTarget)
Retrieves all registered exposed destinations from target systemvoid
DestinationTargetService. syncDestinationTargetWithRemoteSystem(DestinationTargetModel destinationTarget)
Sync destination target with the remote system.void
ApiRegistrationService. unregisterExposedDestination(ExposedDestinationModel destination)
Unregister an ExposedDestinationvoid
ApiRegistrationService. unregisterExposedDestinationByTargetId(java.lang.String targetId, DestinationTargetModel destinationTargetModel)
Unregister exposed destination from target system -
Uses of ApiRegistrationException in de.hybris.platform.apiregistryservices.services.impl
Methods in de.hybris.platform.apiregistryservices.services.impl that throw ApiRegistrationException Modifier and Type Method Description protected void
DefaultApiRegistrationService. checkIfChannelSupported(DestinationChannel channel)
void
DefaultDestinationTargetService. createDestinations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<AbstractDestinationModel> destinations)
DestinationTargetModel
DefaultDestinationTargetService. createDestinationTarget(DestinationTargetModel source, java.lang.String newId, DestinationChannel destinationChannel)
void
DefaultDestinationTargetService. createEventConfigurations(DestinationTargetModel source, DestinationTargetModel target, java.util.List<EventConfigurationModel> eventConfigurations)
void
DefaultDestinationTargetService. deleteDestinationTarget(DestinationTargetModel destinationTarget)
java.util.Collection<ServiceWarning<DestinationTargetModel>>
DefaultDestinationTargetService. deregisterAndDeleteDestinationTarget(DestinationTargetModel destinationTarget)
void
DefaultDestinationTargetService. registerDestinationTarget(DestinationTargetModel destinationTarget, java.util.Map<java.lang.String,java.lang.String> params)
void
DefaultApiRegistrationService. registerExposedDestination(ExposedDestinationModel destination)
java.util.List<RegisteredDestinationData>
DefaultApiRegistrationService. retrieveRegisteredExposedDestinations(DestinationChannel destinationChannel, DestinationTargetModel destinationTarget)
void
DefaultDestinationTargetServiceTest. setup()
void
DefaultDestinationTargetService. syncDestinationTargetWithRemoteSystem(DestinationTargetModel destinationTarget)
void
DefaultDestinationTargetServiceTest. testDeregisterAndDeleteDestinationTargetWoChannel()
void
DefaultDestinationTargetServiceTest. testDeregisterAndDeleteNonTemplateDestinationTarget()
void
DefaultDestinationTargetServiceTest. testDeregisterAndDeleteTemplateDestinationTarget()
void
DefaultDestinationTargetServiceTest. testDeregisterAndDeleteTemplateDestinationTargetWoChannel()
void
DefaultApiRegistrationService. unregisterExposedDestination(ExposedDestinationModel destination)
void
DefaultApiRegistrationService. unregisterExposedDestinationByTargetId(java.lang.String targetId, DestinationTargetModel destinationTarget)
-
Uses of ApiRegistrationException in de.hybris.platform.apiregistryservices.strategies
Methods in de.hybris.platform.apiregistryservices.strategies that throw ApiRegistrationException Modifier and Type Method Description void
DestinationTargetRegistrationStrategy. deregisterDestinationTarget(DestinationTargetModel destinationTarget)
Unregister exposed destinations of the given destination targetvoid
DestinationTargetRegistrationStrategy. registerDestinationTarget(DestinationTargetModel destinationTarget, java.util.Map<java.lang.String,java.lang.String> params)
Register a destination target and its assigned destinations and events in the target systemvoid
ApiRegistrationStrategy. registerExposedDestination(ExposedDestinationModel destination)
Send api specification to register exposed destinationjava.util.List<RegisteredDestinationData>
ApiRegistrationStrategy. retrieveRegisteredExposedDestinations(DestinationTargetModel destinationTarget)
Retrieves all registered exposed destination from target systemjava.util.List<java.lang.String>
DestinationTargetRegistrationStrategy. syncDestinationTargetWithRemoteSystem(DestinationTargetModel destinationTarget)
Sync destination target with the remote system.void
ApiRegistrationStrategy. unregisterExposedDestination(ExposedDestinationModel destination)
Send api specification to unregister exposed destinationvoid
ApiRegistrationStrategy. unregisterExposedDestinationByTargetId(java.lang.String targetId, java.lang.String destinationTargetId)
Unregister exposed destination from target system -
Uses of ApiRegistrationException in de.hybris.platform.apiregistryservices.strategies.impl
Methods in de.hybris.platform.apiregistryservices.strategies.impl that throw ApiRegistrationException Modifier and Type Method Description void
DefaultDestinationTargetRegistrationStrategy. deregisterDestinationTarget(DestinationTargetModel destinationTarget)
void
DefaultDestinationTargetRegistrationStrategy. registerDestinationTarget(DestinationTargetModel destinationTarget, java.util.Map<java.lang.String,java.lang.String> params)
void
DefaultApiRegistrationStrategy. registerExposedDestination(ExposedDestinationModel destination)
java.util.List<RegisteredDestinationData>
DefaultApiRegistrationStrategy. retrieveRegisteredExposedDestinations(DestinationTargetModel destinationTarget)
java.util.List<java.lang.String>
DefaultDestinationTargetRegistrationStrategy. syncDestinationTargetWithRemoteSystem(DestinationTargetModel destinationTarget)
void
DefaultApiRegistrationStrategy. unregisterExposedDestination(ExposedDestinationModel destination)
void
DefaultApiRegistrationStrategy. unregisterExposedDestinationByTargetId(java.lang.String targetId, java.lang.String destinationTargetId)
-
Uses of ApiRegistrationException in de.hybris.platform.kymaintegrationservices.jobs
Methods in de.hybris.platform.kymaintegrationservices.jobs that throw ApiRegistrationException Modifier and Type Method Description protected void
KymaUpdateConsumedDestinationsJobPerformable. registerExposedDestinations(DestinationTargetModel destinationTarget)
void
KymaUpdateConsumedDestinationsJobPerformableTest. setUp()
void
KymaUpdateConsumedDestinationsJobPerformableTest. testInvalidInfoUpdateInProgress()
protected void
KymaUpdateConsumedDestinationsJobPerformableTest. testInvalidInfoUpdateInProgress(java.lang.String eventsUrl, java.lang.String metadataUrl, java.lang.String renewalUrl)
void
KymaUpdateConsumedDestinationsJobPerformableTest. testNoUpdateIfUrlsNotUpdated()
void
KymaUpdateConsumedDestinationsJobPerformableTest. testValidInfoUpdateCompleted()
protected void
KymaUpdateConsumedDestinationsJobPerformable. updateConsumedDestinations(DestinationTargetModel destinationTarget, KymaServicesUrls urls)
protected void
KymaUpdateConsumedDestinationsJobPerformable. validateConsumedDestinations(KymaServicesUrls urls, DestinationTargetModel destinationTarget)
-
Uses of ApiRegistrationException in de.hybris.platform.kymaintegrationservices.services.impl
Methods in de.hybris.platform.kymaintegrationservices.services.impl that throw ApiRegistrationException Modifier and Type Method Description void
DefaultApiRegistrationServiceIT. testRegisterWebservices()
void
DefaultApiRegistrationServiceIT. testUnregisterWebservices()
void
DefaultApiRegistrationServiceIT. testUpdateRegisteredWebservices()
-
Uses of ApiRegistrationException in de.hybris.platform.kymaintegrationservices.strategies.impl
Methods in de.hybris.platform.kymaintegrationservices.strategies.impl that return ApiRegistrationException Modifier and Type Method Description protected ApiRegistrationException
KymaApiRegistrationStrategy. logAndCreateApiRegistrationException(java.lang.String errorMessage, java.lang.Exception e)
Methods in de.hybris.platform.kymaintegrationservices.strategies.impl that throw ApiRegistrationException Modifier and Type Method Description void
KymaDestinationTargetRegistrationStrategy. deregisterDestinationTarget(DestinationTargetModel destinationTarget)
protected AbstractDestinationModel
KymaApiRegistrationStrategy. getApiDestination()
Deprecated, for removal: This API element is subject to removal in a future version.since 1905.protected AbstractDestinationModel
KymaApiRegistrationStrategy. getApiDestination(java.lang.String destinationTargetId)
void
KymaDestinationTargetRegistrationStrategy. registerDestinationTarget(DestinationTargetModel destinationTarget, java.util.Map<java.lang.String,java.lang.String> params)
void
KymaApiRegistrationStrategy. registerExposedDestination(ExposedDestinationModel exposedDestination)
protected void
KymaApiRegistrationStrategy. registerNewSpecAtKyma(ServiceRegistrationData serviceRegistrationData, ExposedDestinationModel exposedDestination, org.springframework.http.HttpEntity<java.lang.String> request)
java.util.List<RegisteredDestinationData>
KymaApiRegistrationStrategy. retrieveRegisteredExposedDestinations(DestinationTargetModel destinationTarget)
java.util.List<java.lang.String>
KymaDestinationTargetRegistrationStrategy. syncDestinationTargetWithRemoteSystem(DestinationTargetModel destinationTarget)
void
KymaDestinationTargetRegistrationStrategyIT. testDeregisterDestinationTargetNotPossible()
void
KymaDestinationTargetRegistrationStrategyIT. testRegisterDestinationTarget()
void
KymaApiRegistrationStrategy. unregisterExposedDestination(ExposedDestinationModel destination)
void
KymaApiRegistrationStrategy. unregisterExposedDestinationByTargetId(java.lang.String targetId, java.lang.String destinationTargetId)
protected void
KymaApiRegistrationStrategy. updateExistingSpecAtKyma(ServiceRegistrationData serviceRegistrationData, ExposedDestinationModel apiConfiguration, org.springframework.http.HttpEntity<java.lang.String> request)
-