lumis.portal.file.FileManager.add(SessionConfig, FileConfig, ITransaction) |
lumis.portal.file.IFileManager.add(SessionConfig, FileConfig, ITransaction)
|
lumis.portal.channel.template.IChannelTemplateManager.addChannelLink(SessionConfig, ChannelTemplateLinkConfig, ITransaction)
|
lumis.doui.control.DataBoundControl.autoAddDateTimeValueValidator()
may be removed in the future
|
lumis.doui.control.DataBoundControl.autoAddDoubleValueValidator()
may be removed in the future.
|
lumis.doui.control.DataBoundControl.autoAddFileSizeValidator()
may be removed in the future
|
lumis.doui.control.DataBoundControl.autoAddIntegerValueValidator()
may be removed in the future.
|
lumis.doui.control.DataBoundControl.autoAddLengthValidator()
may be removed in the future
|
lumis.doui.control.DataBoundControl.autoAddLongValueValidator()
may be removed in the future.
|
lumis.doui.control.DataBoundControl.autoAddRequiredValueValidator()
may be removed in the future
|
lumis.util.security.acl.AccessControlList.checkPermission(Collection, IPermission)
Since 4.2.1, this method is no longer used and
may be removed in the future.
|
lumis.content.workflow.IWorkflowManager.contentMayBePublished(SessionConfig, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.contentMayBePublished(SessionConfig, String, String, String, ITransaction) |
lumis.portal.url.IURLManager.convertHTMLPathsToDynamicPaths(String)
|
lumis.portal.url.URLManager.convertHTMLPathsToDynamicPaths(String) |
lumis.util.XmlUtil.convertToUTFBytes(byte[])
Since 4.2.0, this method is no longer used
and may be removed in the future.
|
lumis.content.workflow.IWorkflowManager.createNewContentWorkflowMetaData(SessionConfig, String, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.createNewContentWorkflowMetaData(SessionConfig, String, String, String, String, ITransaction) |
lumis.portal.channel.template.IChannelTemplateManager.deleteChannelLink(SessionConfig, String, ITransaction)
|
lumis.portal.channel.template.IChannelTemplateManager.deleteChannelLinks(SessionConfig, String, ITransaction)
|
lumis.content.workflow.IWorkflowManager.deleteContentWorkflowMetaData(SessionConfig, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.deleteContentWorkflowMetaData(SessionConfig, String, String, String, ITransaction) |
lumis.portal.controller.ControllerHtml.deleteCookie(String)
|
lumis.portal.serviceinstance.IServiceInstanceManager.deserializeCustomProperties(SessionConfig, DeserializationConfig, Node, ITransaction)
Since 6.2.0 this method is no longer used and may be removed in a future version.
|
lumis.portal.serviceinstance.ServiceInstanceManager.deserializeCustomProperties(SessionConfig, DeserializationConfig, Node, ITransaction) |
lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager.deserializeCustomProperties(SessionConfig, DeserializationConfig, Node, ITransaction)
Since 6.2.0 this method is no longer used and may be removed in a future version.
|
lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager.deserializeCustomProperties(SessionConfig, DeserializationConfig, Node, ITransaction) |
lumis.content.workflow.IWorkflowManager.executeAction(SessionConfig, String, String, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.executeAction(SessionConfig, String, String, String, String, String, ITransaction) |
lumis.portal.clock.ClockManager.executeSchedule(SessionConfig, ClockConfig, ITransaction) |
lumis.portal.clock.IClockManager.executeSchedule(SessionConfig, ClockConfig, ITransaction)
Since 5.6.0, replaced by
#executeSchedule(SessionConfig,ClockConfig) .
|
lumis.util.FileUtil.extractZip(ZipInputStream, File)
|
lumis.util.JdbcUtil.generateInClause(int)
|
lumis.content.metadata.IMetaDataManager.get(SessionConfig, String, ITransaction) |
lumis.content.workflow.IWorkflowManager.getAccessibleStates(SessionConfig, String, boolean, boolean, ITransaction)
|
lumis.content.workflow.WorkflowManager.getAccessibleStates(SessionConfig, String, boolean, boolean, ITransaction) |
lumis.content.workflow.IWorkflowManager.getAccessibleTransitions(SessionConfig, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.getAccessibleTransitions(SessionConfig, String, String, String, ITransaction) |
lumis.content.workflow.IWorkflowManager.getAccessibleTransitions(SessionConfig, WorkflowStateConfig, String, boolean, ITransaction)
|
lumis.content.workflow.WorkflowManager.getAccessibleTransitions(SessionConfig, WorkflowStateConfig, String, boolean, ITransaction) |
lumis.portal.manager.ManagerFactory.getApplicationServerManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.filesystem.PortalFilePath.getBaseFolder()
|
lumis.content.metadata.IMetaDataManager.getByItemId(SessionConfig, String, boolean, ITransaction) |
lumis.content.metadata.IMetaDataManager.getByItemId(SessionConfig, String, ITransaction) |
lumis.content.metadata.IMetaDataManager.getByItemIdAndServiceId(SessionConfig, String, String, String, boolean, ITransaction) |
lumis.content.metadata.IMetaDataManager.getByItemIdAndServiceId(SessionConfig, String, String, String, ITransaction) |
lumis.content.metadata.IMetaDataManager.getByItemIdAndServiceInstanceId(SessionConfig, String, String, String, boolean, ITransaction) |
lumis.content.metadata.IMetaDataManager.getByItemIdAndServiceInstanceId(SessionConfig, String, String, String, ITransaction) |
lumis.portal.page.link.IPageLinkManager.getByTypeAndWebsite(SessionConfig, int, String, ITransaction)
|
lumis.portal.page.link.PageLinkManager.getByTypeAndWebsite(SessionConfig, int, String, ITransaction) |
lumis.portal.page.link.IPageLinkManagerSPI.getByTypeAndWebsite(SessionConfig, int, String, PortalRequestContext, ITransaction)
|
lumis.portal.page.link.PageLinkManager.getByTypeAndWebsite(SessionConfig, int, String, PortalRequestContext, ITransaction) |
lumis.portal.page.link.IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction)
|
lumis.portal.page.link.PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction) |
lumis.portal.page.link.IPageLinkManagerSPI.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, PortalRequestContext, ITransaction)
|
lumis.portal.page.link.PageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, PortalRequestContext, ITransaction) |
lumis.portal.manager.ManagerFactory.getCacheManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getChannelAclSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.channel.template.IChannelTemplateManager.getChannelLinkBySourceId(SessionConfig, String, String, boolean, ITransaction)
|
lumis.portal.channel.template.IChannelTemplateManager.getChannelLinks(SessionConfig, String, boolean, ITransaction)
|
lumis.portal.manager.ManagerFactory.getChannelSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getChannelTemplateSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.deployment.DeploymentManager.getClass(String) |
lumis.portal.deployment.IDeploymentManager.getClass(String)
|
lumis.content.metadata.IMetaDataManager.getComments(SessionConfig, String, ITransaction) |
lumis.content.workflow.IWorkflowManager.getContentWorkflowMetaData(SessionConfig, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.getContentWorkflowMetaData(SessionConfig, String, String, String, ITransaction) |
lumis.portal.controller.ControllerHtml.getCookie(String)
|
lumis.portal.manager.ManagerFactory.getCssSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.presentation.IPresentationManager.getDefaultPage(SessionConfig, String, String, String, int, ITransaction)
|
lumis.portal.presentation.PresentationManager.getDefaultPage(SessionConfig, String, String, String, int, ITransaction) |
lumis.portal.presentation.IPresentationManagerSPI.getDefaultPage(SessionConfig, String, String, String, int, PortalRequestContext, ITransaction)
|
lumis.portal.presentation.PresentationManager.getDefaultPage(SessionConfig, String, String, String, int, PortalRequestContext, ITransaction) |
lumis.doui.source.Source.getDefinitionNode()
This method may not be public in the future.
|
lumis.doui.source.field.ISourceField.getDefinitionNode()
hopefully this should not be used.
|
lumis.content.workflow.WorkflowConfig.getDefinitionXmlNode()
Since 4.0.11, this method is no longer used
and may be removed in the future.
|
lumis.portal.deployment.IModule.getErrorMessage()
|
lumis.portal.deployment.Module.getErrorMessage() |
lumis.portal.serialization.ISerializationManager2.getExternalDependenciesSerializationSettings() |
lumis.doui.source.TabularSource.getFieldId(String)
This method may be removed in the future, because it is
public and references field xml definition.
|
lumis.doui.source.TabularSource.getFieldIds(String)
This method may be removed in the future, because it is
public and references field xml definition.
|
lumis.util.TextUtil.getFileWriter(String, boolean)
Since 4.0.9
because this method uses the system default charset encoding.
|
lumis.portal.PortalContext.getFrameworkUrl()
|
lumis.portal.manager.ManagerFactory.getGenericAclManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getGroupAclSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getGroupSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.content.metadata.IMetaDataManager.getIdsByServiceInstanceId(SessionConfig, String, ITransaction) |
lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager.getInterfaceInstanceHtmlCache(SessionConfig, String, Locale, ITransaction)
since 7.0.0 deprecated without replacement. Lumis Portal manages interface instance caches transparently and solutions should not interfere.
|
lumis.portal.page.cache.PageCacheConfig.getLanguageId() |
lumis.collaboration.chat.ChatManager.getLatestMessages(SessionConfig, String, String, int, boolean, Date, ITransaction) |
lumis.collaboration.chat.IChatManager.getLatestMessages(SessionConfig, String, String, int, boolean, Date, ITransaction)
|
lumis.doui.search.common.DouiIndexConfig.getLocalServerOnly()
Since 4.2.2, local server only no longer supported.
|
lumis.portal.manager.ManagerFactory.getLogger()
Use LoggerFactory to obtain a logger instead of
calling this method.
|
lumis.content.workflow.ContentWorkflowMetaData.getMetaDataId()
|
lumis.content.ContentManagerFactory.getMetaDataManager()
|
lumis.portal.manager.ManagerFactory.getMetaTagManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.upgrade.IUpgradeManager.getNextBuild(String, String, String, ITransaction)
this method may change during a future refactor.
|
lumis.portal.PortalContext.getNonSSLConnectorPort()
|
lumis.content.metadata.IMetaDataManager.getNumComments(SessionConfig, String, ITransaction) |
lumis.content.metadata.IMetaDataManager.getNumVersions(SessionConfig, String, String, String, ITransaction) |
lumis.portal.manager.ManagerFactory.getPageAclSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.page.cache.IPageCacheManager.getPageCacheGenerationState(SessionConfig, ITransaction)
|
lumis.portal.page.cache.PageCacheManager.getPageCacheGenerationState(SessionConfig, ITransaction) |
lumis.portal.manager.ManagerFactory.getPageCacheManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.page.cache.PageCacheConfig.getPageId() |
lumis.portal.channel.ChannelConfig.getPageRuntimeDataProviderClassName()
|
lumis.portal.channel.ChannelConfig.getPageRuntimeDataProviderType()
|
lumis.portal.manager.ManagerFactory.getPageSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.page.cache.PageCacheConfig.getPageUrl() |
lumis.content.metadata.IMetaDataManager.getParentServiceInstanceId(SessionConfig, String, String, ITransaction) |
lumis.content.workflow.WorkflowStateConfig.getPermissionsScopeAll()
|
lumis.content.workflow.WorkflowTransitionConfig.getPermissionsScopeAll()
|
lumis.content.workflow.WorkflowStateConfig.getPermissionsScopeAssignedTo()
|
lumis.content.workflow.WorkflowTransitionConfig.getPermissionsScopeAssignedTo()
|
lumis.portal.deployment.DeploymentManager.getPortalDeployer(DeployConfig) |
lumis.portal.deployment.IDeploymentManager.getPortalDeployer(DeployConfig)
|
lumis.content.workflow.IWorkflowManager.getPossibleAssignedToForAction(SessionConfig, String, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.getPossibleAssignedToForAction(SessionConfig, String, String, String, String, ITransaction) |
lumis.portal.manager.ManagerFactory.getPrincipalSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getProgressManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getPropertyBagSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.PortalContext.getRealPath(String)
Since 6.2.0,
replaced by IWebsite.getWebRootBaseFolder()
due to the inclusion of multiple websites, and consequently, multiple
web roots.
For best compatibility, this method resolves based on the
default website's web root folder. If there is no default website,
it will throw an IllegalStateException .
|
lumis.portal.servicecontainer.ServiceContainerActionResponse.getRenderParameter(String) |
lumis.portal.serviceinterface.IServiceInterfaceActionResponse.getRenderParameter(String)
This method may be removed in the future.
If the render parameter set needs to be read, consider storing
it somewhere else, for example, as a request attribute. For better
backwards compatibility in the doui framework, if the argument is
"itemId" and no such render parameter exists, it is also
searched in the request attributes.
|
lumis.portal.servicecontainer.ServiceContainerActionResponse.getRenderParameters() |
lumis.portal.serviceinterface.IServiceInterfaceActionResponse.getRenderParameters()
This method may be removed in the future.
If the render parameter set needs to be read, consider storing
it somewhere else, for example, as a request attribute. For better
backwards compatibility in the doui framework, if no
"itemId" render parameter exists, it is also
searched in the request attributes.
|
lumis.portal.manager.ManagerFactory.getReportManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.PortalContext.getRootPath()
Since 6.2.0,
replaced by IWebsite.getWebRootBaseFolder()
due to the inclusion of multiple websites, and consequently, multiple
web roots.
For best compatibility, this method resolves based on the
default website's web root folder. If there is no default website,
it will throw an IllegalStateException .
|
lumis.portal.page.PageConfig.getRuntimeDataProviderClassName()
|
lumis.portal.channel.ChannelManager.getRuntimeDataProviderClassName(SessionConfig, ChannelConfig, ITransaction) |
lumis.portal.channel.IChannelManager.getRuntimeDataProviderClassName(SessionConfig, ChannelConfig, ITransaction)
|
lumis.portal.page.IPageManager.getRuntimeDataProviderClassName(SessionConfig, PageConfig, ITransaction)
|
lumis.portal.page.PageManager.getRuntimeDataProviderClassName(SessionConfig, PageConfig, ITransaction) |
lumis.portal.page.PageConfig.getRuntimeDataProviderType()
|
lumis.portal.manager.ManagerFactory.getSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getSerializationManager2()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getServiceInstanceAclSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getServiceInstanceSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getServiceInterfaceInstanceSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getServiceInterfaceSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.manager.ManagerFactory.getServiceSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.doui.source.TabularSource.getSortedFieldIds(String)
This method may be removed in the future, because it is
public and references field xml definition.
|
lumis.portal.PortalContext.getSSLConnectorPort()
Since 6.2.0,
replaced by IWebsite.getMainSecureBaseURL()
due to the inclusion of multiple websites.
For best compatibility, this method resolves based on the
default website's main non-secure URL. If there is no default website,
it will throw an IllegalStateException .
|
lumis.portal.transaction.PortalTransactionFactory.getTransaction()
|
lumis.doui.control.DataBoundControl.getUnboundedConverter()
Since 4.0.10, this method is not used anymore. For
best backward compatibility, this implementation delegates
to dataType 's IDouiDataType.getConverter() .
|
lumis.portal.manager.ManagerFactory.getUpgradeManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.servicecontainer.ServiceContainerUrl.getUrl()
|
lumis.portal.serviceinterface.IServiceInterfaceUrl.getUrl()
|
lumis.portal.manager.ManagerFactory.getURLManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.user.IUserManager.getUserId(SessionConfig, String, ITransaction)
|
lumis.portal.user.UserManager.getUserId(SessionConfig, String, ITransaction) |
lumis.portal.authentication.AuthenticationManager.getUserIdBySessionId(SessionConfig, ITransaction) |
lumis.portal.authentication.IAuthenticationManager.getUserIdBySessionId(SessionConfig, ITransaction)
|
lumis.portal.manager.ManagerFactory.getUserSerializationManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.portal.PortalContext.getWebAppRelativePath(String)
|
lumis.portal.PortalContext.getWebInfPath(String)
|
lumis.portal.url.IURLManager.getWebResourcePathByDynamicPath(String, Locale)
|
lumis.portal.url.URLManager.getWebResourcePathByDynamicPath(String, Locale) |
lumis.portal.hyperlink.HyperLinkConfig.getWebsite()
Since 6.2.0, due to the inclusion of websites
feature. The Lumis Portal itself did not use this property.
Kept only for backward compatibility.
|
lumis.portal.page.link.PageLinkConfig.getWebsite()
|
lumis.util.PortalUtil.getWebsite(HttpServletRequest)
|
lumis.util.PortalUtil.getWebsiteUri(HttpServletRequest)
|
lumis.util.XmlUtil.getXMLDocumentFromString(String)
|
lumis.portal.hyperlink.HyperLinkManager.getXmlString(SessionConfig, Node, String, String, String, ITransaction) |
lumis.portal.hyperlink.IHyperLinkManager.getXmlString(SessionConfig, Node, String, String, String, ITransaction)
This method may be removed in the future.
|
lumis.portal.manager.ManagerFactory.getXslCacheManager()
Since 6.0.0, methods in ManagerFactory that
return non-stable (see lumis.portal.stability ) objects are
deprecated, due to risk of incompatibility between versions. Such methods
are for portal internal use.
|
lumis.content.workflow.IWorkflowManager.hasEditPermission(SessionConfig, String, String, String, ITransaction)
|
lumis.content.workflow.WorkflowManager.hasEditPermission(SessionConfig, String, String, String, ITransaction) |
lumis.doui.source.TabularSource.hasField(String)
This method may be removed in the future, because it is
public and references field xml definition.
|
lumis.doui.search.DouiIndexer.indexServiceInstance(SessionConfig, String, boolean, ITransaction) |
lumis.doui.search.common.IDouiIndexer.indexServiceInstance(SessionConfig, String, boolean, ITransaction)
|
lumis.lptf.portal.serviceinterface.MockServiceInterfaceRenderResponse.isCommited() |
lumis.portal.deployment.IModule.isEnabled()
since 7.1 always return true for backward compatibility only.
|
lumis.portal.deployment.Module.isEnabled() |
lumis.portal.channel.ChannelConfig.isInheritProtocol()
|
lumis.portal.controller.ControllerXml.loadUserInfo(Document, ITransaction)
|
lumis.portal.authentication.AuthenticationManager.loginFramworkClockUser(ITransaction) |
lumis.portal.authentication.IAuthenticationManager.loginFramworkClockUser(ITransaction)
|
lumis.portal.authentication.AuthenticationManager.loginUser(String, String, ITransaction) |
lumis.portal.authentication.IAuthenticationManager.loginUser(String, String, ITransaction)
|
lumis.portal.authentication.AuthenticationManager.loginUserGuest() |
lumis.portal.authentication.IAuthenticationManager.loginUserGuest()
|
lumis.portlet.container.manager.PortletManager.main(String[])
This method is a way to process a JSR-168 WAR file, but
it is not defined if it will exist permanently or not.
|
lumis.search.Indexer.mergeSearchContent(SearchContent)
Since 4.2.2 this method is no longer
supported since most search engines do not offer such operation.
Uses of this method must be adapted to use other methods of this
interface. This method now throws UnsupportedOperationException
and is being kept only for binary compatibility. It will be removed
in a future version.
|
lumis.portal.event.IPortalEventManager.notifyObservers(Object)
|
lumis.portal.event.PortalEventManager.notifyObservers(Object) |
lumis.portal.url.IURLManager.processHTMLDynamicPathReferences(String)
|
lumis.portal.url.URLManager.processHTMLDynamicPathReferences(String) |
lumis.portal.url.IURLManager.processHTMLDynamicPathReferences(String, Locale, boolean)
|
lumis.portal.url.URLManager.processHTMLDynamicPathReferences(String, Locale, boolean) |
lumis.util.TextUtil.readFile(String)
This method uses the system default encoding, which if diferent
from the file's encoding may cause data corruption. Instead of using
this method use TextUtil.readFile(String, String) specifying the correct
encoding.
|
lumis.portal.deployment.DeploymentManager.registerDeployer(IPortalDeployer) |
lumis.portal.deployment.IDeploymentManager.registerDeployer(IPortalDeployer)
|
lumis.content.table.ContentTableSource.reindex(boolean) |
lumis.doui.source.TabularSource.reindex(boolean) |
lumis.upgrade.IUpgradeManager.setBuildStatus(SessionConfig, BuildConfig, String, String, ITransaction)
this method may change during a future refactor.
|
lumis.portal.controller.ControllerHtml.setCookie(String, String)
|
lumis.portal.channel.ChannelConfig.setInheritProtocol(boolean)
since 4.0.11. This property is set via the #setProtocol() method.
|
lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager.setInterfaceInstanceHtmlCache(SessionConfig, String, Locale, String, ITransaction)
since 7.0.0 deprecated without replacement. Lumis Portal manages interface instance caches transparently and solutions should not interfere.
|
lumis.doui.search.common.DouiIndexConfig.setLocalServerOnly(boolean)
Since 4.2.2, local server only no longer supported.
|
lumis.content.workflow.ContentWorkflowMetaData.setMetaDataId(String)
|
lumis.portal.serviceinterface.IServiceInterfaceRequest.setMode(int)
Since 7.1.0 as this method should not be used
by service interfaces and may be removed in the future.
|
lumis.portal.channel.ChannelConfig.setPageRuntimeDataProviderClassName(String)
|
lumis.portal.channel.ChannelConfig.setPageRuntimeDataProviderType(int)
|
lumis.doui.source.Source.setParameterValue(String, Object)
Since 7.1.0 replaced by Source.setParameterValue(String, Object, String)
to allow proper conversion of value to string. This method is kept only for
backwards compatibility with callers and is no longer called by the
portal container. The final modifier has been applied to this method
to force overriding methods to be adjusted to override the correct method
instead of being silently ignored.
|
lumis.content.table.ContentTableAddFileMultiRowDataProcessActionHandler.setPrimaryKeyRenderParameter(String) |
lumis.doui.table.TableAddDataProcessActionHandler.setPrimaryKeyRenderParameter(String)
|
lumis.doui.table.TableAddFileMultiRowDataProcessActionHandler.setPrimaryKeyRenderParameter(String) |
lumis.doui.table.TableAddMultiRowDataProcessActionHandler.setPrimaryKeyRenderParameter(String) |
lumis.portal.page.PageConfig.setRuntimeDataProviderClassName(String)
|
lumis.portal.page.PageConfig.setRuntimeDataProviderType(int)
|
lumis.doui.control.DataBoundControl.setsSourceParameters()
Since 4.2.0, this method is no longer used and
may be removed in a future version.
|
lumis.portal.authentication.SessionConfig.setUserSessionId(String)
|
lumis.portal.hyperlink.HyperLinkConfig.setWebsite(String)
Since 6.2.0, due to the inclusion of websites
feature. The Lumis Portal itself did not use this property.
Kept only for backward compatibility.
|
lumis.portal.page.link.PageLinkConfig.setWebsite(String)
Since 6.2.0 replaced by
#setWebsiteObject(IWebsite)
|
lumis.portal.deployment.DeploymentManager.unregisterDeployer(IPortalDeployer) |
lumis.portal.deployment.IDeploymentManager.unregisterDeployer(IPortalDeployer)
|
lumis.doui.service.DouiService.usesImageService(ITransaction) |
lumis.doui.service.IDouiService.usesImageService(ITransaction)
|
lumis.util.TextUtil.writeFile(String, String, boolean)
|