public interface PointToPointFlowProfileDao
| Modifier and Type | Method and Description |
|---|---|
Set<PointToPointFlowProfile> |
findAllPointToPointFlowProfiles()
Get a list of all PointToPointFlowProfiles
|
Set<PointToPointFlowProfile> |
findPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Get a list of all PointToPointFlowProfiles matching the Set of ids passed in
|
Set<PointToPointFlowProfile> findAllPointToPointFlowProfiles()
Set<PointToPointFlowProfile> findPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
pointToPointFlowProfileIds - - Ids of the point to point profilesCopyright © 2007-2015 Ikasan. All Rights Reserved.