T - the type parameter which extends the AbstractDestinationModel typepublic interface DestinationService<T extends AbstractDestinationModel>
| Modifier and Type | Method and Description |
|---|---|
T |
getDestinationById(java.lang.String id)
Find the destination for specific id
|
java.util.List<T> |
getDestinationsByChannel(DestinationChannel channel)
Find destinations for specific channel
|
java.util.List<T> getDestinationsByChannel(DestinationChannel channel)
channel - the channel of the destinationT getDestinationById(java.lang.String id)
id - the id of the destinationCopyright © 2018 SAP SE. All Rights Reserved.