Class AgrAgreementSpecCharacteristicPrepareInterceptor

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

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

    • AgrAgreementSpecCharacteristicPrepareInterceptor

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

    • onPrepare

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

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