| Package | Description |
|---|---|
| org.ikasan.topology.dao | |
| org.ikasan.topology.model | |
| org.ikasan.topology.service |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BusinessStream> |
HibernateTopologyDao.getAllBusinessStreams() |
java.util.List<BusinessStream> |
TopologyDao.getAllBusinessStreams()
Get all BusinessStreams
|
java.util.List<BusinessStream> |
HibernateTopologyDao.getBusinessStreamsByUserId(java.util.List<java.lang.Long> ids) |
java.util.List<BusinessStream> |
TopologyDao.getBusinessStreamsByUserId(java.util.List<java.lang.Long> ids)
Get all BusinessStreams by a list of ids.
|
java.util.List<BusinessStream> |
HibernateTopologyDao.getBusinessStreamsByUserId(java.lang.Long userId) |
java.util.List<BusinessStream> |
TopologyDao.getBusinessStreamsByUserId(java.lang.Long userId)
Get all BusinessStreams associated with a given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HibernateTopologyDao.deleteBusinessStream(BusinessStream businessStream) |
void |
TopologyDao.deleteBusinessStream(BusinessStream businessStream)
Delete a business stream
|
void |
HibernateTopologyDao.saveBusinessStream(BusinessStream businessStream) |
void |
TopologyDao.saveBusinessStream(BusinessStream businessStream)
Save a BusinessStream.
|
| Modifier and Type | Field and Description |
|---|---|
BusinessStream |
UserBusinessStream.businessStream |
| Modifier and Type | Method and Description |
|---|---|
BusinessStream |
UserBusinessStream.getBusinessStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserBusinessStream.setBusinessStream(BusinessStream businessStream) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<BusinessStream> |
TopologyService.getAllBusinessStreams()
Get all BusinessStreams
|
java.util.List<BusinessStream> |
TopologyServiceImpl.getAllBusinessStreams() |
java.util.List<BusinessStream> |
TopologyService.getBusinessStreamsByUserId(java.util.List<java.lang.Long> ids)
Get all BusinessStreams by a list of ids.
|
java.util.List<BusinessStream> |
TopologyServiceImpl.getBusinessStreamsByUserId(java.util.List<java.lang.Long> ids) |
java.util.List<BusinessStream> |
TopologyService.getBusinessStreamsByUserId(java.lang.Long userId)
Get all BusinessStreams associated with a given user.
|
java.util.List<BusinessStream> |
TopologyServiceImpl.getBusinessStreamsByUserId(java.lang.Long userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyService.deleteBusinessStream(BusinessStream businessStream)
Delete a business stream
|
void |
TopologyServiceImpl.deleteBusinessStream(BusinessStream businessStream) |
void |
TopologyService.saveBusinessStream(BusinessStream businessStream)
Save a BusinessStream.
|
void |
TopologyServiceImpl.saveBusinessStream(BusinessStream businessStream) |
Copyright © 2007-2019 Ikasan. All Rights Reserved.