Class PrBusinessInteractionRolePrepareInterceptor
java.lang.Object
de.hybris.platform.partyroleservices.interceptors.PrBusinessInteractionRolePrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PrBusinessInteractionRoleModel>
@Deprecated(since="2208")
public class PrBusinessInteractionRolePrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PrBusinessInteractionRoleModel>
Deprecated.
2208
Interceptor to generate unique id for
PrBusinessInteractionRoleModel that are newly created.- Since:
- 2205
-
Constructor Summary
ConstructorsConstructorDescriptionPrBusinessInteractionRolePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.keygenerator.KeyGeneratorDeprecated.voidonPrepare(PrBusinessInteractionRoleModel businessInteractionRoleModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) Deprecated.
-
Constructor Details
-
PrBusinessInteractionRolePrepareInterceptor
public PrBusinessInteractionRolePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated.
-
-
Method Details
-
onPrepare
public void onPrepare(PrBusinessInteractionRoleModel businessInteractionRoleModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext interceptorContext) throws de.hybris.platform.servicelayer.interceptor.InterceptorException Deprecated.- Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<PrBusinessInteractionRoleModel>- Throws:
de.hybris.platform.servicelayer.interceptor.InterceptorException
-
getKeyGenerator
protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()Deprecated.
-