Class AgrAgreementSpecCharValueUsePrepareInterceptor
java.lang.Object
de.hybris.platform.agreementservices.interceptors.AgrAgreementSpecCharValueUsePrepareInterceptor
- All Implemented Interfaces:
de.hybris.platform.servicelayer.interceptor.Interceptor,de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<AgrAgreementSpecCharValueUseModel>
@Deprecated(since="2208")
public class AgrAgreementSpecCharValueUsePrepareInterceptor
extends Object
implements de.hybris.platform.servicelayer.interceptor.PrepareInterceptor<AgrAgreementSpecCharValueUseModel>
Deprecated.
2208
Interceptor to generate unique id for
AgrAgreementSpecCharValueUseModel that are newly created.- Since:
- 2111
-
Constructor Summary
ConstructorsConstructorDescriptionAgrAgreementSpecCharValueUsePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionprotected de.hybris.platform.servicelayer.keygenerator.KeyGeneratorDeprecated.voidonPrepare(AgrAgreementSpecCharValueUseModel agreementSpecCharValueUseModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Deprecated.
-
Constructor Details
-
AgrAgreementSpecCharValueUsePrepareInterceptor
public AgrAgreementSpecCharValueUsePrepareInterceptor(de.hybris.platform.servicelayer.keygenerator.KeyGenerator keyGenerator) Deprecated.
-
-
Method Details
-
onPrepare
public void onPrepare(AgrAgreementSpecCharValueUseModel agreementSpecCharValueUseModel, de.hybris.platform.servicelayer.interceptor.InterceptorContext ctx) Deprecated.- Specified by:
onPreparein interfacede.hybris.platform.servicelayer.interceptor.PrepareInterceptor<AgrAgreementSpecCharValueUseModel>
-
getKeyGenerator
protected de.hybris.platform.servicelayer.keygenerator.KeyGenerator getKeyGenerator()Deprecated.
-