| Package | Description |
|---|---|
| org.ikasan.topology.dao | |
| org.ikasan.topology.model | |
| org.ikasan.topology.service |
| Modifier and Type | Method and Description |
|---|---|
List<BusinessStream> |
TopologyDao.getAllBusinessStreams()
Get all BusinessStreams
|
List<BusinessStream> |
HibernateTopologyDao.getAllBusinessStreams() |
List<BusinessStream> |
TopologyDao.getBusinessStreamsByUserId(List<Long> ids)
Get all BusinessStreams by a list of ids.
|
List<BusinessStream> |
HibernateTopologyDao.getBusinessStreamsByUserId(List<Long> ids) |
List<BusinessStream> |
TopologyDao.getBusinessStreamsByUserId(Long userId)
Get all BusinessStreams associated with a given user.
|
List<BusinessStream> |
HibernateTopologyDao.getBusinessStreamsByUserId(Long userId) |
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyDao.saveBusinessStream(BusinessStream businessStream)
Save a BusinessStream.
|
void |
HibernateTopologyDao.saveBusinessStream(BusinessStream 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 |
|---|---|
List<BusinessStream> |
TopologyServiceImpl.getAllBusinessStreams() |
List<BusinessStream> |
TopologyService.getAllBusinessStreams()
Get all BusinessStreams
|
List<BusinessStream> |
TopologyServiceImpl.getBusinessStreamsByUserId(List<Long> ids) |
List<BusinessStream> |
TopologyService.getBusinessStreamsByUserId(List<Long> ids)
Get all BusinessStreams by a list of ids.
|
List<BusinessStream> |
TopologyServiceImpl.getBusinessStreamsByUserId(Long userId) |
List<BusinessStream> |
TopologyService.getBusinessStreamsByUserId(Long userId)
Get all BusinessStreams associated with a given user.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TopologyServiceImpl.saveBusinessStream(BusinessStream businessStream) |
void |
TopologyService.saveBusinessStream(BusinessStream businessStream)
Save a BusinessStream.
|
Copyright © 2007-2015 Ikasan. All Rights Reserved.