Uses of Interface
de.hybris.platform.cmsfacades.types.service.ComponentTypeStructure
Packages that use ComponentTypeStructure
Package
Description
-
Uses of ComponentTypeStructure in de.hybris.platform.cmsfacades.types.converter
Methods in de.hybris.platform.cmsfacades.types.converter that return ComponentTypeStructureModifier and TypeMethodDescriptionGenericComposedTypeToStructureConverter.convert(ComposedTypeModel source) Methods in de.hybris.platform.cmsfacades.types.converter that return types with arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionprotected org.springframework.beans.factory.ObjectFactory<ComponentTypeStructure>GenericComposedTypeToStructureConverter.getComponentTypeStructureObjectFactory()Methods in de.hybris.platform.cmsfacades.types.converter with parameters of type ComponentTypeStructureModifier and TypeMethodDescriptionComponentTypeStructureConverter.convert(ComponentTypeStructure source) ComponentTypeStructureConverter.convert(ComponentTypeStructure source, ComponentTypeData target) Method parameters in de.hybris.platform.cmsfacades.types.converter with type arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionvoidGenericComposedTypeToStructureConverter.setComponentTypeStructureObjectFactory(org.springframework.beans.factory.ObjectFactory<ComponentTypeStructure> componentTypeStructureObjectFactory) -
Uses of ComponentTypeStructure in de.hybris.platform.cmsfacades.types.impl
Methods in de.hybris.platform.cmsfacades.types.impl that return ComponentTypeStructureModifier and TypeMethodDescriptionprotected ComponentTypeStructureDefaultComponentTypeFacade.getComponentTypeStructureByCode(String code) Returns aComponentTypeStructureby its code.Methods in de.hybris.platform.cmsfacades.types.impl that return types with arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionprotected Converter<ComponentTypeStructure,ComponentTypeData> DefaultComponentTypeFacade.getComponentTypeStructureConverter()Methods in de.hybris.platform.cmsfacades.types.impl with parameters of type ComponentTypeStructureModifier and TypeMethodDescriptionprotected Optional<ComponentTypeData>DefaultComponentTypeFacade.convertComponentStructure(ComponentTypeStructure structure) ConvertsComponentTypeStructuretoComponentTypeData.Method parameters in de.hybris.platform.cmsfacades.types.impl with type arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionvoidDefaultComponentTypeFacade.setComponentTypeStructureConverter(Converter<ComponentTypeStructure, ComponentTypeData> componentTypeStructureConverter) -
Uses of ComponentTypeStructure in de.hybris.platform.cmsfacades.types.service
Methods in de.hybris.platform.cmsfacades.types.service that return ComponentTypeStructureModifier and TypeMethodDescriptionComponentTypeStructureRegistry.getAbstractComponentTypeStructure(String itemtype) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, not needed by the generic structure serviceStructureTypeModeService.getComponentTypeByCodeAndMode(String typeCode, StructureTypeMode mode) Get a single component type structure for a given structure type mode.ComponentTypeStructureRegistry.getComponentTypeStructure(String typecode) Get a specificComponentTypeStructureby its typecode.ComponentTypeStructureService.getComponentTypeStructure(String typeCode) Get aComponentTypeStructureby its typecode.Methods in de.hybris.platform.cmsfacades.types.service that return types with arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionComponentTypeStructureRegistry.getComponentTypeStructures()Get all elements in the registry.ComponentTypeStructureService.getComponentTypeStructures()Get all elements in the registry. -
Uses of ComponentTypeStructure in de.hybris.platform.cmsfacades.types.service.impl
Classes in de.hybris.platform.cmsfacades.types.service.impl that implement ComponentTypeStructureModifier and TypeClassDescriptionclassDefault implementation ofComponentTypeStructure.Methods in de.hybris.platform.cmsfacades.types.service.impl that return ComponentTypeStructureModifier and TypeMethodDescriptionprotected ComponentTypeStructureDefaultStructureTypeModeService.convertTypeStructureData(StructureTypeMode mode, ComponentTypeStructure baseTypeStructure) Convert theComponentTypeStructureintoComponentTypeData.DefaultComponentTypeStructureRegistry.getAbstractComponentTypeStructure(String itemType) Deprecated, for removal: This API element is subject to removal in a future version.since 1905, not needed by the generic structure serviceDefaultStructureTypeModeService.getComponentTypeByCodeAndMode(String typeCode, StructureTypeMode structureTypeMode) DefaultComponentTypeStructureRegistry.getComponentTypeStructure(String typecode) GenericComponentTypeStructureService.getComponentTypeStructure(String typeCode) RegistryComponentTypeStructureService.getComponentTypeStructure(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.protected ComponentTypeStructureGenericComponentTypeStructureService.getComponentTypeStructureInternal(String typeCode) Internal method to get the component type structure for a given typeCodeprotected ComponentTypeStructureRegistryComponentTypeStructureService.getComponentTypeStructureInternal(String typeCode) Deprecated, for removal: This API element is subject to removal in a future version.Internal method to get the component type given its typeCode.protected ComponentTypeStructureDefaultComponentTypeStructureRegistry.getOrCreateComponentTypeStructure(String typeCode) Gets or Creates a new Component Type Structure.protected ComponentTypeStructureMethods in de.hybris.platform.cmsfacades.types.service.impl that return types with arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionprotected List<ComponentTypeStructure>RegistryComponentTypeStructureService.getAbstractTypesForComponent(ComponentTypeStructure componentType) Deprecated, for removal: This API element is subject to removal in a future version.Find all abstract types structure for the category defined in the given component typeprotected Set<ComponentTypeStructure>DefaultComponentTypeStructureRegistry.getAllComponentTypeStructures()protected com.google.common.base.Supplier<Map<String,Map<StructureTypeMode, ComponentTypeStructure>>> DefaultStructureTypeModeService.getComponentTypeDataSupplierMap()protected Map<StructureTypeMode,ComponentTypeStructure> DefaultStructureTypeModeService.getComponentTypesByCodeInternal(String typeCode) Internal method to build theMap<StructureTypeMode, ComponentTypeData>for a given type code.protected Map<String,ComponentTypeStructure> DefaultComponentTypeStructureRegistry.getComponentTypeStructureMap()DefaultComponentTypeStructureRegistry.getComponentTypeStructures()GenericComponentTypeStructureService.getComponentTypeStructures()RegistryComponentTypeStructureService.getComponentTypeStructures()Deprecated, for removal: This API element is subject to removal in a future version.protected Converter<ComposedTypeModel,ComponentTypeStructure> GenericComponentTypeStructureService.getComposedTypeToStructureConverter()protected com.google.common.base.Supplier<Map<String,ComponentTypeStructure>> GenericComponentTypeStructureService.getInternalComponentTypeStructureMap()protected com.google.common.base.Supplier<Map<String,Map<StructureTypeMode, ComponentTypeStructure>>> DefaultStructureTypeModeService.initializeComponentTypeDataSupplier()Internal method to initialize the Map that will serve as a data store for this service.protected com.google.common.base.Supplier<Map<String,ComponentTypeStructure>> GenericComponentTypeStructureService.initializeComponentTypeStructureMap()Supplier function to initialize the ComponentTypeStructure map.protected com.google.common.base.Supplier<Map<String,Map<StructureTypeMode, ComponentTypeStructure>>> DefaultStructureTypeModeService.initializeInternalStructureMap(Long expirationTime) protected com.google.common.base.Supplier<Map<String,ComponentTypeStructure>> GenericComponentTypeStructureService.initializeInternalStructureMap(Long expirationTime) Methods in de.hybris.platform.cmsfacades.types.service.impl with parameters of type ComponentTypeStructureModifier 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 voidDefaultStructureTypeModeService.augmentAttributePopulators(StructureTypeMode mode, ComponentTypeStructure typeStructure) Augment the attribute's populator list using theAttributeModePopulatorsProvider.protected voidRegistryComponentTypeStructureService.augmentTypeAttributes(ComponentTypeStructure componentType, ComponentTypeStructure abstractType) Deprecated, for removal: This API element is subject to removal in a future version.Merges the type attributes from the abstract type to the child typeprotected ComponentTypeStructureDefaultStructureTypeModeService.convertTypeStructureData(StructureTypeMode mode, ComponentTypeStructure baseTypeStructure) Convert theComponentTypeStructureintoComponentTypeData.protected List<ComponentTypeStructure>RegistryComponentTypeStructureService.getAbstractTypesForComponent(ComponentTypeStructure componentType) Deprecated, for removal: This API element is subject to removal in a future version.Find all abstract types structure for the category defined in the given component typeprotected voidDefaultComponentTypeStructureRegistry.putOrUpdateStructureType(ComponentTypeStructure type) If the map of component type structures is empty, then add this element to the map.Method parameters in de.hybris.platform.cmsfacades.types.service.impl with type arguments of type ComponentTypeStructureModifier and TypeMethodDescriptionvoidDefaultComponentTypeStructureRegistry.setAllComponentTypeStructures(Set<ComponentTypeStructure> allComponentTypeStructures) voidGenericComponentTypeStructureService.setComposedTypeToStructureConverter(Converter<ComposedTypeModel, ComponentTypeStructure> composedTypeToStructureConverter) Constructors in de.hybris.platform.cmsfacades.types.service.impl with parameters of type ComponentTypeStructure