Class AgrAgreementSpecificationPrepareInterceptor

java.lang.Object
de.hybris.platform.agreementservices.interceptors.AgrAgreementSpecificationPrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<AgrAgreementSpecificationModel>

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

    • AgrAgreementSpecificationPrepareInterceptor

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

    • onPrepare

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

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