public class ProductPriceRegisterForRemoveInterceptor extends PartOfModelRegisterForRemoveInterceptor
PDTRowModel are deleted which have the back-reference to the
ProductModel. This is the same behaviour as in the Europe1PriceFactory.| Constructor and Description |
|---|
ProductPriceRegisterForRemoveInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
registerForRemoval(InterceptorContext ctx,
ItemModel parentModel,
ItemModel subModel,
String partOfAttrQualifier)
Hook-in method for special attribute dealing.
|
excludeIgnoredFromWritablePartOfAttributes, extractAndRegisterForRemoval, onRemove, setIgnoreAttributes, setTypeServicepublic ProductPriceRegisterForRemoveInterceptor()
protected void registerForRemoval(InterceptorContext ctx, ItemModel parentModel, ItemModel subModel, String partOfAttrQualifier)
PartOfModelRegisterForRemoveInterceptorInterceptorContext.registerElement(Object, Object) with the parameters: submodel, null.
Overwrite this method to execute your own logic for a given partOf attribute.registerForRemoval in class PartOfModelRegisterForRemoveInterceptorctx - the Interceptor context. The submodel will be registered to it.parentModel - this is the model which has the part-of attributesubModel - the content of the part-of attribute from the parentModelpartOfAttrQualifier - the attribute qualifier of the part-of attributeCopyright © 2017 SAP SE. All Rights Reserved.