Class AllowedItemTypeMatchesAttributeHandler
java.lang.Object
de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler<Collection<ItemTypeMatchEnum>,IntegrationObjectItemModel>
de.hybris.platform.integrationservices.model.AllowedItemTypeMatchesAttributeHandler
- All Implemented Interfaces:
DynamicAttributeHandler<Collection<ItemTypeMatchEnum>,IntegrationObjectItemModel>
public class AllowedItemTypeMatchesAttributeHandler
extends AbstractDynamicAttributeHandler<Collection<ItemTypeMatchEnum>,IntegrationObjectItemModel>
Provides calculation of the dynamic
ItemTypeMatch attribute on the IntegrationObjectItemModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(IntegrationObjectItemModel model) Gets a collection of allowed ItemTypeMatchEnums based on theIntegrationObjectItemModeltype.Methods inherited from class de.hybris.platform.servicelayer.model.attribute.AbstractDynamicAttributeHandler
set
-
Constructor Details
-
AllowedItemTypeMatchesAttributeHandler
public AllowedItemTypeMatchesAttributeHandler()
-
-
Method Details
-
get
Gets a collection of allowed ItemTypeMatchEnums based on theIntegrationObjectItemModeltype.- Specified by:
getin interfaceDynamicAttributeHandler<Collection<ItemTypeMatchEnum>,IntegrationObjectItemModel> - Overrides:
getin classAbstractDynamicAttributeHandler<Collection<ItemTypeMatchEnum>,IntegrationObjectItemModel> - Parameters:
model- a model object to read the value from- Returns:
- a collection of the allowed ItemTypeMatchEnums for the given
IntegrationObjectItemModel
-