public class UserEurope1DiscountsAttributeHandler extends java.lang.Object implements DynamicAttributeHandler<java.util.Collection<GlobalDiscountRowModel>,UserModel>
UserModel. UserModel.OWNEUROPE1DISCOUNTS was created so there would be possibility to set and remove
the GlobalDiscountRowModel items that are not wildcard global discounts and should be part of a given user
instance.| Constructor and Description |
|---|
UserEurope1DiscountsAttributeHandler() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<GlobalDiscountRowModel> |
get(UserModel model)
Holds logic behind getter for dynamic attribute.
|
void |
set(UserModel model,
java.util.Collection<GlobalDiscountRowModel> globalDiscountRowModels)
Holds logic behind setter for dynamic attribute.
|
void |
setFlexibleSearchService(FlexibleSearchService flexibleSearchService) |
void |
setTypeService(TypeService typeService) |
public UserEurope1DiscountsAttributeHandler()
public java.util.Collection<GlobalDiscountRowModel> get(UserModel model)
DynamicAttributeHandlerget in interface DynamicAttributeHandler<java.util.Collection<GlobalDiscountRowModel>,UserModel>model - model for which dynamic attribute is declared.public void set(UserModel model, java.util.Collection<GlobalDiscountRowModel> globalDiscountRowModels)
DynamicAttributeHandlerset in interface DynamicAttributeHandler<java.util.Collection<GlobalDiscountRowModel>,UserModel>model - model for which dynamic attribute is declared.globalDiscountRowModels - the value which will be used by setter logic.public void setTypeService(TypeService typeService)
public void setFlexibleSearchService(FlexibleSearchService flexibleSearchService)
Copyright © 2018 SAP SE. All Rights Reserved.