Package org.kuali.rice.kcb.service.impl
Class KENIntegrationServiceDirectImpl
java.lang.Object
org.kuali.rice.kcb.service.impl.KENIntegrationServiceDirectImpl
- All Implemented Interfaces:
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns names of all channels defined in KENvoidSets the DataSource to query against
-
Constructor Details
-
KENIntegrationServiceDirectImpl
public KENIntegrationServiceDirectImpl()
-
-
Method Details
-
setDataSource
Sets the DataSource to query against- Parameters:
ds- the DataSource to query against
-
getAllChannelNames
Description copied from interface:KENIntegrationServiceReturns names of all channels defined in KEN- Specified by:
getAllChannelNamesin interfaceKENIntegrationService- Returns:
- names of all channels defined in KEN
- See Also:
-