Package | Description |
---|---|
org.ovirt.engine.core.bll | |
org.ovirt.engine.core.common.action | |
org.ovirt.engine.core.dao |
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 |
---|---|
event_subscriber |
EventSubscriptionParametesBase.getEventSubscriber() |
Constructor and Description |
---|
EventSubscriptionParametesBase(event_subscriber event_subscriber,
String domain) |
Modifier and Type | Method and Description |
---|---|
List<event_subscriber> |
EventDAODbFacadeImpl.getAll() |
List<event_subscriber> |
EventDAO.getAll()
Returns all event subscribers.
|
List<event_subscriber> |
EventDAODbFacadeImpl.getAllForSubscriber(Guid id) |
List<event_subscriber> |
EventDAO.getAllForSubscriber(Guid id)
Retrieves all event subscriptions for the given subscriber id.
|
Modifier and Type | Method and Description |
---|---|
void |
EventDAODbFacadeImpl.subscribe(event_subscriber subscriber) |
void |
EventDAO.subscribe(event_subscriber subscriber)
Saves the provided subscriber.
|
void |
EventDAODbFacadeImpl.unsubscribe(event_subscriber subscriber) |
void |
EventDAO.unsubscribe(event_subscriber subscriber)
Removes the specified subscriber.
|
void |
EventDAODbFacadeImpl.update(event_subscriber subscriber,
int oldMethodId) |
void |
EventDAO.update(event_subscriber subscriber,
int oldMethodId)
Updates the provided subscriber.
|
Copyright © 2012. All Rights Reserved.