Class GigyaB2BSwitchUIComponentAspect

java.lang.Object
de.hybris.platform.gigya.gigyab2bloginaddon.aspect.GigyaB2BSwitchUIComponentAspect

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

  • Constructor Details

    • GigyaB2BSwitchUIComponentAspect

      public GigyaB2BSwitchUIComponentAspect()
  • 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
    • manageUnits

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

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

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

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

      public String manageUserDetail(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable
      Method to apply UI changes around the manageUserDetail 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)