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 voidAuthorizationPresenter.checkModelConnection()Checks model connection.protected voidAuthorizationPresenter.logoff()Logoff.protected voidprotected voidAuthorizationPresenter.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.voidRevisionListRenderer.downloadRevision(RevisionHistoryDialog.RevisionBean bean) static voidAclSelectDialog.show(List<String> selectableAcls, List<String> setAcls, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the AclSelectDialog.static voidCommentDialog.show(ResultSetPresenter resultPresenter, com.saperion.intf.wf.TaskInfo task) Shows the comment dialog.static voidExportSettingsDialog.show(Set<String> allColumns, Collection<ResultSetColumn> visibleColumns, BaseWindow parent, org.zkoss.zk.ui.event.EventListener eventListener) Shows the ColumnSelectDialog.static voidRevisionHistoryDialog.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.booleanIntelligentFormPresenter.canEditIndex(ResultProperties props) Checks if the index of the specified document can be edited.voidElementCreator.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.voidIntelligentFormPresenter.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.voidIntelligentFormView.createView(com.saperion.ngc.iform.xml.Form form) Creates the view.voidIntelligentFormViewImpl.createView(com.saperion.ngc.iform.xml.Form formType) Creates the view.voidIntelligentFormPresenter.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.DDCReturns the DDC with the specified name.voidIntelligentFormPresenter.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.intIntelligentFormPresenter.getInboxId()com.saperion.ngc.iform.xml.FormIntelligentFormPresenter.getMaskDefinition(String maskName) intIntelligentFormPresenter.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 voidValidationErrorMessageCreator.showValidationErrorMessage(IntelligentField field, FieldValidationException.ValidationError validationError, EventChildHandler eventHandler) voidIntelligentFormPresenter.storeMaskDefinition(String maskName, com.saperion.ngc.iform.xml.Form form) Deprecated.this method does nothing and will be removed in 8.1voidIntelligentFormPresenter.storeSizesInConfig(Map<Integer, AreaSize> sizes) Stored the layout of the mask in the configuration.static voidElementUtil.updateFromQBE(FormButton field, com.saperion.ngc.iform.xml.ButtonType definition, com.saperion.ngc.iform.xml.PosType panePos) Setup button element.static voidElementUtil.updateFromQBE(FormEditableImage field, com.saperion.ngc.iform.xml.ThumbnailType definition, com.saperion.ngc.iform.xml.PosType panePos) Setup label element.static voidElementUtil.updateFromQBE(FormMashup field, com.saperion.ngc.iform.xml.MashupType definition) Setup mashup element.static voidElementUtil.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 voidFormButton.setKind(com.saperion.ngc.iform.xml.ButtonKindType value) final voidFormButton.setSaveAction(com.saperion.ngc.iform.xml.SaveActionType value) final voidFormButton.setUseFields(boolean value) final voidFormButton.setUtf8(boolean value) final voidFormButton.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 voidFieldValidator.validate(IntelligentField field) Validates the field. -
Uses of NgcUiException in com.saperion.ngc.resultset
Methods in com.saperion.ngc.resultset that throw NgcUiExceptionModifier and TypeMethodDescriptionbooleanContextMenuVisibility.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.voidResultsetConfiguration.deleteColumnConfiguration(String formName) Deletes the configuration of the columns in the database.booleanResultSetPresenter.doDeleteDocument(DocumentId id) Delete document.booleanResultSetPresenter.doDeleteDocument(DocumentId id, boolean finalDelete) Delete document.voidResultSetPresenter.doUndelet(ResultProperties row, String comment) Undeleted the document.voidResultSetPresenter.editStructure(DocumentId documentId) Shows the dialog to edit a document's structure.com.saperion.connector.wf.WorkflowResultResultSetPresenter.executeWfCommand(WorkflowActionBean action) Executes the given workflow action.voidResultSetPresenter.export()Exports the current query result.voidResultSetPresenter.export(Map<String, String> columnsToExport, ResultSetView.ExportFormat format, String filename) Exports the current query result.voidResultSetPresenter.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.DDCReturns 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.WorkflowMemberResultSetPresenter.getSelectedUserTreeRoot(List<com.saperion.intf.wf.WorkflowMember> selectedMembers) Gets the user tree root element with selected users as children.com.saperion.intf.wf.WorkflowMemberResultSetPresenter.getUserTreeRoot(String filter) Gets the user tree root element and its direct children.booleanResultSetPresenter.isContainedInFolder()Checks if the document is contained in one or more folders from current user or other users.booleanResultSetPresenter.isSelectionAllowed()Checks, if the selection is allowed and not locked nor checked out.booleanContextMenuVisibility.launch(boolean multiselect) voidResultSetPresenter.prolongRetention(ResultProperties row, Date prolongDate) booleanContextMenuVisibility.prolongRetentionTime(boolean multiselect) voidResultsetConfiguration.readResultType(String formName) voidResultSetPresenter.reduceDisposition(ResultProperties row, Date dispositionDate) booleanContextMenuVisibility.reduceDispositionTime(boolean multiselect) booleanContextMenuVisibility.release(boolean multiselect) voidResultSetPresenter.removeFromFolder(DocumentId documentId, Set<FolderId> folderIDs) Removes the documents from the specified folder.booleanContextMenuVisibility.revisionHistory(boolean multiselect) voidResultSetPresenter.saveLastLaunched(String lastName) Save last launched.voidResultSetPresenter.setDocumentRead(ResultListItem item) Sets the specified document's state to 'read'.voidResultSetPresenter.setDocumentUnread(ResultListItem item) Sets the specified document's state to 'unread'.voidResultSetPresenter.setlitigationhold(DocumentId documentId, boolean activate) Sets the specified document's litigationhold to 'read'.com.saperion.connector.wf.WorkflowResultResultSetPresenter.startWorkflow(LaunchWorkflowBean launchBean) Starts a business case.voidResultsetConfiguration.storeColumnConfiguration(String formName) Stores the configuration of the columns in the database.voidResultSetPresenter.updateListItem(ResultListItem item) Updated the specified listitem in the containedResultListas well as in the current result stored in theQueryService.com.saperion.externalstorage.library.DocumentResultSetPresenter.uploadDocToExternalStorage(DocumentId documentId, String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType) booleanContextMenuVisibility.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 TypeMethodDescriptionvoidExecutes the action on the specified list of contents.voidExecutes the action on the specified list of contents.voidExecutes the action on the specified list of contents.voidContentMultiSelect.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 voidSessionTempFileUtil.deleteDir()Deletes the temporary directory for the current session.static voidDeletes the temporary directory for the current session.static StringSessionTempFileUtil.saveToFile(String s, String fileName) voidThrow an NgcUiException containing a log-message only.voidThrow an NgcUiException containing both a log-message and an error-message for the user.voidThrow an NgcUiException containing both a log-message and an error-message for the user.voidThrow an NgcUiException containing both an error-message for the user only.voidThrow an NgcUiException containing both a log-message and an error-message for the user.voidThrows 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 TypeMethodDescriptionbooleanDocumentViewPresenter.canDownload(int maskRights, DocumentId documentId) Checks if downloading an item is allowed in this mask.booleanDocumentViewPresenter.canEditAnnotations(OpenDocumentBean bean) Checks if the user can edit the annotations.booleanDocumentViewPresenter.canEditDocument(DocumentId id) Checks if the document can be edited.booleanDocumentViewPresenter.canView(DocumentId documentId) Checks if the document can be opened in viewer.voidDocumentViewPresenter.checkConnection()Checks if the connection to the backend is still alive.voidDocumentViewPresenter.downloadAsZip(List<Content> content) Triggers a download of a ZIP containing the specified content.voidDocumentViewPresenter.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 ofContentof a linked document.DocumentViewPresenter.getDocumentInfo(DocumentId id) Returns the database meta-info of the document with the specified ID.longDocumentViewPresenter.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.booleanDocumentViewPresenter.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.DocumentDocumentViewPresenter.uploadDocElementToExternalStorage(DocumentId documentId, String selectedFolderID, com.saperion.externalstorage.client.ExternalStorageClient externalStorageClient, com.saperion.externalstorage.ExternalStorageType storageType, int elementNo) voidDocumentViewPresenter.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.