Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.dao | |
org.ovirt.engine.core.notifier.methods |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EventSubscriptionCommandBase.ValidateAdd(List<event_notification_methods> event_notification_methods,
event_subscriber event_subscriber,
DbUser user)
Validates the notification method and tag.
|
protected boolean |
EventSubscriptionCommandBase.ValidateNotificationMethod(List<event_notification_methods> event_notification_methods,
event_subscriber event_subscriber,
DbUser user)
Validates the notification method.
|
protected boolean |
EventSubscriptionCommandBase.ValidateRemove(List<event_notification_methods> event_notification_methods,
event_subscriber event_subscriber,
DbUser user) |
Modifier and Type | Method and Description |
---|---|
List<event_notification_methods> |
EventDAODbFacadeImpl.getAllEventNotificationMethods() |
List<event_notification_methods> |
EventDAO.getAllEventNotificationMethods()
Retrieves the list of all event notification methods.
|
List<event_notification_methods> |
EventDAODbFacadeImpl.getEventNotificationMethodsById(int method_id) |
List<event_notification_methods> |
EventDAO.getEventNotificationMethodsById(int method_id) |
List<event_notification_methods> |
EventDAODbFacadeImpl.getEventNotificationMethodsByType(String method_type) |
List<event_notification_methods> |
EventDAO.getEventNotificationMethodsByType(String method_type) |
Modifier and Type | Method and Description |
---|---|
List<event_notification_methods> |
EventMethodFiller.getEventNotificationMethods()
A getter of the created methods list.
|
Modifier and Type | Method and Description |
---|---|
NotificationMethodMapBuilder.NotificationMethodFactoryMapper |
NotificationMethodMapBuilder.createMethodsMapper(List<event_notification_methods> notificationMethods,
Map<String,String> properties)
Maps pairs of notification method type to the factory which produces the class that handles the notification
action.
Design meant to provide a varied instantiation of the method type implementation class. |
Copyright © 2012. All Rights Reserved.