Class UsageChargeValidateInterceptor
- java.lang.Object
-
- de.hybris.platform.subscriptionservices.interceptor.impl.AbstractParentChildValidateInterceptor
-
- de.hybris.platform.subscriptionservices.interceptor.impl.UsageChargeValidateInterceptor
-
- All Implemented Interfaces:
Interceptor,ValidateInterceptor
public class UsageChargeValidateInterceptor extends AbstractParentChildValidateInterceptor
Interceptor to validate that theUsageChargeModel's parent objects are marked as modified.
-
-
Constructor Summary
Constructors Constructor Description UsageChargeValidateInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoValidate(java.lang.Object model, InterceptorContext ctx)This function replaces the onValidate method in sub-classes.-
Methods inherited from class de.hybris.platform.subscriptionservices.interceptor.impl.AbstractParentChildValidateInterceptor
getModelService, markItemsAsModified, markParentItemsAsModified, onValidate, setModelService
-
-
-
-
Method Detail
-
doValidate
public void doValidate(@Nonnull java.lang.Object model, @Nonnull InterceptorContext ctx) throws InterceptorExceptionDescription copied from class:AbstractParentChildValidateInterceptorThis function replaces the onValidate method in sub-classes.- Specified by:
doValidatein classAbstractParentChildValidateInterceptor- Throws:
InterceptorException
-
-