org.ikasan.console.pointtopointflow.dao
Interface PointToPointFlowProfileDao

All Known Implementing Classes:
HibernatePointToPointFlowProfileDao

public interface PointToPointFlowProfileDao

Interface for all PointToPointFlowProfile data access.

Author:
Ikasan Development Team

Method Summary
 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
 

Method Detail

findAllPointToPointFlowProfiles

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

Returns:
A list of PointToPointFlowProfiles

findPointToPointFlowProfiles

Set<PointToPointFlowProfile> findPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
Get a list of all PointToPointFlowProfiles matching the Set of ids passed in

Parameters:
pointToPointFlowProfileIds - - Ids of the point to point profiles
Returns:
A list of PointToPointFlowProfiles


Copyright © 2007-2014 Ikasan. All Rights Reserved.