Class AbstractDynamicAttributeHandler<VALUE,MODEL extends AbstractItemModel>
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<VALUE,MODEL>
- All Implemented Interfaces:
DynamicAttributeHandler<VALUE,MODEL>
- Direct Known Subclasses:
AbstractConstraintNeedReloadAttributeHandler,AddressLine1Attribute,AddressLine2Attribute,AllowedItemTypeMatchesAttributeHandler,B2BPaymentMethodDynamicAttributeHandler,B2BUseDocumentReferenceDynamicAttributeHandler,BusinessProcessProcessStateDynamicHandler,ClassFeatureGroupAssignmentFullQualifierHandler,ClassFeatureGroupAssignmentIndexHandler,ClassFeatureGroupIndexHandler,ConsentActiveAttribute,ContactEmailAttribute,CurrencyChargeEntryAttribute,CurrencyUsageChargeAttribute,ImportBatchContentModelAttributeHandler,IntegrationObjectClassificationAttributesPresentAttributeHandler,IntegrationObjectRootItemAttributeHandler,KeyAttributesAttributeHandler,NumberOfErrorUnitsAttributeHandler,NumberOfUnitsAttributeHandler,OrganizationRolesAttribute,PartOfAttributeHandler,PrincipalAllSearchRestrictionsAttributeHandler,PromotionOrderEntryConsumedOrderEntryNumberAttributeHandler,SubscriptionAwareAttributeHandler,UniqueAttributesAttributeHandler,ValidationMessagesSubscriptionPricePlanAttribute
public abstract class AbstractDynamicAttributeHandler<VALUE,MODEL extends AbstractItemModel>
extends Object
implements DynamicAttributeHandler<VALUE,MODEL>
Convenience base class for implementing
DynamicAttributeHandler classes.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AbstractDynamicAttributeHandler
public AbstractDynamicAttributeHandler()
-
-
Method Details
-
get
Description copied from interface:DynamicAttributeHandlerHolds logic behind getter for dynamic attribute.- Specified by:
getin interfaceDynamicAttributeHandler<VALUE,MODEL extends AbstractItemModel> - Parameters:
model- model for which dynamic attribute is declared.- Returns:
- computed value.
-
set
Description copied from interface:DynamicAttributeHandlerHolds logic behind setter for dynamic attribute.- Specified by:
setin interfaceDynamicAttributeHandler<VALUE,MODEL extends AbstractItemModel> - Parameters:
model- model for which dynamic attribute is declared.value- the value which will be used by setter logic.
-