public class PointToPointFlowProfileServiceImpl extends Object implements PointToPointFlowProfileService
PointToPointFlowProfileService| Constructor and Description |
|---|
PointToPointFlowProfileServiceImpl(PointToPointFlowProfileDao pointToPointFlowProfileDao)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<Long> |
getAllPointToPointFlowProfileIds()
Get a list of all PointToPointFlowProfile Ids
|
Set<PointToPointFlowProfile> |
getAllPointToPointFlowProfiles()
Get a list of all PointToPointFlowProfiles
|
Set<Long> |
getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Get a Set of all of the module ids for the given PointToPointFlowProfile Ids or an empty Set
|
public PointToPointFlowProfileServiceImpl(PointToPointFlowProfileDao pointToPointFlowProfileDao)
pointToPointFlowProfileDao - - DAO for this service to usepublic Set<PointToPointFlowProfile> getAllPointToPointFlowProfiles()
getAllPointToPointFlowProfiles in interface PointToPointFlowProfileServicePointToPointFlowProfileService.getAllPointToPointFlowProfiles()public Set<Long> getAllPointToPointFlowProfileIds()
getAllPointToPointFlowProfileIds in interface PointToPointFlowProfileServicePointToPointFlowProfileService.getAllPointToPointFlowProfileIds()public Set<Long> getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
PointToPointFlowProfileServicegetModuleIdsFromPointToPointFlowProfiles in interface PointToPointFlowProfileServicepointToPointFlowProfileIds - - The point to point profile ids to search onPointToPointFlowProfileService.getModuleIdsFromPointToPointFlowProfiles(Set)Copyright © 2007-2015 Ikasan. All Rights Reserved.