Interface INotificationBroker
-
public interface INotificationBroker
Notification Broker- Author:
- I-D Media AG
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IAdminNotificationQueue
getAdminNotificationQueue()
Get the admin notification queueINotificationQueueInTranslation
getInTranslationQueue()
INotificationQueueRegister
getRegistrationQueue()
Create a registration queueINotificationQueueTranslatableXmlExported
getTranslatableXmlExportedQueue()
INotificationQueueImport
getTranslatedQueue(boolean bSuccess)
-
-
-
Method Detail
-
getAdminNotificationQueue
@NotNull IAdminNotificationQueue getAdminNotificationQueue()
Get the admin notification queue- Returns:
-
getTranslatedQueue
@NotNull INotificationQueueImport getTranslatedQueue(boolean bSuccess)
-
getInTranslationQueue
@NotNull INotificationQueueInTranslation getInTranslationQueue()
-
getTranslatableXmlExportedQueue
@NotNull INotificationQueueTranslatableXmlExported getTranslatableXmlExportedQueue()
-
getRegistrationQueue
@NotNull INotificationQueueRegister getRegistrationQueue()
Create a registration queue- Returns:
-
-