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