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