org.kuali.rice.kcb.service.impl
Class KENIntegrationServiceAPIImpl
java.lang.Object
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KENIntegrationServiceAPIImpl
public KENIntegrationServiceAPIImpl()
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.