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 Type
    Method
    Description
    void
    interceptRegister(org.aspectj.lang.ProceedingJoinPoint pjp)
    Intercept the default implementation of the register method DefaultCustomerAccountService.register(CustomerModel, String)
    void
    interceptRegisterGuestForAnonymousCheckout(org.aspectj.lang.ProceedingJoinPoint pjp)
    Intercept the default implementation of the registerGuestForAnonymousCheckout method DefaultCustomerAccountService.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 method DefaultCustomerAccountService.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 method DefaultCustomerAccountService.registerGuestForAnonymousCheckout(CustomerModel, String)
      Parameters:
      pjp -
      Throws:
      de.hybris.platform.commerceservices.customer.DuplicateUidException