Class GigyaSwitchUIComponentAspect

java.lang.Object
de.hybris.platform.gigya.gigyaloginaddon.aspect.GigyaSwitchUIComponentAspect

public class GigyaSwitchUIComponentAspect extends Object
Class responsible for loading UI changes specific for SAP CDC integration
  • Field Details

  • Constructor Details

    • GigyaSwitchUIComponentAspect

      public GigyaSwitchUIComponentAspect()
  • Method Details

    • applyUIChanges

      public String applyUIChanges(org.aspectj.lang.ProceedingJoinPoint pjp) throws Throwable
      Method which checks if UI component for SAP CDC integration should be applied
      Parameters:
      pjp -
      Returns:
      uiComponenet name
      Throws:
      Throwable
    • doLogin

      public String doLogin(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
      Method to apply UI changes around the doLogin method
      Parameters:
      joinPoint -
      Returns:
      uiComponent name
      Throws:
      Throwable
    • doCheckoutLogin

      public String doCheckoutLogin(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
      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)