Class TuaReserveBalancePrepareInterceptor

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

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

    • TuaReserveBalancePrepareInterceptor

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

    • onPrepare

      public void onPrepare(TuaReserveBalanceModel reserveBalanceModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext arg1) throws de.hybris.platform.servicelayer.interceptor.InterceptorException
      Specified by:
      onPrepare in interface de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TuaReserveBalanceModel>
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • getKeyGenerator

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