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

java.lang.Object
  extended by 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)

Constructor Summary
KENIntegrationServiceDirectImpl()
           
 
Method Summary
 Collection<String> getAllChannelNames()
          Returns names of all channels defined in KEN
 void setDataSource(DataSource ds)
          Sets the DataSource to query against
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KENIntegrationServiceDirectImpl

public KENIntegrationServiceDirectImpl()
Method Detail

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-2014 The Kuali Foundation. All Rights Reserved.