Package de.hybris.platform.product.impl
Class DiscountRowPrepareInterceptor
java.lang.Object
de.hybris.platform.product.impl.PDTRowPrepareInterceptor
de.hybris.platform.product.impl.DiscountRowPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
PrepareInterceptor for the DiscountRowModel.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonPrepare(Object model, InterceptorContext ctx) Called in themodelService.saveAll()method.protected voidupdateCatalogVersion(PDTRowModel pdtModel) Methods inherited from class de.hybris.platform.product.impl.PDTRowPrepareInterceptor
getCatalogTypeService, handleProductAndProductGroup, handleUserAndUserGroup, setCatalogTypeService, setPdtProductModificationMarker, setTypeService, updateProductMatchQualifier, updateUserMatchQualifier
-
Constructor Details
-
DiscountRowPrepareInterceptor
public DiscountRowPrepareInterceptor()
-
-
Method Details
-
onPrepare
Description copied from interface:PrepareInterceptorCalled in themodelService.saveAll()method. Prepares the values of the given model.- Specified by:
onPreparein interfacePrepareInterceptor- Overrides:
onPreparein classPDTRowPrepareInterceptor- Parameters:
model- the model which values has to be preparedctx- theInterceptorContext- Throws:
InterceptorException- if an error occured during the preparation
-
updateCatalogVersion
- Specified by:
updateCatalogVersionin classPDTRowPrepareInterceptor
-