Uses of Class
com.saperion.ngc.exception.NgcUiException
Packages that use NgcUiException
Package
Description
Package for authorization component classes.
Package for client dialog classes.
Package for main iForm components.
Package for iForm buttons.
Package for iForm image elements.
Package for iForm mashup elements.
Package for iForm tab components.
Package for field validators.
Package for navigation component classes.
Package for resultset component classes.
Package for resultset context menu classes.
Package for resultset rendering modes.
Package for multiselection tool.
Package for user toolbar component classes.
Package for client utility classes.
Package for viewer component classes.
-
Uses of NgcUiException in com.saperion.ngc.authorization
Methods in com.saperion.ngc.authorization that throw NgcUiExceptionModifier and TypeMethodDescriptionprotected void
AuthorizationPresenter.checkModelConnection()
Checks model connection.protected void
AuthorizationPresenter.logoff()
Logoff.protected void
protected void
AuthorizationPresenter.startup()
Startup. -
Uses of NgcUiException in com.saperion.ngc.dialogs
Methods in com.saperion.ngc.dialogs that throw NgcUiExceptionModifier and TypeMethodDescriptionRevisionHistoryDialog.RevisionListModel.create
(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, String maskName) Factory method.void
RevisionListRenderer.downloadRevision
(RevisionHistoryDialog.RevisionBean bean) static void
AclSelectDialog.show
(List<String> selectableAcls, List<String> setAcls, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the AclSelectDialog.static void
CommentDialog.show
(ResultSetPresenter resultPresenter, com.saperion.intf.wf.TaskInfo task) Shows the comment dialog.static void
ExportSettingsDialog.show
(Set<String> allColumns, Collection<ResultSetColumn> visibleColumns, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the ColumnSelectDialog.static void
RevisionHistoryDialog.show
(ResultSetPresenter resultPresenter, ResultSetViewImpl view, DocumentId docId, String maskName) Shows the revision history. -
Uses of NgcUiException in com.saperion.ngc.iform
Methods in com.saperion.ngc.iform that throw NgcUiExceptionModifier and TypeMethodDescriptionIntelligentFormPresenter.addDocument
(List<FieldResultBean> properties, String comment, FolderUploadInfos infos, String ddcName) Adds a new document to the archive.boolean
IntelligentFormPresenter.canEditIndex
(ResultProperties props) Checks if the index of the specified document can be edited.void
ElementCreator.createBitmaps
(List<com.saperion.ngc.iform.xml.BitmapType> bitmaps, org.zkoss.zk.ui.Component parent) Creates bitmaps.ElementCreator.createButtons
(List<com.saperion.ngc.iform.xml.ButtonType> buttons, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component eventParent) Creates buttons.ElementCreator.createIncludes
(List<com.saperion.ngc.iform.xml.IncludeType> includes, org.zkoss.zk.ui.Component parent, org.zkoss.zk.ui.Component eventTarget, boolean autoQuery) Creates included elements.ElementCreator.createMashup
(List<com.saperion.ngc.iform.xml.MashupType> mashups, org.zkoss.zk.ui.Component parent) Creates Mashups.void
IntelligentFormPresenter.createSystemView
(List<com.saperion.intf.SaFieldDescription> list, SysForm.FormType type, String ddcName) Deprecated.ElementCreator.createTabs
(List<com.saperion.ngc.iform.xml.TabListType> tabs, boolean stretch, org.zkoss.zk.ui.Component parent, boolean isQueryForm, String formName, String ddcName) Creates tabs.ElementCreator.createThumbnail
(List<com.saperion.ngc.iform.xml.ThumbnailType> thumbnails, org.zkoss.zk.ui.Component parent) Creates thumbnail components.void
IntelligentFormView.createView
(com.saperion.ngc.iform.xml.Form form) Creates the view.void
IntelligentFormViewImpl.createView
(com.saperion.ngc.iform.xml.Form formType) Creates the view.void
IntelligentFormPresenter.deleteStoredConfiguration()
Deletes the stored area sizes and result list layouts for this mask.IntelligentFormPresenter.getAclsForUpdating()
Returns a comma-separated acl-string that can be used for updating a document.IntelligentFormPresenter.getArchiveMetaInfo
(DocumentId id, boolean currentRevision) Retrieves the meta information of the document from the archive.com.saperion.intf.DDC
Returns the DDC with the specified name.void
IntelligentFormPresenter.getDefinition
(String ddcName, SysForm.FormType type) Deprecated.useIntelligentFormView.createView(Form)
with system form implementation from package com.saperion.ngc.iform.system instead.IntelligentFormPresenter.getDocProperties
(DocumentId id) Reads the properties for the given document.List<com.saperion.intf.SaFieldDescription>
IntelligentFormPresenter.getFieldDefinitions
(String ddcName) Returns the field descriptions for the specified DDC.IntelligentFormPresenter.getFolderInfos
(FolderId folderId) Retrieves information about the specified folder.int
IntelligentFormPresenter.getInboxId()
com.saperion.ngc.iform.xml.Form
IntelligentFormPresenter.getMaskDefinition
(String maskName) int
IntelligentFormPresenter.getNextCounterValue
(String ddcName, String fieldName, String dbFieldName) Deprecated.Counter fields cannot be set by API any more.IntelligentFormPresenter.getSetting
(String section, String key) IntelligentFormPresenter.loadSizesFromConfig()
Loads the sizes of the forms layout-areas from the configuration.static void
ValidationErrorMessageCreator.showValidationErrorMessage
(IntelligentField field, FieldValidationException.ValidationError validationError, EventChildHandler eventHandler) void
IntelligentFormPresenter.storeMaskDefinition
(String maskName, com.saperion.ngc.iform.xml.Form form) Deprecated.this method does nothing and will be removed in 8.1void
IntelligentFormPresenter.storeSizesInConfig
(Map<Integer, AreaSize> sizes) Stored the layout of the mask in the configuration.static void
ElementUtil.updateFromQBE
(FormButton field, com.saperion.ngc.iform.xml.ButtonType definition, com.saperion.ngc.iform.xml.PosType panePos) Setup button element.static void
ElementUtil.updateFromQBE
(FormEditableImage field, com.saperion.ngc.iform.xml.ThumbnailType definition, com.saperion.ngc.iform.xml.PosType panePos) Setup label element.static void
ElementUtil.updateFromQBE
(FormMashup field, com.saperion.ngc.iform.xml.MashupType definition) Setup mashup element.static void
ElementUtil.updateFromQBE
(org.zkoss.zul.Image field, com.saperion.ngc.iform.xml.BitmapType definition, com.saperion.ngc.iform.xml.PosType panePos) Setup label element.Constructors in com.saperion.ngc.iform that throw NgcUiExceptionModifierConstructorDescriptionIntelligentFormMiniPopup
(com.saperion.ngc.iform.xml.Form form) Constructor. -
Uses of NgcUiException in com.saperion.ngc.iform.button
Methods in com.saperion.ngc.iform.button that throw NgcUiExceptionModifier and TypeMethodDescriptionfinal void
FormButton.setKind
(com.saperion.ngc.iform.xml.ButtonKindType value) final void
FormButton.setSaveAction
(com.saperion.ngc.iform.xml.SaveActionType value) final void
FormButton.setUseFields
(boolean value) final void
FormButton.setUtf8
(boolean value) final void
FormButton.setWorkflowAction
(com.saperion.ngc.iform.xml.WorkflowActionType value) Constructors in com.saperion.ngc.iform.button that throw NgcUiExceptionModifierConstructorDescriptionConstructor.FormButton
(com.saperion.ngc.iform.xml.ButtonType buttonType, com.saperion.ngc.iform.xml.PosType panePos, boolean isNoLocatization) Constructor.FormButton
(String label) Constructor.FormButton
(String label, String image) Constructor. -
Uses of NgcUiException in com.saperion.ngc.iform.image
Constructors in com.saperion.ngc.iform.image that throw NgcUiExceptionModifierConstructorDescriptionFormEditableImage
(com.saperion.ngc.iform.xml.ThumbnailType node, com.saperion.ngc.iform.xml.PosType panePos) Constructor.FormImage
(com.saperion.ngc.iform.xml.BitmapType node, com.saperion.ngc.iform.xml.PosType panePos) -
Uses of NgcUiException in com.saperion.ngc.iform.mashup
Constructors in com.saperion.ngc.iform.mashup that throw NgcUiException -
Uses of NgcUiException in com.saperion.ngc.iform.tab
Constructors in com.saperion.ngc.iform.tab that throw NgcUiExceptionModifierConstructorDescriptionFormTabbox
(com.saperion.ngc.iform.xml.TabListType definition, boolean stretch, IntelligentFormView iForm, boolean isQueryForm, String maskName, com.saperion.ngc.iform.xml.PosType panePos, String ddc, boolean isNoLocalization) Constructor. -
Uses of NgcUiException in com.saperion.ngc.iform.validator
Methods in com.saperion.ngc.iform.validator that throw NgcUiExceptionModifier and TypeMethodDescriptionstatic void
FieldValidator.validate
(IntelligentField field) Validates the field. -
Uses of NgcUiException in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that throw NgcUiExceptionModifier and TypeMethodDescriptionboolean
ContextMenuVisibility.activateLitigationHold
(boolean multiselect) ResultSetPresenter.analyzeItems
(Collection<ResultListItem> items, boolean useAttachment) Analyze the items.ResultSetPresenter.analyzeWorkflowItems
(Collection<ResultListItem> items) Analyze the workflow items.List<org.zkoss.zk.ui.Component>
ContextMenuItemFactory.createEmptyListItems()
Creates the menu for empty lists.List<org.zkoss.zk.ui.Component>
ContextMenuItemFactory.createItems()
Creates all menu items that can be used with the currently selected items.ResultSetMode.createListitem
(ResultProperties properties) Creates a listitem.void
ResultsetConfiguration.deleteColumnConfiguration
(String formName) Deletes the configuration of the columns in the database.boolean
ResultSetPresenter.doDeleteDocument
(DocumentId id) Delete document.boolean
ResultSetPresenter.doDeleteDocument
(DocumentId id, boolean finalDelete) Delete document.void
ResultSetPresenter.doUndelet
(ResultProperties row, String comment) Undeleted the document.void
ResultSetPresenter.editStructure
(DocumentId documentId) Shows the dialog to edit a document's structure.com.saperion.connector.wf.WorkflowResult
ResultSetPresenter.executeWfCommand
(WorkflowActionBean action) Executes the given workflow action.void
ResultSetPresenter.export()
Exports the current query result.void
ResultSetPresenter.export
(Map<String, String> columnsToExport, ResultSetView.ExportFormat format, String filename) Exports the current query result.void
ResultSetPresenter.externalStorageUpload
(DocumentId documentId, com.saperion.externalstorage.client.ExternalStorageClient client, com.saperion.externalstorage.ExternalStorageType storageType) Upload a saperion document to ShareBaseResultSetPresenter.getAclNames
(DocumentId documentId) Returns the ACLs of a document.ResultSetPresenter.getAllAcls()
Returns a list of all ACL names.List<com.saperion.intf.wf.CommentInfo>
ResultSetPresenter.getComments
(com.saperion.intf.wf.TaskInfo taskInfo) Retrieves the comments for the specified task.com.saperion.intf.DDC
Returns the DDC with the specified name.ResultSetPresenter.getDocProperties
(DocumentId id) Reads the properties for the given document.ResultSetPresenter.getDocProperties
(DocumentId id, boolean isDeleted) Reads the properties for the given document.ResultSetPresenter.getDocumentFolders
(DocumentId documentId) Retrieves the folders that contain the specified document.ResultSetPresenter.getDocumentInfoFromArchive
(DocumentId id, boolean currentRevision) ResultSetPresenter.getDocumentPages
(DocumentId id, boolean currentRevision) Returns the amount of pages for the specified document.ResultSetPresenter.getDocumentVersion
(String versionId) Returns the version information for the specified version ID.ResultSetPresenter.getDocumentVersionIDs
(DocumentId id) Returns the version IDs for the specified document.ResultSetPresenter.getDocumentVersions
(DocumentId id) Retrieves the version information for a document.ResultSetPresenter.getFieldDescriptions
(String ddc) Returns a map of <fieldname, SaFieldDescription> SaFieldDescriptions of the given DDC.ResultSetPresenter.getLastLaunched()
Gets the last launched.com.saperion.intf.wf.WorkflowMember
ResultSetPresenter.getSelectedUserTreeRoot
(List<com.saperion.intf.wf.WorkflowMember> selectedMembers) Gets the user tree root element with selected users as children.com.saperion.intf.wf.WorkflowMember
ResultSetPresenter.getUserTreeRoot
(String filter) Gets the user tree root element and its direct children.boolean
ResultSetPresenter.isContainedInFolder()
Checks if the document is contained in one or more folders from current user or other users.boolean
ResultSetPresenter.isSelectionAllowed()
Checks, if the selection is allowed and not locked nor checked out.boolean
ContextMenuVisibility.launch
(boolean multiselect) void
ResultSetPresenter.prolongRetention
(ResultProperties row, Date prolongDate) boolean
ContextMenuVisibility.prolongRetentionTime
(boolean multiselect) void
ResultsetConfiguration.readResultType
(String formName) void
ResultSetPresenter.reduceDisposition
(ResultProperties row, Date dispositionDate) boolean
ContextMenuVisibility.reduceDispositionTime
(boolean multiselect) boolean
ContextMenuVisibility.release
(boolean multiselect) void
ResultSetPresenter.removeFromFolder
(DocumentId documentId, Set<FolderId> folderIDs) Removes the documents from the specified folder.boolean
ContextMenuVisibility.revisionHistory
(boolean multiselect) void
ResultSetPresenter.saveLastLaunched
(String lastName) Save last launched.void
ResultSetPresenter.setDocumentRead
(ResultListItem item) Sets the specified document's state to 'read'.void
ResultSetPresenter.setDocumentUnread
(ResultListItem item) Sets the specified document's state to 'unread'.void
ResultSetPresenter.setlitigationhold
(DocumentId documentId, boolean activate) Sets the specified document's litigationhold to 'read'.com.saperion.connector.wf.WorkflowResult
ResultSetPresenter.startWorkflow
(LaunchWorkflowBean launchBean) Starts a business case.void
ResultsetConfiguration.storeColumnConfiguration
(String formName) Stores the configuration of the columns in the database.void
ResultSetPresenter.updateListItem
(ResultListItem item) Updated the specified listitem in the containedResultList
as well as in the current result stored in theQueryService
.com.saperion.externalstorage.library.Document
ResultSetPresenter.uploadDocToExternalStorage
(DocumentId documentId, String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType) boolean
ContextMenuVisibility.workflowMenu
(boolean multiselect) -
Uses of NgcUiException in com.saperion.ngc.resultset.modes
Methods in com.saperion.ngc.resultset.modes that throw NgcUiExceptionModifier and TypeMethodDescriptionLookupResultSetMode.createListitem
(ResultProperties properties) Creates a listitem.SimpleResultSetMode.createListitem
(ResultProperties properties) Creates a listitem. -
Uses of NgcUiException in com.saperion.ngc.resultset.multiselect
Methods in com.saperion.ngc.resultset.multiselect that throw NgcUiExceptionModifier and TypeMethodDescriptionvoid
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
Executes the action on the specified list of contents.void
ContentMultiSelect.executeAction
(MultiSelectAction action) Executes the specified action on the items set by forItems. -
Uses of NgcUiException in com.saperion.ngc.toolbar
Methods in com.saperion.ngc.toolbar that throw NgcUiException -
Uses of NgcUiException in com.saperion.ngc.util
Methods in com.saperion.ngc.util that throw NgcUiExceptionModifier and TypeMethodDescriptionstatic void
SessionTempFileUtil.deleteDir()
Deletes the temporary directory for the current session.static void
Deletes the temporary directory for the current session.static String
SessionTempFileUtil.saveToFile
(String s, String fileName) void
Throw an NgcUiException containing a log-message only.void
Throw an NgcUiException containing both a log-message and an error-message for the user.void
Throw an NgcUiException containing both a log-message and an error-message for the user.void
Throw an NgcUiException containing both an error-message for the user only.void
Throw an NgcUiException containing both a log-message and an error-message for the user.void
Throws a NgcUiException containing the error message and the user message with replacements. -
Uses of NgcUiException in com.saperion.ngc.viewer
Methods in com.saperion.ngc.viewer that throw NgcUiExceptionModifier and TypeMethodDescriptionboolean
DocumentViewPresenter.canDownload
(int maskRights, DocumentId documentId) Checks if downloading an item is allowed in this mask.boolean
DocumentViewPresenter.canEditAnnotations
(OpenDocumentBean bean) Checks if the user can edit the annotations.boolean
DocumentViewPresenter.canEditDocument
(DocumentId id) Checks if the document can be edited.boolean
DocumentViewPresenter.canView
(DocumentId documentId) Checks if the document can be opened in viewer.void
DocumentViewPresenter.checkConnection()
Checks if the connection to the backend is still alive.void
DocumentViewPresenter.downloadAsZip
(List<Content> content) Triggers a download of a ZIP containing the specified content.void
DocumentViewPresenter.downloadSingle
(DocumentId docId, String filename, int element) Triggers the download of a single document.DocumentViewPresenter.getArchiveMetaInfo
(DocumentId documentId, boolean currentRevision, boolean previewMode) Gets the archive meta info.DocumentViewPresenter.getContentListForLink
(DocumentId id, DocumentArchiveMetaInfo linkMetaInfo) Returns a list ofContent
of a linked document.DocumentViewPresenter.getDocumentInfo
(DocumentId id) Returns the database meta-info of the document with the specified ID.long
DocumentViewPresenter.getElementSize
(DocumentId id, int element) Determines the size of the element.DocumentViewPresenter.getElementSizes
(DocumentId id, List<Integer> elementsWithoutSize) Determines the sizes of the list of elements.Reads the notes element for the given document id.DocumentViewPresenter.getStream
(DocumentId id, int element) Gets the document's content as stream.boolean
DocumentViewPresenter.hasAclAnnotationsInEveryDocument
(List<DocumentArchiveMetaInfo.ElementArchiveMetaInfo> elements, DocumentId documentId) Checks for ACL in all sub-structure elements in a documentDocumentViewPresenter.resolveLatestRevision
(String originalHdoc) Resolves the latest revision of the document with the specified HDOC.com.saperion.externalstorage.library.Document
DocumentViewPresenter.uploadDocElementToExternalStorage
(DocumentId documentId, String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType, int elementNo) void
DocumentViewPresenter.writeNotes
(DocumentId documentId, String text) Writes the text to the notes element or creates a new one.
IntelligentFormView.createView(Form)
with system form implementation from package com.saperion.ngc.iform.system instead.