Class PmMediumCharacteristicPrepareInterceptor

java.lang.Object
de.hybris.platform.partyservices.interceptors.PmMediumCharacteristicPrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PmMediumCharacteristicModel>

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

    • PmMediumCharacteristicPrepareInterceptor

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

    • onPrepare

      public void onPrepare(PmMediumCharacteristicModel mediumCharacteristicModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      Deprecated.
      Specified by:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PmMediumCharacteristicModel>
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • getKeyGenerator

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