org.ikasan.console.pointtopointflow.service
Class PointToPointFlowProfileServiceImpl

java.lang.Object
  extended by org.ikasan.console.pointtopointflow.service.PointToPointFlowProfileServiceImpl
All Implemented Interfaces:
PointToPointFlowProfileService

public class PointToPointFlowProfileServiceImpl
extends Object
implements PointToPointFlowProfileService

Console implementation of PointToPointFlowProfileService

Author:
Ikasan Development Team

Constructor Summary
PointToPointFlowProfileServiceImpl(PointToPointFlowProfileDao pointToPointFlowProfileDao)
          Constructor
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PointToPointFlowProfileServiceImpl

public PointToPointFlowProfileServiceImpl(PointToPointFlowProfileDao pointToPointFlowProfileDao)
Constructor

Parameters:
pointToPointFlowProfileDao - - DAO for this service to use
Method Detail

getAllPointToPointFlowProfiles

public Set<PointToPointFlowProfile> getAllPointToPointFlowProfiles()
Get a list of all PointToPointFlowProfiles

Specified by:
getAllPointToPointFlowProfiles in interface PointToPointFlowProfileService
Returns:
Set of all of the PointToPointFlowProfiles or an empty Set
See Also:
PointToPointFlowProfileService.getAllPointToPointFlowProfiles()

getAllPointToPointFlowProfileIds

public Set<Long> getAllPointToPointFlowProfileIds()
Get a list of all PointToPointFlowProfile Ids

Specified by:
getAllPointToPointFlowProfileIds in interface PointToPointFlowProfileService
Returns:
Set of all of the PointToPointFlowProfile ids or an empty Set
See Also:
PointToPointFlowProfileService.getAllPointToPointFlowProfileIds()

getModuleIdsFromPointToPointFlowProfiles

public Set<Long> getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Description copied from interface: PointToPointFlowProfileService
Get a Set of all of the module ids for the given PointToPointFlowProfile Ids or an empty Set

Specified by:
getModuleIdsFromPointToPointFlowProfiles in interface PointToPointFlowProfileService
Parameters:
pointToPointFlowProfileIds - - The point to point profile ids to search on
Returns:
Set of all of the module ids or an empty Set
See Also:
PointToPointFlowProfileService.getModuleIdsFromPointToPointFlowProfiles(Set)


Copyright © 2007-2014 Ikasan. All Rights Reserved.