Uses of Interface
de.hybris.platform.cmsfacades.types.service.StructureTypeModeAttributeFilter
Packages that use StructureTypeModeAttributeFilter
Package
Description
-
Uses of StructureTypeModeAttributeFilter in de.hybris.platform.cmsfacades.types.service
Methods in de.hybris.platform.cmsfacades.types.service that return types with arguments of type StructureTypeModeAttributeFilterModifier and TypeMethodDescriptionStructureTypeModeAttributeFilterProvider.getStructureTypeModeAttributeFilters(String typeCode, StructureTypeMode mode) Returns the structure type mode list given its type code and structure mode.Methods in de.hybris.platform.cmsfacades.types.service with parameters of type StructureTypeModeAttributeFilterModifier and TypeMethodDescriptionvoidStructureTypeModeAttributeFilterProvider.addStructureTypeModeAttributeFilter(StructureTypeModeAttributeFilter mode) Adds a new Structure Type Mode to the existing list of mode definitions. -
Uses of StructureTypeModeAttributeFilter in de.hybris.platform.cmsfacades.types.service.impl
Classes in de.hybris.platform.cmsfacades.types.service.impl that implement StructureTypeModeAttributeFilterModifier and TypeClassDescriptionclassDefault implementation ofStructureTypeModeAttributeFilter.Methods in de.hybris.platform.cmsfacades.types.service.impl that return types with arguments of type StructureTypeModeAttributeFilterModifier and TypeMethodDescriptionprotected List<StructureTypeModeAttributeFilter>DefaultStructureTypeModeAttributeFilterProvider.getCmsStructureTypeModes()DefaultStructureTypeModeAttributeFilterProvider.getStructureTypeModeAttributeFilters(String typeCode, StructureTypeMode mode) protected Deque<StructureTypeModeAttributeFilter>DefaultStructureTypeModeService.getStructureTypeModeData(String typeCode, StructureTypeMode mode) Get the mode defintion for this type or its super type, if one does not exist.Methods in de.hybris.platform.cmsfacades.types.service.impl with parameters of type StructureTypeModeAttributeFilterModifier and TypeMethodDescriptionvoidDefaultStructureTypeModeAttributeFilterProvider.addStructureTypeModeAttributeFilter(StructureTypeModeAttributeFilter mode) Method parameters in de.hybris.platform.cmsfacades.types.service.impl with type arguments of type StructureTypeModeAttributeFilterModifier and TypeMethodDescriptionprotected voidDefaultStructureTypeModeService.getStructureTypeModeData(String typeCode, StructureTypeMode mode, Deque<StructureTypeModeAttributeFilter> structureModeDataList) Recursively collects the the mode definition for its type and for its parent's type.voidDefaultStructureTypeModeAttributeFilterProvider.setCmsStructureTypeModes(List<StructureTypeModeAttributeFilter> cmsStructureTypeModes)