Class CustomerOriginalUidPrepareInterceptor
java.lang.Object
de.hybris.platform.commerceservices.customer.impl.CustomerOriginalUidPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
Changes uid of
CustomerModel to lowercase-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidadjustUid(CustomerModel customer) voidonPrepare(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.
-
Constructor Details
-
CustomerOriginalUidPrepareInterceptor
public CustomerOriginalUidPrepareInterceptor()
-
-
Method Details
-
onPrepare
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
-
adjustUid
-