Class TuaCharacteristicPrepareInterceptor

java.lang.Object
de.hybris.platform.tuadatamodel.interceptors.TuaCharacteristicPrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TuaCharacteristicModel>

public class TuaCharacteristicPrepareInterceptor extends Object implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TuaCharacteristicModel>
Interceptor to generate unique id for TuaCharacteristicModel that are newly created.
Since:
2208
  • Constructor Details

    • TuaCharacteristicPrepareInterceptor

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

    • onPrepare

      public void onPrepare(TuaCharacteristicModel characteristicModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext)
      Specified by:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TuaCharacteristicModel>
    • getKeyGenerator

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