Class SapCpiB2BUnitAddressInterceptor
- java.lang.Object
-
- com.sap.hybris.sapcustomerb2b.inbound.DefaultSAPCustomerAddressConsistencyInterceptor
-
- de.hybris.platform.sap.sapcpicustomerexchangeb2b.inbound.interceptors.SapCpiB2BUnitAddressInterceptor
-
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
public class SapCpiB2BUnitAddressInterceptor extends DefaultSAPCustomerAddressConsistencyInterceptor
-
-
Constructor Summary
Constructors Constructor Description SapCpiB2BUnitAddressInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonPrepare(java.lang.Object model, InterceptorContext context)Called in themodelService.saveAll()method.-
Methods inherited from class com.sap.hybris.sapcustomerb2b.inbound.DefaultSAPCustomerAddressConsistencyInterceptor
compareAddress, getRelatedAddresses, setFlexibleSearchService, updateAddress
-
-
-
-
Method Detail
-
onPrepare
public void onPrepare(java.lang.Object model, InterceptorContext context) throws InterceptorExceptionDescription copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Overrides:
onPreparein classDefaultSAPCustomerAddressConsistencyInterceptor- Parameters:
model- the model which values has to be preparedcontext- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
-