Package com.hybris.yprofile.listeners
Class LoginSuccessEventListener
java.lang.Object
de.hybris.platform.servicelayer.event.impl.AbstractEventListener<T>
de.hybris.platform.commerceservices.event.AbstractSiteEventListener<LoginSuccessEvent>
com.hybris.yprofile.listeners.LoginSuccessEventListener
- All Implemented Interfaces:
EventListener,org.springframework.beans.factory.Aware,org.springframework.beans.factory.InitializingBean,org.springframework.context.ApplicationContextAware,org.springframework.context.ApplicationListener<LoginSuccessEvent>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidonSiteEvent(LoginSuccessEvent event) voidsetCommerceConsentService(CommerceConsentService commerceConsentService) voidsetConsentLayerFilter(ConsentLayerFilter consentLayerFilter) voidsetConsentService(ConsentService consentService) voidsetDefaultSessionTokenService(DefaultSessionTokenService defaultSessionTokenService) voidsetProfileConfigurationService(ProfileConfigurationService profileConfigurationService) voidsetProfileTransactionService(ProfileTransactionService profileTransactionService) protected booleanMethods inherited from class de.hybris.platform.commerceservices.event.AbstractSiteEventListener
onEventMethods inherited from class de.hybris.platform.servicelayer.event.impl.AbstractEventListener
afterPropertiesSet, onApplicationEvent, setApplicationContext, setClusterService, setTenantService
-
Constructor Details
-
LoginSuccessEventListener
public LoginSuccessEventListener()
-
-
Method Details
-
onSiteEvent
- Specified by:
onSiteEventin classAbstractSiteEventListener<LoginSuccessEvent>
-
shouldHandleEvent
- Specified by:
shouldHandleEventin classAbstractSiteEventListener<LoginSuccessEvent>
-
setProfileTransactionService
-
getDefaultSessionTokenService
-
setDefaultSessionTokenService
-
getConsentService
-
setConsentService
-
getProfileConfigurationService
-
setProfileConfigurationService
-
getConsentLayerFilter
-
setConsentLayerFilter
-
getCommerceConsentService
-
setCommerceConsentService
-