|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ikasan.console.pointtopointflow.service.PointToPointFlowProfileServiceImpl
public class PointToPointFlowProfileServiceImpl
Console implementation of PointToPointFlowProfileService
| 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 |
|---|
public PointToPointFlowProfileServiceImpl(PointToPointFlowProfileDao pointToPointFlowProfileDao)
pointToPointFlowProfileDao - - DAO for this service to use| Method Detail |
|---|
public Set<PointToPointFlowProfile> getAllPointToPointFlowProfiles()
getAllPointToPointFlowProfiles in interface PointToPointFlowProfileServicePointToPointFlowProfileService.getAllPointToPointFlowProfiles()public Set<Long> getAllPointToPointFlowProfileIds()
getAllPointToPointFlowProfileIds in interface PointToPointFlowProfileServicePointToPointFlowProfileService.getAllPointToPointFlowProfileIds()public Set<Long> getModuleIdsFromPointToPointFlowProfiles(Set<Long> pointToPointFlowProfileIds)
PointToPointFlowProfileService
getModuleIdsFromPointToPointFlowProfiles in interface PointToPointFlowProfileServicepointToPointFlowProfileIds - - The point to point profile ids to search on
PointToPointFlowProfileService.getModuleIdsFromPointToPointFlowProfiles(Set)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||