Class AdvancedShippingNoticePrepareInterceptor
java.lang.Object
de.hybris.platform.warehousing.interceptor.AdvancedShippingNoticePrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor<AdvancedShippingNoticeModel>
public class AdvancedShippingNoticePrepareInterceptor
extends Object
implements PrepareInterceptor<AdvancedShippingNoticeModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected KeyGeneratorvoidonPrepare(AdvancedShippingNoticeModel advancedShippingNotice, InterceptorContext context) Called in themodelService.saveAll()method.voidsetKeyGenerator(KeyGenerator keyGenerator)
-
Constructor Details
-
AdvancedShippingNoticePrepareInterceptor
public AdvancedShippingNoticePrepareInterceptor()
-
-
Method Details
-
onPrepare
public void onPrepare(AdvancedShippingNoticeModel advancedShippingNotice, InterceptorContext context) throws InterceptorException Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor<AdvancedShippingNoticeModel>- Parameters:
advancedShippingNotice- the model which values has to be preparedcontext- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
getKeyGenerator
-
setKeyGenerator
-