org.kuali.rice.kcb.service.impl
Class KENIntegrationServiceDirectImpl
java.lang.Object
org.kuali.rice.kcb.service.impl.KENIntegrationServiceDirectImpl
- All Implemented Interfaces:
- KENIntegrationService
public class KENIntegrationServiceDirectImpl
- extends Object
- implements KENIntegrationService
Implements KEN integration by querying the database tables directly. This avoids
a runtime dependence 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 |
KENIntegrationServiceDirectImpl
public KENIntegrationServiceDirectImpl()
setDataSource
public void setDataSource(DataSource ds)
- Sets the DataSource to query against
- Parameters:
ds
- the DataSource to query against
getAllChannelNames
public Collection<String> getAllChannelNames()
- Description copied from interface:
KENIntegrationService
- Returns names of all channels defined in KEN
- Specified by:
getAllChannelNames
in interface KENIntegrationService
- Returns:
- names of all channels defined in KEN
- See Also:
KENIntegrationService.getAllChannelNames()
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.