public class DefaultEventConfigurationDao extends AbstractItemDao implements EventConfigurationDao
EventConfigurationDao| Modifier and Type | Field and Description |
|---|---|
protected static java.lang.String |
EVENTCHANNEL_PARAMETER |
protected static java.lang.String |
EVENTCLASS_PARAMETER |
protected static java.lang.String |
EVENTDESTINATION_PARAMETER |
protected static java.lang.String |
EXPORTFLAG_PARAMETER |
protected static java.lang.String |
GET_ALL_EC_BY_CHANNEL |
protected static java.lang.String |
GET_ALL_EC_BY_TARGET |
protected static java.lang.String |
GET_ALL_EC_QUERY |
protected static java.lang.String |
WHERE_EVENT_CLAUSE |
flexibleSearchService, modelService| Constructor and Description |
|---|
DefaultEventConfigurationDao() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventConfigurationModel> |
findActiveEventConfigsByChannel(DestinationChannel channel)
Fetch list of active events for eventChannel.
|
java.util.List<EventConfigurationModel> |
findActiveEventConfigsByClass(java.lang.String eventClass)
Fetch list of all active events.
|
java.util.List<EventConfigurationModel> |
findActiveEventConfigsByDestinationTargetId(java.lang.String destinationTargetId)
Fetch list of active events for DestinationTarget.
|
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelServiceprotected static final java.lang.String EXPORTFLAG_PARAMETER
protected static final java.lang.String EVENTCLASS_PARAMETER
protected static final java.lang.String EVENTDESTINATION_PARAMETER
protected static final java.lang.String EVENTCHANNEL_PARAMETER
protected static final java.lang.String GET_ALL_EC_QUERY
protected static final java.lang.String GET_ALL_EC_BY_TARGET
protected static final java.lang.String GET_ALL_EC_BY_CHANNEL
protected static final java.lang.String WHERE_EVENT_CLAUSE
public java.util.List<EventConfigurationModel> findActiveEventConfigsByClass(java.lang.String eventClass)
EventConfigurationDaofindActiveEventConfigsByClass in interface EventConfigurationDaoeventClass - EventConfigurationModel.eventClasspublic java.util.List<EventConfigurationModel> findActiveEventConfigsByDestinationTargetId(java.lang.String destinationTargetId)
EventConfigurationDaofindActiveEventConfigsByDestinationTargetId in interface EventConfigurationDaodestinationTargetId - the id of the DestinationTargetpublic java.util.List<EventConfigurationModel> findActiveEventConfigsByChannel(DestinationChannel channel)
EventConfigurationDaofindActiveEventConfigsByChannel in interface EventConfigurationDaochannel - the id of the DestinationTargetCopyright © 2018 SAP SE. All Rights Reserved.