Class ChargeEntryIdPrepareInterceptor
java.lang.Object
de.hybris.platform.subscriptionservices.interceptor.impl.ChargeEntryIdPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
Create a unique id for new
ChargeEntryModels if not yet set.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.voidsetChargeEntryIDGenerator(KeyGenerator chargeEntryIDGenerator)
-
Constructor Details
-
ChargeEntryIdPrepareInterceptor
public ChargeEntryIdPrepareInterceptor()
-
-
Method Details
-
onPrepare
public void onPrepare(@Nonnull Object model, @Nonnull InterceptorContext ctx) throws InterceptorException Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
setChargeEntryIDGenerator
-