| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Notification.Type> |
IChannel.getNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Notification.Type> |
DummyChannel.getNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Notification.Type> |
PublicFeedChannel.getNotificationTypes() |
com.google.common.collect.ImmutableSet<Notification.Type> |
PrivateFeedChannel.getNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableSet<Notification.Type> |
MailChannel.getNotificationTypes() |
| Modifier and Type | Method and Description |
|---|---|
List<Notification> |
INotificationDAO.getRecent(String userId,
Set<Notification.Type> types,
int first,
int count) |
| Modifier and Type | Field and Description |
|---|---|
static com.google.common.collect.ImmutableSet<Notification.Type> |
Notification.Type.TYPES_ALL |
static com.google.common.collect.ImmutableSet<Notification.Type> |
Notification.Type.TYPES_PRIVATE |
static com.google.common.collect.ImmutableSet<Notification.Type> |
Notification.Type.TYPES_PUBLIC |
| Modifier and Type | Method and Description |
|---|---|
Notification.Type |
Notification.getType() |
static Notification.Type |
Notification.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
Notification.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Notification |
Notification.setType(Notification.Type type) |
Copyright © 2015 Molindo GmbH. All Rights Reserved.