Class BaAccountRelationshipPrepareInterceptor

java.lang.Object
de.hybris.platform.billingaccountservices.interceptors.BaAccountRelationshipPrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<BaAccountRelationshipModel>

@Deprecated(since="2208") public class BaAccountRelationshipPrepareInterceptor extends Object implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<BaAccountRelationshipModel>
Deprecated.
2208
Interceptor to generate unique id for BaAccountRelationshipModel that are newly created.
Since:
2111
  • Constructor Details

    • BaAccountRelationshipPrepareInterceptor

      public BaAccountRelationshipPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator)
      Deprecated.
  • Method Details

    • onPrepare

      public void onPrepare(BaAccountRelationshipModel accountRelationshipModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx)
      Deprecated.
      Specified by:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<BaAccountRelationshipModel>
    • getKeyGenerator

      protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()
      Deprecated.