Interface SapCustomerAccountServiceAspect
- All Known Implementing Classes:
DefaultB2CSapCustomerAccountServiceAspect
public interface SapCustomerAccountServiceAspect
SAP aspect to intercept the DefaultCustomerAccountService to inject SAP customer ID generator
-
Method Summary
Modifier and TypeMethodDescriptionvoidinterceptRegister(org.aspectj.lang.ProceedingJoinPoint pjp) Intercept the default implementation of the register methodDefaultCustomerAccountService.register(CustomerModel, String)voidinterceptRegisterGuestForAnonymousCheckout(org.aspectj.lang.ProceedingJoinPoint pjp) Intercept the default implementation of the registerGuestForAnonymousCheckout methodDefaultCustomerAccountService.registerGuestForAnonymousCheckout(CustomerModel, String)
-
Method Details
-
interceptRegister
void interceptRegister(org.aspectj.lang.ProceedingJoinPoint pjp) throws de.hybris.platform.commerceservices.customer.DuplicateUidException Intercept the default implementation of the register methodDefaultCustomerAccountService.register(CustomerModel, String)- Parameters:
pjp-- Throws:
de.hybris.platform.commerceservices.customer.DuplicateUidException
-
interceptRegisterGuestForAnonymousCheckout
void interceptRegisterGuestForAnonymousCheckout(org.aspectj.lang.ProceedingJoinPoint pjp) throws de.hybris.platform.commerceservices.customer.DuplicateUidException Intercept the default implementation of the registerGuestForAnonymousCheckout methodDefaultCustomerAccountService.registerGuestForAnonymousCheckout(CustomerModel, String)- Parameters:
pjp-- Throws:
de.hybris.platform.commerceservices.customer.DuplicateUidException
-