Package com.hybris.merchandising.context
Interface ContextService
- All Known Implementing Classes:
DefaultContextService
public interface ContextService
Interface for service to expose ContextRepository.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the configuredContextRepository.
-
Method Details
-
getContextRepository
ContextRepository getContextRepository()Returns the configuredContextRepository.- Returns:
- the configured
ContextRepository.
-