Uses of Interface
com.hybris.cockpitng.service.ExceptionTranslationService
-
Packages that use ExceptionTranslationService Package Description com.hybris.backoffice.widgets.advancedsearch.engine com.hybris.cockpitng.service.impl com.hybris.cockpitng.widgets.collectionbrowser -
-
Uses of ExceptionTranslationService in com.hybris.backoffice.widgets.advancedsearch.engine
Methods in com.hybris.backoffice.widgets.advancedsearch.engine that return ExceptionTranslationService Modifier and Type Method Description ExceptionTranslationServiceAdvancedSearchEngineController. getExceptionTranslationService()Methods in com.hybris.backoffice.widgets.advancedsearch.engine with parameters of type ExceptionTranslationService Modifier and Type Method Description voidAdvancedSearchEngineController. setExceptionTranslationService(ExceptionTranslationService exceptionTranslationService) -
Uses of ExceptionTranslationService in com.hybris.cockpitng.service.impl
Classes in com.hybris.cockpitng.service.impl that implement ExceptionTranslationService Modifier and Type Class Description classDefaultExceptionTranslationServiceDefault implementation ofExceptionTranslationService,DefaultExceptionTranslationService.toString(Throwable)return message handled by first handler which can handle or by default handler. -
Uses of ExceptionTranslationService in com.hybris.cockpitng.widgets.collectionbrowser
Methods in com.hybris.cockpitng.widgets.collectionbrowser that return ExceptionTranslationService Modifier and Type Method Description ExceptionTranslationServiceCollectionBrowserController. getExceptionTranslationService()Methods in com.hybris.cockpitng.widgets.collectionbrowser with parameters of type ExceptionTranslationService Modifier and Type Method Description voidCollectionBrowserController. setExceptionTranslationService(ExceptionTranslationService exceptionTranslationService)
-