Uses of Class
de.hybris.platform.cockpit.model.meta.impl.ItemAttributePropertyDescriptor
Packages that use ItemAttributePropertyDescriptor
Package
Description
-
Uses of ItemAttributePropertyDescriptor in de.hybris.platform.cockpit.services.search.impl
Constructors in de.hybris.platform.cockpit.services.search.impl with parameters of type ItemAttributePropertyDescriptorModifierConstructorDescriptionItemAttributeSearchDescriptor(ItemAttributePropertyDescriptor propertyDescriptor) -
Uses of ItemAttributePropertyDescriptor in de.hybris.platform.cockpit.services.security.impl
Methods in de.hybris.platform.cockpit.services.security.impl with parameters of type ItemAttributePropertyDescriptorModifier and TypeMethodDescriptionprotected StringDefaultUIAccessRightService.getBaseTypeCode(ObjectType type, ItemAttributePropertyDescriptor descr) -
Uses of ItemAttributePropertyDescriptor in de.hybris.platform.cockpit.services.values.impl
Methods in de.hybris.platform.cockpit.services.values.impl that return types with arguments of type ItemAttributePropertyDescriptorModifier and TypeMethodDescriptionprotected Set<ItemAttributePropertyDescriptor>GenericItemObjectValueHandler.getMatchingDescriptors(ItemModel itemModel, Set<PropertyDescriptor> descriptors) protected Map<ItemAttributePropertyDescriptor,Object> GenericItemObjectValueHandler.getValues(ItemModel item, Set<ItemAttributePropertyDescriptor> descriptors, Set<String> languageIsos) Methods in de.hybris.platform.cockpit.services.values.impl with parameters of type ItemAttributePropertyDescriptorModifier and TypeMethodDescriptionprotected ObjectGenericItemObjectValueHandler.getPathValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, Set<String> languageIsos) protected ObjectGenericItemObjectValueHandler.getValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, Set<String> languageIsos, Collection<String> visibleLanguageIsos) protected ObjectGenericItemObjectValueHandler.getValueSimple(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor) protected voidGenericItemObjectValueHandler.setPathValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, Object value) protected voidGenericItemObjectValueHandler.setValue(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, Object value) protected voidGenericItemObjectValueHandler.setValueSimple(ItemModel item, ItemAttributePropertyDescriptor propertyDescriptor, Object value) protected ObjectGenericItemObjectValueHandler.toPersistenceLayer(ItemAttributePropertyDescriptor propertyDescriptor, Object value) Method parameters in de.hybris.platform.cockpit.services.values.impl with type arguments of type ItemAttributePropertyDescriptorModifier and TypeMethodDescriptionprotected voidGenericItemObjectValueHandler.collectValues(ObjectValueContainer container, boolean allValues, Map<ItemAttributePropertyDescriptor, Object> originalValues, Map<ItemAttributePropertyDescriptor, Object> modifiedValues) protected Map<ItemAttributePropertyDescriptor,Object> GenericItemObjectValueHandler.getValues(ItemModel item, Set<ItemAttributePropertyDescriptor> descriptors, Set<String> languageIsos) protected voidGenericItemObjectValueHandler.logChanges(ItemModel item, Map<ItemAttributePropertyDescriptor, Object> modifiedValues, Map<ItemAttributePropertyDescriptor, Object> originalValues) protected voidGenericItemObjectValueHandler.setValues(ItemModel item, Map<ItemAttributePropertyDescriptor, Object> values)