| Package | Description |
|---|---|
| de.hybris.platform.apiregistryservices.dao | |
| de.hybris.platform.apiregistryservices.dao.impl | |
| de.hybris.platform.apiregistryservices.enums |
Contains generated models for each type of de.hybris.platform.jalo.enumeration package.
|
| de.hybris.platform.apiregistryservices.model |
Contains generated models for each type of de.hybris.platform.apiregistryservices.jalo package.
|
| de.hybris.platform.apiregistryservices.services | |
| de.hybris.platform.apiregistryservices.services.impl |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventConfigurationModel> |
EventConfigurationDao.findActiveEventConfigsByChannel(DestinationChannel channel)
Fetch list of active events for eventChannel.
|
java.util.List<ExposedDestinationModel> |
DestinationDao.findActiveExposedDestinationsByChannel(DestinationChannel channel)
Find the list of active destinations for specific channel
|
java.util.List<T> |
DestinationDao.getDestinationsByChannel(DestinationChannel channel)
Find destinations for specific channel
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventConfigurationModel> |
DefaultEventConfigurationDao.findActiveEventConfigsByChannel(DestinationChannel channel) |
java.util.List<ExposedDestinationModel> |
DefaultDestinationDao.findActiveExposedDestinationsByChannel(DestinationChannel channel) |
java.util.List<T> |
DefaultDestinationDao.getDestinationsByChannel(DestinationChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
static DestinationChannel |
DestinationChannel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DestinationChannel[] |
DestinationChannel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DestinationChannel |
DestinationTargetModel.getDestinationChannel()
Generated method - Getter of the
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices. |
DestinationChannel |
EventExportDeadLetterModel.getDestinationChannel()
Generated method - Getter of the
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
DestinationTargetModel.setDestinationChannel(DestinationChannel value)
Generated method - Setter of
DestinationTarget.destinationChannel attribute defined at extension apiregistryservices. |
void |
EventExportDeadLetterModel.setDestinationChannel(DestinationChannel value)
Generated method - Setter of
EventExportDeadLetter.destinationChannel attribute defined at extension apiregistryservices. |
| Constructor and Description |
|---|
EventExportDeadLetterModel(DestinationChannel _destinationChannel,
DestinationTargetModel _destinationTarget,
java.lang.String _error,
java.lang.String _eventType,
java.lang.String _id,
ItemModel _owner,
java.lang.String _payload,
java.util.Date _timestamp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
EventExportDeadLetterModel(DestinationChannel _destinationChannel,
DestinationTargetModel _destinationTarget,
java.lang.String _error,
java.lang.String _eventType,
java.lang.String _id,
java.lang.String _payload,
java.util.Date _timestamp)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
DestinationService.getActiveExposedDestinationsByChannel(DestinationChannel channel)
Find the list of destinations for specific channel
|
java.util.List<T> |
DestinationService.getDestinationsByChannel(DestinationChannel channel)
Find destinations for specific channel
|
| Modifier and Type | Method and Description |
|---|---|
protected java.util.Map<DestinationChannel,ApiRegistrationStrategy> |
DefaultApiRegistrationService.getApiRegistrationStrategyMap() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ExposedDestinationModel> |
DefaultDestinationService.getActiveExposedDestinationsByChannel(DestinationChannel channel) |
java.util.List<T> |
DefaultDestinationService.getDestinationsByChannel(DestinationChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultApiRegistrationService.setApiRegistrationStrategyMap(java.util.Map<DestinationChannel,ApiRegistrationStrategy> apiRegistrationStrategyMap) |
Copyright © 2018 SAP SE. All Rights Reserved.