Class PrPartyRolePrepareInterceptor

java.lang.Object
de.hybris.platform.partyroleservices.interceptors.PrPartyRolePrepareInterceptor
All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor, de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PrPartyRoleModel>

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

    • PrPartyRolePrepareInterceptor

      public PrPartyRolePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator, PrGenericService genericService)
      Deprecated.
  • Method Details

    • onPrepare

      public void onPrepare(PrPartyRoleModel partyRoleModel, 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<PrPartyRoleModel>
      Throws:
      de.hybris.platform.servicelayer.interceptor.InterceptorException
    • getKeyGenerator

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

      protected PrGenericService getGenericService()
      Deprecated.