|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.notifications.NotificationUIFactory
public class NotificationUIFactory
Description:
TODO: gnaegi Class Description for NotificationUIFactory
Initial Date: 22.12.2009
| Constructor Summary | |
|---|---|
NotificationUIFactory()
|
|
| Method Summary | |
|---|---|
static NotificationSubscriptionAndNewsController |
createCombinedSubscriptionsAndNewsController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl)
Create a controller which shows the users subscriptions and the generated news in one view that has been accumulated during the configured notification period |
static NotificationSubscriptionAndNewsController |
createCombinedSubscriptionsAndNewsController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl,
java.util.Date newsSinceDate)
Create a controller which shows the users subscriptions and the generated news since the given date in one view |
static org.olat.notifications.NotificationNewsController |
createNewsListingController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl,
java.util.Date newsSinceDate)
Create a controller that displays the users news from his subscriptions |
static NotificationSubscriptionController |
createSubscriptionListingController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl)
Create a controller that displays the subscriptions for a specific user |
static void |
launchSubscriptionResource(UserRequest ureq,
WindowControl windowControl,
Subscriber sub)
launch a subscription resource in its tab |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotificationUIFactory()
| Method Detail |
|---|
public static NotificationSubscriptionController createSubscriptionListingController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl)
subscriberIdentity - ureq - windowControl -
public static org.olat.notifications.NotificationNewsController createNewsListingController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl,
java.util.Date newsSinceDate)
subscriberIdentity - ureq - windowControl - newsSinceDate - optional date that represents the lower boundary of
the news period or NULL to use the default value
public static NotificationSubscriptionAndNewsController createCombinedSubscriptionsAndNewsController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl,
java.util.Date newsSinceDate)
subscriberIdentity - ureq - windowControl - newsSinceDate - optional date that represents the lower boundary of
the news period or NULL to use the default value
public static NotificationSubscriptionAndNewsController createCombinedSubscriptionsAndNewsController(Identity subscriberIdentity,
UserRequest ureq,
WindowControl windowControl)
subscriberIdentity - ureq - windowControl -
public static void launchSubscriptionResource(UserRequest ureq,
WindowControl windowControl,
Subscriber sub)
ureq - windowControl - sub -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||