| Package | Description |
|---|---|
| de.hybris.platform.apiregistryservices.dao | |
| de.hybris.platform.apiregistryservices.dao.impl | |
| de.hybris.platform.apiregistryservices.model |
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo package.
|
| de.hybris.platform.apiregistryservices.resource | |
| de.hybris.platform.apiregistryservices.services | |
| de.hybris.platform.apiregistryservices.services.impl | |
| de.hybris.platform.kymaintegrationservices.services.impl | |
| de.hybris.platform.kymaintegrationservices.strategies.impl | |
| de.hybris.platform.kymaintegrationservices.utils |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DestinationDao<T extends AbstractDestinationModel> |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDestinationDao<T extends AbstractDestinationModel> |
| Modifier and Type | Class and Description |
|---|---|
class |
ConsumedDestinationModel
Generated model class for type ConsumedDestination first defined at extension apiregistryservices.
|
class |
ExposedDestinationModel
Generated model class for type ExposedDestination first defined at extension apiregistryservices.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractDestinationModel> |
EndpointModel.getDestinations()
Generated method - Getter of the
Endpoint.destinations attribute defined at extension apiregistryservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointModel.setDestinations(java.util.Collection<AbstractDestinationModel> value)
Generated method - Setter of
Endpoint.destinations attribute defined at extension apiregistryservices. |
| Modifier and Type | Method and Description |
|---|---|
AbstractDestinationModel |
AbstractDestinationResource.getAbstractDestinationModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected AbstractDestinationModel |
AbstractDestinationResource.readResource(java.lang.String resourceId)
Gets the
AbstractDestinationModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<AbstractDestinationModel> |
AbstractDestinationsResource.getAbstractDestinationsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDestinationResource.setAbstractDestinationModel(AbstractDestinationModel value)
Convenience method which just delegates to
#setResourceValue(AbstractDestinationModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDestinationsResource.setAbstractDestinationsCollection(java.util.Collection<AbstractDestinationModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
DestinationService<T extends AbstractDestinationModel>
Service layer interface for destinations
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultDestinationService<T extends AbstractDestinationModel>
Default implementation of
DestinationService |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationService<AbstractDestinationModel> |
DefaultApiRegistrationService.getDestinationService() |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationService<AbstractDestinationModel> |
DefaultCertificateService.getDestinationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCertificateService.setDestinationService(DestinationService<AbstractDestinationModel> destinationService) |
| Modifier and Type | Method and Description |
|---|---|
protected AbstractDestinationModel |
KymaApiRegistrationStrategy.getApiDestination() |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationDao<AbstractDestinationModel> |
KymaApiRegistrationStrategy.getDestinationDao() |
protected DestinationDao<AbstractDestinationModel> |
KymaEventEmitStrategy.getDestinationDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
KymaApiRegistrationStrategy.setDestinationDao(DestinationDao<AbstractDestinationModel> destinationDao) |
void |
KymaEventEmitStrategy.setDestinationDao(DestinationDao<AbstractDestinationModel> destinationDao) |
| Modifier and Type | Method and Description |
|---|---|
protected DestinationService<AbstractDestinationModel> |
RestTemplateWrapper.getDestinationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
RestTemplateWrapper.updateCredentials(AbstractDestinationModel destination) |
protected void |
RestTemplateWrapper.validateCredential(AbstractDestinationModel destination) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestTemplateWrapper.setDestinationService(DestinationService<AbstractDestinationModel> destinationService) |
Copyright © 2018 SAP SE. All Rights Reserved.