Uses of Class
de.hybris.platform.cms2.jalo.navigation.CMSNavigationEntry
-
Packages that use CMSNavigationEntry Package Description de.hybris.platform.cms2.jalo de.hybris.platform.cms2.jalo.navigation -
-
Uses of CMSNavigationEntry in de.hybris.platform.cms2.jalo
Methods in de.hybris.platform.cms2.jalo that return CMSNavigationEntry Modifier and Type Method Description CMSNavigationEntryGeneratedCms2Manager. createCMSNavigationEntry(SessionContext ctx, java.util.Map attributeValues)CMSNavigationEntryGeneratedCms2Manager. createCMSNavigationEntry(java.util.Map attributeValues) -
Uses of CMSNavigationEntry in de.hybris.platform.cms2.jalo.navigation
Fields in de.hybris.platform.cms2.jalo.navigation with type parameters of type CMSNavigationEntry Modifier and Type Field Description protected static OneToManyHandler<CMSNavigationEntry>GeneratedCMSNavigationNode. ENTRIESHANDLEROneToManyHandlerfor handling 1:n ENTRIES's relation attributes from 'many' side.Methods in de.hybris.platform.cms2.jalo.navigation that return types with arguments of type CMSNavigationEntry Modifier and Type Method Description java.util.List<CMSNavigationEntry>GeneratedCMSNavigationNode. getEntries()Generated method - Getter of theCMSNavigationNode.entriesattribute.java.util.List<CMSNavigationEntry>GeneratedCMSNavigationNode. getEntries(SessionContext ctx)Generated method - Getter of theCMSNavigationNode.entriesattribute.Methods in de.hybris.platform.cms2.jalo.navigation with parameters of type CMSNavigationEntry Modifier and Type Method Description voidGeneratedCMSNavigationNode. addToEntries(CMSNavigationEntry value)Generated method - Addsvalueto entries.voidGeneratedCMSNavigationNode. addToEntries(SessionContext ctx, CMSNavigationEntry value)Generated method - Addsvalueto entries.voidGeneratedCMSNavigationNode. removeFromEntries(CMSNavigationEntry value)Generated method - Removesvaluefrom entries.voidGeneratedCMSNavigationNode. removeFromEntries(SessionContext ctx, CMSNavigationEntry value)Generated method - Removesvaluefrom entries.Method parameters in de.hybris.platform.cms2.jalo.navigation with type arguments of type CMSNavigationEntry Modifier and Type Method Description voidGeneratedCMSNavigationNode. setEntries(SessionContext ctx, java.util.List<CMSNavigationEntry> value)Generated method - Setter of theCMSNavigationNode.entriesattribute.voidGeneratedCMSNavigationNode. setEntries(java.util.List<CMSNavigationEntry> value)Generated method - Setter of theCMSNavigationNode.entriesattribute.
-