Class TmaProductSpecificationPrepareInterceptor
java.lang.Object
de.hybris.platform.b2ctelcoservices.interceptors.TmaProductSpecificationPrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaProductSpecificationModel>
public class TmaProductSpecificationPrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaProductSpecificationModel>
Interceptor to generate unique id for
TmaProductSpecificationModel that are newly created.- Since:
- 2202
-
Constructor Summary
ConstructorsConstructorDescriptionTmaProductSpecificationPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.keygenerator.KeyGeneratorvoidonPrepare(TmaProductSpecificationModel productSpecificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx)
-
Constructor Details
-
TmaProductSpecificationPrepareInterceptor
public TmaProductSpecificationPrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator)
-
-
Method Details
-
onPrepare
public void onPrepare(TmaProductSpecificationModel productSpecificationModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) - Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<TmaProductSpecificationModel>
-
getKeyGenerator
protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()
-