T - the type parameter which extends the AbstractDestinationModel typepublic class DefaultDestinationService<T extends AbstractDestinationModel> extends java.lang.Object implements DestinationService
DestinationService| Constructor and Description |
|---|
DefaultDestinationService() |
| Modifier and Type | Method and Description |
|---|---|
T |
getDestinationById(java.lang.String id)
Find the destination for specific id
|
protected DestinationDao<T> |
getDestinationDao() |
java.util.List<T> |
getDestinationsByChannel(DestinationChannel channel)
Find destinations for specific channel
|
void |
setDestinationDao(DestinationDao<T> destinationDao) |
public java.util.List<T> getDestinationsByChannel(DestinationChannel channel)
DestinationServicegetDestinationsByChannel in interface DestinationServicechannel - the channel of the destinationpublic T getDestinationById(java.lang.String id)
DestinationServicegetDestinationById in interface DestinationServiceid - the id of the destinationprotected DestinationDao<T> getDestinationDao()
public void setDestinationDao(DestinationDao<T> destinationDao)
Copyright © 2018 SAP SE. All Rights Reserved.