Uses of Class
de.hybris.platform.cms2.jalo.ComponentTypeGroup
Packages that use ComponentTypeGroup
-
Uses of ComponentTypeGroup in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return ComponentTypeGroupModifier and TypeMethodDescriptionGeneratedCms2Manager.createComponentTypeGroup(SessionContext ctx, Map attributeValues) GeneratedCms2Manager.createComponentTypeGroup(Map attributeValues) Methods in de.hybris.platform.cms2.jalo that return types with arguments of type ComponentTypeGroupModifier and TypeMethodDescriptionGeneratedCMSComponentType.getComponentTypeGroups()Generated method - Getter of theCMSComponentType.componentTypeGroupsattribute.GeneratedCMSComponentType.getComponentTypeGroups(SessionContext ctx) Generated method - Getter of theCMSComponentType.componentTypeGroupsattribute.Methods in de.hybris.platform.cms2.jalo with parameters of type ComponentTypeGroupModifier and TypeMethodDescriptionvoidGeneratedCMSComponentType.addToComponentTypeGroups(ComponentTypeGroup value) Generated method - Addsvalueto componentTypeGroups.voidGeneratedCMSComponentType.addToComponentTypeGroups(SessionContext ctx, ComponentTypeGroup value) Generated method - Addsvalueto componentTypeGroups.voidGeneratedCMSComponentType.removeFromComponentTypeGroups(ComponentTypeGroup value) Generated method - Removesvaluefrom componentTypeGroups.voidGeneratedCMSComponentType.removeFromComponentTypeGroups(SessionContext ctx, ComponentTypeGroup value) Generated method - Removesvaluefrom componentTypeGroups.Method parameters in de.hybris.platform.cms2.jalo with type arguments of type ComponentTypeGroupModifier and TypeMethodDescriptionvoidGeneratedCMSComponentType.setComponentTypeGroups(SessionContext ctx, Set<ComponentTypeGroup> value) Generated method - Setter of theCMSComponentType.componentTypeGroupsattribute.voidGeneratedCMSComponentType.setComponentTypeGroups(Set<ComponentTypeGroup> value) Generated method - Setter of theCMSComponentType.componentTypeGroupsattribute. -
Uses of ComponentTypeGroup in de.hybris.platform.cms2.jalo.contents
Methods in de.hybris.platform.cms2.jalo.contents that return ComponentTypeGroupModifier and TypeMethodDescriptionGeneratedContentSlotName.getCompTypeGroup()Generated method - Getter of theContentSlotName.compTypeGroupattribute.GeneratedContentSlotName.getCompTypeGroup(SessionContext ctx) Generated method - Getter of theContentSlotName.compTypeGroupattribute.Methods in de.hybris.platform.cms2.jalo.contents with parameters of type ComponentTypeGroupModifier and TypeMethodDescriptionvoidGeneratedContentSlotName.setCompTypeGroup(ComponentTypeGroup value) Generated method - Setter of theContentSlotName.compTypeGroupattribute.voidGeneratedContentSlotName.setCompTypeGroup(SessionContext ctx, ComponentTypeGroup value) Generated method - Setter of theContentSlotName.compTypeGroupattribute.