Class GigyaB2BSwitchUIComponentAspect
java.lang.Object
de.hybris.platform.gigya.gigyab2bloginaddon.aspect.GigyaB2BSwitchUIComponentAspect
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 appliededitUnit(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the editUnit methodde.hybris.platform.site.BaseSiteServicemanageUnits(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the manageUnits methodmanageUserDetail(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the manageUserDetail methodmanageUsers(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the manageUsers methodvoidsetBaseSiteService(de.hybris.platform.site.BaseSiteService baseSiteService) unitDetails(org.aspectj.lang.ProceedingJoinPoint joinPoint) Method to apply UI changes around the unitDetails method
-
Field Details
-
GIGYAB2BLOGINADDON_ADDON_PREFIX
- See Also:
-
REDIRECT_PREFIX
- See Also:
-
FORWARD_PREFIX
- See Also:
-
COMMERCEORGADDON_PREFIX
- See Also:
-
-
Constructor Details
-
GigyaB2BSwitchUIComponentAspect
public GigyaB2BSwitchUIComponentAspect()
-
-
Method Details
-
applyUIChanges
Method which checks if UI component for SAP CDC integration should be applied- Parameters:
pjp-- Returns:
- uiComponenet name
- Throws:
Throwable
-
manageUnits
Method to apply UI changes around the manageUnits method- Parameters:
joinPoint-- Returns:
- uiComponent name
- Throws:
Throwable
-
unitDetails
Method to apply UI changes around the unitDetails method- Parameters:
joinPoint-- Returns:
- uiComponent name
- Throws:
Throwable
-
editUnit
Method to apply UI changes around the editUnit method- Parameters:
joinPoint-- Returns:
- uiComponent name
- Throws:
Throwable
-
manageUsers
Method to apply UI changes around the manageUsers method- Parameters:
joinPoint-- Returns:
- uiComponent name
- Throws:
Throwable
-
manageUserDetail
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)
-