Uses of Class
org.opencms.gwt.CmsRpcException
Packages that use CmsRpcException
Package
Description
Contains the container page editor service classes.
Contains the container page editor service interfaces.
Contains server side classes for the XML content editor.
Contains the RPC service interfaces used by the XML content editor.
Contains server side classes for the gallery dialogs.
This package contains the server-side classes for the publish module.
Classes to handle client-side GWT-RPC services.
Server side of the sitemap view.
Shared RPC interfaces.
Provides core support for GWT.
Shared RPC interfaces.
-
Uses of CmsRpcException in org.opencms.ade.containerpage
Methods in org.opencms.ade.containerpage that throw CmsRpcExceptionModifier and TypeMethodDescriptionvoidCmsContainerpageService.addToFavoriteList(CmsContainerPageRpcContext context, String clientId) voidCmsContainerpageService.addToRecentList(CmsContainerPageRpcContext context, String clientId) booleanCmsContainerpageService.checkContainerpageOrElementsChanged(CmsUUID structureId, CmsUUID detailContentId, String contentLocale) CmsContainerpageService.checkCreateNewElement(CmsUUID pageStructureId, CmsUUID detailContentId, String clientId, String resourceType, CmsContainer container, String locale) booleanCmsContainerpageService.checkNewWidgetsAvailable(CmsUUID structureId) CmsContainerpageService.copyElement(CmsUUID pageId, CmsUUID originalElementId, String locale) CmsContainerpageService.createNewElement(CmsUUID pageStructureId, CmsUUID detailContentId, String clientId, String resourceType, CmsUUID modelResourceStructureId, String locale) CmsContainerpageService.getDeleteOptions(String clientId, CmsUUID pageId, String requestParams) CmsContainerpageService.getEditOptions(String clientId, CmsUUID pageId, String requestParams, boolean isListElement) CmsContainerpageService.getElementsData(CmsContainerPageRpcContext context, CmsUUID detailContentId, String reqParams, Collection<String> clientIds, Collection<CmsContainer> containers, boolean allwaysCopy, String dndSource, String locale) CmsContainerpageService.getElementSettingsConfig(CmsContainerPageRpcContext context, String clientId, String containerId, Collection<CmsContainer> containers, String locale) CmsContainerpageService.getElementsLockedForPublishing(Set<CmsUUID> idsToCheck) CmsContainerpageService.getElementWithSettings(CmsContainerPageRpcContext context, CmsUUID detailContentId, String uriParams, String clientId, Map<String, String> settings, Collection<CmsContainer> containers, String locale) CmsContainerpageService.getFavoriteList(CmsUUID pageStructureId, CmsUUID detailContentId, Collection<CmsContainer> containers, String locale) CmsContainerpageService.getGalleryDataForPage(List<CmsContainer> containers, CmsUUID elementView, String uri, CmsUUID detailContentId, String locale, CmsTemplateContextInfo templateContextInfo) CmsContainerpageService.getListElementCreationOptions(CmsUUID structureId, String jsonListAddData) CmsContainerpageService.getNewElementData(CmsContainerPageRpcContext context, CmsUUID detailContentId, String reqParams, String resourceType, Collection<CmsContainer> containers, String localeName) CmsContainerpageService.getNewOptions(String clientId, CmsUUID pageStructureId, String requestParams) CmsContainerpageService.getRecentList(CmsUUID pageStructureId, CmsUUID detailContentId, Collection<CmsContainer> containers, String locale) CmsContainerpageService.getRemovedElementStatus(String id, CmsUUID contextId, CmsUUID containerpageId) CmsContainerpageService.getReuseInfo(CmsUUID pageId, CmsUUID detailId, CmsUUID elementId) voidCmsContainerpageService.handleDelete(String clientId, String deleteOption, CmsUUID pageId, String requestParams) CmsContainerpageService.prefetch()static CmsCntPageDataCmsContainerpageService.prefetch(javax.servlet.http.HttpServletRequest request) Fetches the container page data.CmsContainerpageService.prepareForEdit(String clientId, String editOption, CmsUUID pageId, String requestParams) CmsContainerpageService.replaceElement(CmsContainerPageRpcContext context, CmsUUID detailContentId, String reqParams, String clientId, String replaceId, Collection<CmsContainer> containers, String locale) CmsContainerpageService.saveContainerpage(CmsUUID pageStructureId, List<CmsContainer> containers) CmsContainerpageService.saveDetailContainers(CmsUUID detailId, String detailContainerResource, List<CmsContainer> containers) CmsContainerpageService.saveElementSettings(CmsContainerPageRpcContext context, CmsUUID detailContentId, String reqParams, String clientId, Map<String, String> settings, List<CmsContainer> containers, String locale) voidCmsContainerpageService.saveFavoriteList(List<String> clientIds, String uri) CmsContainerpageService.saveGroupContainer(CmsContainerPageRpcContext context, CmsUUID detailContentId, String reqParams, CmsGroupContainer groupContainer, Collection<CmsContainer> containers, String locale) CmsContainerpageService.saveInheritanceContainer(CmsUUID pageStructureId, CmsUUID detailContentId, CmsInheritanceContainer inheritanceContainer, Collection<CmsContainer> containers, String locale) voidCmsContainerpageService.saveRecentList(List<String> clientIds, String uri) voidCmsContainerpageService.setEditSmallElements(boolean editSmallElements) voidCmsContainerpageService.setLastPage(CmsUUID pageId, CmsUUID detailId) -
Uses of CmsRpcException in org.opencms.ade.contenteditor
Methods in org.opencms.ade.contenteditor that throw CmsRpcExceptionModifier and TypeMethodDescriptionCmsContentService.callEditorChangeHandlers(String entityId, CmsEntity editedLocaleEntity, Collection<String> skipPaths, Collection<String> changedScopes) voidCmsContentService.copyLocale(Collection<String> locales, CmsEntity sourceLocale) CmsContentService.loadContentDefinition(String entityId) CmsContentService.loadDefinition(String entityId, String clientId, CmsEntity editedLocaleEntity, Collection<String> skipPaths, Map<String, String> settingPresets) CmsContentService.loadInitialDefinition(String entityId, String clientId, String newLink, CmsUUID modelFileId, String editContext, String mainLocale, String mode, String postCreateHandler, CmsEditHandlerData editHandlerDataForNew, Map<String, String> settingPresets, String editorStylesheet) CmsContentService.loadNewDefinition(String entityId, String clientId, CmsEntity editedLocaleEntity, Collection<String> skipPaths, Map<String, String> settingPresets) CmsContentService.prefetch()static CmsContentDefinitionCmsContentService.prefetch(javax.servlet.http.HttpServletRequest request) Fetches the initial content definition.CmsContentService.saveAndDeleteEntities(CmsEntity lastEditedEntity, String clientId, List<String> deletedEntities, Collection<String> skipPaths, String lastEditedLocale, boolean clearOnSuccess, boolean failOnWarnings) CmsContentService.saveValue(String contentId, String contentPath, String localeString, String newValue) CmsContentService.validateEntities(CmsEntity lastEditedEntity, String clientId, List<String> deletedEntities, Collection<String> skipPaths, String lastEditedLocale) CmsContentService.validateEntity(CmsEntity changedEntity) -
Uses of CmsRpcException in org.opencms.ade.galleries
Methods in org.opencms.ade.galleries that throw CmsRpcExceptionModifier and TypeMethodDescriptionvoidCmsGalleryService.deleteResource(String resourcePath) CmsGalleryService.getGalleryActionInfo(String sitePath) CmsPreviewService.getImageInfo(String resourcePath, String locale) CmsGalleryService.getInfoForResource(String linkPath, String locale) static CmsGalleryDataBeanCmsGalleryService.getInitialSettings(javax.servlet.http.HttpServletRequest request, CmsGalleryConfiguration config) Returns the initial gallery settings.CmsGalleryService.getInitialSettings(CmsGalleryConfiguration conf) CmsPreviewService.getResourceInfo(String resourcePath, String locale) CmsGalleryService.getSearch(CmsGallerySearchBean searchObj) CmsGalleryService.getSubEntries(String rootPath, boolean isRoot, String filter) CmsGalleryService.getSubFolders(String rootPath) CmsGalleryService.loadVfsEntryBean(String path, String filter) voidCmsGalleryService.saveTreeOpenState(String treeName, String treeToken, String siteRoot, Set<CmsUUID> openItems) CmsPreviewService.updateImageProperties(String resourcePath, String locale, Map<String, String> properties) voidCmsGalleryService.updateIndex()CmsPreviewService.updateResourceProperties(String resourcePath, String locale, Map<String, String> properties) -
Uses of CmsRpcException in org.opencms.ade.postupload
Methods in org.opencms.ade.postupload that throw CmsRpcExceptionModifier and TypeMethodDescriptionCmsPostUploadDialogActionElement.getDialogData()Returns the needed server data for client-side usage.CmsPostUploadDialogService.prefetch()static CmsPostUploadDialogBeanCmsPostUploadDialogService.prefetch(javax.servlet.http.HttpServletRequest request) Fetches the dialog data. -
Uses of CmsRpcException in org.opencms.ade.publish
Methods in org.opencms.ade.publish that throw CmsRpcExceptionModifier and TypeMethodDescriptionCmsPublishService.executeAction(CmsWorkflowAction action, CmsWorkflowActionParams params) CmsPublishService.getInitData(HashMap<String, String> params) CmsPublishService.getResourceGroups(CmsWorkflow workflow, CmsPublishOptions options, boolean projectChanged) CmsPublishService.getResourceOptions()Retrieves the publish options.static CmsPublishDataCmsPublishService.prefetch(javax.servlet.http.HttpServletRequest request) Fetches the publish data. -
Uses of CmsRpcException in org.opencms.ade.sitemap
Methods in org.opencms.ade.sitemap that throw CmsRpcExceptionModifier and TypeMethodDescriptionvoidCmsVfsSitemapService.changeCategory(String entryPoint, CmsUUID id, String title, String name) voidCmsVfsSitemapService.createCategory(String entryPoint, CmsUUID id, String title, String name) CmsVfsSitemapService.createNewGalleryFolder(String parentFolder, String title, int folderTypeId) CmsVfsSitemapService.createNewModelPage(String entryPointUri, String title, String description, CmsUUID copyId, boolean isModelGroup) CmsVfsSitemapService.createSubSitemap(CmsUUID entryId) voidCmsVfsSitemapService.disableModelPage(String baseUri, CmsUUID modelPageId, boolean disabled) CmsVfsSitemapService.editAttributeData(CmsUUID rootId) CmsVfsSitemapService.getAliasTable()CmsVfsSitemapService.getCategoryData(String entryPoint) CmsVfsSitemapService.getChildren(String entryPointUri, CmsUUID entryId, int levels) CmsVfsSitemapService.getModelInfos(CmsUUID rootId) CmsVfsSitemapService.getNewElementInfo(String entryPointUri) CmsVfsSitemapService.getResourceLink(CmsUUID baseId, String sitePath) CmsVfsSitemapService.loadPropertyDataForLocaleCompareView(CmsUUID id, CmsUUID rootId) CmsVfsSitemapService.mergeSubSitemap(String entryPoint, CmsUUID subSitemapId) static CmsSitemapDataFetches the sitemap data.CmsVfsSitemapService.prepareReloadSitemap(CmsUUID rootId, CmsSitemapData.EditorMode mode) voidCmsVfsSitemapService.removeModelPage(String entryPointUri, CmsUUID id) CmsVfsSitemapService.save(String entryPoint, CmsSitemapChange change) CmsVfsSitemapService.saveAliases(CmsAliasSaveValidationRequest saveRequest) voidCmsVfsSitemapService.savePropertiesForLocaleCompareMode(CmsUUID id, String newUrlName, List<CmsPropertyModification> propertyChanges, boolean editedName) voidCmsVfsSitemapService.saveSitemapAttributes(CmsUUID rootId, Map<String, String> attributes) CmsVfsSitemapService.setDefaultModel(CmsUUID rootId, CmsUUID modelId) -
Uses of CmsRpcException in org.opencms.gwt
Methods in org.opencms.gwt that throw CmsRpcExceptionModifier and TypeMethodDescriptionCmsCoreService.changePassword(String oldPassword, String newPassword, String newPasswordConfirm) voidCmsVfsService.createNewExternalLink(String title, String link, String resourceName, String parentFolderPath) voidCmsVfsService.createPropertyDefinition(String name) voidCmsVfsService.deleteResource(String sitePath) voidCmsVfsService.deleteResource(CmsUUID structureId) voidLogs and re-throws the given exception for RPC responses.voidCmsVfsService.forceUnlock(CmsUUID structureId) CmsVfsService.getAliasesForPage(CmsUUID uuid) CmsVfsService.getBrokenLinks(String sitePath) CmsVfsService.getBrokenLinks(CmsUUID structureId) CmsCoreService.getCategories(String fromPath, boolean includeSubCats, String refPath, boolean showWithRepositories, Set<String> selected) CmsCoreService.getCategoriesForSitePath(String sitePath) CmsCoreService.getCategoryInfo(CmsUUID structureId) CmsVfsService.getChildren(String path) CmsCoreService.getContextMenuEntries(CmsUUID structureId, CmsCoreData.AdeContext context) CmsCoreService.getContextMenuEntries(CmsUUID structureId, CmsCoreData.AdeContext context, Map<String, String> params) CmsVfsService.getDataViewThumbnail(String config, String id) CmsVfsService.getDefaultProperties(List<CmsUUID> structureIds) CmsVfsService.getDefinedProperties()CmsVfsService.getDetailName(CmsUUID id, String localeStr) CmsVfsService.getFileReplaceInfo(CmsUUID structureId) CmsVfsService.getHistoryPreviewInfo(CmsUUID structureId, String locale, CmsHistoryVersion versionBean) CmsCoreService.getLinkForReturnCode(String returnCode) CmsVfsService.getLockReportInfo(CmsUUID structureId) CmsVfsService.getPageInfo(String vfsPath) CmsVfsService.getPageInfo(CmsUUID structureId) CmsVfsService.getPreviewInfo(String sitePath, String locale) CmsVfsService.getPreviewInfo(CmsUUID structureId, String locale) CmsVfsService.getRenameInfo(CmsUUID structureId) CmsVfsService.getResourceHistory(CmsUUID structureId) CmsCoreService.getResourceState(CmsUUID structureId) CmsVfsService.getResourceStatus(CmsUUID structureId, String contentLocale, boolean includeTargets, CmsUUID detailContentId, Map<String, String> context) CmsVfsService.getRestoreInfo(CmsUUID structureId) CmsVfsService.getRootEntries()CmsVfsService.getStructureId(String vfsPath) CmsVfsService.getUploadFolderInfo(String path) CmsCoreService.getWorkplaceLink(CmsUUID structureId) CmsCoreService.getWorkplaceLinkForPath(String path) CmsVfsService.loadLinkInfo(CmsUUID structureId) CmsVfsService.loadPropertyData(CmsUUID id) CmsVfsService.loadQuickLaunchItems(CmsQuickLaunchParams params) CmsCoreService.loadUploadRestrictionInfo()CmsCoreService.loadUserSettings()CmsCoreService.lockIfExists(String sitePath) CmsCoreService.lockIfExists(String sitePath, long loadTime) CmsVfsService.prepareEdit(CmsUUID currentPageId, String pathWithMacros) CmsVfsService.renameResource(CmsUUID structureId, String newName) voidCmsVfsService.restoreResource(CmsUUID structureId, int version) voidCmsVfsService.saveAliases(CmsUUID structureId, List<CmsAliasBean> aliasBeans) voidCmsVfsService.saveExternalLink(CmsUUID structureId, String title, String link, String fileName) voidCmsCoreService.saveUsedCategory(String category) voidvoidCmsCoreService.setResourceCategories(CmsUUID structureId, List<String> categories) voidCmsCoreService.setShowEditorHelp(boolean visible) voidCmsCoreService.setToolbarVisible(boolean visible) CmsVfsService.substituteLinkForRootPath(String currentSiteRoot, String rootPath) voidCmsVfsService.syncDeleteResource(CmsUUID structureId) voidvoidCmsVfsService.undoChanges(CmsUUID structureId, boolean undoMove) CmsCoreService.validate(String formValidatorClass, Map<String, CmsValidationQuery> validationQueries, Map<String, String> values, String config) CmsCoreService.validate(Map<String, CmsValidationQuery> validationQueries) CmsVfsService.validateAliases(CmsUUID uuid, Map<String, String> aliasPaths) -
Uses of CmsRpcException in org.opencms.ugc
Methods in org.opencms.ugc that throw CmsRpcException