public class ZoneDeliveryModeValueValidator extends java.lang.Object implements ValidateInterceptor
ZoneDeliveryModeValueModel.| Constructor and Description |
|---|
ZoneDeliveryModeValueValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
onValidate(java.lang.Object model,
InterceptorContext ctx)
Called in the
modelService.saveAll() method. |
void |
setZdmvConsistencyStrategy(ZDMVConsistencyStrategy zdmvConsistencyStrategy) |
void |
setZoneDeliveryModeService(ZoneDeliveryModeService zoneDeliveryModeService) |
public void onValidate(java.lang.Object model,
InterceptorContext ctx)
throws InterceptorException
ValidateInterceptormodelService.saveAll() method. Validates the values of the given model.onValidate in interface ValidateInterceptormodel - the model which values has to be validatedctx - the InterceptorContextInterceptorException - if any values of the model are not valid.public void setZdmvConsistencyStrategy(ZDMVConsistencyStrategy zdmvConsistencyStrategy)
public void setZoneDeliveryModeService(ZoneDeliveryModeService zoneDeliveryModeService)
Copyright © 2018 SAP SE. All Rights Reserved.