| Package | Description |
|---|---|
| org.ikasan.topology.dao | |
| org.ikasan.topology.service |
| Modifier and Type | Method and Description |
|---|---|
Notification |
HibernateTopologyDao.getNotificationByName(java.lang.String name) |
Notification |
TopologyDao.getNotificationByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Notification> |
HibernateTopologyDao.getAllNotifications() |
java.util.List<Notification> |
TopologyDao.getAllNotifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateTopologyDao.delete(Notification notification) |
void |
TopologyDao.delete(Notification notification) |
void |
HibernateTopologyDao.save(Notification notification) |
void |
TopologyDao.save(Notification notification) |
| Modifier and Type | Method and Description |
|---|---|
Notification |
TopologyService.getNotificationByName(java.lang.String name) |
Notification |
TopologyServiceImpl.getNotificationByName(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Notification> |
TopologyService.getAllNotifications() |
java.util.List<Notification> |
TopologyServiceImpl.getAllNotifications() |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyService.delete(Notification notification) |
void |
TopologyServiceImpl.delete(Notification notification) |
void |
TopologyService.save(Notification notification) |
void |
TopologyServiceImpl.save(Notification notification) |
Copyright © 2007-2020 Ikasan. All Rights Reserved.