Class SapSubscriptionSwitchUIComponentsAspect
java.lang.Object
de.hybris.platform.sap.sapsubscriptionaddon.aspect.SapSubscriptionSwitchUIComponentsAspect
This aspect is used to apply the UI changes sap subscription is deployed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddGridToCart(org.aspectj.lang.ProceedingJoinPoint joinPoint) addToCart(org.aspectj.lang.ProceedingJoinPoint joinPoint) applyUIChanges(org.aspectj.lang.ProceedingJoinPoint pjp) For subscriptions add the add-on prefix to the UI component.enterStep(org.aspectj.lang.ProceedingJoinPoint joinPoint) order(org.aspectj.lang.ProceedingJoinPoint joinPoint) productDetail(org.aspectj.lang.ProceedingJoinPoint joinPoint) rolloverMiniCartPopup(org.aspectj.lang.ProceedingJoinPoint joinPoint) showCart(org.aspectj.lang.ProceedingJoinPoint joinPoint)
-
Field Details
-
LOG
public static final org.apache.log4j.Logger LOG -
SUBSCRIPTION_ADDON_PREFIX
- See Also:
-
REDIRECT_PREFIX
- See Also:
-
FORWARD_PREFIX
- See Also:
-
ADDON_PREFIX
- See Also:
-
REDIRECT_MY_ACCOUNT
- See Also:
-
-
Constructor Details
-
SapSubscriptionSwitchUIComponentsAspect
public SapSubscriptionSwitchUIComponentsAspect()
-
-
Method Details
-
applyUIChanges
For subscriptions add the add-on prefix to the UI component.- Parameters:
pjp-- Returns:
- the UI component name
- Throws:
Throwable
-
rolloverMiniCartPopup
public String rolloverMiniCartPopup(org.aspectj.lang.ProceedingJoinPoint joinPoint) throws Throwable - Throws:
Throwable
-
addGridToCart
- Throws:
Throwable
-
addToCart
- Throws:
Throwable
-
showCart
- Throws:
Throwable
-
productDetail
- Throws:
Throwable
-
enterStep
- Throws:
Throwable
-
order
- Throws:
Throwable
-