Package org.kuali.rice.kcb.service
Interface KENIntegrationService
- All Known Implementing Classes:
KENIntegrationServiceDirectImpl
public interface KENIntegrationService
Interface for service that implements integration with KEN
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
-
Method Summary
Modifier and TypeMethodDescriptionReturns names of all channels defined in KEN
-
Method Details
-
getAllChannelNames
Collection<String> getAllChannelNames()Returns names of all channels defined in KEN- Returns:
- names of all channels defined in KEN
-