Class TuaPartyRoleAssociationPrepareInterceptor

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

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

    • TuaPartyRoleAssociationPrepareInterceptor

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

    • onPrepare

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

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