org.kuali.rice.kcb.service.impl
Class KENIntegrationServiceAPIImpl

java.lang.Object
  extended by org.kuali.rice.kcb.service.impl.KENIntegrationServiceAPIImpl
All Implemented Interfaces:
KENIntegrationService

public class KENIntegrationServiceAPIImpl
extends Object
implements KENIntegrationService

Integrates with KEN via the exposed KENAPIService (meaning there is a runtime dependency on KEN)

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
KENIntegrationServiceAPIImpl()
           
 
Method Summary
 Collection<String> getAllChannelNames()
          Calls the KENAPIService.getAllChannelNames()
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KENIntegrationServiceAPIImpl

public KENIntegrationServiceAPIImpl()
Method Detail

getAllChannelNames

public Collection<String> getAllChannelNames()
Calls the KENAPIService.getAllChannelNames()

Specified by:
getAllChannelNames in interface KENIntegrationService
Returns:
names of all channels defined in KEN
See Also:
KENIntegrationService.getAllChannelNames()


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.