Uses of Class
com.saperion.exception.SaFolderNameException
Packages that use SaFolderNameException
Package
Description
This package contains the main classic connector classes.
This package contains the utility classes for the LARIX RMI Server.
-
Uses of SaFolderNameException in com.saperion.connector
Methods in com.saperion.connector that throw SaFolderNameExceptionModifier and TypeMethodDescriptionSaClassicConnector.createFolder(SaFolderSaveInfo info, Properties namevaluePairs) Creates a new folder below a given folder.SaClassicConnector.createFolder(String folderTableDDC, String parentId, String beforeChild, String folderName, SaFolderConstants.FOLDER_TYPE folderType, Properties namevaluePairs) Deprecated.SaClassicConnectorImpl.createFolder(SaFolderSaveInfo info, Properties namevaluePairs) SaClassicConnectorImpl.createFolder(String folderTableDDC, String parentId, String beforeChild, String folderName, SaFolderConstants.FOLDER_TYPE folderType, Properties namevaluePairs) Deprecated.voidSaClassicConnector.updateFolder(String folderTableDDC, String folderId, Properties namevaluePairs) Updates an existing folder with the given properties.voidSaClassicConnectorImpl.updateFolder(String folderTableDDC, String folderId, Properties namevaluePairs) -
Uses of SaFolderNameException in com.saperion.util
Methods in com.saperion.util that throw SaFolderNameExceptionModifier and TypeMethodDescriptionvoidClassicConnectorUtil.checkFolderName(String name) Check folder name.
SaClassicConnector.createFolder(SaFolderSaveInfo, Properties)instead.