Package de.hybris.platform.product.impl
Class TaxRowPrepareInterceptor
java.lang.Object
de.hybris.platform.product.impl.PDTRowPrepareInterceptor
de.hybris.platform.product.impl.TaxRowPrepareInterceptor
- All Implemented Interfaces:
Interceptor,PrepareInterceptor
PrepareInterceptor for the TaxRowModel.-
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
-
TaxRowPrepareInterceptor
public TaxRowPrepareInterceptor()
-
-
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
-