Class SubscriptionPricePlanValidateInterceptor
- java.lang.Object
-
- de.hybris.platform.subscriptionservices.interceptor.impl.AbstractParentChildValidateInterceptor
-
- de.hybris.platform.subscriptionservices.interceptor.impl.SubscriptionPricePlanValidateInterceptor
-
- All Implemented Interfaces:
Interceptor,ValidateInterceptor
public class SubscriptionPricePlanValidateInterceptor extends AbstractParentChildValidateInterceptor
Interceptor to validate SubscriptionPricePlanModel.- the
SubscriptionPricePlanModel's parent objects are marked as modified
-
-
Constructor Summary
Constructors Constructor Description SubscriptionPricePlanValidateInterceptor()
-
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
-
-