Class GigyaSwitchUIComponentAspect
java.lang.Object
de.hybris.platform.gigya.gigyaloginaddon.aspect.GigyaSwitchUIComponentAspect
Class responsible for loading UI changes specific for SAP CDC integration
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplyUIChanges(org.aspectj.lang.ProceedingJoinPoint pjp) Method which checks if UI component for SAP CDC integration should be applieddoCheckoutLogin(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the doCheckoutLogin methoddoLogin(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the doLogin methodde.hybris.platform.site.BaseSiteServicevoidsetBaseSiteService(de.hybris.platform.site.BaseSiteService baseSiteService)
-
Field Details
-
GIGYALOGINADDON_ADDON_PREFIX
- See Also:
-
REDIRECT_PREFIX
- See Also:
-
FORWARD_PREFIX
- See Also:
-
ADDON_PREFIX
- See Also:
-
-
Constructor Details
-
GigyaSwitchUIComponentAspect
public GigyaSwitchUIComponentAspect()
-
-
Method Details
-
applyUIChanges
Method which checks if UI component for SAP CDC integration should be applied- Parameters:
pjp-- Returns:
- uiComponenet name
- Throws:
Throwable
-
doLogin
Method to apply UI changes around the doLogin method- Parameters:
joinPoint-- Returns:
- uiComponent name
- Throws:
Throwable
-
doCheckoutLogin
Method to apply UI changes around the doCheckoutLogin method- Parameters:
joinPoint-- Returns:
- uiComponent name
- Throws:
Throwable
-
getBaseSiteService
public de.hybris.platform.site.BaseSiteService getBaseSiteService() -
setBaseSiteService
public void setBaseSiteService(de.hybris.platform.site.BaseSiteService baseSiteService)
-