Uses of Class
com.saperion.exception.SaDBException
Packages that use SaDBException
Package
Description
This package contains the main classic connector classes.
Package for connector RMI client classes.
-
Uses of SaDBException in com.saperion.connector
Methods in com.saperion.connector that throw SaDBExceptionModifier and TypeMethodDescriptionSaClassicConnector.getFolderByPath
(String folderTableDDC, String startFolderId, String folderPath) Returns the folder which matches to the given path.SaClassicConnectorImpl.getFolderByPath
(String folderTableDDC, String startFolderId, String folderPath) SaClassicConnector.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a list with the children of the given node.SaClassicConnectorImpl.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) SaClassicConnector.getFolderFromPath
(String folderTableDDC, String startFolderId, String folderPath) Returns the folders which match to the given path.SaClassicConnectorImpl.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath) SaClassicConnector.getFolderInfo
(String folderTableDDC, String folderId) Deprecated.SaClassicConnector.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Returns the folder information object for the given folder.SaClassicConnectorImpl.getFolderInfo
(String folderTableDDC, String folderId) Deprecated.SaClassicConnectorImpl.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) SaClassicConnector.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given folder.SaClassicConnectorImpl.getFolderParent
(String folderTableDDC, String folderId) Deprecated.Use searchHQL() instead.Deprecated.SaClassicConnector.searchHQL
(SaQueryInfo hqlQuery) Performs a search with the given hql query (hibernate query language).SaClassicConnectorImpl.searchHQL
(SaQueryInfo hqlQuery) -
Uses of SaDBException in com.saperion.connector.rmi
Methods in com.saperion.connector.rmi that throw SaDBExceptionModifier and TypeMethodDescriptionAbstractFolderRMIClientCommand.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFoldersPerLevel) Returns a cursor with the children of the given node.SaRMIClientCommand.getFolderChildren
(String folderTableDDC, String folderId, int depth, SaQueryInfo filter, int allowedMaxNrOfChildFolders) Returns a cursor with the children of the given node.AbstractFolderRMIClientCommand.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.SaRMIClientCommand.getFolderFromPath
(String folderTableDDC, String startNodeId, String folderPath, boolean exact) Returns the node(s) which match to the given path.AbstractFolderRMIClientCommand.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.SaRMIClientCommand.getFolderInfo
(String folderTableDDC, String folderId, boolean forceLoadVariables) Reads the folder info object for the given folder.AbstractFolderRMIClientCommand.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given node.SaRMIClientCommand.getFolderParent
(String folderTableDDC, String folderId) Returns the parent of the given node.AbstractQueryRMIClientCommand.getStringQueryResult
(SaQueryInfo hqlQuery) Executes a given HQL string and returns the results as list.SaRMIClientCommand.getStringQueryResult
(SaQueryInfo queryInfo) Executes a given HQL string and returns the results as list.
SaClassicConnector.getFolderInfo(String, String, boolean)
instead.