Uses of Interface
de.hybris.platform.cmsfacades.types.service.ComponentTypeAttributeStructure
Packages that use ComponentTypeAttributeStructure
Package
Description
-
Uses of ComponentTypeAttributeStructure in de.hybris.platform.cmsfacades.types.converter
Methods in de.hybris.platform.cmsfacades.types.converter that return ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected ComponentTypeAttributeStructureGenericComposedTypeToStructureConverter.convertAttributeDescriptor(AttributeDescriptorModel attributeDescriptor) Converts an attribute descriptor into an instance ofComponentTypeAttributeStructure.Methods in de.hybris.platform.cmsfacades.types.converter that return types with arguments of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected org.springframework.beans.factory.ObjectFactory<ComponentTypeAttributeStructure>GenericComposedTypeToStructureConverter.getComponentTypeAttributeStructureObjectFactory()Methods in de.hybris.platform.cmsfacades.types.converter with parameters of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected AttributeDescriptorModelComponentTypeStructureConverter.buildAttributeDescriptorModel(ComposedTypeModel composedTypeModel, ComponentTypeAttributeStructure attribute) Creates a newAttributeDescriptorwith basic data copied from the provided attribute.protected ComponentTypeAttributeDataComponentTypeStructureConverter.convertAttribute(ComponentTypeAttributeStructure attribute, AttributeDescriptorModel attributeDescriptor) Convert the attribute descriptor to a POJO using the structure attribute's populators.protected ComponentTypeAttributeDataComponentTypeStructureConverter.convertAttributeAndEvaluatePermissions(ComposedTypeModel composedType, ComponentTypeAttributeStructure attributeStructure) This method converts the attribute attribute descriptor to a POJO using the structure attribute's populators and evaluates its permissions.protected AttributeDescriptorModelComponentTypeStructureConverter.getAttributeDescriptor(ComposedTypeModel type, ComponentTypeAttributeStructure originalAttribute) GetAttributeDescriptormatching with the qualifier of the attribute for the type provided.Method parameters in de.hybris.platform.cmsfacades.types.converter with type arguments of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected voidGenericComposedTypeToStructureConverter.collectAttributes(ComposedTypeModel composedType, List<ComponentTypeAttributeStructure> attributes) Recursively collects attributes of a given type that is not blacklisted until it reaches the root type (CMSItem).voidGenericComposedTypeToStructureConverter.setComponentTypeAttributeStructureObjectFactory(org.springframework.beans.factory.ObjectFactory<ComponentTypeAttributeStructure> componentTypeAttributeStructureObjectFactory) -
Uses of ComponentTypeAttributeStructure in de.hybris.platform.cmsfacades.types.service
Methods in de.hybris.platform.cmsfacades.types.service that return types with arguments of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionComponentTypeStructure.getAttributes()Get the attributes that should be considered by the ComponentTypeStructure.ComponentTypeStructureRegistry.getComponentTypeAttributeStructure(String typecode, String qualifier) Get a specificComponentTypeAttributeStructureby typecode and qualifier. -
Uses of ComponentTypeAttributeStructure in de.hybris.platform.cmsfacades.types.service.impl
Classes in de.hybris.platform.cmsfacades.types.service.impl that implement ComponentTypeAttributeStructureModifier and TypeClassDescriptionclassDefault implementation ofComponentTypeAttributeStructure.Methods in de.hybris.platform.cmsfacades.types.service.impl that return ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected ComponentTypeAttributeStructureDefaultComponentTypeStructureRegistryTest.getAttribute(String typecode, String qualifier) protected ComponentTypeAttributeStructureDefaultStructureTypeModeServiceTest.getComponentTypeAttributeStructure(String typeCode, String qualifier) Methods in de.hybris.platform.cmsfacades.types.service.impl that return types with arguments of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected Set<ComponentTypeAttributeStructure>DefaultComponentTypeStructureRegistry.getAllComponentTypeAttributeStructures()DefaultComponentTypeStructure.getAttributes()DefaultComponentTypeStructureRegistry.getComponentTypeAttributeStructure(String typecode, String qualifier) Methods in de.hybris.platform.cmsfacades.types.service.impl with parameters of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected booleanRegistryComponentTypeStructureService.containsAttribute(ComponentTypeAttributeStructure attribute, Set<ComponentTypeAttributeStructure> attributes) Deprecated, for removal: This API element is subject to removal in a future version.Verifies that an attribute exists in the given list of attributes.protected voidDefaultStructureTypeModeService.setAttributePosition(ComponentTypeAttributeStructure attribute, Set<String> attributeOrder) Sets the attribute's position to be equal to the position of the attribute in the ordered list, or to be Integer.MAX_VALUE, if the attribute is not present in the ordered list.protected voidDefaultComponentTypeStructureRegistry.updateAttributes(ComponentTypeAttributeStructure attribute) If the component type structure matching the typecode given in the attribute does not have any attributes with the same qualifier as the given attribute, then add the attribute to the collection of attributes of the component type structure.Method parameters in de.hybris.platform.cmsfacades.types.service.impl with type arguments of type ComponentTypeAttributeStructureModifier and TypeMethodDescriptionprotected voidDefaultStructureTypeModeService.applyStructureTypeModeData(String typeCode, StructureTypeMode mode, ComponentTypeStructure baseTypeStructure, Set<ComponentTypeAttributeStructure> attributes, Set<String> attributeOrder) Apply the Structure Type Mode defined for this Type.protected voidGenericComponentTypeStructureService.collectExtraAttributesFromTypeAndAncestorsInRegistry(ComposedTypeModel composedType, Set<ComponentTypeAttributeStructure> attributes) Recursively collects extra attributes that are not in the Data Model, but it is present on the the registryprotected booleanRegistryComponentTypeStructureService.containsAttribute(ComponentTypeAttributeStructure attribute, Set<ComponentTypeAttributeStructure> attributes) Deprecated, for removal: This API element is subject to removal in a future version.Verifies that an attribute exists in the given list of attributes.voidDefaultComponentTypeStructureRegistry.setAllComponentTypeAttributeStructures(Set<ComponentTypeAttributeStructure> allComponentTypeAttributeStructures) Constructors in de.hybris.platform.cmsfacades.types.service.impl with parameters of type ComponentTypeAttributeStructureModifierConstructorDescription