org.ikasan.console.pointtopointflow.service
Interface PointToPointFlowProfileService

All Known Implementing Classes:
PointToPointFlowProfileServiceImpl

public interface PointToPointFlowProfileService

Service layer for PointToPointFlowProfiles

Author:
Ikasan Development Team

Method Summary
 Set<Long> getAllPointToPointFlowProfileIds()
          Get a Set of all of the ids for all of the PointToPointFlowProfiles or an empty Set
 Set<PointToPointFlowProfile> getAllPointToPointFlowProfiles()
          Get a Set of 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
 

Method Detail

getAllPointToPointFlowProfiles

Set<PointToPointFlowProfile> getAllPointToPointFlowProfiles()
Get a Set of PointToPointFlowProfiles

Returns:
Set of all of the PointToPointFlowProfiles or an empty Set

getAllPointToPointFlowProfileIds

Set<Long> getAllPointToPointFlowProfileIds()
Get a Set of all of the ids for all of the PointToPointFlowProfiles or an empty Set

Returns:
Set of all of the PointToPointFlowProfile ids or an empty Set

getModuleIdsFromPointToPointFlowProfiles

Set<Long> getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Get a Set of all of the module ids for the given PointToPointFlowProfile Ids or an empty Set

Parameters:
pointToPointFlowProfileIds - - The point to point profile ids to search on
Returns:
Set of all of the module ids or an empty Set


Copyright © 2007-2014 Ikasan. All Rights Reserved.