public abstract class Notifiable extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Notifiable() |
| Modifier and Type | Method and Description |
|---|---|
Notifiable |
addNotification(List<Notification> notifications) |
Notifiable |
addNotification(Notifiable... notifiable) |
Notifiable |
addNotification(Notifiable notifiable) |
Notifiable |
addNotification(Notification notification) |
Notifiable |
addNotification(String code,
Object... args) |
List<Notification> |
getNotifications() |
boolean |
invalid() |
boolean |
valid() |
void |
verify() |
public Notifiable addNotification(String code, Object... args)
public Notifiable addNotification(Notification notification)
public Notifiable addNotification(List<Notification> notifications)
public Notifiable addNotification(Notifiable notifiable)
public Notifiable addNotification(Notifiable... notifiable)
public List<Notification> getNotifications()
public boolean valid()
public boolean invalid()
public void verify()
Copyright © 2019 Damsete Tecnologia LTDA. All rights reserved.