Uses of Class
com.saperion.ngc.exception.InvalidFolderNameException
Packages that use InvalidFolderNameException
-
Uses of InvalidFolderNameException in com.saperion.ngc.model.navigation
Methods in com.saperion.ngc.model.navigation that throw InvalidFolderNameExceptionModifier and TypeMethodDescriptionNavigationClassicConnectorService.addFavoriteFolder
(String name, Properties props, String content) Adds a new node to the favorite folder with the given name, properties and content.NavigationService.addFavoriteFolder
(String name, Properties props, String content) Adds a new node to the favorite folder with the given name, properties and content.NavigationClassicConnectorService.addLinkFolder
(NavigationNode node, String childName, FolderId destination) Adds a link folder with the given name to the node and returns the result containing the new child.NavigationService.addLinkFolder
(NavigationNode node, String childName, FolderId destination) Adds a link folder with the given name to the node and returns the result containing the new child.NavigationClassicConnectorService.addWebpartFolder
(NavigationNode node, String childName, String destination) Adds a webpart folder with the given name to the node and returns the result containing the new child.NavigationService.addWebpartFolder
(NavigationNode node, String childName, String destination) Adds a webpart folder with the given name to the node and returns the result containing the new child.