Package com.hybris.merchandising.context
Interface ContextService
-
- All Known Implementing Classes:
DefaultContextService
public interface ContextServiceInterface for service to expose ContextRepository.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextRepositorygetContextRepository()Returns the configuredContextRepository.
-
-
-
Method Detail
-
getContextRepository
ContextRepository getContextRepository()
Returns the configuredContextRepository.- Returns:
- the configured
ContextRepository.
-
-