Class AgrAgreementSpecCharacteristicValuePrepareInterceptor

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

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

    • AgrAgreementSpecCharacteristicValuePrepareInterceptor

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

    • onPrepare

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

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