A B C D E F G H I J K L M N O P Q R S T U V W X Z

G

generate(SessionImplementor, Object) - Method in class lumis.portal.dao.hibernate.GuidGenerator
Calls PortalUtil.generateNewGuid() to generate the identifier.
generateAdminClientLocalizer() - Method in class lumis.portal.presentation.PresentationControllerHtml
 
generateClientScript(String) - Static method in class lumis.util.PortalUtil
 
generateControlId() - Method in class lumis.content.control.autolayout.AutoLayoutContentFieldsControl
 
generateControlId() - Method in class lumis.content.control.workflow.WorkflowActionControl
 
generateControlId() - Method in class lumis.content.control.workflow.WorkflowAssignedToControl
 
generateControlId() - Method in class lumis.content.control.workflow.WorkflowSendToControl
 
generateControlId() - Method in class lumis.content.control.workflow.WorkflowStateControl
 
generateControlId() - Method in class lumis.doui.control.autolayout.AutoLayoutAdministrationListControl
 
generateControlId() - Method in class lumis.doui.control.autolayout.AutoLayoutDetailsControl
 
generateControlId() - Method in class lumis.doui.control.autolayout.AutoLayoutFieldsControl
 
generateControlId() - Method in class lumis.doui.control.autolayout.AutoLayoutListControl
 
generateControlId() - Method in class lumis.doui.control.autolayout.AutoLayoutPropertyPageControl
 
generateControlId() - Method in class lumis.doui.control.Control
 
generateControlId() - Method in class lumis.doui.control.primarykey.PrimaryKeyControl
 
generateDefaultLayout(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.template.IPageTemplateManager
 
generateDefaultLayout(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.template.PageTemplateManager
 
generateInClause(int) - Static method in class lumis.util.JdbcUtil
Deprecated. Since 4.2.2.090330 replaced by JdbcUtil.generateInClause(String, int).
generateInClause(String, int) - Static method in class lumis.util.JdbcUtil
Generates a SQL IN statement for a field.
generateKey(int, String, String) - Method in class lumis.portal.crypto.SymmetricCipher
Generates a key.
generateLogURI(HttpServletRequest, StringBuilder, SessionConfig, PageConfig, ITransaction) - Method in class lumis.service.banner.BannerLogger
 
generateLogURI(HttpServletRequest, StringBuilder, SessionConfig, PageConfig, ITransaction) - Method in class lumis.util.log.NavigationLogger
 
generateNewGuid() - Static method in class lumis.util.PortalUtil
 
generateNewQueueId() - Method in class lumis.portal.sendmail.dao.hibernate.SendMailDaoHib
 
generateNewQueueId() - Method in interface lumis.portal.sendmail.dao.ISendMailDao
Returns a new generated queue id.
generateNewQueueId() - Method in interface lumis.portal.sendmail.ISendMailManager
Returns a new generated queue id.
generateNewQueueId() - Method in class lumis.portal.sendmail.SendMailManager
 
generateNextPage(boolean) - Method in interface lumis.portal.page.cache.IPageCacheManager
Generates next outdated page cache, according to its priority.
generateNextPage(boolean) - Method in class lumis.portal.page.cache.PageCacheManager
 
generatePage(String) - Method in interface lumis.portal.page.cache.IPageCacheManager
Generates a page cache.
generatePage(PageCacheConfig) - Method in class lumis.portal.page.cache.PageCacheManager
 
generatePage(String) - Method in class lumis.portal.page.cache.PageCacheManager
 
generatePreviousParameters(HttpServletRequest) - Method in class lumis.portal.PortalRequestParameters
Generate the previous parameters for this portal request parameters instance, storing it for automatic later retrival.
generateQueryStatementFromSQL(QueryBase, String, boolean, ITransaction) - Method in class lumis.util.query.hibernate.QueryAdapterHibernate
 
generateQueryStatementFromSQL(QueryBase, String, boolean, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
generateRssXmlFile(SessionConfig, RssConfig, String, ITransaction) - Method in interface lumis.service.rss.IRssManager
Generate the Rss Xml File
generateRssXmlFile(SessionConfig, RssConfig, String, ITransaction) - Method in class lumis.service.rss.RssManager
 
generateSpan(ServiceInterfaceInstanceConfig) - Method in class lumis.portal.presentation.PresentationControllerHtml
 
generateSql(Document, DatabaseType) - Method in class lumis.util.SqlGenerator
Generates the sql according to the given database definition for the specified database type.
generateSql(Document, String) - Method in class lumis.util.SqlGenerator
 
generateStyles(ServiceInterfaceInstanceConfig) - Method in class lumis.portal.presentation.PresentationControllerHtml
 
GenericAclActionHandler<S extends Source> - Class in lumis.service.portalmanagement.genericacl
Generic process action handler for Access Control List manipulation.
GenericAclActionHandler() - Constructor for class lumis.service.portalmanagement.genericacl.GenericAclActionHandler
 
GenericAclControl - Class in lumis.service.portalmanagement.genericacl
 
GenericAclControl() - Constructor for class lumis.service.portalmanagement.genericacl.GenericAclControl
 
GenericAclManager - Class in lumis.util.security.acl
 
GenericAclManager() - Constructor for class lumis.util.security.acl.GenericAclManager
 
GenericAclProcessActionHandler - Class in lumis.service.portalmanagement.genericacl
 
GenericAclProcessActionHandler() - Constructor for class lumis.service.portalmanagement.genericacl.GenericAclProcessActionHandler
 
GenericApplicationServerManager - Class in lumis.portal.appserver
Generic application server manager implementation.
GenericApplicationServerManager() - Constructor for class lumis.portal.appserver.GenericApplicationServerManager
 
GenericChannelChild - Class in lumis.portal.channel.tree
 
GenericChannelChild() - Constructor for class lumis.portal.channel.tree.GenericChannelChild
 
GenericEnumUserType - Class in lumis.portal.dao.hibernate
Generic hibernate user type for Java Enum fields.
GenericEnumUserType() - Constructor for class lumis.portal.dao.hibernate.GenericEnumUserType
 
GenericHibernateDao<T,ID extends Serializable> - Class in lumis.portal.dao.hibernate
Implements the generic CRUD data access operations using Hibernate APIs.
GenericHibernateDao(Class<T>) - Constructor for class lumis.portal.dao.hibernate.GenericHibernateDao
Create a new DAO instance for beans of the specified class.
GenericHibernateManualUpdateDao<T,ID extends Serializable> - Class in lumis.portal.dao.hibernate
Implements the generic CRUD data access operations using Hibernate APIs.
GenericHibernateManualUpdateDao(Class<T>) - Constructor for class lumis.portal.dao.hibernate.GenericHibernateManualUpdateDao
 
GenericHyperLinkResolver - Class in lumis.portal.hyperlink
A generic implementation for resolving hyperlinks.
GenericHyperLinkResolver() - Constructor for class lumis.portal.hyperlink.GenericHyperLinkResolver
 
GenericProcessActionHandler - Class in lumis.doui.processaction
Generic process action handler that performs no operation
GenericProcessActionHandler() - Constructor for class lumis.doui.processaction.GenericProcessActionHandler
 
GenericQueryAdapterJdbc - Class in lumis.util.query.jdbc
Generic query adapter, that generates ANSI 92 compatible SQLs for queries structures.
GenericQueryAdapterJdbc() - Constructor for class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
GenericQueryAdapterJdbc.Parameter - Class in lumis.util.query.jdbc
 
GenericQueryAdapterJdbc.Parameter(Object, QueryField) - Constructor for class lumis.util.query.jdbc.GenericQueryAdapterJdbc.Parameter
 
GenericService - Class in lumis.portal.service
A generic service implementation.
GenericService() - Constructor for class lumis.portal.service.GenericService
 
GenericServiceClock - Class in lumis.portal.service
Generic implementation of the IServiceClock interface.
GenericServiceClock() - Constructor for class lumis.portal.service.GenericServiceClock
 
GenericServiceInterface - Class in lumis.portal.serviceinterface
Generic implementation for Service Interfaces.
GenericServiceInterface() - Constructor for class lumis.portal.serviceinterface.GenericServiceInterface
 
GenericTableSourceField - Class in lumis.doui.table.field
A generic table source field.
GenericTableSourceField() - Constructor for class lumis.doui.table.field.GenericTableSourceField
 
GenericURLResolver - Class in lumis.portal.url
Generic implementation of IURLResolver.
GenericURLResolver() - Constructor for class lumis.portal.url.GenericURLResolver
 
GenericWarDeployer - Class in lumis.portal.deployment
Deprecated. Since 5.0.0 the use of IPortalDeployer has been deprecated.
GenericWarDeployer() - Constructor for class lumis.portal.deployment.GenericWarDeployer
Deprecated.  
get(SessionConfig, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
get(SessionConfig, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
get(SessionConfig, String, ITransaction) - Method in class lumis.content.wizard.ContentWizardManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.content.wizard.IContentWizardManager
 
get(String, ITransaction) - Method in class lumis.doui.control.ControlDaoJdbc
 
get(String, ITransaction) - Method in class lumis.doui.control.ControlManager
 
get(String, ITransaction) - Method in interface lumis.doui.control.IControlDao
 
get(String, ITransaction) - Method in interface lumis.doui.control.IControlManager
 
get(String, ITransaction) - Method in class lumis.doui.dao.DouiDaoHib
 
get(String, ITransaction) - Method in class lumis.doui.dao.DouiDaoJdbc
 
get(String, ITransaction) - Method in interface lumis.doui.dao.IDouiDao
 
get(String, ITransaction) - Method in interface lumis.doui.processaction.IProcessActionDao
 
get(String, ITransaction) - Method in interface lumis.doui.processaction.IProcessActionManager
 
get(String, ITransaction) - Method in class lumis.doui.processaction.ProcessActionDaoJdbc
 
get(String, ITransaction) - Method in class lumis.doui.processaction.ProcessActionManager
 
get(Object) - Method in class lumis.doui.search.common.ParametersSourceDataWrapper
 
get(Object, Class<T>) - Method in class lumis.doui.source.AbstractSourceData
 
get(String, ITransaction) - Method in interface lumis.doui.source.ISourceDao
 
get(Object, Class<T>) - Method in interface lumis.doui.source.ISourceData
Returns a data value, converted to the expected class.
get(String, ITransaction) - Method in interface lumis.doui.source.ISourceManager
 
get(String, ITransaction) - Method in class lumis.doui.source.SourceDaoJdbc
 
get(Object) - Method in class lumis.doui.source.SourceData
 
get(String, ITransaction) - Method in class lumis.doui.source.SourceManager
 
get(Object, Class<T>) - Method in class lumis.doui.source.TabularData
Delegates the call to the first row, or returns null if there is no first row.
get(Object) - Method in class lumis.doui.source.TabularData
Delegates the call to the first row, or returns null if there is no first row.
get(SessionConfig, ITransaction) - Method in interface lumis.portal.acl.IPortalAclManager
Get the Portal's Access Control List.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.acl.PortalAclManager
 
get(SessionConfig, ITransaction) - Method in class lumis.portal.acl.PortalAclManager
 
get(Object) - Method in class lumis.portal.cache.HibernatePortalCache
 
get(String) - Method in class lumis.portal.cache.PortalCache
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.acl.ChannelAclManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.acl.IChannelAclManager
Get the Channel's Access Control List Channel.
get(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
get(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
Returns the channel with the specified channelId.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get the Channel's configuration.
get(String, ITransaction) - Method in class lumis.portal.clock.ClockDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.clock.ClockManager
 
get(String, ITransaction) - Method in interface lumis.portal.clock.IClockDao
Get the configuration of the clock.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.clock.IClockManager
Get the configuration of the clock.
get(String, ITransaction) - Method in class lumis.portal.css.CssDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.css.CssManager
 
get(String, ITransaction) - Method in interface lumis.portal.css.ICssDao
Get the CSS.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.css.ICssManager
Get a CSS configuration.
get(ID, ITransaction) - Method in class lumis.portal.dao.hibernate.GenericHibernateDao
Returns the bean with the given id.
get(ID, ITransaction) - Method in class lumis.portal.dao.hibernate.GenericHibernateManualUpdateDao
Returns the bean with the given id.
get(String, ITransaction) - Method in class lumis.portal.file.FileDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
 
get(String, ITransaction) - Method in class lumis.portal.file.FilesDaoJdbc
 
get(String, ITransaction) - Method in interface lumis.portal.file.IFileDao
Get the file.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns the FileConfig for a file with the given fileId.
get(String, ITransaction) - Method in interface lumis.portal.file.IFilesDao
Get the files.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.acl.GroupAclManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.acl.IGroupAclManager
Get the Group's Access Control List.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.GroupManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Returns the group with the specified identifier.
get(String, ITransaction) - Method in class lumis.portal.localization.CustomStringLocalizationDaoJdbc
 
get(String, ITransaction) - Method in interface lumis.portal.localization.ICustomStringLocalizationDao
Get the CustomString object
get(String, ITransaction) - Method in interface lumis.portal.metatag.IMetaTagDao
Get a meta-tag object.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.metatag.IMetaTagManager
Get a meta-tag object
get(String, ITransaction) - Method in class lumis.portal.metatag.MetaTagDao
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.metatag.MetaTagManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.acl.IPageAclManager
Get the Page's Access Control List.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.acl.PageAclManager
 
get(String) - Method in interface lumis.portal.page.cache.IPageCacheManager
Returns a page cache given its identifier.
get(String) - Method in class lumis.portal.page.cache.PageCacheManager
 
get(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Get the page.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Get the configuration of the page.
get(String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkDao
Get the page link.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkManager
Get the page link configuraton.
get(String, ITransaction) - Method in class lumis.portal.page.link.PageLinkDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.link.PageLinkManager
 
get(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.template.acl.IPageTemplateAclManager
Get the Page Template's Access Control List.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.template.acl.PageTemplateAclManager
 
get(String, ITransaction) - Method in interface lumis.portal.principal.IPrincipalDao
Get the principal.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.principal.IPrincipalManager
Get the Principal.
get(String, ITransaction) - Method in class lumis.portal.principal.PrincipalDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.principal.PrincipalManager
 
get(String) - Method in interface lumis.portal.propertybag.IPropertyBagManager
Returns the property bag with the given identifier.
get(String) - Method in class lumis.portal.propertybag.PropertyBagManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.publicdatafolder.IPublicDataFolderManager
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.publicdatafolder.PublicDataFolderManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.service.acl.IServiceAclManager
Get the Service's Access Control List.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.acl.ServiceAclManager
 
get(String, ITransaction) - Method in interface lumis.portal.service.IServiceDao
Get the service.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.service.IServiceManager
Get the configuration of the service.
get(String, ITransaction) - Method in class lumis.portal.service.ServiceDaoHib
 
get(String, ITransaction) - Method in class lumis.portal.service.ServiceDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.ServiceManager
 
get(String, ITransaction) - Method in interface lumis.portal.service.type.IServiceTypeDao
Get the service's type.
get(String, ITransaction) - Method in class lumis.portal.service.type.ServiceTypeDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.acl.IServiceInstanceAclManager
Get the Service Instance's Access Control List.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.acl.ServiceInstanceAclManager
 
get(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get the service's instance.
get(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Get the configuration of the service instance.
get(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
get(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
get(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceDao
Get the service's interface.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.list.IServiceInterfaceListManager
Get the data of the service interface list.
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.list.ServiceInterfaceListManager
 
get(String, ITransaction) - Method in interface lumis.portal.serviceinterface.menu.IServiceInterfaceMenuGroupTypeDao
 
get(String, ITransaction) - Method in interface lumis.portal.serviceinterface.menu.IServiceInterfaceMenuItemTypeDao
 
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeDaoHib
 
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeDaoJdbc
 
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeDaoHib
 
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeDaoJdbc
 
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoHib
 
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoJdbc
 
get(String, String, ITransaction) - Method in interface lumis.portal.serviceinterface.style.IServiceInterfaceStyleDao
Get the style of the service's interface.
get(String, String, ITransaction) - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleDaoJdbc
 
get(String, ITransaction) - Method in interface lumis.portal.serviceinterface.type.IServiceInterfaceTypeDao
Get the type of the service's interface.
get(String, ITransaction) - Method in class lumis.portal.serviceinterface.type.ServiceInterfaceTypeDaoJdbc
 
get(String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get the service's interface's instance.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get the configuration of the service interface instance.
get(String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
get(String, ITransaction) - Method in interface lumis.portal.user.IUserDao
get the user.
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.user.IUserManager
Get user configuration from userId.
get(String, ITransaction) - Method in class lumis.portal.user.UserDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.user.UserManager
 
get(String, String) - Method in class lumis.portal.webservice.user.UserService
Get a User object by its identifier
get(String, ITransaction) - Method in interface lumis.portal.xslcache.IXslCacheDao
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.portal.xslcache.IXslCacheManager
Get the XslCacheConfig.
get(String, ITransaction) - Method in class lumis.portal.xslcache.XslCacheDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.portal.xslcache.XslCacheManager
 
get(String, boolean) - Static method in class lumis.search.lucene.DirectoryFactory
 
get(String, ITransaction) - Method in class lumis.service.banner.BannerDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.service.document.DocumentManager
 
get(SessionConfig, String, ITransaction) - Method in interface lumis.service.document.IDocumentManager
Returns the DocumentConfig for a document with the given id.
get(SessionConfig, String, ITransaction) - Method in interface lumis.service.image.IImageManager
Returns the ImageConfig for a image with the given id.
get(SessionConfig, String, ITransaction) - Method in class lumis.service.image.ImageManager
 
get(String, ITransaction) - Method in class lumis.service.newsletter.CategoryDaoHib
 
get(String, ITransaction) - Method in interface lumis.service.newsletter.ICategoryDao
 
get(String, ITransaction) - Method in interface lumis.service.newsletter.IModelDao
 
get(String, ITransaction) - Method in interface lumis.service.newsletter.IScheduleDao
Gets a Schedule based on it's id.
get(String, ITransaction) - Method in interface lumis.service.newsletter.ISubscriptionDao
 
get(String, ITransaction) - Method in class lumis.service.newsletter.ModelDaoHib
 
get(String, ITransaction) - Method in class lumis.service.newsletter.ScheduleDaoHib
 
get(String, ITransaction) - Method in class lumis.service.newsletter.SubscriptionDaoHib
 
get(String, ITransaction) - Method in interface lumis.service.rss.IRssDao
Get the Rss
get(SessionConfig, String, ITransaction) - Method in interface lumis.service.rss.IRssManager
Returns the RssConfig for a Rss with the given id.
get(String, ITransaction) - Method in class lumis.service.rss.RssDao
 
get(SessionConfig, String, ITransaction) - Method in class lumis.service.rss.RssManager
 
get(String, ITransaction) - Method in class lumis.util.security.acl.AccessControlDaoJdbc
 
get(SessionConfig, String, ITransaction) - Method in class lumis.util.security.acl.AclManager
 
get(SessionConfig, String, ITransaction) - Method in class lumis.util.security.acl.GenericAclManager
 
get(String, ITransaction) - Method in interface lumis.util.security.acl.IAccessControlDao
Get the ACL (Access Control List).
getAbortedByProcessId(String) - Method in interface lumis.portal.progress.IProgressDao
 
getAbortedByProcessId(String) - Method in interface lumis.portal.progress.IProgressManager
 
getAbortedByProcessId(String) - Method in class lumis.portal.progress.ProgressDaoJdbc
 
getAbortedByProcessId(String) - Method in class lumis.portal.progress.ProgressManager
 
getAbortIfViolated() - Method in class lumis.portal.serialization.operation.ConfigForeignKey
 
getAbsolutePath(String) - Method in enum lumis.portal.filesystem.PortalBaseFolder
Calculates the absolute path from a relative path to this base folder.
getAbsolutePath() - Method in class lumis.portal.filesystem.PortalFilePath
Returns the absolute path this instance corresponds to.
getAbsolutePath(String) - Method in enum lumis.portal.PortalContext.RelativePathType
Deprecated.  
getAccessControlDao() - Static method in class lumis.portal.dao.DaoFactory
 
getAccessControlList() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getAccessControlList() - Method in class lumis.portal.group.serialization.GroupSerializableConfig
 
getAccessControlList() - Method in class lumis.portal.page.serialization.PageSerializableConfig
 
getAccessControlList() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializableConfig
 
getAccessControlList() - Method in class lumis.util.security.acl.serialization.AclSerializationManager.AclGlobalPrincipalEntriesRemovalResult
 
getAccessControlListId() - Method in class lumis.portal.channel.ChannelConfig
 
getAccessControlListId() - Method in class lumis.portal.group.GroupConfig
 
getAccessControlListId() - Method in class lumis.portal.page.PageConfig
 
getAccessControlListId() - Method in class lumis.portal.service.ServiceConfig
 
getAccessControlListId() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getAccessDeniedOutput(ServiceContainerRenderRequest, ITransaction) - Method in class lumis.portal.servicecontainer.ServiceContainer
 
getAccessibleStates(SessionConfig, String, boolean, boolean, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns a collection of workflow's accessible states.
getAccessibleStates(SessionConfig, String, boolean, boolean, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getAccessibleTransitions(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Deprecated. Since 4.2.0, replaced by IWorkflowManager.getAccessibleTransitions(SessionConfig, ContentLocale, ITransaction) and IWorkflowManager.getAccessibleTransitions(SessionConfig, WorkflowStateConfig, String, boolean, ITransaction).
getAccessibleTransitions(SessionConfig, ContentLocale, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the transitions that are accessible by the sessionConfig's user for a specified contentLocale.
getAccessibleTransitions(SessionConfig, WorkflowStateConfig, String, boolean, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the transitions that are accessible by the sessionConfig's user, originating from a specific workflow state in the specified service instance.
getAccessibleTransitions(SessionConfig, String, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
Deprecated. 
getAccessibleTransitions(SessionConfig, ContentLocale, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getAccessibleTransitions(SessionConfig, WorkflowStateConfig, String, boolean, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.channelacl.ChannelAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.genericacl.GenericAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.groupacl.GroupAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.pageacl.PageAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.pagetemplateacl.PageTemplateAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.portalacl.PortalAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.serviceacl.ServiceAclControl
 
getAcl(ITransaction) - Method in class lumis.service.portalmanagement.serviceinstanceacl.ServiceInstanceAclControl
 
getAclEntries(String, ITransaction) - Method in class lumis.util.security.acl.AccessControlDaoJdbc
 
getAclForObjectId() - Method in class lumis.util.security.acl.serialization.AccessControlListSerializableConfig
 
getAclIdsByPrincipalId(String, ITransaction) - Method in class lumis.util.security.acl.AccessControlDaoJdbc
 
getAclIdsByPrincipalId(String, ITransaction) - Method in interface lumis.util.security.acl.IAccessControlDao
Get the ACL list for the specified principal.
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.acl.PortalAclManager
 
getAclInternal(SessionConfig, ITransaction) - Method in class lumis.portal.acl.PortalAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.acl.ChannelAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.acl.GroupAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.acl.PageAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.template.acl.PageTemplateAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.acl.ServiceAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.acl.ServiceInstanceAclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.util.security.acl.AclManager
 
getAclInternal(SessionConfig, String, ITransaction) - Method in class lumis.util.security.acl.GenericAclManager
 
getAclManager() - Method in class lumis.portal.channel.acl.serialization.ChannelAclSerializationManager
 
getAclManager() - Method in class lumis.portal.group.acl.serialization.GroupAclSerializationManager
 
getAclManager() - Method in class lumis.portal.page.acl.serialization.PageAclSerializationManager
 
getAclManager() - Method in class lumis.portal.serviceinstance.acl.serialization.ServiceInstanceAclSerializationManager
 
getAclManager() - Method in class lumis.util.security.acl.serialization.AclSerializationManager
 
getActionHandlers() - Method in class lumis.content.workflow.WorkflowConfig
Returns the action handlers for this workflow.
getActionRequest() - Method in class lumis.doui.DouiContext
 
getActionResponse() - Method in class lumis.doui.DouiContext
 
getActionValidatorControls(Node[]) - Method in class lumis.doui.control.ControlContainer
 
getActiveSchedules(String, ITransaction) - Method in interface lumis.service.newsletter.IScheduleDao
Get all active schedule objects
getActiveSchedules(String, ITransaction) - Method in class lumis.service.newsletter.ScheduleDaoHib
 
getActiveUsers(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getActiveUsers(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns all the active chat users given the conversation id
getActiveUsersWithExpiredLastAccess(SessionConfig, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getActiveVersion() - Method in class lumis.content.core.ContentLocale
Returns the active version of the content in this locale.
getAdditionalParameters(Node) - Method in class lumis.doui.control.Control
 
getAdditionalParameters(Node, boolean) - Method in class lumis.doui.control.Control
 
getAdministrationBarChannelIds(SessionConfig, ITransaction) - Method in interface lumis.portal.presentation.IPresentationManager
Get the Ids of the administration bar of the Channel.
getAdministrationBarChannelIds(SessionConfig, ITransaction) - Method in class lumis.portal.presentation.PresentationManager
 
getAdministrationInterfaceId() - Method in class lumis.doui.source.Source
Returns the default administration interface id for this source.
getAdminListButtonsControl() - Method in class lumis.content.control.autolayout.AutoLayoutContentAdministrationListControl
 
getAdminListButtonsControl() - Method in class lumis.doui.control.autolayout.AutoLayoutAdministrationListControl
 
getAdminListControl() - Method in class lumis.doui.control.autolayout.AutoLayoutAdministrationListControl
 
getAggregationType(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getAggregationType(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent aggregationType instance.
getAggregationType(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getAggregationTypeByKey(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getAggregationTypeByKey(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent aggregationType instance, finding it by the aggregationTypeKey.
getAggregationTypeByKey(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getAggregationTypeKey() - Method in interface lumis.portal.monitor.IAggregationType
Returns the key for this aggregation type.
getAggregationTypes() - Method in interface lumis.portal.monitor.IEvent
Returns the aggregation types for this event.
getAggregationValueMap() - Method in interface lumis.portal.monitor.IMonitorContext
Returns a view of aggregation values stored in this monitor context.
getAlbumPhotos(String, ITransaction) - Method in class lumis.service.album.AlbumDaoJdbc
 
getAlgorithm() - Method in class lumis.portal.crypto.MessageDigestCipher
Returns the message digest algorithm to be used.
getAlias() - Method in class lumis.portal.group.GroupConfig
 
getAll(SessionConfig, ITransaction) - Method in interface lumis.portal.publicdatafolder.IPublicDataFolderManager
 
getAll(SessionConfig, ITransaction) - Method in class lumis.portal.publicdatafolder.PublicDataFolderManager
 
getAllFields() - Method in class lumis.search.SearchContent
Returns a collection of all fields.
getAllowPermissions() - Method in class lumis.util.security.acl.Permissions
 
getAllowPermissionsInheriting() - Method in class lumis.util.security.acl.Permissions
 
getAllProducers(String) - Method in class lumis.service.wsrp.producer.ProducerManagerImpl
 
getAllUserIds(ITransaction) - Method in interface lumis.portal.user.IUserDao
Returns all user ids.
getAllUserIds(ITransaction) - Method in class lumis.portal.user.UserDaoJdbc
 
getAllValidatorControls() - Method in class lumis.doui.control.ControlContainer
 
getAllWorkflows(SessionConfig, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns all registered workflows.
getAllWorkflows(SessionConfig, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getAlternativeLogins(String, ITransaction) - Method in interface lumis.portal.user.IUserDao
Returns the alternative logins of an user.
getAlternativeLogins(SessionConfig, String, ITransaction) - Method in interface lumis.portal.user.IUserManager
Returns the alternative logins for an user.
getAlternativeLogins(String, ITransaction) - Method in class lumis.portal.user.UserDaoJdbc
 
getAlternativeLogins(SessionConfig, String, ITransaction) - Method in class lumis.portal.user.UserManager
 
getAncestor(Class<T>) - Method in class lumis.doui.control.Control
Searchs for an ancestor control assignable to the given class.
getApplicationServerConfig() - Static method in class lumis.portal.PortalContext
 
getApplicationServerManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getApplyStyleRule() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getArea() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationMessageConfig
 
getArea() - Method in class lumis.upgrade.BuildConfig
 
getAssignedTo() - Method in class lumis.content.workflow.ContentWorkflowMetaData
Returns the principal identifier to which the content is assigned to.
getAssignedValue(QueryBase) - Method in class lumis.doui.table.field.BaseTableSourceField
 
getAssignedValue(QueryBase) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getAssignedValue(QueryBase) - Method in interface lumis.doui.table.field.ITableSourceField
Returns the value assigned as this field's value in the given query.
getAssignedValue(QueryBase) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getAssignedValue(QueryBase) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getAssociatedContent() - Method in class lumis.content.core.ContentAssociation
 
getAssociationType() - Method in class lumis.content.control.autolayout.AutoLayoutGenericAssociationInformationControl
 
getAssociationType() - Method in class lumis.content.control.autolayout.AutoLayoutGenericContentAssociationControl
 
getAssociationType() - Method in class lumis.service.association.AssociationDataProvider
 
getAssociationType() - Method in class lumis.service.categorization.AssociatedTermsDataProvider
 
getAttachments() - Method in interface lumis.portal.sendmail.IMailBody
Returns a collection of attachments for this mail.
getAttachments() - Method in class lumis.search.SearchContent
Returns the attachments in this search content.
getAttendantId() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getAttendedTime() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getAttribute(String) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getAttribute(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getAttribute(String) - Method in interface lumis.util.ITransaction
Returns the value of the named attribute, or null if no attribute of the given name exists.
getAttributeNames() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getAttributeNames() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
Returns an Enumeration containing the names of the attributes available to this request.
getAttributes() - Method in class lumis.search.lucene.LuceneSearchResults
 
getAttributes() - Method in class lumis.search.SearchHit
Returns the hit's attributes.
getAttributes() - Method in class lumis.search.SearchQuery
Returns the query's attributes, that define additional information to be passed to the search engine.
getAttributes() - Method in class lumis.search.SearchResults
Returns the result's attributes.
getAttributeValues(String) - Method in interface lumis.search.IAttributeSetReader
Returns all the values related to the attribute named as specified.
getAttributeValues(String) - Method in class lumis.search.SearchAttributes
 
getAttributeValues(String) - Method in class lumis.search.SearchContent
 
getAuthenticatedLoginUserId(String) - Method in class lumis.portal.authentication.http.NtlmAuthenticator
Returns the userId for the authenticated login.
getAuthenticationDao() - Static method in class lumis.portal.dao.DaoFactory
 
getAuthenticationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getAuthenticationState(HttpServletRequest) - Method in class lumis.portal.authentication.http.HttpHandshakeAuthenticator
Returns the authentication state for the given request.
getBannerClickMonitor(ServiceInstanceConfig, String, String, PageConfig, ITransaction) - Static method in class lumis.service.banner.BannerMonitorUtil
Returns a monitor for the "lumis.service.banner.ev.bannerclick" event.
getBannerControllerHtml() - Method in class lumis.service.banner.BannerControl
 
getBannerControllerUrl() - Static method in class lumis.service.banner.BannerController
 
getBannerViewMonitor(ServiceInstanceConfig, String, String, PageConfig, ITransaction) - Static method in class lumis.service.banner.BannerMonitorUtil
Returns a monitor for the "lumis.service.banner.ev.bannerview" event.
getBaseFolder() - Method in class lumis.portal.filesystem.PortalFilePath
Returns the base folder for this path.
getBaseUrl() - Method in class lumis.content.workflow.WorkflowConfig
Returns the relative path to this workflow's definition directory.
getBaseUrl() - Method in class lumis.portal.report.ReportType
Returns the registration base url for this report type.
getBaseUrl() - Method in class lumis.portal.service.ServiceConfig
 
getBaseUrl() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getBasicContentTreeData(String, String, String, String, String, boolean, String, ITransaction) - Method in class lumis.doui.contenttree.DouiContentTreeDaoJdbc
 
getBasicContentTreeData(String, String, String, String, String, boolean, String, ITransaction) - Method in interface lumis.doui.contenttree.IDouiContentTreeDao
 
getBasicData(Node, ITransaction) - Method in class lumis.doui.contenttree.DouiContentTreeControllerXml
 
getBasicData(SessionConfig, String, String, String, ITransaction) - Method in class lumis.doui.contenttree.DouiContentTreeManager
 
getBasicData(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.doui.contenttree.IDouiContentTreeManager
Get the basic tree data of the content.
getBasicData(Node, ITransaction) - Method in class lumis.portal.channel.tree.ChannelTreeControllerXml
 
getBasicData(String, boolean, ITransaction) - Method in class lumis.portal.channel.tree.ChannelTreeDaoJdbc
 
getBasicData(SessionConfig, IChannelChildProvider, String, boolean, boolean, boolean, ITransaction) - Method in class lumis.portal.channel.tree.ChannelTreeManager
 
getBasicData(String, boolean, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelTreeDao
Get the basic tree data of the channel.
getBasicData(SessionConfig, IChannelChildProvider, String, boolean, boolean, boolean, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelTreeManager
Get the basic tree data of the channel.
getBcc() - Method in interface lumis.portal.sendmail.ISingleMail
Returns the bcc field value for this mail.
getBeforeListSubControls() - Method in class lumis.doui.control.progress.ProgressPanelControl
 
getBeforeResponseString() - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletResponse
 
getBeforeResponseString() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getBeforeWriter() - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletResponse
 
getBeforeWriter() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getBeforeWriter() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRenderResponse
 
getBeginTimeMillis() - Method in class lumis.portal.dao.hibernate.TransactionHibernate
Returns the time when this transaction began in milliseconds since January 1, 1970 UTC.
getBlockInterval() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the interval, in seconds, to wait when a block of IMailConfig.getBlockSize() mails are sent.
getBlockSize() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the block size.
getBody() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the body of this mail.
getBuildConfig() - Static method in class lumis.portal.PortalContext
 
getBuildConfig() - Method in exception lumis.upgrade.UpgradeException
 
getBuildNumber() - Method in class lumis.upgrade.BuildConfig
 
getBuildSequence() - Method in class lumis.upgrade.BuildConfig
 
getByBaseUrl(String, ITransaction) - Method in interface lumis.portal.service.IServiceDao
Returns a ServiceConfig by it's baseUrl.
getByBaseUrl(String, ITransaction) - Method in class lumis.portal.service.ServiceDaoHib
 
getByBaseUrl(String, ITransaction) - Method in class lumis.portal.service.ServiceDaoJdbc
 
getByChannelId(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getByChannelId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Get all local groups from the specified channel
getByChannelId(String, ITransaction) - Method in interface lumis.portal.user.IUserDao
Return the local users IDs of the specified channel
getByChannelId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.user.IUserManager
Returns the local users of the specified channel
getByChannelId(String, ITransaction) - Method in class lumis.portal.user.UserDaoJdbc
 
getByChannelId(SessionConfig, String, ITransaction) - Method in class lumis.portal.user.UserManager
 
getByConnectionId(String) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getByConnectionId(String) - Method in interface lumis.portal.transaction.ITransaction
 
getByConnectionId(String) - Method in interface lumis.util.ITransaction
Returns an ITransaction that represents the same transaction but that returns the connection with the given id as default.
getByEmailFormat(String, int, ITransaction) - Method in interface lumis.service.newsletter.ISubscriptionDao
 
getByEmailFormat(String, int, ITransaction) - Method in class lumis.service.newsletter.SubscriptionDaoHib
 
getByItemId(SessionConfig, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getByItemId(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getByItemId(SessionConfig, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getByItemId(SessionConfig, String, boolean, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getByItemIdAndServiceId(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getByItemIdAndServiceId(SessionConfig, String, String, String, boolean, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getByItemIdAndServiceId(SessionConfig, String, String, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getByItemIdAndServiceId(SessionConfig, String, String, String, boolean, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getByItemIdAndServiceInstanceId(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getByItemIdAndServiceInstanceId(SessionConfig, String, String, String, boolean, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getByItemIdAndServiceInstanceId(SessionConfig, String, String, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getByItemIdAndServiceInstanceId(SessionConfig, String, String, String, boolean, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getByOrigin(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getByOrigin(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Get the local groups configuration for the specified origin.
getByOrigin(String, ITransaction) - Method in interface lumis.portal.user.IUserDao
Return the user ids, searching by the user's origin.
getByOrigin(SessionConfig, String, ITransaction) - Method in interface lumis.portal.user.IUserManager
Return the users, searching by the user's origin.
getByOrigin(String, ITransaction) - Method in class lumis.portal.user.UserDaoJdbc
 
getByOrigin(SessionConfig, String, ITransaction) - Method in class lumis.portal.user.UserManager
 
getByPageId(String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkDao
Get page links associated with one page
getByPageId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkManager
Get the page link ids associated to a page
getByPageId(String, ITransaction) - Method in class lumis.portal.page.link.PageLinkDaoJdbc
 
getByPageId(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.link.PageLinkManager
 
getByProcessId(String, Timestamp) - Method in interface lumis.portal.progress.IProgressDao
 
getByProcessId(String, Timestamp) - Method in interface lumis.portal.progress.IProgressManager
 
getByProcessId(String, Timestamp) - Method in class lumis.portal.progress.ProgressDaoJdbc
 
getByProcessId(String, Timestamp) - Method in class lumis.portal.progress.ProgressManager
 
getByShortId(String, ITransaction) - Method in interface lumis.portal.principal.IPrincipalDao
Get the principal by his's short Id
getByShortId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.principal.IPrincipalManager
Get the Principal given the shortId.
getByShortId(String, ITransaction) - Method in class lumis.portal.principal.PrincipalDaoJdbc
 
getByShortId(SessionConfig, String, ITransaction) - Method in class lumis.portal.principal.PrincipalManager
 
getByteArray() - Method in class lumis.portal.servicecontainer.ServiceContainerServletOutputStream
 
getByTypeAndWebsite(int, String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkDao
Returns a list of page links given a type and website.
getByTypeAndWebsite(SessionConfig, int, String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkManager
This method calls the IPageLinkManager.getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction) method with null as the destination channelId.
getByTypeAndWebsite(int, String, ITransaction) - Method in class lumis.portal.page.link.PageLinkDaoJdbc
 
getByTypeAndWebsite(SessionConfig, int, String, ITransaction) - Method in class lumis.portal.page.link.PageLinkManager
 
getByTypeWebsiteAndChannelId(int, String, String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkDao
Get the page link given type, website and channelId.
getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction) - Method in interface lumis.portal.page.link.IPageLinkManager
The most appropriate page link is identified based on the type, website and destination channelId.
getByTypeWebsiteAndChannelId(int, String, String, ITransaction) - Method in class lumis.portal.page.link.PageLinkDaoJdbc
 
getByTypeWebsiteAndChannelId(SessionConfig, int, String, String, ITransaction) - Method in class lumis.portal.page.link.PageLinkManager
 
getCache(String) - Static method in class lumis.portal.cache.PortalCache
 
getCacheCapacity(String) - Method in class lumis.portal.cache.CacheManager
 
getCacheCapacity(String) - Method in interface lumis.portal.cache.ICacheManager
Returns the capacity to be used for the specified cache.
getCacheConfig(SessionConfig, String, ITransaction) - Method in class lumis.portal.cache.CacheManager
 
getCacheConfig(SessionConfig, String, ITransaction) - Method in interface lumis.portal.cache.ICacheManager
Returns a persistent cacheConfig instance.
getCacheControl() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getCacheDefaultCapacity() - Static method in class lumis.portal.PortalContext
Returns the default capacity for portal's caches.
getCachedResourcePaths() - Method in interface lumis.portal.localization.ILocalizationManager
Get the keys for all cached items
getCachedResourcePaths() - Method in class lumis.portal.localization.LocalizationManager
 
getCacheIds() - Static method in class lumis.portal.cache.PortalCache
 
getCacheLevel() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getCacheLevel(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the cacheLevel property of an interface instance.
getCacheLevel() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getCacheLevel(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getCacheManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the portal cache framework manager.
getCacheMaxAgeSeconds() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the membership cache maximum age.
getCacheOverflowType() - Static method in class lumis.portal.PortalContext
Returns the overflow type for portal's caches.
getCachePage(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
 
getCachePage(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
 
getCachePages() - Method in class lumis.portal.channel.ChannelConfig
 
getCachePages(SessionConfig, ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getCachePages(SessionConfig, ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
 
getCachePersonalization() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getCachePersonalization(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the cachePersonalization property of an interface instance.
getCachePersonalization() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getCachePersonalization(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getCacheServerSideInclude(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the cacheServerSideInclude property of an interface instance.
getCacheServerSideInclude() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getCacheServerSideInclude(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getCacheType() - Method in class lumis.portal.page.PageConfig
 
getCallbackFunction() - Method in class lumis.doui.control.itempicker.SelectItemTabularDataControl
 
getCallbackFunctionRequestParameterName() - Method in class lumis.doui.control.itempicker.SelectItemTabularDataControl
 
getCallerServiceInterfaceInstanceId() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getCallerServiceInterfaceInstanceId() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getCanPersist() - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
 
getCapacity() - Method in interface lumis.portal.cache.ICacheConfig
Returns the capacity configured for the cache.
getCapacity() - Method in class lumis.portal.cache.PortalCache
Returns the current capacity of this portal cache.
getCategories() - Method in class lumis.service.mailmarketing.Bulletin
 
getCategories() - Method in class lumis.service.mailmarketing.UserSubscription
 
getCategories() - Method in class lumis.service.newsletter.Model
Returns the categories.
getCategories() - Method in class lumis.service.newsletter.Subscription
Returns the categories.
getCategoriesBySubscriptionId(String, ITransaction) - Method in interface lumis.service.newsletter.ISubscriptionDao
 
getCategoriesBySubscriptionId(String, ITransaction) - Method in class lumis.service.newsletter.SubscriptionDaoHib
 
getCategory(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getCategory() - Method in interface lumis.portal.monitor.IEvent
Returns the category this event belongs to.
getCategory(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent category instance.
getCategory(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getCategory(String, ITransaction) - Method in class lumis.service.banner.BannerDaoJdbc
 
getCategory(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
Gets the ForumCategoryConfig for the specified categoryId.
getCategory(String, ITransaction) - Method in class lumis.service.link.LinkDaoJdbc
 
getCategoryBanners(String, ITransaction) - Method in class lumis.service.banner.BannerDaoJdbc
 
getCategoryContent(SessionConfig, String, Date, ITransaction) - Method in class lumis.service.newsletter.NewsletterManager
 
getCategoryContentId() - Method in class lumis.service.forum.ForumConfig
 
getCategoryContentItemIds(Locale, Category, Date, ITransaction) - Method in class lumis.service.newsletter.CategoryDaoHib
 
getCategoryContentItemIds(Locale, Category, Date, ITransaction) - Method in interface lumis.service.newsletter.ICategoryDao
 
getCategoryId() - Method in class lumis.service.banner.BannerConfig
 
getCategoryLinks(String, ITransaction) - Method in class lumis.service.link.LinkDaoJdbc
 
getCatServiceInstId() - Method in class lumis.service.newsletter.Category
Returns the catServiceInstId.
getCause() - Method in class lumis.portal.authentication.AccessError
Gets the cause of the access error.
getCc() - Method in interface lumis.portal.sendmail.ISingleMail
Returns the cc field value for this mail.
getCell() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationMessageConfig
 
getCenterPage(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
 
getCenterPage() - Method in class lumis.portal.page.PageConfig
 
getCenterPage(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
 
getCenterPages() - Method in class lumis.portal.channel.ChannelConfig
 
getCenterPages(SessionConfig, ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getCenterPages(SessionConfig, ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get a boolean indicating wheter the page must be centralized.
getChangeType() - Method in class lumis.portal.event.BaseNotificationConfig
Deprecated.  
getChannel() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
 
getChannel() - Method in class lumis.service.portalmanagement.channelacl.ChannelAclControl
Returns the channel whose acl this control edits.
getChannelAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannelAclSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannelChild(SessionConfig, String, ITransaction) - Method in class lumis.doui.control.selectserviceinstance.ServiceInstanceProvider
 
getChannelChild(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelChildProvider
Given a child Id, this method returns a IChannelChild object that represents the child.
getChannelChild(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.tree.PageProvider
 
getChannelCount() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
 
getChannelDao() - Static method in class lumis.portal.dao.DaoFactory
 
getChannelFilter() - Method in class lumis.portal.serialization.SerializationConfig
Returns the channel filter for this serialization.
getChannelId() - Method in class lumis.content.workflow.serialization.WorkflowPermissionSerializableConfig
 
getChannelId(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.ChannelNamePathConverterPostLoadProcessor
 
getChannelId(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.NamePathConverterPostLoadProcessor
 
getChannelId(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.PageNamePathConverterPostLoadProcessor
 
getChannelId(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.ServiceInstanceNamePathConverterPostLoadProcessor
 
getChannelId() - Method in class lumis.portal.channel.ChannelWebResource
Returns the identifier of the channel this web resource represents.
getChannelId() - Method in class lumis.portal.channel.tree.GenericChannelChild
 
getChannelId() - Method in interface lumis.portal.channel.tree.IChannelChild
 
getChannelId() - Method in class lumis.portal.group.GroupConfig
 
getChannelId() - Method in class lumis.portal.group.serialization.GroupMemberSerializableConfig
 
getChannelId() - Method in class lumis.portal.page.link.PageLinkConfig
The channel id for a page link applies only to the type 0.
getChannelId() - Method in class lumis.portal.page.PageConfig
 
getChannelId() - Method in class lumis.portal.principal.PrincipalConfig
 
getChannelId() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getChannelId() - Method in class lumis.portal.user.UserConfig
 
getChannelId() - Method in class lumis.portal.webservice.user.User
 
getChannelId() - Method in class lumis.service.seo.sitemap.SitemapChannel
Returns the channel identifier.
getChannelId() - Method in class lumis.util.security.acl.serialization.AccessControlListEntrySerializableConfig
 
getChannelIds() - Method in class lumis.portal.serialization.SerializationContext
 
getChannelIdsUsingCss(String, ITransaction) - Method in class lumis.portal.css.CssDaoJdbc
 
getChannelIdsUsingCss(SessionConfig, String, ITransaction) - Method in class lumis.portal.css.CssManager
 
getChannelIdsUsingCss(String, ITransaction) - Method in interface lumis.portal.css.ICssDao
 
getChannelIdsUsingCss(SessionConfig, String, ITransaction) - Method in interface lumis.portal.css.ICssManager
 
getChannelLinkBySourceId(SessionConfig, String, String, boolean, ITransaction) - Method in class lumis.portal.channel.template.ChannelTemplateManager
 
getChannelLinkBySourceId(SessionConfig, String, String, boolean, ITransaction) - Method in interface lumis.portal.channel.template.IChannelTemplateManager
This method return the channel's link by pass the channelId and the sourceId parameters.
getChannelLinks(SessionConfig, String, boolean, ITransaction) - Method in class lumis.portal.channel.template.ChannelTemplateManager
 
getChannelLinks(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.portal.channel.template.IChannelTemplateManager
This method return channel's links by pass the channelId parameter.
getChannelManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannels() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getChannelsChanged() - Method in class lumis.portal.channel.ChannelRenderDataChangedEvent
Returns the channels whose render data may have changed.
getChannelsChildren(SessionConfig, String, boolean, boolean, IResource, Locale, ITransaction) - Method in class lumis.doui.control.selectserviceinstance.ServiceInstanceProvider
 
getChannelsChildren(SessionConfig, String, boolean, boolean, IResource, Locale, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelChildProvider
Given a set of parentChannelIds, this method is responsible for returning a List of the children.
getChannelsChildren(SessionConfig, String, boolean, boolean, IResource, Locale, ITransaction) - Method in class lumis.portal.channel.tree.PageProvider
 
getChannelsChildren(String, boolean, boolean, IResource, Locale, ITransaction) - Method in interface lumis.portal.page.IPageDao
 
getChannelsChildren(String, boolean, boolean, IResource, Locale, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getChannelsChildren(String, boolean, String, IResource, Locale, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
 
getChannelsChildren(String, boolean, String, IResource, Locale, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getChannelSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannelTemplateLinks() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getChannelTemplateManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannelTemplateSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannelTreeCount(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getChannelTreeCount(String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getChannelTreeCount(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
 
getChannelTreeCount(String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Returns the number of channels in the tree for which the root is the given channelId.
getChannelTreeDao() - Static method in class lumis.portal.dao.DaoFactory
 
getChannelTreeIds(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getChannelTreeIds(String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getChannelTreeIds(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
 
getChannelTreeIds(String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Returns all the ids of channels in the tree for which the root is the given channelId.
getChannelTreeManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getChannelUsingPrefixId() - Method in exception lumis.portal.channel.ChannelPrefixInUseException
 
getCharset() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the charset of this mail.
getCharset() - Method in class lumis.util.CharsetUtil
 
getChatConversationId() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getChatConversationId() - Method in class lumis.service.chatroom.ChatRoomConfig
 
getChatManager() - Static method in class lumis.collaboration.chat.ChatManagerFactory
Returns a chat manager instance.
getChecker() - Method in class lumis.portal.serialization.operation.ConfigForeignKey
 
getChildControls() - Method in class lumis.doui.control.Control
 
getChildControls() - Method in interface lumis.doui.control.IControl
 
getChildren(SessionConfig, String, String, int, ITransaction) - Method in class lumis.service.document.DocumentManager
 
getChildren(SessionConfig, String, String, int, ITransaction) - Method in interface lumis.service.document.IDocumentManager
Returns the entries in the specified folder.
getChildren(SessionConfig, String, String, int, ITransaction) - Method in interface lumis.service.image.IImageManager
Returns the entries in the specified folder.
getChildren(SessionConfig, String, String, int, ITransaction) - Method in class lumis.service.image.ImageManager
 
getChildrenData(Node, ITransaction) - Method in class lumis.doui.contenttree.DouiContentTreeControllerXml
 
getChildrenData(SessionConfig, String, String, String, ITransaction) - Method in class lumis.doui.contenttree.DouiContentTreeManager
 
getChildrenData(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.doui.contenttree.IDouiContentTreeManager
Get the children's tree data of the content.
getChildrenData(SessionConfig, String, int, int, IResource, Locale, ITransaction) - Method in class lumis.doui.control.selectserviceinstance.ServiceInstanceProvider
 
getChildrenData(Node, ITransaction) - Method in class lumis.portal.channel.tree.ChannelTreeControllerXml
 
getChildrenData(String, int, int, int, int, ITransaction) - Method in class lumis.portal.channel.tree.ChannelTreeDaoJdbc
 
getChildrenData(SessionConfig, IChannelChildProvider, String, int, int, int, int, ITransaction) - Method in class lumis.portal.channel.tree.ChannelTreeManager
 
getChildrenData(SessionConfig, String, int, int, IResource, Locale, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelChildProvider
Given a parentChannelId, this method is responsible for returning a List of the children.
getChildrenData(String, int, int, int, int, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelTreeDao
Get the tree childen's data of the channel.
getChildrenData(SessionConfig, IChannelChildProvider, String, int, int, int, int, ITransaction) - Method in interface lumis.portal.channel.tree.IChannelTreeManager
Get the children's tree data of the channel.
getChildrenData(SessionConfig, String, int, int, IResource, Locale, ITransaction) - Method in class lumis.portal.channel.tree.PageProvider
 
getChildrenData(String, int, int, IResource, Locale, ITransaction) - Method in interface lumis.portal.page.IPageDao
 
getChildrenData(String, int, int, IResource, Locale, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getChildrenData(String, int, String, IResource, Locale, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
 
getChildrenData(String, int, String, IResource, Locale, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getCipher() - Method in class lumis.portal.crypto.SymmetricCipher
Returns a new Cipher instance, according to current configurations.
getClass(String) - Method in class lumis.portal.deployment.DeploymentManager
 
getClass(String) - Method in interface lumis.portal.deployment.IDeploymentManager
Returns the Class object associated with the class or interface with the given string name, within the deployed JAR library modules or the shared level class loader.
getClassAliases() - Method in class lumis.portal.serialization.SerializationSettings
 
getClassName() - Method in class lumis.doui.control.ControlConfig
 
getClassName() - Method in class lumis.doui.processaction.ProcessActionConfig
 
getClassName() - Method in class lumis.doui.source.SourceConfig
 
getClassName() - Method in class lumis.portal.event.ObserverConfig
 
getClassName() - Method in class lumis.portal.service.type.ServiceTypeConfig
 
getClassName() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeConfig
 
getClassName() - Method in class lumis.portal.serviceinterface.type.ServiceInterfaceTypeConfig
 
getClientEventHandlerScript(String, boolean) - Method in class lumis.doui.control.Control
 
getClientId() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getClientSideUpdatableControlContainerId(String) - Method in class lumis.doui.control.ControlContainer
 
getClientUniqueId() - Method in class lumis.doui.control.ValidatorControl
 
getClockClass() - Method in class lumis.portal.clock.ClockConfig
Returns the full class name for this clock implementation.
getClockDao() - Static method in class lumis.portal.dao.DaoFactory
 
getClockIds(ITransaction) - Method in class lumis.portal.clock.ClockDaoJdbc
 
getClockIds(ITransaction) - Method in interface lumis.portal.clock.IClockDao
Get a list of ids of the clock.
getClockIdsByServiceId(String, ITransaction) - Method in class lumis.portal.clock.ClockDaoJdbc
 
getClockIdsByServiceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.clock.ClockManager
 
getClockIdsByServiceId(String, ITransaction) - Method in interface lumis.portal.clock.IClockDao
Get a list of ids by passing the id of the service.
getClockIdsByServiceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.clock.IClockManager
Return the Ids of all clocks registered for the specified service.
getClockManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getClocks(SessionConfig, ServiceConfig, ITransaction) - Method in class lumis.content.service.ContentService
 
getClocks(SessionConfig, ServiceConfig, ITransaction) - Method in interface lumis.portal.service.IServiceClockDefinitionProvider
 
getClockTickInterval() - Static method in class lumis.portal.PortalContext
 
getClusterConfig(ITransaction) - Method in interface lumis.portal.cluster.IClusterManager
Returns a persistent cluster configuration object.
getClusterConfig(ITransaction) - Method in class lumis.portal.cluster.multiserver.JGroupsClusterManager
 
getClusterConfig(ITransaction) - Method in class lumis.portal.cluster.SingleServerClusterManager
 
getClusterConfig() - Static method in class lumis.portal.PortalContext
 
getClusterManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getColorLight() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getColorLight() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the light color for displaying this state.
getColorStrong() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getColorStrong() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the strong color for displaying this state.
getColspan() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getColumn() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationMessageConfig
 
getColumnName() - Method in class lumis.doui.source.field.BaseTabularSourceField
Returns the column name attribute set for this field.
getColumnName() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewField
Returns the column name for this field.
getCommand() - Method in interface lumis.portal.cluster.IClusterCommand
Returns the runnable that this command executes.
getComment() - Method in class lumis.content.metadata.CommentConfig
Deprecated.  
getComments(String) - Method in class lumis.content.control.comments.CommentsAddControl
 
getComments() - Method in class lumis.content.core.ContentLocale
Returns the comments for the content in this locale.
getComments(SessionConfig, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getComments(SessionConfig, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getCommentText() - Method in class lumis.content.core.ContentComment
Returns this comment's text.
getCommitted(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Get the lastest committed version of the page.
getCommitted(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getConfig() - Method in class lumis.portal.serialization.operation.ConfigPersistence
 
getConfigDeleter() - Method in class lumis.portal.serialization.operation.ConfigDeletion
 
getConfigDeletions() - Method in class lumis.portal.serialization.DeserializationContext
 
getConfigFile() - Method in class lumis.portal.principal.importprincipal.PrincipalReaderConfig
Get config file path
getConfigId() - Method in class lumis.portal.serialization.operation.ConfigDeletion
 
getConfigNode(IAttributeSetReader) - Method in class lumis.search.Processor
Returns the Processor's config node which contains criteria that matches the contents of the given attribute set.
getConfigNodes(IAttributeSetReader) - Method in class lumis.search.Processor
Returns the Processor's config nodes which contain criteria that matches the contents of the given attribute set.
getConfigParametersControlsNode() - Method in class lumis.portal.report.ReportType
Returns the controls node for the configuration parameters.
getConfigParametersSourceNode() - Method in class lumis.portal.report.ReportType
Returns the configuration parameters source node.
getConfigPath(String) - Static method in class lumis.portal.PortalContext
 
getConfigPath(BaseSerializationContext, String) - Method in class lumis.util.security.acl.serialization.AclSerializationManager
Get the full path for the serialization file.
getConfigPersistence(IConfigPersister) - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
 
getConfigPersistence(IConfigPersister) - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceConfigDependencyAnalyzer
 
getConfigPersister() - Method in class lumis.portal.serialization.operation.ConfigPersistence
 
getConnection() - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getConnection(String) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getConnection() - Method in interface lumis.portal.dao.jdbc.ITransactionJdbc
Returns the default jdbc connection for this transaction.
getConnection(String) - Method in interface lumis.portal.dao.jdbc.ITransactionJdbc
Returns the jdbc connection associated with the specified id.
getConnectionId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the connection identifier to use to access the view.
getConsumerName() - Method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerImpl
Currently unsupported
getContent() - Method in class lumis.content.core.ContentLocale
Returns the content this object refers to.
getContent(String) - Method in class lumis.content.core.ContentManager
 
getContent(String) - Method in interface lumis.content.core.IContentManager
Returns a persistent content instance.
getContent() - Method in class lumis.portal.metatag.MetaTagConfig
 
getContent() - Method in interface lumis.portal.sendmail.IMailAttachment
Returns the content of this attachment.
getContent() - Method in class lumis.search.SearchContentAttachment
Returns the content data for this attachment.
getContent() - Method in class lumis.service.mailmarketing.Bulletin
 
getContentAssociations() - Method in class lumis.content.core.ContentVersion
Returns the contents associated with this version.
getContentByItemId(String) - Method in class lumis.content.core.ContentManager
 
getContentByItemId(String) - Method in interface lumis.content.core.IContentManager
Returns the content related with the specified business data.
getContentContext() - Method in class lumis.doui.control.ControlContainer
 
getContentId() - Method in class lumis.service.rss.RssResultRow
 
getContentIdByPrimaryKey(String) - Method in class lumis.service.forum.ForumDaoJdbc
Returns the contentId corresponding to the given primary key.
getContentIds() - Method in class lumis.content.search.ContentTabularSourceSearchContentFiller
 
getContentIds() - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getContentIndexer() - Static method in class lumis.content.search.common.ContentIndexerFactory
 
getContentInputStream() - Method in interface lumis.portal.sendmail.IMailAttachment
Gets the content input stream for this mail attachment.
getContentLocale(Locale, boolean) - Method in class lumis.content.core.Content
Returns the locale specific content object, for the given locale, optionally using the default locale.
getContentLocale() - Method in class lumis.content.core.ContentComment
Returns the ContentLocale this comment belongs to.
getContentLocale(String) - Method in class lumis.content.core.ContentManager
 
getContentLocale() - Method in class lumis.content.core.ContentVersion
Returns the content-locale object this version belongs to.
getContentLocale(String) - Method in interface lumis.content.core.IContentManager
Returns the a content locale by its identifier.
getContentLocaleId() - Method in class lumis.content.workflow.ContentWorkflowMetaData
The identifier of the ContentLocale this workflow metadata belongs to.
getContentLocales() - Method in class lumis.content.core.Content
Returns the locale specific objects of this content.
getContentManager() - Static method in class lumis.content.ContentManagerFactory
Returns the content manager instance.
getContentPickerInputControl() - Method in class lumis.content.control.autolayout.AutoLayoutGenericAssociationInformationControl
 
getContentServiceSerializationManager() - Static method in class lumis.content.ContentManagerFactory
 
getContentTreeChildrenData(String, String, String, String, String, boolean, String, ITransaction) - Method in class lumis.doui.contenttree.DouiContentTreeDaoJdbc
 
getContentTreeChildrenData(String, String, String, String, String, boolean, String, ITransaction) - Method in interface lumis.doui.contenttree.IDouiContentTreeDao
 
getContentType() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getContentType() - Method in class lumis.portal.file.FileConfig
 
getContentType() - Method in class lumis.portal.file.FileParameter
 
getContentType() - Method in interface lumis.portal.sendmail.IMailAttachment
Returns the mime content type of this attachment.
getContentType() - Method in class lumis.search.SearchContentAttachment
Returns the MIME content type for this attachment.
getContentUrl(String) - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getContentUrl(String) - Method in class lumis.service.announcement.AnnouncementTabularSourceSearchContentFiller
 
getContentUrl(String) - Method in class lumis.service.link.LinkTabularSourceSearchContentFiller
 
getContentVersion() - Method in class lumis.content.core.ContentAssociation
 
getContentVersion(String) - Method in class lumis.content.core.ContentManager
 
getContentVersion() - Method in class lumis.content.core.ContentPublication
Returns the content version this publication belongs to.
getContentVersion() - Method in class lumis.content.core.ContentRenderDataChangedEvent
Returns the content version to which this render data was generated to.
getContentVersion(String) - Method in interface lumis.content.core.IContentManager
Returns the a content version by its identifier.
getContentVersion() - Method in class lumis.content.table.ContentMetaDataController.MetaDataPersistenceResult
 
getContentVersionByItemId(String) - Method in class lumis.content.core.ContentManager
 
getContentVersionByItemId(String) - Method in interface lumis.content.core.IContentManager
Returns the a content version that refers the given itemId.
getContentVersionId() - Method in class lumis.content.control.autolayout.AutoLayoutGenericAssociationInformationControl
 
getContentVersionId() - Method in class lumis.content.control.autolayout.AutoLayoutGenericContentAssociationControl
 
getContentViewMonitor(DouiContext) - Static method in class lumis.content.service.ContentServiceMonitorUtil
Returns a monitor for the "lumis.content.service.ev.contentview" event.
getContentWizardManager() - Static method in class lumis.content.ContentManagerFactory
 
getContentWorkflowMetaData(ContentTableSource) - Method in class lumis.content.control.workflow.WorkflowMetaDataControl
 
getContentWorkflowMetaData() - Method in class lumis.content.control.workflow.WorkflowMetaDataControl
Returns the content workflow metadata.
getContentWorkflowMetaData(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Deprecated. Since 4.2.0, replaced by IWorkflowManager.getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction).
getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the content workflow metadata for a content locale.
getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getContentWorkflowMetaData(SessionConfig, String, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
Deprecated. 
getContext(IServiceInterfaceRequest, IServiceInterfaceResponse, ITransaction) - Method in class lumis.doui.service.DouiServiceInterface
 
getContextPath() - Method in class lumis.portal.deployment.DeployConfig
Deprecated. Returns the context path where the war is to be deployed into.
getContextPath() - Method in class lumis.portal.service.ServiceConfig
Returns the contextPath where this service config is installed.
getControlById(String) - Method in class lumis.doui.control.ControlContainer
 
getControlByType(String) - Method in class lumis.doui.control.ControlContainer
 
getControlContainer() - Method in class lumis.doui.DouiContext
 
getControlDao() - Static method in class lumis.doui.dao.DouiDaoFactory
 
getControlFilter() - Method in class lumis.search.SearchQuery
Returns a query filter to be applied to the search.
getControlManager() - Static method in class lumis.doui.DouiManagerFactory
 
getControlQuery() - Method in class lumis.search.SearchQuery
Returns the control query, which is the system-defined portion of the query, usually containing criteria related to some metadata indexed with the content (e.g.
getControlResource() - Method in class lumis.content.control.comments.CommentsControl
 
getControlResource() - Method in class lumis.content.control.language.LanguageControl
 
getControlResource() - Method in class lumis.content.control.publishtoprincipals.PublishToPrincipalsControl
 
getControlResource() - Method in class lumis.content.control.publishtoserviceinstances.PublishToServiceInstancesControl
 
getControlResource() - Method in class lumis.content.control.workflow.SelectWorkflowControl
 
getControlResource() - Method in class lumis.doui.control.autorefresh.AutoRefreshControl
 
getControlResource() - Method in class lumis.doui.control.button.AccessControlButton
 
getControlResource() - Method in class lumis.doui.control.button.ButtonControl
 
getControlResource() - Method in class lumis.doui.control.button.DeleteButtonControl
 
getControlResource() - Method in class lumis.doui.control.Control
 
getControlResource() - Method in class lumis.doui.control.datepicker.CalendarControl
 
getControlResource() - Method in class lumis.doui.control.datepicker.DateTimePickerControl
 
getControlResource() - Method in class lumis.doui.control.datepicker.MonthPickerControl
 
getControlResource() - Method in interface lumis.doui.control.IControl
 
getControlResource() - Method in class lumis.doui.control.pagination.PaginationControl
 
getControlResource() - Method in class lumis.doui.control.principalpicker.PrincipalPickerControl
 
getControlResource() - Method in class lumis.doui.control.tabulardata.TabularDataControl
 
getControlResource() - Method in class lumis.doui.control.validator.DateCompareValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.DateDataTypeValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.EmailValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.FileNameValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.FileSizeValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.IntegerDataTypeValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.LengthValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.NumberDataTypeValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.RegularExpressionValidatorControl
 
getControlResource() - Method in class lumis.doui.control.validator.RequiredValuesDescriptorControl
 
getControlResource() - Method in class lumis.doui.control.validator.RequiredValueValidatorControl
 
getControlResource() - Method in class lumis.doui.control.ValidatorControl
 
getControlResource() - Method in class lumis.service.document.control.DocumentPickerControl
 
getControlResource() - Method in class lumis.service.image.control.ImagePickerControl
 
getControlResource() - Method in class lumis.service.portalmanagement.genericacl.GenericAclControl
 
getControlResource() - Method in class lumis.service.report.control.BaseParametersControl
 
getControlsDefinitionNode() - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getControlsMap() - Method in class lumis.doui.control.ControlContainer
Returns the map with the controls in this control container.
getControlsNode(ReportType) - Method in class lumis.service.report.control.BaseParametersControl
 
getControlsNode(ReportType) - Method in class lumis.service.report.control.ConfigParametersControl
 
getControlsNode(ReportType) - Method in class lumis.service.report.control.RuntimeParametersControl
 
getControlToValidate() - Method in class lumis.doui.control.ValidatorControl
 
getControlToValidateIds() - Method in interface lumis.doui.control.IValidatorControl
Returns a collection with the ids of the controls to be validated by this validator control.
getControlToValidateIds() - Method in class lumis.doui.control.ValidatorControl
 
getControlToValidateSourceFieldName() - Method in class lumis.doui.control.ValidatorControl
Returns the source field name associated with the control to be validated.
getConversation(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getConversation(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns a chat conversation config object.
getConversationId() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getConversationId() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getConverter() - Method in class lumis.doui.control.DataControl
 
getConverter() - Method in interface lumis.doui.control.IDataControl
Returns the converter that is able to convert this control's value.
getConverter() - Method in class lumis.doui.control.tabulardata.TabularDataControl
Tabular data control uses no converter.
getConverter() - Method in class lumis.doui.datatype.AbstractDouiDataType
 
getConverter() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the converter for data of this type.
getConverter() - Method in interface lumis.doui.render.IRenderer
Returns the default converter to be used with the renderable data.
getConverter() - Method in class lumis.doui.source.field.BaseSourceField
 
getConverter() - Method in interface lumis.doui.source.field.ISourceField
Returns the default converter for this field's values.
getConverter() - Method in class lumis.util.query.QueryField
Returns the converter for this field's values.
getConverters() - Method in class lumis.portal.serialization.SerializationSettings
 
getCookie(String) - Method in class lumis.portal.controller.ControllerHtml
Deprecated. Since 4.0.7, use CookieUtil.getCookie(HttpServletRequest, String) instead.
getCookie(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getCookie(String) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getCookie(IServiceInterfaceRequest, String) - Static method in class lumis.util.CookieUtil
Given a cookie name, the cookie value if exists in the request object is returned.
getCookie(HttpServletRequest, String) - Static method in class lumis.util.CookieUtil
Given a cookie name, the cookie value if exists in the request object is returned.
getCookie(String, HttpServletRequest) - Static method in class lumis.util.PortalUtil
Given a cookie name, the cookie value if exists in the request object is returned.
getCookies() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getCookies() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getCrawlDelay() - Method in class lumis.service.seo.robotstxt.UserAgent
Returns the crawlDelay.
getCreatedBy() - Method in class lumis.content.core.ContentComment
Returns the identifier of the principal that created this object.
getCreatedBy() - Method in class lumis.content.core.ContentLocale
Returns the identifier of the principal that created this object.
getCreatedBy() - Method in class lumis.content.metadata.CommentConfig
Deprecated.  
getCreatedBy() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getCreatedDateTime() - Method in class lumis.content.core.ContentComment
Returns the date-time this comment was created.
getCreatedDateTime() - Method in class lumis.content.core.ContentLocale
Returns the creation date-time of this entry.
getCreatedDateTime() - Method in class lumis.content.metadata.CommentConfig
Deprecated.  
getCreatedDateTime() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getCreatedDateTime() - Method in class lumis.portal.progress.ProgressConfig
 
getCreatedDateTime() - Method in class lumis.portal.url.WebResource
Returns the date-time this web resource was created.
getCreateNewIds() - Method in class lumis.portal.serialization.DeserializationConfig
 
getCreateTableScript(QueryCreateTable, ITransaction) - Method in interface lumis.util.query.IQueryAdapter
 
getCreateTableScript(QueryCreateTable, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getCredits() - Method in class lumis.service.image.field.ImageDataType.Data
 
getCredits() - Method in class lumis.service.image.ImageConfig
 
getCriteriaNode(String) - Static method in class lumis.search.SearchContext
Returns the criteria node for a content criteria, which is used to check certain criteria against a SearchContent and eventually use a configuration defined specifically to this criteria.
getCryptoManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the manager for cryptographic related operations.
getCssDao() - Static method in class lumis.portal.dao.DaoFactory
 
getCssIds(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getCssIds(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getCssIds(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
Get the ids of the channel's CSS.
getCssIds(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get a list of CSS Ids of the Channel.
getCssIds(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Get the ids of the page's CSS.
getCssIds(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Get a list of Css Ids of the page.
getCssIds(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getCssIds(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getCssIdsRecursively(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getCssIdsRecursively(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get a list of Css Ids of the Channel including inherited Css.
getCssIdsRecursively(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Get a list of Css Ids of the page including inherited Css.
getCssIdsRecursively(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getCssManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getCsss() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getCsss() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
 
getCsss() - Method in class lumis.portal.page.serialization.PageSerializableConfig
 
getCssSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getCurrentBuildInfo(ITransaction) - Method in interface lumis.upgrade.IUpgradeDao
 
getCurrentBuildInfo(ITransaction) - Method in interface lumis.upgrade.IUpgradeManager
Get the current build information
getCurrentBuildInfo(ITransaction) - Method in class lumis.upgrade.UpgradeDaoJdbc
 
getCurrentBuildInfo(ITransaction) - Method in class lumis.upgrade.UpgradeManager
 
getCurrentChannelPath() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getCurrentConfiguration() - Static method in class lumis.portal.PortalConfiguration
Returns the current portal configuration.
getCurrentItemId() - Static method in class lumis.content.service.DetailsUtil
Deprecated. Returns the itemId set in the current thread.
getCurrentSessionConfig() - Static method in class lumis.portal.authentication.SessionConfig
Returns the current session config object.
getCurrentTransaction() - Static method in class lumis.portal.transaction.PortalTransactionFactory
Returns the transaction associated with the current thread.
getCustomDefaultStyleId(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceDao
Get the id of the custom default style.
getCustomDefaultStyleId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoHib
 
getCustomDefaultStyleId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoJdbc
 
getCustomDeploymentInterfaceId(DeployConfig) - Method in class lumis.portal.deployment.GenericWarDeployer
Deprecated.  
getCustomDeploymentInterfaceId(DeployConfig) - Method in interface lumis.portal.deployment.IPortalDeployer
Deprecated. Returns the service interface id to be called when the deployment will use this deployer.
getCustomDeploymentInterfaceId(DeployConfig) - Method in class lumis.portlet.container.deployment.PortletDeployer
Deprecated.  
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.content.service.ContentAdministrationPropertyPageServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.content.service.ContentDetailsServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.content.service.ContentGenericListServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.content.service.ContentServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.doui.service.DouiAdministrationPropertyPageServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.doui.service.DouiDetailsServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.doui.service.DouiGenericListServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.doui.service.DouiServiceInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.service.login.LoginInterface
 
getCustomMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.service.login.LogoutInterface
 
getCustomProperties(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get all service instance's custom properties.
getCustomProperties(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Gets all the custom properties of a specified service instance.
getCustomProperties(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getCustomProperties(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getCustomProperties(String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get all custom properties of the specified service insterface instance.
getCustomProperties(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns a Map containing all name/value pairs of custom properties from the specified service interface instance.
getCustomProperties(String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getCustomProperties(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getCustomProperty(String, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get service instance´s custom property.
getCustomProperty(SessionConfig, String, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Returns the specified custom property.
getCustomProperty(String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getCustomProperty(SessionConfig, String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getCustomProperty(String, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get the custom property of the service's interface's instance.
getCustomProperty(SessionConfig, String, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the specified custom property.
getCustomProperty(String, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getCustomProperty(SessionConfig, String, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getCustomString(SessionConfig, String, ITransaction) - Method in interface lumis.portal.localization.ILocalizationManager
Get the Custom String object
getCustomString(SessionConfig, String, ITransaction) - Method in class lumis.portal.localization.LocalizationManager
 
getCustomStringId() - Method in class lumis.portal.localization.CustomStringConfig
 
getCustomStringLocalizationDao() - Static method in class lumis.portal.dao.DaoFactory
 
getData - Variable in class lumis.doui.source.field.BaseSourceField
 
getData() - Method in class lumis.doui.source.Source
Returns this source's data.
getData() - Method in class lumis.doui.source.TabularSource
 
getData() - Method in interface lumis.portal.cluster.IClusterMessage
Returns the data sent in this message.
getData(String, ITransaction) - Method in interface lumis.portal.serviceinterface.list.IServiceInterfaceListDao
Get the data of the service's interface list.
getData(String, ITransaction) - Method in class lumis.portal.serviceinterface.list.ServiceInterfaceListDaoJdbc
 
getDatabaseType(Connection) - Static method in enum lumis.util.DatabaseType
Returns an instance of DatabaseType corresponding to the database the given connection is connected to.
getDatabaseType() - Static method in enum lumis.util.DatabaseType
Returns an instance of DatabaseType corresponding to the database the portal's default transaction accesses.
getDatabaseViewGroupTypeConfig() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
 
getDataDirectory() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getDataForChart(Date, Date, String) - Static method in class lumis.report.dailyvisitors.DailyVisitorsJRDataSourceProvider
Returns the data source to be used in the chart of the report.
getDataForChart(Date, Date, String) - Static method in class lumis.report.hourlyvisitors.HourlyVisitorsJRDataSourceProvider
Returns the data source to be used in the chart of the report.
getDataForTable(Date, Date, String) - Static method in class lumis.report.dailyvisitors.DailyVisitorsJRDataSourceProvider
Returns the data source to be used in the table of the report.
getDataForTable(Date, Date, String) - Static method in class lumis.report.hourlyvisitors.HourlyVisitorsJRDataSourceProvider
Returns the data source to be used in the table of the report.
getDataId() - Method in class lumis.doui.control.DataBoundControl
 
getDataId() - Method in interface lumis.doui.control.IDataBoundControl
Returns the fieldId of the source that the data bound control is associated to
getDataId() - Method in class lumis.doui.control.list.AdministrationListControl
 
getDataPath(String) - Static method in class lumis.portal.PortalContext
 
getDataProvider() - Method in class lumis.doui.source.Source
Returns the data provider for this source.
getDataProviderClass(Node, ITransaction) - Static method in class lumis.doui.source.DataProviderFactory
 
getDataProviderClassName() - Method in class lumis.doui.source.SourceConfig
 
getDataSourceProvider() - Method in class lumis.portal.report.ReportType
Returns the data source provider class name for reports of this type.
getDataType() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getDataType() - Method in class lumis.doui.control.DataControl
Returns the data type for this control.
getDataType() - Method in class lumis.doui.source.field.BaseSourceField
 
getDataType() - Method in interface lumis.doui.source.field.ISourceField
 
getDataType() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewField
Returns the data type of this field.
getDataType() - Method in class lumis.util.query.QueryField
Returns the LPS data type of this field.
getDatePosted() - Method in class lumis.service.forum.ForumMessageConfig
 
getDefaultAssociationType() - Method in class lumis.content.control.autolayout.AutoLayoutGenericAssociationInformationControl
 
getDefaultAssociationType() - Method in class lumis.content.control.autolayout.AutoLayoutGenericContentAssociationControl
 
getDefaultCache() - Method in interface lumis.portal.xslcache.IXslCacheManager
Get the default cache.
getDefaultCache() - Method in class lumis.portal.xslcache.XslCacheManager
 
getDefaultChannelId() - Method in class lumis.doui.control.selectpage.SelectChannelChildControl
Returns the default channel id to be used when the tree select structure is opened.
getDefaultCharset() - Method in class lumis.util.CharsetUtil
Retrieves the default Charset
getDefaultControlDefinition() - Method in class lumis.doui.source.field.BaseSourceField
 
getDefaultControlDefinition() - Method in interface lumis.doui.source.field.ISourceField
Returns the default control definition to be used for this field.
getDefaultFromAddress() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the default from e-mail address, that will be used if no from is specified for a e-mail to be sent.
getDefaultInputControlDefinition() - Method in class lumis.content.source.field.MetaDataSourceField
 
getDefaultInputControlDefinition() - Method in class lumis.doui.source.field.BaseSourceField
 
getDefaultInputControlDefinition() - Method in interface lumis.doui.source.field.ISourceField
Returns the default input control definition to be used for editing this field's value.
getDefaultInputControlType() - Method in class lumis.doui.datatype.AbstractDouiDataType
 
getDefaultInputControlType() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the default input control type for this data type.
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.BooleanDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.ChannelDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.DateDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.DateTimeDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.DoubleDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.FileDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.FilesDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.HtmlDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.IntegerDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.LongDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.PageDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.PageOrPageTemplateDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.PageTemplateDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.ParentContentDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.PrincipalDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.StringDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.TextDataType
 
getDefaultInputControlType() - Method in class lumis.doui.source.field.type.TimeDataType
 
getDefaultInputControlType() - Method in class lumis.service.document.field.DocumentDataType
 
getDefaultInputControlType() - Method in class lumis.service.image.field.ImageDataType
 
getDefaultInsertValue() - Method in class lumis.doui.table.field.GenericTableSourceField
 
getDefaultLocale() - Method in class lumis.content.core.Content
Returns the default locale for this content.
getDefaultLocale() - Static method in class lumis.portal.PortalContext
 
getDefaultLocale() - Method in class lumis.util.converter.AbstractConverter
 
getDefaultMessageParameters() - Method in class lumis.doui.control.validator.DateCompareValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.control.validator.DateDataTypeValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.control.validator.FileSizeValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.control.validator.IntegerDataTypeValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.control.validator.LengthValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.control.validator.NumberDataTypeValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.control.ValidatorControl
 
getDefaultMessageParameters() - Method in class lumis.doui.search.SearchQueryValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.DateCompareValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.DateDataTypeValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.EmailValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.FileNameValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.FileSizeValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.IntegerDataTypeValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.LengthValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.NumberDataTypeValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.RegularExpressionValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.validator.RequiredValueValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.control.ValidatorControl
 
getDefaultMessages(String) - Method in class lumis.doui.search.SearchQueryValidatorControl
 
getDefaultMessages(String) - Method in class lumis.service.doui.filters.FilterUniqueIdValidator
 
getDefaultPage(SessionConfig, String, String, String, int, ITransaction) - Method in interface lumis.portal.presentation.IPresentationManager
Get the default Page.
getDefaultPage(SessionConfig, String, String, String, int, ITransaction) - Method in class lumis.portal.presentation.PresentationManager
 
getDefaultPageDocType() - Static method in class lumis.portal.PortalContext
 
getDefaultPattern() - Method in class lumis.doui.control.validator.NumberDataTypeValidatorControl
 
getDefaultPattern() - Method in class lumis.util.converter.AbstractConverter
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.channelacl.ChannelAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.genericacl.GenericAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.groupacl.GroupAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.pageacl.PageAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.pagetemplateacl.PageTemplateAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.portalacl.PortalAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.serviceacl.ServiceAclControl
 
getDefaultPermission(ITransaction) - Method in class lumis.service.portalmanagement.serviceinstanceacl.ServiceInstanceAclControl
 
getDefaultPopupPageId(String) - Method in class lumis.doui.control.button.ButtonControl
 
getDefaultProviderClass() - Method in class lumis.content.table.ContentTableSource
 
getDefaultProviderClass() - Method in class lumis.doui.search.SearchSource
 
getDefaultProviderClass() - Method in class lumis.doui.source.Source
Abstract method that returns the default data provider class name.
getDefaultProviderClass() - Method in class lumis.doui.source.TabularSource
Returns data provider class for the source.
getDefaultProviderClass() - Method in class lumis.doui.table.TableSource
 
getDefaultRegistrationData() - Method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerImpl
Currently unsupported
getDefaultSerializer() - Method in class lumis.portal.serialization.BaseSerializationContext
Returns the default object serializer for this serialization context.
getDefaultSource() - Method in class lumis.doui.source.SourceContainer
 
getDefaultSourceSearchContentFillerClassName() - Method in class lumis.content.table.ContentTableSource
 
getDefaultSourceSearchContentFillerClassName() - Method in class lumis.doui.source.TabularSource
Returns the default source search content search filler class name.
getDefaultStyle() - Method in class lumis.content.service.ContentServiceInterface
 
getDefaultStyle() - Method in class lumis.doui.service.DouiServiceInterface
 
getDefaultStyleId(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceDao
Get the default style of the service's interface.
getDefaultStyleId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoHib
 
getDefaultStyleId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoJdbc
 
getDefaultValue() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getDefaultValue() - Method in class lumis.doui.control.DataControl
 
getDefaultValue() - Method in class lumis.doui.control.selectpage.SelectPageTemplateControl
 
getDefaultValue() - Method in class lumis.doui.source.field.BaseSourceField
 
getDefaultValue() - Method in interface lumis.doui.source.field.ISourceField
 
getDefaultValue() - Method in class lumis.service.resourcescheduler.ScheduleDateTimePickerControl
 
getDefaultValues() - Method in class lumis.portal.propertybag.Property
Returns the list of default values stored for this property.
getDefaultViewControlDefinition() - Method in class lumis.doui.source.field.BaseSourceField
 
getDefaultViewControlDefinition() - Method in interface lumis.doui.source.field.ISourceField
Returns the default control definition to be used for viewing this field's value.
getDefaultViewControlType() - Method in class lumis.doui.datatype.AbstractDouiDataType
 
getDefaultViewControlType() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the default control type for viewing this data type's values.
getDefaultViewControlType() - Method in class lumis.doui.source.field.type.HtmlDataType
 
getDefinition() - Method in class lumis.content.workflow.WorkflowConfig
Returns the definition for this workflow, as a string.
getDefinition() - Method in class lumis.doui.DouiConfig
 
getDefinition() - Method in class lumis.portal.service.ServiceConfig
 
getDefinition() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeConfig
 
getDefinition() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeConfig
 
getDefinition() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getDefinitionLocale() - Method in class lumis.doui.datatype.AbstractDouiDataType
Returns the locale to be used to parse the values of this data type in a definition xml file.
getDefinitionLocale() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the locale to be used to parse the values of this data type in a definition xml file.
getDefinitionNode() - Method in class lumis.doui.DouiConfig
 
getDefinitionNode() - Method in class lumis.doui.source.field.BaseSourceField
 
getDefinitionNode() - Method in interface lumis.doui.source.field.ISourceField
Deprecated. hopefully this should not be used.
getDefinitionNode() - Method in class lumis.doui.source.Source
Deprecated. This method may not be public in the future.
getDefinitionNode() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getDefinitionPath(String) - Static method in class lumis.portal.PortalContext
 
getDefinitionPattern() - Method in class lumis.doui.datatype.AbstractDouiDataType
Returns the pattern to be used to parse the values of this data type in a definition xml file.
getDefinitionPattern() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the pattern to be used to parse the values of this data type in a definition xml file.
getDefinitionPattern() - Method in class lumis.doui.source.field.type.DateDataType
 
getDefinitionPattern() - Method in class lumis.doui.source.field.type.DateTimeDataType
 
getDefinitionPattern() - Method in class lumis.doui.source.field.type.DoubleDataType
 
getDefinitionPattern() - Method in class lumis.doui.source.field.type.IntegerDataType
 
getDefinitionPattern() - Method in class lumis.doui.source.field.type.LongDataType
 
getDefinitionPattern() - Method in class lumis.doui.source.field.type.TimeDataType
 
getDefinitionRootPath() - Method in interface lumis.content.wizard.ICreateParams
 
getDefinitionXmlNode() - Method in class lumis.content.workflow.WorkflowConfig
Deprecated. Since 4.0.11, this method is no longer used and may be removed in the future.
getDefinitionXmlNode() - Method in class lumis.portal.service.ServiceConfig
 
getDefinitionXmlNode() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeConfig
 
getDefinitionXmlNode() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeConfig
 
getDeleteButtonScript(String, ISourceData, boolean) - Method in class lumis.service.forum.ForumMessageListPostLoadProcessor
 
getDeleteStatement(QueryDelete, ITransaction) - Method in interface lumis.util.query.IQueryAdapter
 
getDeleteStatement(QueryDelete, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getDenyPermissions() - Method in class lumis.util.security.acl.Permissions
 
getDenyPermissionsInheriting() - Method in class lumis.util.security.acl.Permissions
 
getDependableNode() - Method in class lumis.portal.serialization.Dependency
 
getDependencies() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializableConfig
 
getDependency(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
 
getDependency(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getDependencyIdsByServiceInstanceId(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get the ids of all the service instances that the given service instance depends on
getDependencyIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Returns the service instance ids that the given service instance id depends on
getDependencyIdsByServiceInstanceId(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getDependencyIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getDependencyKeys() - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
 
getDependencyType() - Method in class lumis.portal.serviceinstance.ServiceInstanceDependencyConfig
 
getDependentConfigPersistences() - Method in class lumis.portal.serialization.DeserializationContext
 
getDependentConfigPersistences() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
 
getDependentKeys() - Method in class lumis.portal.serialization.operation.DependentConfigOperationCollection
 
getDependentNode() - Method in class lumis.portal.serialization.Dependency
 
getDependentServiceInstanceId() - Method in class lumis.portal.serviceinstance.ServiceInstanceDependencyConfig
 
getDependentServiceInstanceIds(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
 
getDependentServiceInstanceIds(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getDependentServiceInstances(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Returns the service instances that are dependent on the specified service instance.
getDependentServiceInstances(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getDeployer() - Method in class lumis.portal.appserver.GenericApplicationServerManager
 
getDeployer() - Method in interface lumis.portal.appserver.IApplicationServerManager
Returns the deployer for this application server.
getDeployer() - Method in class lumis.portal.appserver.TomcatAppServerManager
 
getDeployFile() - Method in class lumis.portal.deployment.DeployConfig
Deprecated. Returns the file to be deployed.
getDeploymentDateTime() - Method in interface lumis.portal.deployment.IModule
Returns the date-time of the deployment of this module.
getDeploymentManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getDescription() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getDescription() - Method in class lumis.content.webresource.ContentPageWebResourceDataProvider
 
getDescription() - Method in interface lumis.content.wizard.ICreateParams
 
getDescription() - Method in class lumis.content.workflow.WorkflowConfig
Returns the description for this workflow.
getDescription() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the description for this state.
getDescription() - Method in class lumis.content.workflow.WorkflowTransitionConfig
Returns the description for this transition.
getDescription() - Method in class lumis.portal.channel.ChannelConfig
 
getDescription() - Method in class lumis.portal.css.CssConfig
 
getDescription() - Method in interface lumis.portal.deployment.IModule
Returns the module description.
getDescription() - Method in class lumis.portal.group.GroupConfig
 
getDescription() - Method in class lumis.portal.group.GroupType
Returns the description of this group type.
getDescription() - Method in interface lumis.portal.monitor.IAggregationType
Returns the description for this aggregation type.
getDescription() - Method in interface lumis.portal.monitor.ICategory
Returns the description for this category.
getDescription() - Method in interface lumis.portal.monitor.IEvent
Returns the description for this event.
getDescription() - Method in interface lumis.portal.monitor.IMeasureType
Returns the description for this measure type.
getDescription() - Method in class lumis.portal.page.PageConfig
 
getDescription() - Method in class lumis.portal.page.webresource.AbstractPageWebResourceDataProvider
Returns the description for the page web resource.
getDescription() - Method in class lumis.portal.page.webresource.DefaultPageWebResourceDataProvider
 
getDescription() - Method in class lumis.portal.page.webresource.PageWebResourceData
Returns the page web resource description.
getDescription() - Method in class lumis.portal.report.Report
Returns the description for this report.
getDescription() - Method in interface lumis.portal.sendmail.IMailAttachment
Returns the description of this attachment.
getDescription() - Method in class lumis.portal.serialization.persistency.fs.FSDirectory
 
getDescription() - Method in class lumis.portal.serialization.persistency.fs.FSShallowDirectory
 
getDescription() - Method in interface lumis.portal.serialization.persistency.IDirectory
Generate a general description of the directory, used mainly to compose exception messages.
getDescription() - Method in class lumis.portal.serialization.persistency.sub.SubDirectory
 
getDescription() - Method in class lumis.portal.serialization.persistency.zip.ZipDirectory
 
getDescription() - Method in class lumis.portal.service.ServiceConfig
 
getDescription() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getDescription() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getDescription() - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
 
getDescription() - Method in class lumis.service.banner.BannerCategoryConfig
 
getDescription() - Method in class lumis.service.banner.BannerConfig
 
getDescription() - Method in class lumis.service.document.DocumentConfig
 
getDescription() - Method in class lumis.service.document.field.DocumentDataType.Data
The document description.
getDescription() - Method in class lumis.service.forum.ForumCategoryConfig
 
getDescription() - Method in class lumis.service.forum.ForumConfig
 
getDescription() - Method in class lumis.service.link.LinkCategoryConfig
 
getDescription() - Method in class lumis.service.newsletter.Category
Returns the description.
getDescription() - Method in class lumis.service.newsletter.Model
Returns the description.
getDescription() - Method in class lumis.service.rss.RssResultRow
 
getDescriptionFieldId() - Method in class lumis.service.rss.RssConfig
 
getDeserializationContext() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
 
getDeserializedPermissions() - Method in class lumis.content.workflow.serialization.WorkflowPermissionPersistenceData
 
getDestinationChannelId() - Method in class lumis.portal.channel.template.ChannelTemplateLinkConfig
 
getDestinationId() - Method in class lumis.portal.channel.template.ChannelTemplateLinkConfig
 
getDestinationInterfaceHolderId(String) - Method in class lumis.portal.page.template.InterfaceHolderMapping
 
getDestinations() - Method in interface lumis.portal.sendmail.IMultipleMail
Returns a collection of destinations for this mail.
getDestServiceId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getDestServiceInstanceId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getDestServiceInterfaceId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getDestServiceInterfaceInstanceId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getDirectory() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getDirectoryPath() - Method in class lumis.portal.serialization.persistency.fs.FSDirectory
 
getDirectoryPath() - Method in interface lumis.portal.serialization.persistency.IFSDirectory
 
getDirectoryPath() - Method in class lumis.portal.serialization.persistency.zip.ZipDirectory
 
getDisplayDataId() - Method in class lumis.doui.control.itempicker.ItemPickerControl
 
getDisplayName() - Method in interface lumis.portal.deployment.IModule
Returns the module display name.
getDisplayName(ServiceInterfaceInstanceConfig, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the display name for a service interface instance.
getDisplayName() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
Returns the display name to be used for this service interface instance.
getDisplayName(ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getDisplayQueryField(QueryBase) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getDisplayQueryField(QueryBase) - Method in interface lumis.doui.table.field.ITableSourceField
Returns the query field to be used for display purposes for this field.
getDisplayQueryField(QueryBase) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getDisplayQueryField(QueryBase) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getDisplayString(IRenderer) - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.doui.render.CharSequenceRenderableWrapper
 
getDisplayString(IRenderer) - Method in interface lumis.doui.render.IRenderable
Returns the string to be displayed for representing this instance, when a short display is required.
getDisplayString(IRenderer) - Method in class lumis.doui.render.RenderDataValue
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.LocalizableCharSequenceValue
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.ChannelDataType.Data
Returns the localized name of the channel.
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.DateDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.DateTimeDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.FilesDataType.Data
Returns the display string, as defined in FileDataType.Data.getDisplayString(IRenderer), of each file in this files data, separated by comma.
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.PageDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.PrincipalDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.doui.source.field.type.TimeDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.service.document.field.DocumentDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.service.image.field.ImageDataType.Data
 
getDisplayString(IRenderer) - Method in class lumis.service.resourcescheduler.ResourcesDataType.Data
Returns the display string, as defined in ResourceDataType.Data#getDisplayString(IRenderer), of each Resource in this Resources data, separated by comma.
getDisplayValue() - Method in class lumis.doui.control.selectchannel.SelectChannelOrChannelTemplateControl
Returns the name to be displayed for the user.
getDisplayValue() - Method in class lumis.report.control.SelectChannelPathControl
 
getDistinct() - Method in class lumis.doui.source.Source
Returns the distinct property of the source.
getDocTypeDeclaration() - Method in enum lumis.portal.presentation.PageDocType
 
getDocument(File) - Static method in class lumis.util.XmlUtil
 
getDocument(HttpServletRequest) - Static method in class lumis.util.XmlUtil
 
getDocument(String) - Static method in class lumis.util.XmlUtil
 
getDocumentFile() - Method in class lumis.service.document.DocumentConfig
 
getDocumentFromFile(String) - Static method in class lumis.util.XmlUtil
 
getDocumentId() - Method in class lumis.service.document.field.DocumentDataType.Data
 
getDocumentManager() - Static method in class lumis.service.document.DocumentManagerFactory
Returns a document manager instance.
getDouiConfigDao() - Static method in class lumis.doui.dao.DouiDaoFactory
 
getDouiContentTreeDao() - Static method in class lumis.doui.dao.DouiDaoFactory
 
getDouiContentTreeManager() - Static method in class lumis.doui.DouiManagerFactory
 
getDouiContext() - Method in class lumis.doui.control.ControlContainer
 
getDouiContext() - Method in class lumis.doui.processaction.ProcessActionContainer
 
getDouiContext() - Method in interface lumis.doui.source.ISourceContext
Returns the doui context this source context belongs to.
getDouiContext() - Method in class lumis.doui.source.Source
Returns this source's doui context.
getDouiContext() - Method in class lumis.doui.source.SourceContainer
 
getDouiContext() - Method in class lumis.doui.source.SourceContext
 
getDouiDefinitionProcessor() - Method in class lumis.doui.DouiContext
Returns a doui definition processor that evaluates the ELs present, according to this doui context.
getDouiHyperlink() - Method in class lumis.doui.DouiContext
 
getDouiHyperlinkItemParameterField() - Method in class lumis.doui.source.Source
Returns the information about the field that is associated with the item id page parameter.
getDouiHyperlinkItemParameterField() - Method in class lumis.doui.source.TabularSource
 
getDouiIndexer() - Static method in class lumis.doui.search.common.DouiIndexerFactory
 
getDouiManager() - Static method in class lumis.doui.DouiManagerFactory
 
getDouiServiceDefinitionNode(String, ITransaction) - Method in class lumis.doui.DouiManager
 
getDouiServiceDefinitionNode(String, ITransaction) - Method in interface lumis.doui.IDouiManager
 
getDouiServiceInterfaceDefinition() - Method in class lumis.doui.DouiContext
 
getDouiServiceInterfaceInstanceDefinition(SessionConfig, String, IDouiDefinitionProcessor, ITransaction) - Method in class lumis.doui.DouiManager
 
getDouiServiceInterfaceInstanceDefinition(SessionConfig, String, IDouiDefinitionProcessor, ITransaction) - Method in interface lumis.doui.IDouiManager
Return the doui definition for a service interface instance.
getDownProtocol() - Method in class lumis.portal.cluster.multiserver.DurableNAKACK
 
getDurableMessageTimeToLive() - Method in interface lumis.portal.cluster.IClusterConfig
Returns the time to live of the durable message, in minutes.
getDuration() - Method in interface lumis.portal.monitor.IEvent
Returns the aggregation duration used for this event's data.
getDynamicPath() - Method in class lumis.portal.url.WebResource
Returns the dynamic path to access this web resource.
getEditButtonScript(String, ISourceData, IServiceInterfaceUrl) - Method in class lumis.service.forum.ForumMessageListPostLoadProcessor
 
getElapsedTime() - Method in class lumis.portal.progress.ProgressConfig
 
getElementCountInMemory() - Method in class lumis.portal.cache.HibernatePortalCache
 
getElementCountOnDisk() - Method in class lumis.portal.cache.HibernatePortalCache
 
getEmail() - Method in class lumis.portal.user.UserConfig
 
getEmail() - Method in class lumis.portal.webservice.user.User
 
getEmail() - Method in class lumis.service.mailmarketing.UserSubscription
 
getEmail() - Method in class lumis.service.newsletter.Subscription
Returns the email for this subscription.
getEmailAddress() - Method in interface lumis.portal.sendmail.IMailDestination
Returns the mail address of this destination.
getEmailDestinationStringAsCollection(String) - Method in class lumis.portal.sendmail.smtp.SmtpMailSender
Translates an email destination string into a collection of Strings, each one contaning an email destination.
getEmailFormat() - Method in class lumis.service.newsletter.Subscription
Returns the emailFormat.
getEnableCache(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the enableCache property of an interface instance.
getEnableCache() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getEnableCache(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getEncodingType() - Method in class lumis.doui.control.form.FormControl
 
getEncodingType() - Method in interface lumis.doui.control.IFormControl
 
getEncryptionConfig() - Static method in class lumis.portal.PortalContext
 
getEncryptor() - Static method in class lumis.portal.PortalEncryptorFactory
Deprecated.  
getEndDate() - Method in class lumis.service.newsletter.Schedule
 
getEndTime() - Method in class lumis.collaboration.chat.ChatConversationConfig
 
getEnforce8Bit() - Method in class lumis.util.CharsetUtil
Gets the enforce8Bit flag, in case we do not want to ever get a US-ASCII encoding.
getEntities() - Method in class lumis.portal.event.persistence.PersistenceEvent
Returns the entities affected by this persistence event.
getEntities() - Method in class lumis.portal.event.persistence.PostUpdateEvent
 
getEntities() - Method in class lumis.portal.event.persistence.PreUpdateEvent
 
getEntityId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getEntityManager() - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getEntityManager(String) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getEntityManager() - Method in interface lumis.portal.dao.jpa.ITransactionJPA
Returns the default entity manager for this transaction.
getEntityManager(String) - Method in interface lumis.portal.dao.jpa.ITransactionJPA
Returns the entity manager associated with the specified database.
getEntityManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the entity manager for the current transaction.
getEntityManagerFactory() - Static method in class lumis.portal.dao.hibernate.HibernateUtil
Returns the default entity manager factory, that access the portal's main database.
getEntityManagerFactory(String) - Static method in class lumis.portal.dao.hibernate.HibernateUtil
Returns the entity manager factory associated with the given id.
getEntries() - Method in class lumis.portal.preferences.PreferencesPrincipal
 
getEntries() - Method in class lumis.util.security.acl.AccessControlList
 
getEntries() - Method in class lumis.util.security.acl.serialization.AccessControlListSerializableConfig
 
getEntry(String) - Method in class lumis.util.security.acl.AccessControlList
 
getErrorMessage() - Method in class lumis.doui.control.ValidationMessages
 
getErrorMessage() - Method in interface lumis.portal.sendmail.IMailSendStatus
Returns the error message of the last try to send the mail.
getErrorPage() - Static method in class lumis.portal.PortalContext
 
getErrorPriorityDecrement() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the amount by which the priority is decreased when an error during generation occurs.
getErrorString() - Method in class lumis.portal.authentication.AccessError
Gets the String Id for the current access error cause.
getErrorSummaryControl() - Method in class lumis.doui.control.ControlContainer
 
getETag() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderRequest
 
getEvent(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getEvent(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent event instance.
getEvent(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getEventByKey(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getEventByKey(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent event instance, finding it by the eventKey.
getEventByKey(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getEventFilter() - Method in class lumis.content.search.common.ContentIndexerObserver
 
getEventFilter() - Method in class lumis.portal.cache.ClusterMembershipObserver
 
getEventFilter() - Method in class lumis.portal.event.AbstractPortalEventObserver
 
getEventFilter() - Method in interface lumis.portal.event.IPortalEventObserver
Returns the event filter for this observer.
getEventFilter() - Method in class lumis.portal.page.cache.PageCacheObserver
 
getEventFilter() - Method in class lumis.portal.publicdatafolder.FileSystemObserver
 
getEventFilter() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceObserver
 
getEventFilter() - Method in class lumis.portal.url.URLConversionCacheObserver
 
getEventFilter() - Method in class lumis.service.rss.RssObserver
 
getEventFilter() - Method in class lumis.service.wsrp.producer.ServiceInterfaceInstanceDeleteObserver
 
getEventGroups() - Method in class lumis.portal.event.AbstractPortalEvent
 
getEventGroups() - Method in interface lumis.portal.event.IPortalEvent
Returns the event group identifiers for which this event was raised.
getEventKey() - Method in interface lumis.portal.monitor.IEvent
Returns the key for this event.
getEventProcessingPortlets(QName) - Method in class lumis.service.wsrp.producer.PortletDescriptorHolderImpl
 
getEventPublishingPortlets(QName) - Method in class lumis.service.wsrp.producer.PortletDescriptorHolderImpl
 
getEvents() - Method in interface lumis.portal.monitor.ICategory
Returns the collection of events that belong to this category.
getExceptionDetailsHtml(Throwable, HttpServletRequest) - Static method in class lumis.util.PortalUtil
 
getExecutionStatus() - Method in class lumis.service.newsletter.Schedule
Returns the executionStatus.
getExecutorManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the portal executor manager.
getExecutorMaxThreads() - Static method in class lumis.portal.PortalContext
Returns the maximum number of threads to be kept alive by IExecutorManager.
getExecutorMinThreads() - Static method in class lumis.portal.PortalContext
Returns the minimum number of threads to be kept alive by IExecutorManager.
getExistingStyleAction() - Method in class lumis.portal.serialization.DeserializationContext
 
getExtendedProperties(String) - Method in class lumis.portal.service.ServiceConfig
 
getExtendedProperties(String) - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getExtendedProperties(String) - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getExtendedProperty(String) - Method in class lumis.portal.service.ServiceConfig
 
getExtendedProperty(String) - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getExtendedProperty(String) - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getExtendedPropertyNames() - Method in class lumis.portal.service.ServiceConfig
 
getExtendedPropertyNames() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getExtendedPropertyNames() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getExternalDependencies() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
 
getExternalDependencies() - Method in class lumis.portal.serialization.SerializationContext
 
getExternalDependenciesSerializationSettings() - Method in interface lumis.portal.serialization.ISerializationManager2
Deprecated. 
getExternalDependenciesSerializationSettings() - Method in class lumis.portal.serialization.SerializationManager2
TODO: Método movido para SerializationContext e deprecated.
getExternalServiceInstanceDependencies() - Method in class lumis.portal.serialization.SerializationContext
 
getField(MetaDataSourceField.Type) - Method in class lumis.content.table.ContentTableSource
Returns the filed based on the metadata type passed in.
getField(String) - Method in class lumis.doui.source.Source
Returns the field with the given id.
getField() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the field this entry operates on.
getField(QueryField) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getField() - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc.Parameter
 
getField(String) - Method in class lumis.util.query.QueryTable
 
getFieldAlias() - Method in class lumis.util.query.QueryField
 
getFieldAliases() - Method in class lumis.portal.serialization.SerializationSettings
 
getFieldAliasesForClass(Class) - Method in class lumis.portal.serialization.SerializationSettings
 
getFieldById(String) - Method in class lumis.util.query.QueryBase
 
getFieldClass(String) - Method in class lumis.doui.source.TabularSource
Returns the class object of the field.
getFieldControlValue() - Method in class lumis.doui.control.autolayout.AutoLayoutFieldControl
Returns the value of the field control that it created.
getFieldHyperlink(TabularSource, ISourceData, String, String, int) - Method in class lumis.doui.control.tabulardata.TabularDataControl
 
getFieldHyperlink(TabularSource, ISourceData, String, String, int) - Method in class lumis.service.announcement.AnnouncementTabularDataControl
 
getFieldHyperlink(TabularSource, ISourceData, String, String, int) - Method in class lumis.service.link.LinkTabularDataControl
 
getFieldHyperlink(TabularSource, ISourceData, String, String, int) - Method in class lumis.service.portalmanagement.filesystem.FileSystemTabularData
 
getFieldHyperlink(TabularSource, ISourceData, String, String, int) - Method in class lumis.service.wsrp.producer.ProducerAdminListTabularDataControl
 
getFieldId() - Method in class lumis.doui.hyperlink.DouiHyperlinkItemParameterField
 
getFieldId(String) - Method in class lumis.doui.source.TabularSource
Deprecated. This method may be removed in the future, because it is public and references field xml definition.
getFieldId() - Method in class lumis.doui.table.filter.TableSourceFilter
 
getFieldIdByPublishFieldType(String) - Method in class lumis.content.control.autolayout.AutoLayoutLanguageInformationControl
 
getFieldIdByPublishFieldType(String) - Method in class lumis.content.control.autolayout.AutoLayoutPublishingInformationControl
 
getFieldIds(String) - Method in class lumis.doui.source.TabularSource
Deprecated. This method may be removed in the future, because it is public and references field xml definition.
getFieldName() - Method in class lumis.doui.control.DataBoundControl
Returns the field name that the data control is associated to.
getFieldName() - Method in interface lumis.doui.control.IDataBoundControl
Returns the field name that the data control is associated to.
getFieldName(String) - Method in class lumis.doui.source.TabularSource
Returns the field name given a field id.
getFieldName() - Method in class lumis.portal.serialization.SerializationSettings.CollectionAliasSettings
 
getFieldName() - Method in class lumis.util.query.QueryField
 
getFields() - Method in interface lumis.content.wizard.ICreateParams.ITable
 
getFields(Node) - Static method in class lumis.doui.control.datagrid.DataGridControlField
 
getFields(List<ITabularSourceField>) - Static method in class lumis.doui.control.datagrid.DataGridControlFieldTabularSourceFieldWrapper
 
getFields() - Method in class lumis.doui.source.Source
Returns a unmodifiable list of the fields in this source.
getFields(String) - Method in class lumis.search.SearchContent
Returns a collection of fields with the given name.
getFields() - Method in class lumis.util.query.QueryBase
 
getFieldsDefinitionNode() - Method in class lumis.doui.source.TabularSource
Returs the fields node of the source.
getFieldsToSelect() - Method in class lumis.doui.table.field.TableSourceFieldMapping
 
getFieldValues(String) - Method in class lumis.search.SearchContent
Returns the values of all fields with the given name.
getFile(SessionConfig, FileConfig, ITransaction) - Method in class lumis.portal.file.FileManager
 
getFile(SessionConfig, FileConfig, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns the File object for accessing the corresponding file in the filesystem.
getFile() - Method in class lumis.portal.filesystem.event.FileSystemEvent
Returns the affected file or folder.
getFileConfigsByFilesId(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
 
getFileConfigsByFilesId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns a collection of FileConfig of file entries belonging to the files with the given id.
getFileDao() - Static method in class lumis.portal.dao.DaoFactory
 
getFileDownloadMonitor(FileConfig, ITransaction) - Static method in class lumis.portal.file.FileMonitorUtil
Returns a monitor for the "lumis.portal.file.ev.download" event.
getFileDownloadUrl(String) - Static method in class lumis.portal.file.FileDownloadControllerHtml
Returns the URL for downloading the file with the given id.
getFileDownloadUrl(String, boolean) - Static method in class lumis.portal.file.FileDownloadControllerHtml
Returns the URL for downloading the file with the given id.
getFileHref(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
 
getFileHref(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns the href that is used to access the specified file.
getFileId() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getFileManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getFileName() - Method in class lumis.portal.xslcache.XslCacheConfig
 
getFilenameParameterName(String) - Method in class lumis.doui.control.fileupload.FileUploadControl
 
getFileParameter(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getFileParameter(String) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getFileParser(String) - Static method in class lumis.util.parse.ParserFactory
Returns the file parser object for a specified MIME content type.
getFilePath() - Method in class lumis.portal.css.CssConfig
 
getFilePath() - Method in class lumis.portal.page.cache.PageCacheConfig
Returns the path to the cache file, relative to the portal application web root.
getFilePath() - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
 
getFilesConfig(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
 
getFilesConfig(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns the FilesConfig for a files with the given filesId.
getFilesDao() - Static method in class lumis.portal.dao.DaoFactory
 
getFileSize() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getFileSize() - Method in class lumis.portal.file.FileConfig
 
getFileSystemManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the portal file system manager.
getFileUploadDeniedExtensionsPattern() - Static method in class lumis.portal.PortalContext
Returns the pattern for matching file extensions whose upload are to be denied.
getFileUploadMonitor(FileConfig, ITransaction) - Static method in class lumis.portal.file.FileMonitorUtil
Returns a monitor for the "lumis.portal.file.ev.upload" event.
getFileWriter(String, boolean) - Static method in class lumis.util.TextUtil
Deprecated. Since 4.0.9 because this method uses the system default charset encoding.
getFilter(String) - Method in interface lumis.doui.source.filter.ISourceFilter
Returns the filter with the given id.
getFilter() - Method in class lumis.doui.source.Source
Returns the filter for this source.
getFilter() - Method in class lumis.doui.table.field.TableSourceFieldMapping
 
getFilter(String) - Method in class lumis.doui.table.filter.AbstractTableSourceFilter
 
getFilter(String) - Method in class lumis.doui.table.filter.CompositeTableSourceFilter
 
getFilter(String) - Method in interface lumis.doui.table.filter.ITableSourceFilter
 
getFilter(QueryBase) - Method in class lumis.doui.table.QueryBuilder
 
getFilter() - Method in class lumis.doui.table.TableSource
 
getFilter(QuerySelect) - Method in interface lumis.portal.group.databaseviewmembership.formula.IFormulaStatement
Returns a query filter that may be used to filter the principals that are accepted by this formula statement.
getFilter() - Method in class lumis.service.rss.RssConfig
 
getFilter(int) - Method in class lumis.util.query.QueryFilterGroup
 
getFilterConcatenation() - Method in interface lumis.util.query.IQueryFilter
 
getFilterConcatenation() - Method in class lumis.util.query.QueryFilterBase
 
getFilterName() - Method in class lumis.doui.control.filter.FilterControl
 
getFilterOperator() - Method in class lumis.util.query.QueryFilter
 
getFilterOperatorSQL() - Method in class lumis.util.query.QueryFilter
Returns the ANSI SQL operator value for the filterOperator.
getFilters() - Method in class lumis.search.filter.SearchFilterGroup
Returns the filters in this group.
getFilters() - Method in class lumis.util.query.QueryBase
 
getFilters() - Method in class lumis.util.query.QueryFilterGroup
 
getFiltersNode() - Method in class lumis.doui.source.Source
Returns the "filters" node of the source.
getFilterValue() - Method in class lumis.doui.table.filter.TableSourceFilter
 
getFinalStateId() - Method in class lumis.content.workflow.WorkflowTransitionConfig
Returns the identifier for the final state of this transition.
getFirstIdByChannelId(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Get the id of the first child page.
getFirstIdByChannelId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
 
getFirstIdByChannelId(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getFirstIdByChannelId(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getFirstMessage() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getFirstMessageId() - Method in class lumis.service.forum.ForumTopicConfig
 
getFirstName() - Method in class lumis.portal.user.UserConfig
 
getFirstName() - Method in class lumis.portal.webservice.user.User
 
getFirstPageByChannelIdRecursively(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns the first page for a channel, including pages in sub-channels.
getFirstPageByChannelIdRecursively(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getFlags() - Method in interface lumis.portal.cluster.IClusterTransmission
Returns the flags for this transmission.
getFlags() - Method in class lumis.portal.cluster.multiserver.ClusterTransmissionHeader
Returns the flags set in this header.
getFolder(String) - Method in class lumis.doui.control.filter.ParentFilterControl
Returns the information about the folder represented by the content with the given folderId as its primary key value.
getFolderIdsByParentAndName(SessionConfig, String, String, String, ITransaction) - Method in class lumis.service.document.DocumentManager
 
getFolderIdsByParentAndName(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.service.document.IDocumentManager
Returns the ids of the folders child of the given parent and with the given name.
getFolderIdsByParentAndName(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.service.image.IImageManager
Returns the ids of the folders child of the given parent and with the given name.
getFolderIdsByParentAndName(SessionConfig, String, String, String, ITransaction) - Method in class lumis.service.image.ImageManager
 
getFolderPath(SessionConfig, String, ITransaction) - Method in class lumis.service.document.DocumentManager
 
getFolderPath(SessionConfig, String, ITransaction) - Method in interface lumis.service.document.IDocumentManager
Returns the virtual path to the folder.
getFolderPath(SessionConfig, String, ITransaction) - Method in interface lumis.service.image.IImageManager
Returns the virtual path to the folder.
getFolderPath(SessionConfig, String, ITransaction) - Method in class lumis.service.image.ImageManager
 
getFor(int) - Static method in enum lumis.portal.channel.ChannelType
 
getForCreate() - Method in class lumis.portal.serialization.DeserializationContext.ImportMemberRules
 
getFormatter() - Method in class lumis.util.converter.DateTimeConverter.ISO8601DateTimeFormat
 
getFormControl() - Method in class lumis.doui.control.ControlContainer
 
getFormName() - Method in class lumis.doui.control.ControlContainer
 
getForProcess(String) - Method in interface lumis.service.newsletter.IScheduleDao
Gets a Schedule object setting it's status to Schedule#STATUS_PROCESSING.
getForProcess(String) - Method in class lumis.service.newsletter.ScheduleDaoHib
 
getForum(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
 
getForumContentId() - Method in class lumis.service.forum.ForumTopicConfig
 
getForumIdByTopicId(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
 
getForumIdsByCategory(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
 
getForumTopicIds(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
 
getForUpdate() - Method in class lumis.portal.serialization.DeserializationContext.ImportMemberRules
 
getFrameworkUrl() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the frameworkUrl used to generate html cache.
getFrameworkUrl() - Static method in class lumis.portal.PortalContext
 
getFriendlyPath(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getFriendlyPath(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get the friendly path of a channel.
getFriendlyPath() - Method in class lumis.portal.url.WebResource
Returns the friendly path to access this web resource.
getFriendlyPathType() - Method in class lumis.portal.channel.ChannelConfig
 
getFriendlyPathUserDefined() - Method in class lumis.portal.channel.ChannelConfig
 
getFriendlyURLPattern() - Method in class lumis.portal.channel.ChannelConfig
Returns the friendly URL pattern specific for this channel (non-inheritable).
getFriendlyURLPattern() - Method in class lumis.portal.channel.ChannelWebResource
 
getFriendlyURLPattern() - Method in class lumis.portal.url.WebResource
Returns the pattern to be used to resolve friendly URL for this web resource.
getFrom() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the from field of this mail.
getFromUserId() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getFromValue(String) - Static method in enum lumis.service.wsrp.common.WSRPVersionFromTo
Returns a WSRPVersionFromTo which contains the same value of value.
getFullName() - Method in class lumis.portal.user.UserConfig
 
getFullPath() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getFullPath() - Method in class lumis.portal.file.FileConfig
 
getGenerationLock(String) - Method in class lumis.portal.page.cache.PageCacheManager
Gets a lock for generating a cached page.
getGeneratorPageCacheId() - Method in class lumis.portal.presentation.PresentationControllerHtml
Returns the identifier of the page cache the current request is generating.
getGenericAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getGlobalGroups() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
Returns the global groups for serializing.
getGlobalGroups() - Method in class lumis.portal.serialization.BaseSerializationContext
Returns the global groups for serializing.
getGlobalPrincipalIds() - Method in class lumis.util.security.acl.serialization.AclSerializationManager.AclGlobalPrincipalEntriesRemovalResult
 
getGroup() - Method in interface lumis.portal.cluster.IClusterMessage
The group where the data was sent to.
getGroupAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getGroupAclSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getGroupConfig() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the group configuration this formula entry belongs to.
getGroupConfigurationInterfaceId() - Method in class lumis.portal.group.AbstractGroupMembershipProvider
 
getGroupConfigurationInterfaceId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
 
getGroupConfigurationInterfaceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getGroupConfigurationInterfaceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Returns the interface identifier for editing membership configurations of groups of a specific group type.
getGroupConfigurationInterfaceId() - Method in interface lumis.portal.group.IGroupMembershipProvider
Returns the interface identifier for editing configurations at a group scope.
getGroupId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupConfig
Returns the identifier of the group this configuration refers to.
getGroupId() - Method in class lumis.portal.group.serialization.GroupMemberConfig
 
getGroupLocalizedName() - Method in class lumis.service.portalmanagement.groupacl.GroupAclControl
Returns the localized name of the group whose acl this control edits.
getGroupManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getGroupMembershipProviderClassName() - Method in class lumis.portal.group.GroupType
Returns the class name of the IGroupMembershipProvider to be used for this group type.
getGroups() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getGroups(String) - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
 
getGroups(String) - Method in interface lumis.portal.group.IGroupMembershipProvider
Returns the groups of a principal.
getGroups(String) - Method in class lumis.portal.group.standardmembership.StandardGroupMembershipProvider
 
getGroupSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getGroupType() - Method in class lumis.portal.group.AbstractGroupMembershipProvider
Returns the group type this instance is providing group membership to.
getGroupType() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the group type this configuration is for.
getGroupType(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getGroupType(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Returns a group type.
getGroupTypeConfig() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewField
Returns the group type configuration this field definition belongs to.
getGroupTypeConfigurationInterfaceId() - Method in class lumis.portal.group.AbstractGroupMembershipProvider
 
getGroupTypeConfigurationInterfaceId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
 
getGroupTypeConfigurationInterfaceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getGroupTypeConfigurationInterfaceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Returns the interface identifier for editing membership configurations for a group type.
getGroupTypeConfigurationInterfaceId() - Method in interface lumis.portal.group.IGroupMembershipProvider
Returns the interface identifier for editing configurations at a group type scope.
getGroupTypeId() - Method in class lumis.portal.group.GroupConfig
 
getHasViolation() - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
 
getHeader(String) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getHeader() - Method in class lumis.service.rss.RssConfig
 
getHeight() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getHeight() - Method in class lumis.service.banner.BannerConfig
 
getHibernateType() - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc.Parameter
 
getHighlightEndDateTime() - Method in class lumis.content.core.ContentPublication
Returns the date-time when this publication should no longer be highlighted.
getHighlightEndDateTime() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getHit(int) - Method in class lumis.search.lucene.LuceneSearchResults
 
getHit(int) - Method in class lumis.search.SearchResults
Returns a hit of the collection.
getHitCount() - Method in interface lumis.portal.cache.ICacheStatistics
Returns the number of searchs that successfully found the entry in the cache.
getHitCount() - Method in class lumis.search.lucene.LuceneSearchResults
 
getHitCount() - Method in class lumis.search.SearchResults
Returns the number of hits in the collection.
getHolderPriority() - Method in class lumis.portal.page.template.InterfaceInstanceNodeWrapper
 
getHolderPriority() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getHref(SessionConfig, String, Node, ITransaction) - Method in class lumis.portal.serviceinterface.menu.AddPopupInterface
 
getHref(SessionConfig, String, Node, ITransaction) - Method in class lumis.portal.serviceinterface.menu.AddStylePopupInterface
 
getHref(SessionConfig, String, Node, ITransaction) - Method in interface lumis.portal.serviceinterface.menu.IServiceInterfaceMenuItem
 
getHtmlContent() - Method in class lumis.service.banner.BannerConfig
 
getHtmlData(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Static method in class lumis.service.html.HtmlDataProvider
Returns the html data for a Html interface instance.
getHtmlFileExtension() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the extension used for html files.
getHtmlGenerationConfig() - Static method in class lumis.portal.PortalContext
Returns the configuration for the html generation.
getHtmlMsg() - Method in interface lumis.portal.sendmail.IMailBody
The html message in the body, or null if there is no html message.
getHttpAuthenticator() - Static method in class lumis.portal.authentication.http.HttpAuthenticatorFactory
Returns the IHttpAuthenticator configured for the Portal.
getHttpAuthenticator() - Static method in class lumis.portal.PortalContext
Returns the configured IHttpAuthenticator class name.
getHyperlink(ISourceData, String, String, IURLFactory) - Static method in class lumis.service.link.LinkHyperlink
Returns the hyperlink URL for a link source row.
getHyperLinkConfig(Node) - Method in class lumis.doui.hyperlink.DouiHyperlink
 
getHyperlinkDefaultParameters() - Method in class lumis.content.table.ContentTableSource
 
getHyperlinkDefaultParameters() - Method in class lumis.doui.source.Source
Returns the default parameters that should be used when creating a hyperlink url from this source.
getHyperlinkDefaultParameters() - Method in class lumis.doui.source.TabularSource
 
getHyperlinkDefinitionNodes() - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getHyperlinkItemId() - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getHyperLinkManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getHyperlinkNode(String, String) - Method in class lumis.doui.control.filter.ParentFilterControl.ParentFilterHyperlink
 
getHyperlinkNode(String, String) - Method in class lumis.doui.hyperlink.DouiHyperlink
 
getHyperlinksDefinitionNode() - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getHyperlinkServiceId(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.portal.hyperlink.HyperLinkManager
 
getHyperlinkServiceId(SessionConfig, HyperLinkConfig, ITransaction) - Method in interface lumis.portal.hyperlink.IHyperLinkManager
Returns the id of the service related to the given hyperlink.
getIcon() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getIcon() - Method in class lumis.portal.file.FileMimeTypeConfig
 
getId() - Method in class lumis.collaboration.chat.ChatConversationConfig
 
getId() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getId() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getId() - Method in class lumis.content.core.Content
Returns this content's identifier.
getId() - Method in class lumis.content.core.ContentAssociation
 
getId() - Method in class lumis.content.core.ContentLocale
Returns the identifier for this object.
getId() - Method in class lumis.content.core.ContentPublication
Return the unique identifier for this publication object.
getId() - Method in class lumis.content.core.ContentVersion
Returns the identifier for this content version.
getId() - Method in class lumis.content.metadata.CommentConfig
Deprecated.  
getId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getId() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getId() - Method in class lumis.content.source.field.type.WorkflowStateDataType
 
getId() - Method in class lumis.content.wizard.ContentWizardServiceConfig
 
getId() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getId() - Method in class lumis.content.workflow.serialization.WorkflowPermissionSerializableConfig
 
getId() - Method in class lumis.content.workflow.serialization.WorkflowSerializableConfig
 
getId() - Method in class lumis.content.workflow.WorkflowConfig
Returns this workflow's identifier.
getId() - Method in class lumis.content.workflow.WorkflowRoleConfig
Returns this role's identifier.
getId() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the identifier for this state.
getId() - Method in class lumis.content.workflow.WorkflowTransitionConfig
Returns the identifier for this transition.
getId() - Method in class lumis.doui.control.Control
 
getId() - Method in class lumis.doui.control.ControlConfig
 
getId() - Method in class lumis.doui.control.datagrid.DataGridControlField
 
getId() - Method in class lumis.doui.control.datagrid.DataGridControlFieldTabularSourceFieldWrapper
 
getId() - Method in interface lumis.doui.control.datagrid.IDataGridControlField
 
getId() - Method in interface lumis.doui.control.filter.ParentFilterControl.IFolder
 
getId() - Method in interface lumis.doui.control.IControl
 
getId() - Method in class lumis.doui.datatype.AbstractDouiDataType
 
getId() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the id for this data type.
getId() - Method in interface lumis.doui.processaction.IProcessActionHandler
Returns the identifier for the process action handler.
getId() - Method in class lumis.doui.processaction.ProcessActionConfig
 
getId() - Method in class lumis.doui.processaction.ProcessActionHandler
 
getId() - Method in class lumis.doui.source.field.BaseSourceField
 
getId() - Method in interface lumis.doui.source.field.ISourceField
 
getId() - Method in class lumis.doui.source.field.type.BooleanDataType
 
getId() - Method in class lumis.doui.source.field.type.ChannelDataType
 
getId() - Method in class lumis.doui.source.field.type.DateDataType
 
getId() - Method in class lumis.doui.source.field.type.DateTimeDataType
 
getId() - Method in class lumis.doui.source.field.type.DoubleDataType
 
getId() - Method in class lumis.doui.source.field.type.FileDataType
 
getId() - Method in class lumis.doui.source.field.type.FilesDataType
 
getId() - Method in class lumis.doui.source.field.type.GuidDataType
 
getId() - Method in class lumis.doui.source.field.type.HtmlDataType
 
getId() - Method in class lumis.doui.source.field.type.IntegerDataType
 
getId() - Method in class lumis.doui.source.field.type.LongDataType
 
getId() - Method in class lumis.doui.source.field.type.PageDataType
 
getId() - Method in class lumis.doui.source.field.type.PageOrPageTemplateDataType
 
getId() - Method in class lumis.doui.source.field.type.PageTemplateDataType
 
getId() - Method in class lumis.doui.source.field.type.ParentContentDataType
 
getId() - Method in class lumis.doui.source.field.type.PrincipalDataType
 
getId() - Method in class lumis.doui.source.field.type.StringDataType
 
getId() - Method in class lumis.doui.source.field.type.TextDataType
 
getId() - Method in class lumis.doui.source.field.type.TimeDataType
 
getId() - Method in class lumis.doui.source.Source
Returns the source id.
getId() - Method in class lumis.doui.source.SourceConfig
 
getId() - Method in class lumis.doui.table.filter.AbstractTableSourceFilter
 
getId() - Method in interface lumis.portal.cache.ICacheConfig
Returns the identifier of the cache.
getId() - Method in class lumis.portal.cache.PortalCache
 
getId() - Method in class lumis.portal.channel.ChannelConfig
 
getId() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getId() - Method in class lumis.portal.channel.template.ChannelTemplateLinkConfig
 
getId() - Method in class lumis.portal.channel.template.serialization.ChannelTemplateLinkSerializableConfig
 
getId() - Method in class lumis.portal.channel.tree.GenericChannelChild
 
getId() - Method in interface lumis.portal.channel.tree.IChannelChild
 
getId() - Method in class lumis.portal.clock.ClockConfig
Returns the identifier for this clock.
getId() - Method in interface lumis.portal.cluster.IClusterTransmission
Returns a unique identifier for this transmission.
getId() - Method in class lumis.portal.css.CssConfig
 
getId() - Method in class lumis.portal.css.serialization.CssSerializableConfig
 
getId() - Method in interface lumis.portal.deployment.IModule
Returns the module identifier.
getId() - Method in class lumis.portal.event.ObserverConfig
 
getId() - Method in class lumis.portal.file.FileConfig
 
getId() - Method in class lumis.portal.file.FileMimeTypeConfig
 
getId() - Method in class lumis.portal.file.FilesConfig
 
getId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewField
Returns the identifier of this field.
getId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the identifier of this entry.
getId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupConfig
Returns the identifier for this configuration.
getId() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the identifier for this instance.
getId() - Method in class lumis.portal.group.GroupConfig
 
getId() - Method in class lumis.portal.group.GroupType
Returns the identifier for this group type.
getId() - Method in class lumis.portal.group.serialization.GroupMemberSerializableConfig
 
getId() - Method in class lumis.portal.group.serialization.GroupSerializableConfig
 
getId() - Method in class lumis.portal.metatag.MetaTagConfig
 
getId() - Method in interface lumis.portal.monitor.IAggregationType
Returns the identifier for this aggregation type.
getId() - Method in interface lumis.portal.monitor.ICategory
Returns the identifier for this category.
getId() - Method in interface lumis.portal.monitor.IEvent
Returns the identifier for this event.
getId() - Method in interface lumis.portal.monitor.IMeasureType
Returns the identifier for this measure type.
getId() - Method in class lumis.portal.page.cache.PageCacheConfig
 
getId() - Method in class lumis.portal.page.link.PageLinkConfig
 
getId() - Method in class lumis.portal.page.PageConfig
 
getId() - Method in class lumis.portal.page.serialization.PageSerializableConfig
 
getId() - Method in class lumis.portal.page.template.InterfaceInstanceNodeWrapper
 
getId() - Method in class lumis.portal.preferences.Preferences
 
getId() - Method in class lumis.portal.preferences.PreferencesPrincipal
 
getId() - Method in class lumis.portal.preferences.PreferencesPrincipalEntry
 
getId() - Method in class lumis.portal.principal.importprincipal.PrincipalReaderConfig
Get id
getId() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get id
getId() - Method in class lumis.portal.principal.PrincipalConfig
 
getId() - Method in class lumis.portal.propertybag.Property
Returns the identifier of this property.
getId() - Method in class lumis.portal.propertybag.PropertyBag
Returns the identifier of this property bag.
getId() - Method in class lumis.portal.publicdatafolder.PublicDataFolder
 
getId() - Method in class lumis.portal.report.Report
Returns the identifier for this report.
getId() - Method in class lumis.portal.report.ReportParameter
Returns the identifier of this parameter.
getId() - Method in class lumis.portal.report.ReportType
Returns this report type identifier.
getId() - Method in class lumis.portal.report.ReportTypeParameter
Returns the identifier of this report type parameter.
getId() - Method in class lumis.portal.sendmail.dao.hibernate.MailQueue
 
getId() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the id of this mail.
getId() - Method in interface lumis.portal.sendmail.IMailAttachment
Returns a unique identifier for this attachment.
getId() - Method in interface lumis.portal.sendmail.IMailDestination
Returns a unique identifier for this destination.
getId() - Method in class lumis.portal.serialization.SerializationMessageConfig
 
getId() - Method in class lumis.portal.service.ServiceConfig
 
getId() - Method in class lumis.portal.service.type.ServiceTypeConfig
 
getId() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDependencySerializableConfig
 
getId() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializableConfig
 
getId() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getId() - Method in class lumis.portal.serviceinstance.ServiceInstanceDependencyConfig
 
getId() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeConfig
 
getId() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeConfig
 
getId() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getId() - Method in class lumis.portal.serviceinterface.style.serialization.ServiceInterfaceStyleSerializableConfig
 
getId() - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
 
getId() - Method in class lumis.portal.serviceinterface.type.ServiceInterfaceTypeConfig
 
getId() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializableConfig
 
getId() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getId() - Method in class lumis.portal.url.WebResource
Returns the unique identifier for this web resource.
getId() - Method in class lumis.portal.user.serialization.UserSerializableConfig
 
getId() - Method in class lumis.portal.user.UserConfig
 
getId() - Method in class lumis.portal.webservice.user.User
 
getId() - Method in class lumis.service.banner.BannerCategoryConfig
 
getId() - Method in class lumis.service.banner.BannerConfig
 
getId() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getId() - Method in class lumis.service.chatroom.AnyDataType
 
getId() - Method in class lumis.service.chatroom.ChatRoomConfig
 
getId() - Method in class lumis.service.document.DocumentConfig
 
getId() - Method in class lumis.service.document.field.DocumentDataType
 
getId() - Method in class lumis.service.forum.ForumCategoryConfig
 
getId() - Method in class lumis.service.forum.ForumConfig
 
getId() - Method in class lumis.service.forum.ForumMessageConfig
 
getId() - Method in class lumis.service.forum.ForumTopicConfig
 
getId() - Method in class lumis.service.image.field.ImageDataType
 
getId() - Method in class lumis.service.image.ImageConfig
 
getId() - Method in class lumis.service.link.LinkCategoryConfig
 
getId() - Method in class lumis.service.mailmarketing.Bulletin
 
getId() - Method in class lumis.service.mailmarketing.Category
 
getId() - Method in class lumis.service.mailmarketing.UserSubscription
 
getId() - Method in class lumis.service.newsletter.Category
Returns the id.
getId() - Method in class lumis.service.newsletter.Model
Returns the id.
getId() - Method in class lumis.service.newsletter.Schedule
 
getId() - Method in class lumis.service.newsletter.Subscription
Returns the id.
getId() - Method in class lumis.service.resourcescheduler.ResourcesDataType
 
getId() - Method in class lumis.service.rss.RssConfig
 
getId() - Method in class lumis.service.seo.robotstxt.RobotsTxtSitemap
Returns the id.
getId() - Method in class lumis.service.seo.robotstxt.UserAgent
Returns the id.
getId() - Method in class lumis.service.seo.robotstxt.UserAgentPermission
Returns the id.
getId() - Method in class lumis.service.seo.sitemap.SitemapChannel
Returns the identifier.
getId() - Method in class lumis.service.vote.VoteQuestionConfig
 
getId() - Method in class lumis.upgrade.BuildConfig
 
getId() - Method in class lumis.util.security.acl.AccessControlList
 
getId() - Method in class lumis.util.security.acl.Principal
 
getId() - Method in class lumis.util.security.acl.serialization.AccessControlListEntrySerializableConfig
 
getId() - Method in class lumis.util.security.acl.serialization.AccessControlListSerializableConfig
 
getIdByChannelPrefix(ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getIdByChannelPrefix(ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
 
getIdByItemInfo(String, String, String, String, ITransaction) - Method in class lumis.portal.file.FileDaoJdbc
 
getIdByItemInfo(String, String, String, String, ITransaction) - Method in interface lumis.portal.file.IFileDao
Get the fileId refered by a content with the given ids.
getIdByMimeType(String, ITransaction) - Method in class lumis.service.portalmanagement.filemimetype.FileMimeTypeDaoJdbc
 
getIdByStringInfo(CustomStringConfig, ITransaction) - Method in class lumis.portal.localization.CustomStringLocalizationDaoJdbc
 
getIdByStringInfo(CustomStringConfig, ITransaction) - Method in interface lumis.portal.localization.ICustomStringLocalizationDao
Get CustomStringId from stringId, resourcePath and localeCode
getIdByUserId(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Get the id of the user's home page.
getIdByUserId(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getIdentification() - Method in class lumis.util.query.QueryField
 
getIdentification() - Method in class lumis.util.query.QueryTable
 
getIdentifier(DouiConfig) - Method in class lumis.doui.dao.DouiDaoHib
 
getIdentifier(T) - Method in class lumis.portal.dao.hibernate.GenericHibernateManualUpdateDao
 
getIdentifier(PageConfig) - Method in class lumis.portal.page.PageDaoHib
 
getIdentifier(ServiceConfig) - Method in class lumis.portal.service.ServiceDaoHib
 
getIdentifier(ServiceInterfaceMenuGroupTypeConfig) - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeDaoHib
 
getIdentifier(ServiceInterfaceMenuItemTypeConfig) - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeDaoHib
 
getIdentifier(ServiceInterfaceConfig) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoHib
 
getIdentifier(Category) - Method in class lumis.service.newsletter.CategoryDaoHib
 
getIdentifier(Model) - Method in class lumis.service.newsletter.ModelDaoHib
 
getIdentifier(Schedule) - Method in class lumis.service.newsletter.ScheduleDaoHib
 
getIdentifier(Subscription) - Method in class lumis.service.newsletter.SubscriptionDaoHib
 
getIdFieldValue() - Method in class lumis.search.SearchContent
Returns the value of the identifier field.
getIdMapping(String) - Method in class lumis.portal.serialization.DeserializationConfig
 
getIdMapping(String) - Method in class lumis.portal.serialization.DeserializationContext
 
getIdMapping(String) - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
 
getIds(SessionConfig, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getIds(SessionConfig, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Get all groups.
getIds(SessionConfig, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Get the ids of all services instances
getIds(SessionConfig, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getIdsByChannelId(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Get the list of page's ids given the channel's id.
getIdsByChannelId(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getIdsByChannelId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Get the ids of the services instances by passing the channel id.
getIdsByChannelId(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getIdsByChannelIdAndServiceId(String, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get a list of ids in a given channel and of a given service.
getIdsByChannelIdAndServiceId(String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getIdsByChannelTree(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Get the ids of the services instances of all the channel tree by passing the tree's root channel id.
getIdsByChannelTree(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getIdsByFilesId(String, ITransaction) - Method in class lumis.portal.file.FileDaoJdbc
 
getIdsByFilesId(String, ITransaction) - Method in interface lumis.portal.file.IFileDao
Return the file ids that belongs to the files with the given id.
getIdsByFilesIdAndType(String, int, ITransaction) - Method in class lumis.portal.file.FileDaoJdbc
 
getIdsByFilesIdAndType(String, int, ITransaction) - Method in interface lumis.portal.file.IFileDao
Return the file ids that belongs to the files with the given id and with the given type.
getIdsByPageId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get a list of ids by passing the page's id.
getIdsByPageId(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByPageTemplateId(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getIdsByPageTemplateId(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getIdsByPageTemplateId(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
Get the Ids of all channels that have the specified page template as the default page template
getIdsByPageTemplateId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Retrieves the Ids of all channel that uses the specified page template as default page template
getIdsByParentChannelId(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getIdsByParentChannelId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get a list of sub channel's id given the parent Channel's id.
getIdsByParentChannelId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns all the pages that have the given channel as their parent channel.
getIdsByParentChannelId(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getIdsByParentChannelIdRecursively(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
 
getIdsByParentChannelIdRecursively(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getIdsByParentId(String, ITransaction) - Method in interface lumis.portal.metatag.IMetaTagDao
Get a list of meta-tag ids given the parentId
getIdsByParentId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.metatag.IMetaTagManager
Get a list of meta-tag ids given the parent channelId or pageId
getIdsByParentId(String, ITransaction) - Method in class lumis.portal.metatag.MetaTagDao
 
getIdsByParentId(SessionConfig, String, ITransaction) - Method in class lumis.portal.metatag.MetaTagManager
 
getIdsByParentId(String, ITransaction) - Method in class lumis.util.security.acl.AccessControlDaoJdbc
 
getIdsByParentId(String, ITransaction) - Method in interface lumis.util.security.acl.IAccessControlDao
Return the Ids of the ACLs that has the given parentId.
getIdsByParentTemplateId(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getIdsByParentTemplateId(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getIdsByParentTemplateId(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
Get the Ids of all channels associated with the specified template id.
getIdsByParentTemplateId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Retrieves the Ids of all channel that uses the specified channel template.
getIdsByParentTemplateId(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
Add the CSS to the page.
getIdsByParentTemplateId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
 
getIdsByParentTemplateId(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getIdsByParentTemplateId(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getIdsByServiceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Get the ids of the services instances by passing the service id.
getIdsByServiceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getIdsByServiceId(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceDao
Get all interfaces ids from a given service.
getIdsByServiceId(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the service interface ids from a given service.
getIdsByServiceId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoHib
 
getIdsByServiceId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceDaoJdbc
 
getIdsByServiceId(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getIdsByServiceInstanceAndDependencyType(String, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get the ids of the service instances that the given service instance depends on by the given dependency type.
getIdsByServiceInstanceAndDependencyType(String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getIdsByServiceInstanceAndEmail(String, String, ITransaction) - Method in interface lumis.service.newsletter.ISubscriptionDao
Returns the ids of the subscriptions for the given email in the specified service instance id.
getIdsByServiceInstanceAndEmail(String, String, ITransaction) - Method in class lumis.service.newsletter.SubscriptionDaoHib
 
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getIdsByServiceInstanceId(String, ITransaction) - Method in class lumis.portal.file.FileDaoJdbc
 
getIdsByServiceInstanceId(String, ITransaction) - Method in interface lumis.portal.file.IFileDao
Return the file ids that belongs to the specified service instance.
getIdsByServiceInstanceId(String, ITransaction) - Method in interface lumis.portal.page.IPageDao
 
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
 
getIdsByServiceInstanceId(String, ITransaction) - Method in class lumis.portal.page.PageDaoHib
 
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getIdsByServiceInstanceId(String, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get a list of ids given the id of the id of the service's instance.
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get a list of ids by passing the id of the service instance.
getIdsByServiceInstanceId(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get the Ids given the ServiceInstanceId.
getIdsByServiceInstanceId(String, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByServiceInstanceId(SessionConfig, String, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByServiceInstanceId(String, ITransaction) - Method in interface lumis.service.rss.IRssDao
Get the Rss ids by the Service Instance Id
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in interface lumis.service.rss.IRssManager
Get the Rss ids by the Service Instance Id
getIdsByServiceInstanceId(String, ITransaction) - Method in class lumis.service.rss.RssDao
 
getIdsByServiceInstanceId(SessionConfig, String, ITransaction) - Method in class lumis.service.rss.RssManager
 
getIdsByServiceInterfaceId(String, ITransaction) - Method in interface lumis.portal.serviceinterface.style.IServiceInterfaceStyleDao
Get a list of ids given the id of the service's interface.
getIdsByServiceInterfaceId(String, ITransaction) - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleDaoJdbc
 
getIdsByServiceInterfaceId(String, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get a list of ids given the id of the service's interface.
getIdsByServiceInterfaceId(String, boolean, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get a list of ids given the id of the service's interface.
getIdsByServiceInterfaceId(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get a list of ids by passing the ids of the service interface.
getIdsByServiceInterfaceId(SessionConfig, String, boolean, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get a list of ids by passing the ids of the service interface.
getIdsByServiceInterfaceId(String, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getIdsByServiceInterfaceId(String, boolean, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getIdsByServiceInterfaceId(SessionConfig, String, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByServiceInterfaceId(SessionConfig, String, boolean, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByServiceInterfaceIdAndServiceInstanceId(String, String, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get a list of ids given the id of the service's interface and the id of the service's instance.
getIdsByServiceInterfaceIdAndServiceInstanceId(String, String, boolean, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get a list of ids given the id of the service's interface and the id of the service's instance.
getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig, String, String, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get a list of ids by passing the ids of service interface and the service instance.
getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig, String, String, boolean, boolean, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get a list of ids by passing the ids of service interface and the service instance.
getIdsByServiceInterfaceIdAndServiceInstanceId(String, String, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getIdsByServiceInterfaceIdAndServiceInstanceId(String, String, boolean, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig, String, String, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig, String, String, boolean, boolean, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsByServiceInterfaceStyleId(String, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get the id given the id of the service's interface's style.
getIdsByServiceInterfaceStyleId(SessionConfig, String, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get the Ids given the ServiceInterfaceStyleId.
getIdsByServiceInterfaceStyleId(String, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getIdsByServiceInterfaceStyleId(SessionConfig, String, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getIdsOfDependentServiceInstances(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get the ids of all service instances that depends on the given service instance.
getIdsOfDependentServiceInstances(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getIfDoesNotExistInDestination() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get the option of execution when the user or group doesn't exists in destination
getIfDoesNotExistInSource() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get the option of execution when the user or group doesn't exists in source.
getIfExistsInDestination() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get the option of execution when the user or group exists in destination.
getImage() - Method in class lumis.portal.service.ServiceConfig
 
getImage() - Method in class lumis.service.banner.BannerConfig
 
getImageFile() - Method in class lumis.service.image.ImageConfig
 
getImageId() - Method in class lumis.service.image.field.ImageDataType.Data
 
getImageLarge() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getImageLarge() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the href for the large image icon to be used for this state.
getImageManager() - Static method in class lumis.service.image.ImageManagerFactory
Returns an image manager instance.
getImageSmall() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getImageSmall() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the href for the small image icon to be used for this state.
getImplementationClass() - Method in class lumis.portal.service.ServiceConfig
 
getImplementationClass() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getImpliedPermissions(String) - Static method in class lumis.util.PermissionXmlUtil
 
getImplies() - Static method in enum lumis.portal.acl.PortalPermissions
 
getImplies() - Static method in enum lumis.portal.channel.acl.ChannelPermissions
 
getImplies() - Static method in enum lumis.portal.group.acl.GroupPermissions
 
getImplies() - Static method in enum lumis.portal.page.acl.PagePermissions
 
getImplies() - Static method in enum lumis.portal.page.template.acl.PageTemplatePermissions
 
getImplies() - Static method in enum lumis.portal.service.acl.ServicePermissions
 
getImplies() - Method in class lumis.portal.serviceinstance.acl.ServiceInstancePermissions
 
getImplies(Class<T>) - Static method in class lumis.util.security.acl.Permissions
 
getImportMemberRules() - Method in class lumis.portal.serialization.DeserializationContext
 
getImportPrincipalManager() - Static method in class lumis.portal.principal.importprincipal.ImportPrincipalManagerFactory
Returns a import principal manager instance.
getIncludeContent() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getIncludeContent() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getIncludeUserMembership() - Method in class lumis.portal.serialization.SerializationContext
Indicates if information about users being member of a group being exported is to be included.
getIndexBasePath(SearchContent) - Method in class lumis.search.lucene.LuceneIndexer
 
getIndexBasePaths(SearchQuery) - Method in class lumis.search.lucene.LuceneSearcher
 
getIndexBasePaths(SearchAttributes) - Method in class lumis.search.lucene.LuceneSearcher
 
getIndexConfig() - Method in class lumis.doui.table.BaseTableDataProcessActionHandler
 
getIndexer(String, String) - Method in class lumis.doui.search.DouiIndexer
Returns the portal back-end Indexer that will be used by this DouiIndexer.
getIndexer(String) - Static method in class lumis.search.IndexerFactory
Creates an instance of the default Indexer class for the specified search engine.
getIndexer(String, String) - Static method in class lumis.search.IndexerFactory
Creates an instance of the Indexer class for the specified search engine and indexer.
The class is determined by an indexer config node in search config file.
getIndexerConfigNode(String, String) - Static method in class lumis.search.SearchContext
Returns the configuration node for one of the search engine's indexers.
getIndexerConfigNodes(String) - Static method in class lumis.search.SearchContext
Returns the configuration nodes for all indexers of a search engine.
getIndexerEngineId() - Method in class lumis.doui.source.TabularSource
Returns the identifier of the indexing engine for this source
getIndexerId() - Method in class lumis.doui.search.common.DouiIndexConfig
 
getIndexerId() - Method in class lumis.doui.source.TabularSource
Returns the identifier of the indexer for this source.
getInheritPermissionsMap() - Static method in enum lumis.portal.channel.acl.ChannelPermissions
 
getInheritPermissionsMap() - Static method in enum lumis.portal.group.acl.GroupPermissions
 
getInheritPermissionsMap() - Static method in enum lumis.portal.page.acl.PagePermissions
 
getInheritPermissionsMap() - Static method in enum lumis.portal.page.template.acl.PageTemplatePermissions
 
getInheritPermissionsMap() - Static method in enum lumis.portal.service.acl.ServicePermissions
 
getInheritPermissionsMap() - Method in class lumis.portal.serviceinstance.acl.ServiceInstancePermissions
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.channelacl.ChannelAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.genericacl.GenericAclActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.genericacl.GenericAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.groupacl.GroupAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.pageacl.PageAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.pagetemplateacl.PageTemplateAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.portalacl.PortalAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.serviceacl.ServiceAclProcessActionHandler
 
getInheritPermissionsMap() - Method in class lumis.service.portalmanagement.serviceinstanceacl.ServiceInstanceAclProcessActionHandler
 
getInheritsMetaTags() - Method in class lumis.portal.page.PageConfig
 
getInheritsStylesheets() - Method in class lumis.portal.page.PageConfig
 
getInitialPriority() - Method in class lumis.portal.page.cache.PageCacheConfig
Returns the initial priority value for this page cache.
getInitialStateId() - Method in class lumis.content.workflow.WorkflowTransitionConfig
Returns the identifier for the initial state of this transition.
getInnerProgressId() - Method in class lumis.portal.progress.ProgressConfig
 
getInputControlType() - Method in interface lumis.doui.source.filter.ISourceFilter
Returns the input control type for this filter doui frontend.
getInputControlType() - Method in class lumis.doui.table.filter.AbstractTableSourceFilter
 
getInputControlType() - Method in class lumis.doui.table.filter.CompositeTableSourceFilter
 
getInputControlType() - Method in class lumis.doui.table.filter.MonthTableSourceFilter
 
getInputControlType() - Method in class lumis.doui.table.filter.TableSourceFilter
 
getInputFile() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get input file path
getInputStream(String) - Method in class lumis.portal.serialization.persistency.fs.FSDirectory
 
getInputStream(String) - Method in class lumis.portal.serialization.persistency.fs.FSShallowDirectory
 
getInputStream(String) - Method in interface lumis.portal.serialization.persistency.IDirectory
Get an InputStream to a repository file.
getInputStream(String) - Method in class lumis.portal.serialization.persistency.sub.SubDirectory
 
getInputStream(String) - Method in class lumis.portal.serialization.persistency.zip.ZipDirectory
Get an InputStream to a repository file.
getInputStream() - Method in class lumis.portal.servicecontainer.ServiceContainerActionRequest
 
getInsertStatement(QueryInsert, ITransaction) - Method in interface lumis.util.query.IQueryAdapter
 
getInsertStatement(QueryInsert, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getInstallPath() - Method in interface lumis.content.wizard.ICreateParams
 
getInstance(String) - Static method in class lumis.doui.datatype.DouiDataTypeFactory
Creates and returns a doui data type instance.
getInstance(String) - Static method in class lumis.doui.source.field.type.SourceFieldTypes
 
getInstance() - Static method in class lumis.portal.clock.PortalClock
 
getInstance() - Static method in class lumis.portlet.container.pluto.PlutoPortletContainer
Returns the current instance of PlutoPortletContainer.
getInt() - Method in enum lumis.portal.channel.ChannelType
 
getInterfaceHolderId() - Method in class lumis.portal.page.template.InterfaceInstanceNodeWrapper
 
getInterfaceId() - Method in class lumis.content.control.contentpicker.ContentPickerControl
 
getInterfaceId() - Method in class lumis.doui.control.selectchannel.SelectChannelControl
 
getInterfaceId() - Method in class lumis.doui.control.selectchannel.SelectChannelOrChannelTemplateControl
 
getInterfaceId() - Method in class lumis.doui.control.selectchannel.SelectChannelTemplateControl
 
getInterfaceId() - Method in class lumis.doui.control.selectpage.SelectChannelChildControl
 
getInterfaceId() - Method in class lumis.doui.control.selectpage.SelectPageControl
 
getInterfaceId() - Method in class lumis.doui.control.selectpage.SelectPageOrPageTemplateControl
 
getInterfaceId() - Method in class lumis.doui.control.selectpage.SelectPageTemplateControl
 
getInterfaceId() - Method in class lumis.doui.control.selectserviceinstance.SelectServiceInstanceControl
 
getInterfaceId() - Method in class lumis.service.document.SelectDocumentServiceInstanceControl
 
getInterfaceId() - Method in class lumis.service.image.SelectImageServiceInstanceControl
 
getInterfaceId() - Method in class lumis.service.portalmanagement.serialization.SelectImportFileControl
 
getInterfaceInstanceHtmlCache(SessionConfig, String, Locale, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get the HTML Cache of the Interface Instance.
getInterfaceInstanceHtmlCache(SessionConfig, String, Locale, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getInterfaceInstanceNode() - Method in class lumis.portal.page.template.InterfaceInstanceNodeWrapper
 
getInterfaceSourceFieldsNode(Node, Node) - Method in class lumis.doui.service.DouiServiceInterface
Utility method that merges the fields in the given nodes and returns the merged resultant node.
getInterfaceTitleBarStyle() - Static method in class lumis.portal.PortalContext
 
getInterfaceType() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getIntervalAfterStabilization() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the interval after stabilization in milliseconds.
getIntervalBetweenPageGenerations() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the interval between page generations in milliseconds.
getIntroduction() - Method in class lumis.content.core.ContentVersion
Returns the introduction for this content version.
getIntroduction() - Method in class lumis.service.chatroom.ChatRoomConfig
 
getIntroduction() - Method in class lumis.service.newsletter.Model
Returns the introduction.
getIntroductionField() - Method in class lumis.doui.source.Source
Returns the field that is the introduction of this source.
getIntroductionText() - Method in class lumis.service.newsletter.Model
Returns the introduction for text mode.
getIsTarget(ContainerRequest, EntityID) - Method in class lumis.service.wsrp.consumer.WSRPContainer
 
getItemAlias() - Method in class lumis.portal.serialization.SerializationSettings.CollectionAliasSettings
 
getItemClass() - Method in class lumis.portal.serialization.SerializationSettings.CollectionAliasSettings
 
getItemId() - Method in class lumis.content.control.workflow.WorkflowMetaDataControl
 
getItemId() - Method in class lumis.content.core.ContentVersion
Returns the identifier for the business data this content version refers to.
getItemId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getItemKeyFieldId() - Method in class lumis.doui.control.itempicker.MultiItemPickerControl
 
getItemMax() - Method in class lumis.portal.progress.ProgressConfig
 
getItemNameFieldId() - Method in class lumis.doui.control.itempicker.MultiItemPickerControl
 
getItemProgressMax() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getItemProgressValue() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getItemType() - Method in class lumis.portal.channel.template.ChannelTemplateLinkConfig
 
getItemValue() - Method in class lumis.portal.progress.ProgressConfig
 
getJoinOperator() - Method in class lumis.util.query.QueryJoin
 
getJoins() - Method in class lumis.doui.table.field.TableSourceFieldMapping
 
getJoins() - Method in class lumis.util.query.QuerySelect
 
getJoinType() - Method in class lumis.util.query.QueryJoin
 
getJoinType() - Method in class lumis.util.query.QueryTable
 
getKey() - Method in class lumis.portal.PortalRequestParameters.PreviousParameters
The key for the previous parameters.
getKey() - Method in class lumis.portal.preferences.PreferencesPrincipalEntry
 
getKeywords() - Method in class lumis.content.webresource.ContentPageWebResourceDataProvider
 
getKeywords() - Method in class lumis.portal.page.PageConfig
 
getKeywords() - Method in class lumis.portal.page.webresource.AbstractPageWebResourceDataProvider
Returns the keywords for the page web resource.
getKeywords() - Method in class lumis.portal.page.webresource.DefaultPageWebResourceDataProvider
 
getKeywords() - Method in class lumis.portal.page.webresource.PageWebResourceData
Returns the page web resource keywords.
getKeywordsField() - Method in class lumis.doui.source.Source
 
getKind() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getLanguageContentId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getLanguageId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getLanguageId() - Method in class lumis.portal.page.cache.PageCacheConfig
Deprecated. 
getLastAccessDate() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getLastMessageDate() - Method in class lumis.service.forum.ForumConfig
 
getLastMessageDate() - Method in class lumis.service.forum.ForumTopicConfig
 
getLastMessageUser() - Method in class lumis.service.forum.ForumConfig
 
getLastMessageUser() - Method in class lumis.service.forum.ForumTopicConfig
 
getLastModifiedBy() - Method in class lumis.content.core.ContentVersion
Returns the identifier of the last principal that modified this version.
getLastModifiedBy() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getLastModifiedDateTime() - Method in class lumis.content.core.ContentVersion
Returns the last modification date-time for this version.
getLastModifiedDateTime() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getLastName() - Method in class lumis.portal.user.UserConfig
 
getLastName() - Method in class lumis.portal.webservice.user.User
 
getLastPostedMessageId(String, String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
Returns the id of the last message posted on the specified topic.
getLastPostedTopicId(String, String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
Returns the id of the last updated topic on the specified forum.
getLastProcessDateTime() - Method in class lumis.service.newsletter.Schedule
 
getLastRun() - Method in class lumis.portal.principal.importprincipal.PrincipalReaderConfig
Get date of last execution
getLastRun() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get date of last execution
getLastTick() - Method in class lumis.portal.clock.ClockConfig
Returns the date-time this clock has completed its last execution.
getLastTickStart() - Method in class lumis.portal.clock.ClockConfig
Returns the date-time this clock has started its last execution.
getLatestMessages(Node, ITransaction) - Method in class lumis.collaboration.chat.ChatControllerXml
 
getLatestMessages(SessionConfig, String, String, int, boolean, Date, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
Deprecated. 
getLatestMessages(SessionConfig, String, String, int, int, boolean, Date, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getLatestMessages(SessionConfig, String, String, int, boolean, Date, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Deprecated. Since 4.0.11 this method was replaced by IChatManager.getLatestMessages(SessionConfig, String, String, int, int, boolean, Date, ITransaction).
getLatestMessages(SessionConfig, String, String, int, int, boolean, Date, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns up to maxMessages messageConfigs for a given conversationId.
getLatestMessagesCount(SessionConfig, String, String, boolean, Date, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getLatestMessagesCount(SessionConfig, String, String, boolean, Date, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns the number of messages that exists and would be available for the #getLatestMessages(String, String, int, int, boolean, Date, ITransaction) method.
getLayout() - Method in class lumis.portal.page.PageConfig
 
getLayoutPagesType() - Method in class lumis.portal.channel.ChannelConfig
Returns the layout format for pages.
getLayoutPagesType(SessionConfig, ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getLayoutPagesType(SessionConfig, ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get a the page layout format.
getLayoutType(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns the layout type used for rendering the page to the end user.
getLayoutType() - Method in class lumis.portal.page.PageConfig
 
getLayoutType(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
 
getLeftField() - Method in class lumis.util.query.QueryAssignment
 
getLeftField() - Method in class lumis.util.query.QueryFilter
 
getLeftField() - Method in class lumis.util.query.QueryJoin
 
getLeftParentheses() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns a string containing left parentheses set in this entry.
getLegend() - Method in class lumis.service.image.field.ImageDataType.Data
 
getLegend() - Method in class lumis.service.image.ImageConfig
 
getLevel() - Method in interface lumis.util.log.ILogger
Returns the current minimum logging level logged by this instance.
getLevel() - Method in class lumis.util.log.Log4JLoggerWrapper
 
getLink() - Method in class lumis.service.rss.RssResultRow
 
getLinkFieldId() - Method in class lumis.service.rss.RssConfig
 
getLoad() - Method in class lumis.doui.source.Source
Returns the load property.
getLoadingHtmlMessage() - Static method in class lumis.portal.PortalContext
 
getLocale() - Method in class lumis.content.core.ContentLocale
Returns the locale this object refers to.
getLocale() - Method in class lumis.doui.control.Control
 
getLocale() - Method in class lumis.portal.authentication.SessionConfig
 
getLocale() - Method in class lumis.portal.localization.LocaleConfig
Returns the locale code.
getLocale() - Method in class lumis.portal.page.PageRenderDataChangedEvent
Returns the locale where the change applies.
getLocale() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getLocale() - Method in class lumis.portal.url.WebResource
Returns the locale for this web resource.
getLocale() - Method in class lumis.service.rss.RssConfig
 
getLocaleCode() - Method in class lumis.portal.localization.CustomStringConfig
 
getLocaleId() - Method in class lumis.portal.localization.LocaleConfig
Returns the localeId, a guid for identifying the locale in the portal database.
getLocalEntries() - Method in class lumis.util.security.acl.AccessControlList
 
getLocales(ITransaction) - Method in interface lumis.portal.localization.ILocalizationManager
Returns the available locales for the portal.
getLocales(ITransaction) - Method in class lumis.portal.localization.LocalizationManager
Returns a collection of locale config
getLocales() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getLocalGroupPrefix() - Method in class lumis.portal.channel.ChannelConfig
 
getLocalizableName() - Method in enum lumis.service.wsrp.common.WSRPVersionFromTo
Returns this constant localizable string.
getLocalizationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getLocalizedMessage(Locale) - Method in exception lumis.portal.PortalException
 
getLocalizedMessage() - Method in exception lumis.portal.PortalException
 
getLocalizedMessage(Locale) - Method in exception lumis.upgrade.UpgradeException
 
getLocalizedMessage() - Method in exception lumis.upgrade.UpgradeException
 
getLocalizedName() - Method in class lumis.portal.channel.tree.GenericChannelChild
 
getLocalizedName() - Method in interface lumis.portal.channel.tree.IChannelChild
 
getLocalMember() - Method in interface lumis.portal.cluster.IClusterManager
Returns the current cluster member object.
getLocalMember() - Method in class lumis.portal.cluster.multiserver.JGroupsClusterManager
 
getLocalMember() - Method in class lumis.portal.cluster.SingleServerClusterManager
 
getLocalProperty(String) - Method in class lumis.portal.propertybag.PropertyBag
Returns a property in this property bag.
getLocalPropertyMap() - Method in class lumis.portal.propertybag.PropertyBag
Returns all the properties in this property bag.
getLocalServerOnly() - Method in class lumis.doui.search.common.DouiIndexConfig
Deprecated. Since 4.2.2, local server only no longer supported.
getLock(String) - Method in interface lumis.portal.lock.ILockManager
Returns a cluster-wide lock object for the specified resource.
getLock(String) - Method in class lumis.portal.lock.LockManager
 
getLockDefaultDeadlineMinutes() - Static method in class lumis.portal.PortalContext
 
getLockExpirationDateTime() - Method in class lumis.portal.sendmail.dao.hibernate.MailQueue
 
getLockManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getLogger() - Static method in class lumis.portal.manager.ManagerFactory
Deprecated. Use LoggerFactory to obtain a logger instead of calling this method.
getLogger(Class) - Static method in class lumis.util.log.LoggerFactory
Returns a logger instance to be used by the given class.
getLoggerClicks() - Static method in class lumis.service.banner.BannerController
 
getLoggerViews() - Static method in class lumis.service.banner.BannerController
 
getLogicalOperator() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the logical operator used between this entry and the next.
getLogin() - Method in class lumis.portal.authentication.LumisLoginModule
Returns the login provided by the user
getLogin() - Method in class lumis.portal.user.serialization.UserSerializationMessageConfig
 
getLogin() - Method in class lumis.portal.user.UserConfig
 
getLogin() - Method in class lumis.portal.webservice.user.User
 
getLoginValidator() - Static method in class lumis.portal.PortalContext
 
getLumisDataPath() - Method in class lumis.portal.PortalConfiguration
Returns the lumis data path.
getLumisTransformer() - Method in class lumis.portal.xslcache.XslCacheManager
 
getMac() - Method in class lumis.portal.crypto.SymmetricCipher
Returns a new Mac instance, according to current configurations.
getMailConfig(ITransaction) - Method in class lumis.portal.sendmail.dao.hibernate.SendMailDaoHib
 
getMailConfig(ITransaction) - Method in interface lumis.portal.sendmail.dao.ISendMailDao
Returns the IMailConfig containing the configurations for sending e-mails.
getMailConfig(SessionConfig, ITransaction) - Method in interface lumis.portal.sendmail.ISendMailManager
Returns the IMailConfig containing the configurations for sending e-mails.
getMailConfig(SessionConfig, ITransaction) - Method in class lumis.portal.sendmail.SendMailManager
 
getMailConfig() - Method in class lumis.portal.sendmail.smtp.SmtpMailSender
Returns the MailConfig with the configurations to be used when sending the e-mail.
getMailLoggingString() - Method in interface lumis.portal.sendmail.IBaseMail
Returns a String used for logging this mail.
getMailSender(SessionConfig, ITransaction) - Method in class lumis.portal.sendmail.SendMailManager
Returns a new instance of the IMailSender to be used by this manager for sending e-mails.
getMailSenderClass() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the class that should be used for sending mails.
getMailType() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the type of this mail.
getMainStringLocalizationDao() - Static method in class lumis.portal.dao.DaoFactory
 
getMajorVersion() - Static method in class lumis.portal.PortalContext
Returns the major version of the portal.
getMajorVersion() - Method in class lumis.upgrade.BuildConfig
 
getMap() - Method in class lumis.portal.servicecontainer.RequestPreferences
 
getMappedPersistableConfig() - Method in class lumis.portal.page.serialization.PageDependencyAnalyzer
 
getMappedPersistableConfig() - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
Returns a mapped cloned of the persistable config, which, in turn, represents a clone of original config, with its foreign keys updated to be non-violated.
getMappedPersistableConfig() - Method in class lumis.util.security.acl.serialization.AclDependencyAnalyzer
 
getMappedServiceInstanceId() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
 
getMappedServiceInterfaceInstancePersistableConfig() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceConfigDependencyAnalyzer
 
getMaxAgeSeconds() - Method in class lumis.portal.cache.PortalCache
Returns the current maximum age for entries in this cache.
getMaxErrorCount() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the maximum number of consecutive errors that causes a page cache to be set into the PageCacheConfig.STATUS_OUTDATED_WITH_ERROR status.
getMaxFileUploadSize() - Static method in class lumis.portal.PortalContext
Returns the maximum size for file uploads.
getMaximumValue() - Method in class lumis.doui.source.field.BaseSourceField
 
getMaximumValue() - Method in interface lumis.doui.source.field.ISourceField
 
getMaxItems() - Method in class lumis.service.newsletter.Category
Returns the maxItems.
getMaxLength() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getMaxRows() - Method in class lumis.doui.source.TabularSource
Returns the maximum rows that data of this source shold contain.
getMaxRows() - Method in class lumis.search.SearchQuery
Returns the maximum number of hits to be returned by the query execution.
getMaxRows() - Method in class lumis.service.rss.RssConfig
 
getMaxRows() - Method in class lumis.util.query.QuerySelect
 
getMaxRunTime() - Method in class lumis.portal.clock.ClockConfig
Returns the maximum run time for this clock in seconds.
getMaxSendThreads() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the maximum number of threads to process the sendmail queue.
getMeasureType(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getMeasureType(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent measureType instance.
getMeasureType(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getMeasureTypeByKey(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getMeasureTypeByKey(SessionConfig, String, ITransaction) - Method in interface lumis.portal.monitor.IMonitorManager
Returns a persistent measureType instance, finding it by the measureTypeKey.
getMeasureTypeByKey(SessionConfig, String, ITransaction) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getMeasureTypeKey() - Method in interface lumis.portal.monitor.IMeasureType
Returns the key for this measure type.
getMemberGroups(SessionConfig, String, boolean, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getMemberGroups(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.portal.group.IGroupManager
VERIFICAR O NOME: getIdsByMemberId Returns an array of groups of the given member.
getMemberId() - Method in class lumis.portal.group.serialization.GroupMemberConfig
 
getMembers() - Method in interface lumis.portal.cluster.IClusterManager
Returns a collection with information about the current members of this cluster.
getMembers() - Method in class lumis.portal.cluster.multiserver.JGroupsClusterManager
 
getMembers() - Method in class lumis.portal.cluster.SingleServerClusterManager
 
getMembers(String, int) - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupMembershipProvider
 
getMembers(SessionConfig, String, int, boolean, ITransaction) - Method in class lumis.portal.group.GroupManager
 
getMembers(SessionConfig, String, int, boolean, ITransaction) - Method in interface lumis.portal.group.IGroupManager
Returns the immediate group members.
getMembers(String, int) - Method in interface lumis.portal.group.IGroupMembershipProvider
Returns the members of a group.
getMembers() - Method in class lumis.portal.group.serialization.GroupSerializableConfig
 
getMembers(String, int) - Method in class lumis.portal.group.standardmembership.StandardGroupMembershipProvider
 
getMembersFormula() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupConfig
Returns the membership formula statement, according to this configuration.
getMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.doui.service.DouiServiceInterface
 
getMenu(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceMenu
 
getMenu(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the XML for the administration menu of the specified interface instance
getMenu(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getMenuGroupType(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the menu group type.
getMenuGroupType(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getMenuItemType(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the menu item type.
getMenuItemType(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getMessage(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getMessage() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getMessage(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns a message config object.
getMessage() - Method in class lumis.portal.cluster.event.ClusterMessageReceivedEvent
Returns the cluster message received.
getMessage() - Method in class lumis.portal.progress.ProgressConfig
 
getMessage(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
Gets the ForumMessageConfig for the specified message id.
getMessage() - Method in class lumis.service.forum.ForumMessageConfig
 
getMessage() - Method in class lumis.upgrade.BuildConfig
 
getMessage() - Method in exception lumis.upgrade.UpgradeException
 
getMessages(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getMessages(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns all the messages for a given conversationId.
getMessages() - Method in class lumis.doui.control.ValidatorControl
 
getMessages(String) - Method in class lumis.doui.control.ValidatorControl
 
getMessagesXml(SessionConfig, Collection<ChatMessageConfig>, boolean, List<IResource>, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getMessagesXml(SessionConfig, Collection<ChatMessageConfig>, boolean, List<IResource>, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns the xml for the given messages.
getMessageType() - Method in class lumis.upgrade.BuildConfig
 
getMetaDataId() - Method in class lumis.content.metadata.CommentConfig
Deprecated.  
getMetaDataId() - Method in class lumis.content.workflow.ContentWorkflowMetaData
Deprecated. Since 4.2.0, replaced by ContentWorkflowMetaData.getContentLocaleId().
getMetaDataManager() - Static method in class lumis.content.ContentManagerFactory
Deprecated. Since 4.2.0, replaced by ContentManagerFactory.getContentManager().
getMetaDataSourceId() - Method in class lumis.doui.source.Source
Returns the metaDataId.
getMetaTagDao() - Static method in class lumis.portal.dao.DaoFactory
 
getMetaTagIdsRecursively(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getMetaTagIdsRecursively(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get a list of meta-tags ids of the Channel including inherit Meta-tag.
getMetaTagIdsRecursively(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
Get a list of Meta-Tags Ids of the page including inherited Meta-Tags.
getMetaTagIdsRecursively(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
 
getMetaTagManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getMetaTags() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getMetaTags() - Method in class lumis.portal.page.serialization.PageSerializableConfig
 
getMiddleName() - Method in class lumis.portal.user.UserConfig
 
getMiddleName() - Method in class lumis.portal.webservice.user.User
 
getMimeType(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
 
getMimeType() - Method in class lumis.portal.file.FileMimeTypeConfig
 
getMimeType(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns a mime type information.
getMinimumValue() - Method in class lumis.doui.source.field.BaseSourceField
 
getMinimumValue() - Method in interface lumis.doui.source.field.ISourceField
 
getMinorVersion() - Static method in class lumis.portal.PortalContext
Returns the minor version of the portal.
getMinorVersion() - Method in class lumis.upgrade.BuildConfig
 
getMissCount() - Method in interface lumis.portal.cache.ICacheStatistics
Returns the number of searchs that did not found the entry in the cache.
getMode() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getMode() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getModelId() - Method in class lumis.service.newsletter.Schedule
 
getModelXml(SessionConfig, String, String, ITransaction) - Method in class lumis.service.newsletter.NewsletterManager
 
getModelXml(SessionConfig, String, String, Date, ITransaction) - Method in class lumis.service.newsletter.NewsletterManager
 
getModelXml(Model, Collection<String>) - Method in class lumis.service.newsletter.NewsletterManager
 
getModerator() - Method in class lumis.collaboration.chat.ChatConversationConfig
 
getModerator() - Method in class lumis.service.forum.ForumConfig
 
getModule(String) - Method in class lumis.portal.deployment.DeploymentManager
 
getModule(String) - Method in interface lumis.portal.deployment.IDeploymentManager
Returns the module with the specified identifier.
getModuleName() - Method in class lumis.portal.authentication.LumisLoginModule
Returns the Login module name used to display information to standard out.
getModules(ModuleType) - Method in class lumis.portal.deployment.DeploymentManager
 
getModules(ModuleType) - Method in interface lumis.portal.deployment.IDeploymentManager
Returns the currently installed modules of the specified type.
getMonitor(String, Map<String, String>) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getMonitor(String, Map<String, String>, long) - Method in class lumis.portal.monitor.DummyMonitorManager
 
getMonitor(String, Map<String, String>) - Method in interface lumis.portal.monitor.IMonitorManager
Returns the monitor for an event with the given aggregation values.
getMonitor(String, Map<String, String>, long) - Method in interface lumis.portal.monitor.IMonitorManager
Returns the monitor for an event with the given aggregation values.
getMonitor(String, Map<String, String>) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getMonitor(String, Map<String, String>, long) - Method in class lumis.portal.monitor.impl.MonitorManager
 
getMonitorContext() - Method in class lumis.portal.monitor.DummyMonitorManager
 
getMonitorContext() - Method in interface lumis.portal.monitor.IMonitorManager
Returns the current monitor context.
getMonitorContext() - Method in class lumis.portal.monitor.impl.MonitorManager
 
getMonitorManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the manager for monitoring operations.
getName() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getName() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getName() - Method in interface lumis.content.wizard.ICreateParams
 
getName() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getName() - Method in interface lumis.content.wizard.ICreateParams.ITable
 
getName() - Method in class lumis.content.workflow.WorkflowConfig
Returns the name for this workflow.
getName() - Method in class lumis.content.workflow.WorkflowRoleConfig
Returns the name for this role.
getName() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the name for this state.
getName() - Method in class lumis.content.workflow.WorkflowTransitionConfig
Returns the name for this transition.
getName() - Method in class lumis.doui.control.datagrid.DataGridControlField
 
getName() - Method in class lumis.doui.control.datagrid.DataGridControlFieldTabularSourceFieldWrapper
 
getName() - Method in interface lumis.doui.control.datagrid.IDataGridControlField
 
getName() - Method in interface lumis.doui.control.filter.ParentFilterControl.IFolder
 
getName() - Method in class lumis.doui.source.field.BaseSourceField
 
getName() - Method in interface lumis.doui.source.field.ISourceField
 
getName() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getName() - Method in class lumis.portal.authentication.LumisPrincipal
 
getName() - Method in class lumis.portal.channel.ChannelConfig
 
getName() - Method in class lumis.portal.channel.ChannelWebResource
 
getName() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getName() - Method in class lumis.portal.channel.tree.GenericChannelChild
 
getName() - Method in interface lumis.portal.channel.tree.IChannelChild
 
getName() - Method in class lumis.portal.css.CssConfig
 
getName() - Method in class lumis.portal.css.serialization.CssSerializableConfig
 
getName() - Method in class lumis.portal.event.ObserverConfig
 
getName() - Method in class lumis.portal.file.FileConfig
 
getName() - Method in class lumis.portal.group.GroupConfig
 
getName() - Method in class lumis.portal.group.GroupType
Returns the name of this group type.
getName() - Method in class lumis.portal.group.serialization.GroupSerializableConfig
 
getName() - Method in class lumis.portal.group.serialization.GroupSerializationMessageConfig
 
getName() - Method in class lumis.portal.localization.LocaleConfig
Returns the display name for this locale.
getName() - Method in interface lumis.portal.monitor.IAggregationType
Returns the name for this aggregation type.
getName() - Method in interface lumis.portal.monitor.ICategory
Returns the name for this category.
getName() - Method in interface lumis.portal.monitor.IEvent
Returns the name for this event.
getName() - Method in interface lumis.portal.monitor.IMeasureType
Returns the name for this measure type.
getName() - Method in class lumis.portal.page.PageConfig
 
getName() - Method in class lumis.portal.page.PageWebResource
 
getName() - Method in class lumis.portal.page.serialization.PageSerializableConfig
 
getName() - Method in class lumis.portal.page.serialization.PageSerializationMessageConfig
 
getName() - Method in class lumis.portal.principal.PrincipalConfig
 
getName() - Method in class lumis.portal.propertybag.Property
Returns the name of this property.
getName() - Method in class lumis.portal.publicdatafolder.PublicDataFolder
 
getName() - Method in class lumis.portal.report.Report
Returns the display name for this report.
getName() - Method in class lumis.portal.report.ReportParameter
Returns the display name for this parameter.
getName() - Method in class lumis.portal.report.ReportTypeParameter
Returns the name of this report type parameter.
getName() - Method in interface lumis.portal.sendmail.IMailAttachment
Returns the name of this attachment.
getName() - Method in interface lumis.portal.sendmail.IMailDestination
Return the name of this destination.
getName() - Method in class lumis.portal.serialization.operation.ConfigForeignKey
 
getName() - Method in class lumis.portal.service.serialization.ServiceSerializationMessageConfig
 
getName() - Method in class lumis.portal.service.ServiceConfig
 
getName() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializableConfig
 
getName() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializationMessageConfig
 
getName() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getName() - Method in class lumis.portal.serviceinterface.serialization.ServiceInterfaceSerializationMessageConfig
 
getName() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getName() - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
 
getName() - Method in class lumis.portal.url.WebResource
Returns the name for this web resource.
getName() - Method in class lumis.portal.user.serialization.UserSerializableConfig
 
getName() - Method in class lumis.search.SearchContentAttachment
Returns the name for this attachment.
getName() - Method in class lumis.search.SearchContentField
Returns the field name.
getName() - Method in class lumis.service.banner.BannerCategoryConfig
 
getName() - Method in class lumis.service.banner.BannerConfig
 
getName() - Method in class lumis.service.forum.ForumCategoryConfig
 
getName() - Method in class lumis.service.forum.ForumConfig
 
getName() - Method in class lumis.service.link.LinkCategoryConfig
 
getName() - Method in class lumis.service.newsletter.Category
Returns the name.
getName() - Method in class lumis.service.newsletter.Model
Returns the name.
getName() - Method in class lumis.service.rss.RssConfig
 
getName() - Method in class lumis.util.security.acl.Principal
 
getNames() - Method in class lumis.portal.channel.serialization.ChannelSerializationMessageConfig
 
getNames() - Method in class lumis.portal.servicecontainer.RequestPreferences
 
getNamespace() - Method in class lumis.doui.control.Control
Returns the namespace for this control.
getNamespace() - Method in class lumis.portal.servicecontainer.ServiceContainerResponse
 
getNavigateScript() - Method in class lumis.portal.serialization.SerializationMessageConfigNode
 
getNavigateToParentOnClick(String, String) - Method in class lumis.doui.control.filter.ParentFilterControl.ParentFilterHyperlink
 
getNavigationLogger() - Static method in class lumis.util.log.LoggerFactory
Returns a logger that outputs to the navigation log.
getNewsLetterManager() - Static method in class lumis.service.newsletter.NewsletterManagerFactory
 
getNextBuild(String, String, String, ITransaction) - Method in interface lumis.upgrade.IUpgradeManager
Deprecated. this method may change during a future refactor.
getNextBuild(String, String, String, ITransaction) - Method in class lumis.upgrade.UpgradeManager
 
getNextPageForGeneration(boolean) - Method in class lumis.portal.page.cache.PageCacheManager
Returns the next page cache to be generated.
getNextProcessDateTime() - Method in class lumis.service.newsletter.Schedule
 
getNextScheduleDate() - Method in class lumis.portal.clock.ClockConfig
Returns the date-time for which this clock is scheduled for its next execution.
getNextSchedules(ITransaction) - Method in class lumis.portal.clock.ClockDaoJdbc
 
getNextSchedules(ITransaction) - Method in interface lumis.portal.clock.IClockDao
Get next schedules.
getNextScheduleTime(SessionConfig, ClockConfig, ITransaction) - Method in interface lumis.portal.clock.IServiceClock
Returns the scheduled date-time for the next execution of a clock.
getNextScheduleTime(SessionConfig, ClockConfig, ITransaction) - Method in class lumis.portal.service.GenericServiceClock
 
getNonSSLConnectorPort() - Static method in class lumis.portal.PortalContext
 
getNumberOfMessages() - Method in class lumis.service.forum.ForumConfig
 
getNumberOfMessages() - Method in class lumis.service.forum.ForumTopicConfig
 
getNumberOfOptions() - Method in class lumis.service.vote.VoteQuestionConfig
 
getNumberOfServiceInstanceFiles(String, ITransaction) - Method in class lumis.portal.file.FileDaoJdbc
 
getNumberOfServiceInstanceFiles(SessionConfig, String, ITransaction) - Method in class lumis.portal.file.FileManager
 
getNumberOfServiceInstanceFiles(String, ITransaction) - Method in interface lumis.portal.file.IFileDao
Returns the number of files for a service instance.
getNumberOfServiceInstanceFiles(SessionConfig, String, ITransaction) - Method in interface lumis.portal.file.IFileManager
Returns the number of files for a service instance.
getNumberOfThreads() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the number of generation threads.
getNumberOfThreadsForImmediateUseOnly() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the number of generation threads that are used only to generate caches required for immediate use.
getNumberOfTopics() - Method in class lumis.service.forum.ForumConfig
 
getNumberOfViews() - Method in class lumis.service.forum.ForumTopicConfig
 
getNumberOfVotes() - Method in class lumis.service.vote.VoteOptionConfig
 
getNumberOfVotes() - Method in class lumis.service.vote.VoteQuestionConfig
 
getNumComments(SessionConfig, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getNumComments(SessionConfig, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getNumErrors() - Method in class lumis.portal.page.cache.PageCacheConfig
Returns the number of consecutive generation errors for this page cache.
getNumVersions(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getNumVersions(SessionConfig, String, String, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getObserver(SessionConfig, String, ITransaction) - Method in interface lumis.portal.event.IPortalEventManager
Returns an observer configuration.
getObserver(SessionConfig, String, ITransaction) - Method in class lumis.portal.event.PortalEventManager
 
getObserverByClassName(SessionConfig, String, ITransaction) - Method in interface lumis.portal.event.IPortalEventManager
Searches for an observer configuration based on its class name.
getObserverByClassName(SessionConfig, String, ITransaction) - Method in class lumis.portal.event.PortalEventManager
 
getOldEntities() - Method in class lumis.portal.event.persistence.PostUpdateEvent
Returns the entity state before the update.
getOldEntities() - Method in class lumis.portal.event.persistence.PreUpdateEvent
Returns the entity state before the update.
getOldItemIdParameter(IServiceInterfaceRequest) - Static method in class lumis.content.core.ContentUtil
Gets the itemId parameter for a request, trying to be most backward compatible with the 4.1 implementation logic.
getOmittedCollections() - Method in class lumis.portal.serialization.SerializationSettings
 
getOmittedCollectionsForClass(Class) - Method in class lumis.portal.serialization.SerializationSettings
 
getOnClick(String, String, ISourceData, String) - Method in class lumis.doui.hyperlink.DouiHyperlink
 
getOnClickLinkType() - Method in class lumis.service.banner.BannerConfig
 
getOnClickPageId() - Method in class lumis.service.banner.BannerConfig
 
getOnClickUrl() - Method in class lumis.service.banner.BannerConfig
 
getOneWayCipher() - Method in class lumis.portal.crypto.CryptoManager
 
getOneWayCipher() - Method in interface lumis.portal.crypto.ICryptoManager
Returns a one-way cipher.
getOperationType() - Method in class lumis.portal.event.AbstractPortalEvent
 
getOperationType() - Method in interface lumis.portal.event.IPortalEvent
Returns the type of operation that generated this event.
getOperator() - Method in class lumis.doui.table.filter.TableSourceFilter
 
getOperator() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the operator used in this entry.
getOperator() - Method in class lumis.search.filter.SearchClause
Returns the operator for this clause.
getOperator() - Method in class lumis.search.filter.SearchFilterGroup
Returns the operator for grouping the filters.
getOptionId() - Method in class lumis.service.vote.VoteOptionConfig
 
getOptionTitle() - Method in class lumis.service.vote.VoteOptionConfig
 
getOptionType() - Method in class lumis.service.vote.VoteQuestionConfig
 
getOrAddServiceInterfaceRunTimeInstance(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Get or Add the ServiceInterfaceRunTimeInstance.
getOrAddServiceInterfaceRunTimeInstance(SessionConfig, String, String, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getOrCreateNode(String, Node) - Static method in class lumis.util.XmlUtil
 
getOrderDirection() - Method in class lumis.util.query.QuerySortOrder
 
getOrigin() - Method in class lumis.portal.group.GroupConfig
 
getOrigin() - Method in class lumis.portal.principal.importprincipal.PrincipalReaderConfig
Get the origin
getOrigin() - Method in class lumis.portal.principal.importprincipal.PrincipalWriterConfig
Get origin
getOrigin() - Method in class lumis.portal.user.UserConfig
Returns the origin of this user.
getOrigin() - Method in class lumis.portal.webservice.user.User
 
getOriginalConfig() - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
 
getOriginalName(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.ChannelNamePathConverterPostLoadProcessor
 
getOriginalName(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.NamePathConverterPostLoadProcessor
 
getOriginalName(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.PageNamePathConverterPostLoadProcessor
 
getOriginalName(SessionConfig, String, ITransaction) - Method in class lumis.doui.source.postloadprocessor.ServiceInstanceNamePathConverterPostLoadProcessor
 
getOutputFile() - Method in class lumis.portal.principal.importprincipal.PrincipalReaderConfig
Get the output file path
getOutputStream(String) - Method in class lumis.portal.serialization.persistency.fs.FSDirectory
 
getOutputStream(String) - Method in class lumis.portal.serialization.persistency.fs.FSShallowDirectory
 
getOutputStream(String) - Method in interface lumis.portal.serialization.persistency.IDirectory
Get an OutputStream to a repository file.
getOutputStream(String) - Method in class lumis.portal.serialization.persistency.sub.SubDirectory
 
getOutputStream(String) - Method in class lumis.portal.serialization.persistency.zip.ZipDirectory
Get an OutputStream to a repository file.
getOverallMax() - Method in class lumis.portal.progress.ProgressConfig
 
getOverallProgressMax() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getOverallProgressValue() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getOverallValue() - Method in class lumis.portal.progress.ProgressConfig
 
getPaddingBottom() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getPaddingLeft() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getPaddingRight() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getPaddingTop() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getPage() - Method in class lumis.portal.page.PageWebResource
Returns the page this web resource is based on.
getPage() - Method in class lumis.portal.page.serialization.PageSerializableRootConfig
 
getPage() - Method in class lumis.service.portalmanagement.pageacl.PageAclControl
Returns the page whose acl this control edits.
getPage() - Method in class lumis.service.portalmanagement.pagetemplateacl.PageTemplateAclControl
Returns the page template whose acl this control edits.
getPageAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageAclSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageCache() - Method in class lumis.portal.url.WebResource
Returns the cache definition for this web resource.
getPageCacheGenerationState(SessionConfig, ITransaction) - Method in interface lumis.portal.page.cache.IPageCacheManager
Deprecated. Since 5.0.0, replaced by IPageCacheManager.isPageCacheGenerationEnabled() for better performance and easier use.
getPageCacheGenerationState(SessionConfig, ITransaction) - Method in class lumis.portal.page.cache.PageCacheManager
Deprecated. 
getPageCacheId() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderRequest
Returns the identifier of the page cache this request renders to.
getPageCacheManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageConfig() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPageConfig() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getPageDao() - Static method in class lumis.portal.dao.DaoFactory
 
getPageDocTypeByName(String) - Static method in enum lumis.portal.presentation.PageDocType
 
getPageId() - Method in class lumis.portal.page.cache.PageCacheConfig
Deprecated. 
getPageId() - Method in class lumis.portal.page.link.PageLinkConfig
 
getPageId() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getPageIdsUsingCss(String, ITransaction) - Method in class lumis.portal.css.CssDaoJdbc
 
getPageIdsUsingCss(SessionConfig, String, ITransaction) - Method in class lumis.portal.css.CssManager
 
getPageIdsUsingCss(String, ITransaction) - Method in interface lumis.portal.css.ICssDao
 
getPageIdsUsingCss(SessionConfig, String, ITransaction) - Method in interface lumis.portal.css.ICssManager
 
getPageInterfaceInstanceIds(String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get the ids of the page's interface's instance.
getPageInterfaceInstanceIds(String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getPageLayout(ITransaction) - Method in class lumis.portal.presentation.PresentationControllerHtml
Returns the current page layout.
getPageLinkDao() - Static method in class lumis.portal.dao.DaoFactory
 
getPageLinkManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageParameterValue(String) - Method in class lumis.portal.PortalRequestParameters
 
getPageRequestTimeout() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the timeout, in milliseconds, for a cached page request.
getPageRuntimeDataProviderClassName() - Method in class lumis.portal.channel.ChannelConfig
Deprecated. Since 5.0.0 replaced by ChannelConfig.getPageWebResourceDataProviderClassName().
getPageRuntimeDataProviderType() - Method in class lumis.portal.channel.ChannelConfig
Deprecated. Since 5.0.0 replaced by ChannelConfig.getPageWebResourceDataProviderType().
getPages() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getPagesChanged() - Method in class lumis.portal.page.PageRenderDataChangedEvent
Returns the pages whose render data may have changed.
getPageSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageTemplateAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageTemplateId() - Method in class lumis.portal.channel.ChannelConfig
 
getPageTemplateIdRecursively(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getPageTemplateIdRecursively(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Returns the PageTemplateId for the specified channel (local or inherited from a parent channel)
getPageTemplateManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPageUrl() - Method in class lumis.portal.page.cache.PageCacheConfig
Deprecated. 
getPageWebResource() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
Returns the page web resource for this request.
getPageWebResourceData() - Method in class lumis.portal.page.PageWebResource
Returns the data generated in runtime for this page web resource.
getPageWebResourceData() - Method in class lumis.portal.page.webresource.AbstractPageWebResourceDataProvider
Template method for filling up a page web resource data properties.
getPageWebResourceData() - Method in interface lumis.portal.page.webresource.IPageWebResourceDataProvider
Returns the data about a page web resource.
getPageWebResourceDataProviderClassName() - Method in class lumis.portal.channel.ChannelConfig
Returns the class name for the page web resource data provider.
getPageWebResourceDataProviderClassName(SessionConfig, ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getPageWebResourceDataProviderClassName(SessionConfig, ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Returns the default IPageWebResourceDataProvider class name for the child pages of a channel.
getPageWebResourceDataProviderClassName(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns the IPageWebResourceDataProvider class name for the given page.
getPageWebResourceDataProviderClassName() - Method in class lumis.portal.page.PageConfig
Returns the class name for the page web resource data provider.
getPageWebResourceDataProviderClassName(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
 
getPageWebResourceDataProviderType() - Method in class lumis.portal.channel.ChannelConfig
Returns the page web resource data provider type.
getPageWebResourceDataProviderType() - Method in class lumis.portal.page.PageConfig
Returns the page web resource data provider type.
getParameter(String) - Method in interface lumis.doui.processaction.IProcessActionHandler
Returns the parameter value.
getParameter(String, Class<T>) - Method in interface lumis.doui.processaction.IProcessActionHandler
Returns the parameter value converted to the expected class.
getParameter(String) - Method in class lumis.doui.processaction.ProcessActionHandler
 
getParameter(String, Class<T>) - Method in class lumis.doui.processaction.ProcessActionHandler
 
getParameter(String) - Method in class lumis.doui.table.TableAddMultiRowDataProcessActionHandler
This method overrides the parent method returning the appropriate value for the curren row being inserted.
getParameter(String) - Method in class lumis.doui.table.TableUpdateMultiRowDataProcessActionHandler
Returns the parameter value from.
getParameter(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getParameter(String) - Method in class lumis.portal.url.WebResource
Returns the value of a parameter for this web resource.
getParameter(String) - Method in interface lumis.util.parameter.IParameters
 
getParameter(String) - Method in class lumis.util.parameter.Parameters
 
getParameterClass(String) - Method in class lumis.doui.source.Source
Returns the class given a parameter name.
getParameterMap() - Method in class lumis.portal.channel.ChannelWebResource
 
getParameterMap() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getParameterMap() - Method in class lumis.portal.page.PageWebResource
 
getParameterMap() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getParameterMap() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated.  
getParameterMap() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
Returns a Map of the parameters of this request.
getParameterMap() - Method in class lumis.portal.url.WebResource
Returns a map containing all parameters for this web resource.
getParameterNames() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getParameterNames() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated. Get the given String parameter to this URL.
getParameterNames() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
Returns an Enumeration of String objects containing the names of the parameters contained in this request.
getParameters() - Method in class lumis.doui.control.ValidationMessages
 
getParameters() - Method in class lumis.doui.hyperlink.PreparedUrl
 
getParameters() - Method in class lumis.doui.table.filter.TableSourceFilter
 
getParameters() - Method in class lumis.portal.page.PageRenderDataChangedEvent
Returns the parameters where the change applies.
getParameters() - Method in class lumis.portal.report.Report
Returns an immutable view of the configuration parameters for the Report.
getParameters() - Method in class lumis.portal.report.ReportType
Returns an immutable view of the parameter of this report type.
getParameterValue(String) - Method in class lumis.doui.control.DataControl
Returns the value for this control, reading from request the parameters based on the specified name.
getParameterValue(String) - Method in class lumis.doui.control.datepicker.DateTimePickerControl
 
getParameterValue(String) - Method in class lumis.doui.source.Source
Returns a parameter value previously set.
getParameterValues(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getParameterValues(String) - Method in class lumis.portal.url.WebResource
Returns the values of a parameter for this web resource.
getParent() - Method in class lumis.portal.channel.ChannelWebResource
 
getParent() - Method in class lumis.portal.page.PageWebResource
 
getParent() - Method in class lumis.portal.url.WebResource
Returns the web resource of the parent element of this web resource.
getParentAcl() - Method in class lumis.service.portalmanagement.channelacl.ChannelAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.genericacl.GenericAclActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.genericacl.GenericAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.groupacl.GroupAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.pageacl.PageAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.pagetemplateacl.PageTemplateAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.portalacl.PortalAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.serviceacl.ServiceAclProcessActionHandler
 
getParentAcl() - Method in class lumis.service.portalmanagement.serviceinstanceacl.ServiceInstanceAclProcessActionHandler
 
getParentControl() - Method in class lumis.doui.control.Control
 
getParentControl() - Method in interface lumis.doui.control.IControl
 
getParentFolder() - Method in class lumis.service.document.DocumentConfig
 
getParentFolder() - Method in class lumis.service.image.ImageConfig
 
getParentId() - Method in interface lumis.doui.control.filter.ParentFilterControl.IFolder
 
getParentId() - Method in class lumis.portal.channel.ChannelConfig
 
getParentId() - Method in class lumis.portal.metatag.MetaTagConfig
 
getParentId() - Method in class lumis.search.SearchHit
Returns the identifier of the parent of this hit.
getParentId() - Method in class lumis.util.security.acl.AccessControlList
 
getParentInterfaceInstanceId() - Method in class lumis.portal.page.template.InterfaceInstanceNodeWrapper
 
getParentInterfaceInstanceId() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getParentNodes() - Method in class lumis.portal.serialization.SerializationMessageConfigNode
 
getParentPathIds(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns the Ids of parent channels recursively.
getParentPathIds(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getParentPortalFile() - Method in class lumis.portal.filesystem.PortalFile
Returns the PortalFile that is parent of this one.
getParentPropertyBag() - Method in class lumis.portal.propertybag.PropertyBag
Returns the parent property bag object.
getParentServiceInstanceId(SessionConfig, String, String, ITransaction) - Method in interface lumis.content.metadata.IMetaDataManager
Deprecated. 
getParentServiceInstanceId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getParentServiceInstanceId(SessionConfig, String, String, ITransaction) - Method in class lumis.content.metadata.MetaDataManager
Deprecated.  
getParentTemplateId() - Method in class lumis.portal.channel.ChannelConfig
 
getParentTemplateId() - Method in class lumis.portal.page.PageConfig
 
getParser() - Method in class lumis.util.converter.DateTimeConverter.ISO8601DateTimeFormat
 
getPassword() - Method in class lumis.portal.authentication.LumisLoginModule
Returns the password provided by the user
getPassword() - Method in class lumis.portal.user.UserConfig
 
getPath() - Method in interface lumis.doui.control.filter.ParentFilterControl.IFolder
 
getPath(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getPath(SessionConfig, String, boolean, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getPath(boolean) - Method in class lumis.portal.channel.ChannelWebResource
 
getPath(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get the full path of the Channel.
getPath(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get the full path of the Channel.
getPath(SessionConfig, String, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns the complete path beginnig from the root channel to the page.
getPath(SessionConfig, String, ITransaction) - Method in class lumis.portal.page.PageManager
 
getPath() - Method in class lumis.portal.PortalContext.RelativePath
Deprecated.  
getPath() - Method in class lumis.portal.url.WebResource
Returns the path to access this web resource.
getPath(boolean) - Method in class lumis.portal.url.WebResource
Returns the path to access this web resource.
getPath() - Method in class lumis.service.rss.RssConfig
 
getPathIds(SessionConfig, String, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getPathIds(SessionConfig, String, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Get Ids of channel and its parents.
getPathNames(SessionConfig, String, boolean, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getPathNames(SessionConfig, String, boolean, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Returns a list of strings each representing the name of the channel between the root portal channel and the channel solicited.
getPattern() - Method in interface lumis.content.wizard.ICreateParams.IField
 
getPermissions() - Method in class lumis.content.workflow.serialization.WorkflowSerializableConfig
 
getPermissions(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinstance.acl.IServiceInstanceAclManager
 
getPermissions(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinstance.acl.ServiceInstanceAclManager
 
getPermissions() - Method in class lumis.service.seo.robotstxt.UserAgent
Returns the permissions.
getPermissions() - Method in class lumis.util.security.acl.AccessControlEntry
 
getPermissionsDefinition(Locale) - Static method in enum lumis.portal.acl.PortalPermissions
 
getPermissionsDefinition(Locale) - Static method in enum lumis.portal.channel.acl.ChannelPermissions
 
getPermissionsDefinition(Locale) - Static method in enum lumis.portal.group.acl.GroupPermissions
 
getPermissionsDefinition(Locale) - Static method in enum lumis.portal.page.acl.PagePermissions
 
getPermissionsDefinition(Locale) - Static method in enum lumis.portal.page.template.acl.PageTemplatePermissions
 
getPermissionsDefinition(Locale) - Static method in enum lumis.portal.service.acl.ServicePermissions
 
getPermissionsDefinition(Locale) - Method in class lumis.portal.serviceinstance.acl.ServiceInstancePermissions
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.channelacl.ChannelAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.genericacl.GenericAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.groupacl.GroupAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.pageacl.PageAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.pagetemplateacl.PageTemplateAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.portalacl.PortalAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.serviceacl.ServiceAclControl
 
getPermissionsNode(ITransaction) - Method in class lumis.service.portalmanagement.serviceinstanceacl.ServiceInstanceAclControl
 
getPersistableConfig() - Method in class lumis.portal.serialization.operation.ConfigDependencyAnalyzer
Returns the persistable config, which represents a clone of original config, with its foreign keys updated to be non-violated.
getPersistentClass() - Method in class lumis.portal.dao.hibernate.GenericHibernateDao
Returns the class whose persistence this DAO controls.
getPersistentClass() - Method in class lumis.portal.dao.hibernate.GenericHibernateManualUpdateDao
Returns the class whose persistence this DAO controls.
getPersistIfViolated() - Method in class lumis.portal.serialization.operation.ConfigForeignKey
 
getPointWeight() - Method in class lumis.service.banner.BannerConfig
 
getPopupAddInterfaceServiceInstanceId() - Method in class lumis.content.control.dynamiclist.TermDynamicListControl
 
getPopupAddInterfaceServiceInstanceId() - Method in class lumis.doui.control.dynamiclist.DynamicListControl
 
getPopupRunTimeInterfaceDefinition() - Method in class lumis.content.control.contentpicker.ContentPickerControl
 
getPopupRunTimeInterfaceDefinition() - Method in class lumis.content.control.contentpicker.TermPickerControl
 
getPopupUrl() - Method in class lumis.doui.control.itempicker.ItemPickerControl
 
getPopupUrl() - Method in class lumis.doui.control.itempicker.MultiItemPickerControl
 
getPopupUrl() - Method in class lumis.doui.control.principalpicker.PrincipalPickerControl
 
getPopupUrl() - Method in class lumis.doui.control.principalpicker.ServiceInstancePrincipalPickerControl
 
getPopupWindowProperties() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getPortalAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPortalContext() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPortalDeployer(DeployConfig) - Method in class lumis.portal.deployment.DeploymentManager
Deprecated. 
getPortalDeployer(DeployConfig) - Method in interface lumis.portal.deployment.IDeploymentManager
Deprecated. Since 5.0.0 the use of IPortalDeployer has been deprecated.
getPortalEventManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPortalFilePath() - Method in class lumis.portal.filesystem.PortalFile
Returns the path for this portal file.
getPortalInfo() - Static method in class lumis.portal.PortalContext
Returns the name and version of the portal.
getPortletInputStream() - Method in class lumis.portal.servicecontainer.ServiceContainerActionRequest
 
getPortletManager() - Static method in class lumis.portlet.container.manager.PortletManagerFactory
 
getPortletMode() - Method in class lumis.portal.page.PageWebResource
Returns the portlet mode for the target in this page web resource.
getPortletMode() - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
 
getPortletMode() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPortletMode() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated.  
getPortletOutputStream() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getPortletRegistryContext() - Method in class lumis.service.wsrp.producer.PortletRegistryContextFactoryImpl
 
getPortletRegistryContext(String, String) - Method in class lumis.service.wsrp.producer.PortletRegistryContextFactoryImpl
 
getPortletSession() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPortletSession(boolean) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPosition() - Method in class lumis.portal.channel.ChannelConfig
 
getPosition() - Method in class lumis.portal.channel.tree.GenericChannelChild
 
getPosition() - Method in interface lumis.portal.channel.tree.IChannelChild
 
getPosition() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the position of this entry in the formula.
getPosition() - Method in class lumis.portal.metatag.MetaTagConfig
 
getPosition() - Method in class lumis.portal.page.PageConfig
 
getPosition() - Method in class lumis.service.newsletter.Category
Returns the position.
getPosition() - Method in class lumis.service.rss.RssConfig
 
getPosition() - Method in class lumis.service.vote.VoteOptionConfig
 
getPossibleAssignedTo(SessionConfig, String, WorkflowStateConfig, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the possible assignedTo values for a workflow state.
getPossibleAssignedTo(SessionConfig, String, WorkflowStateConfig, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getPossibleAssignedToForAction(SessionConfig, String, String, String, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Deprecated. Since 4.2.0, replaced by IWorkflowManager.getPossibleAssignedTo(SessionConfig, String, WorkflowStateConfig, ITransaction).
getPossibleAssignedToForAction(SessionConfig, String, String, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
Deprecated. 
getPostedByUser() - Method in class lumis.service.forum.ForumMessageConfig
 
getPreBuiltChannelFiles(SessionConfig, String, ITransaction) - Method in interface lumis.portal.service.IServiceManager
Returns a collection of paths to the pre built channel files for the specified service.
getPreBuiltChannelFiles(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.ServiceManager
 
getPreferences(SessionConfig, String, int) - Method in interface lumis.portal.preferences.IPreferencesManager
Returns the user preferences for a specified resource.
getPreferences(SessionConfig, String, int) - Method in class lumis.portal.preferences.PreferencesManager
 
getPreferences() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPreferencesManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPrefix() - Method in exception lumis.portal.channel.ChannelPrefixInUseException
 
getPrepareForReadScript() - Method in class lumis.doui.control.Control
 
getPrepareForReadScript() - Method in class lumis.doui.control.htmleditor.HtmlEditorControl
 
getPrepareForReadScript() - Method in interface lumis.doui.control.IControl
 
getPresentationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPreviousParametersStorageId() - Method in class lumis.portal.PortalRequestParameters
Returns the previous parameters storage id.
getPreviousStoredValue(String) - Method in class lumis.doui.DouiContext
Returns a previously stored value.
getPrimaryKey() - Method in class lumis.doui.table.QueryBuilder
 
getPrimaryKeyByContentId(String) - Method in class lumis.service.forum.ForumDaoJdbc
Returns the primary key through the given contentId.
getPrimaryKeyField() - Method in class lumis.doui.source.TabularSource
Returns the field id of the primary key field.
getPrimaryKeyFieldId() - Method in class lumis.doui.control.itempicker.MultiItemPickerControl
 
getPrimaryKeyFieldId() - Method in class lumis.doui.control.itempicker.SelectItemTabularDataControl
 
getPrimaryKeyFieldId() - Method in class lumis.service.rss.RssConfig
 
getPrimaryKeyFieldId() - Method in class lumis.util.query.QueryCreateTable
Returns the field id of the field that should be created as the primary key.
getPrimaryKeyFilterGroup(QueryBase) - Method in class lumis.doui.table.QueryBuilder
 
getPrimaryKeyValues() - Method in class lumis.content.table.ValidateContentReferencesProcessActionHandler
 
getPrimaryKeyValues() - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getPrimaryName() - Method in class lumis.content.core.ContentVersion
Returns the primary name for this content version.
getPrimaryName() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getPrimaryNameField() - Method in class lumis.doui.source.Source
Returns the field that is the primary name of this source.
getPrimaryNameFieldId() - Method in class lumis.doui.control.itempicker.SelectItemTabularDataControl
 
getPrincipalDao() - Static method in class lumis.portal.dao.DaoFactory
 
getPrincipalId() - Method in class lumis.content.workflow.WorkflowPermission
Returns the identifier of the principal this permission instance is granting a role.
getPrincipalId() - Method in class lumis.util.security.acl.AccessControlEntry
 
getPrincipalIds() - Method in class lumis.content.core.ContentPublication
Returns the identifiers of the principals this publication is done to.
getPrincipalManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPrincipalRoles(SessionConfig, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getPrincipalSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPrincipalShortIdField() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the name of the field in the view that contains the principal short identifier.
getPrincipalsPreferences() - Method in class lumis.portal.preferences.Preferences
 
getPrincipalType() - Method in class lumis.content.workflow.serialization.WorkflowPermissionSerializableConfig
 
getPrincipalType() - Method in class lumis.portal.group.serialization.GroupMemberSerializableConfig
 
getPrincipalType() - Method in class lumis.util.security.acl.serialization.AccessControlListEntrySerializableConfig
 
getPrintable(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the printable property of an interface instance.
getPrintable() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getPrintable(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getPriority() - Method in class lumis.portal.page.cache.PageCacheConfig
Returns the current priority value for this page cache.
getPriority() - Method in class lumis.portal.page.template.InterfaceInstanceNodeWrapper
 
getPrivateParameterMap() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getProcessActionContainer() - Method in class lumis.doui.DouiContext
 
getProcessActionDao() - Static method in class lumis.doui.dao.DouiDaoFactory
 
getProcessActionDefinitionNodes(String) - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getProcessActionHandlerDefinitionNodesByActionId(String) - Method in class lumis.doui.processaction.ProcessActionContainer
 
getProcessActionHandlerParameterName() - Method in class lumis.doui.control.DataBoundControl
Define the name of the process action parameter to be set.
getProcessActionHandlerParameterName() - Method in class lumis.doui.control.DataControl
Define the name of the process action parameter to be set.
getProcessActionIds() - Method in class lumis.doui.control.DataControl
 
getProcessActionIds() - Method in interface lumis.doui.control.IDataControl
Returns the process action identifiers for which this control sets parameters to.
getProcessActionManager() - Static method in class lumis.doui.DouiManagerFactory
 
getProcessActionsDefinitionNode() - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getProcessId() - Method in class lumis.portal.progress.ProgressConfig
 
getProcessId() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getProcessId() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getProcessTime() - Method in class lumis.service.newsletter.Schedule
 
getProducer(String, String) - Method in class lumis.service.wsrp.producer.ProducerManagerImpl
 
getProducer(String) - Method in class lumis.service.wsrp.producer.ProducerManagerImpl
 
getProducerEntity(String) - Method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerImpl
 
getProducerEntityId(SessionConfig, String, ITransaction) - Static method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerFactory
Returns the producerEntityId configured for the specified service instance.
getProducerEntityIds() - Method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerImpl
 
getProducerEntityManager(String) - Static method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerFactory
Returns the ProducerEntityManager for a WSRP producer service instance.
getProductName() - Method in enum lumis.util.DatabaseType
 
getProgressDeserializationItemCount() - Method in class lumis.portal.channel.serialization.ChannelSerializationManager
 
getProgressDeserializationItemCount() - Method in interface lumis.portal.channel.serialization.IChannelSerializationManager
Get the number of steps of a channel deserialization process.
getProgressEnabled() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getProgressManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getProgressSerializationItemCount() - Method in class lumis.portal.channel.serialization.ChannelSerializationManager
 
getProgressSerializationItemCount() - Method in interface lumis.portal.channel.serialization.IChannelSerializationManager
Get the number of steps of a channel serialization process.
getProperties() - Method in class lumis.portal.channel.ChannelWebResource
 
getProperties() - Method in class lumis.portal.page.PageWebResource
 
getProperties() - Method in class lumis.portal.PortalConfiguration.SystemBean
Returns the system properties.
getProperties(String) - Method in class lumis.portal.service.ServiceConfig
 
getProperties(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getProperties(String) - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getProperties(String) - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getProperties() - Method in class lumis.portal.url.WebResource
Returns the properties for this web resource.
getProperty(String) - Method in class lumis.portal.propertybag.PropertyBag
Returns a property of this property bag.
getProperty(String) - Method in class lumis.portal.service.ServiceConfig
 
getProperty(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getProperty(String) - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getProperty(String) - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getPropertyBag() - Method in class lumis.portal.propertybag.Property
Returns the parent property bag of this property.
getPropertyBagId() - Method in class lumis.portal.channel.ChannelConfig
Returns the property bag identifier.
getPropertyBagId() - Method in class lumis.portal.page.PageConfig
Returns the property bag identifier.
getPropertyBagManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the manager for the property bag API.
getPropertyBagSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the property bag serialization manager.
getPropertyMap() - Method in class lumis.portal.propertybag.PropertyBag
Returns the aggregated properties of this property bag.
getPropertyNames() - Method in class lumis.portal.service.ServiceConfig
 
getPropertyNames() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPropertyNames() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getPropertyNames() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getProtocol() - Method in class lumis.portal.channel.ChannelConfig
 
getProtocol() - Method in class lumis.portal.page.PageConfig
 
getProtocolScheme(SessionConfig, int, ITransaction) - Method in interface lumis.portal.page.IPageManager
Return the protocol Scheme of the page given a protocol type.
getProtocolScheme(SessionConfig, int, ITransaction) - Method in class lumis.portal.page.PageManager
 
getProtocolType(SessionConfig, ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelManager
 
getProtocolType(SessionConfig, ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Returns the protocolType of the given channel.
getProtocolType(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
Returns the protocolType of the given page.
getProtocolType(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
 
getProvider() - Method in class lumis.portal.crypto.MessageDigestCipher
Returns the message digest provider to be used.
getPubDateFieldId() - Method in class lumis.service.rss.RssConfig
 
getPublications() - Method in class lumis.content.core.ContentVersion
Returns the publications defined for this version.
getPublicDataFolderManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getPublicParameterMap() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getPublishDate() - Method in class lumis.service.rss.RssResultRow
 
getPublishedContentVersion(String, String) - Method in class lumis.content.core.ContentManager
 
getPublishedContentVersion(String, String) - Method in interface lumis.content.core.IContentManager
Returns the published version more appropriated to the current user for the specified content and service instance.
getPublishedVersion() - Method in class lumis.content.core.ContentLocale
Returns the published version of the content in this locale.
getPublishEndDateTime() - Method in class lumis.content.core.ContentPublication
Returns the maximum date-time limit for this publication.
getPublishEndDateTime() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getPublishStartDateTime() - Method in class lumis.content.core.ContentPublication
Returns the initial date-time from which the publication is to be done.
getPublishStartDateTime() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getQuery(SearchQuery) - Method in class lumis.search.lucene.LuceneSearcher
 
getQueryAdapter(ITransaction) - Static method in class lumis.util.query.QueryAdapterFactory
 
getQueryAssignments(QueryInsert, IParameters) - Method in class lumis.doui.table.field.BaseTableSourceField
 
getQueryAssignments(QueryUpdate, IParameters) - Method in class lumis.doui.table.field.BaseTableSourceField
 
getQueryAssignments(QueryInsert, IParameters) - Method in class lumis.doui.table.field.FileTableSourceField
 
getQueryAssignments(QueryUpdate, IParameters) - Method in class lumis.doui.table.field.FileTableSourceField
 
getQueryAssignments(QueryInsert, IParameters) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getQueryAssignments(QueryUpdate, IParameters) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getQueryAssignments(QueryInsert, IParameters) - Method in interface lumis.doui.table.field.ITableSourceField
Returns a list of query assignments to be used in the given query insert.
getQueryAssignments(QueryUpdate, IParameters) - Method in interface lumis.doui.table.field.ITableSourceField
Returns a list of query assignments to be used in the given query update.
getQueryAssignments(QueryInsert, IParameters) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getQueryAssignments(QueryUpdate, IParameters) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getQueryAssignments(QueryInsert, IParameters) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getQueryAssignments(QueryUpdate, IParameters) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getQueryAssignments() - Method in class lumis.util.query.QueryBase
 
getQueryDataType() - Method in class lumis.content.source.field.type.WorkflowStateDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.AbstractSourceFieldDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.BooleanDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.ChannelDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.DateDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.DateTimeDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.DoubleDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.FileDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.FilesDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.GuidDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.IntegerDataType
 
getQueryDataType() - Method in interface lumis.doui.source.field.type.ISourceFieldDataType
Returns a QueryFieldTypes constant for a query data type the value of this source field data type is best suited to be kept in.
getQueryDataType() - Method in class lumis.doui.source.field.type.LongDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.PageDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.PageOrPageTemplateDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.PageTemplateDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.ParentContentDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.PrincipalDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.StringDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.TextDataType
 
getQueryDataType() - Method in class lumis.doui.source.field.type.TimeDataType
 
getQueryDataType() - Method in class lumis.service.chatroom.AnyDataType
 
getQueryDataType() - Method in class lumis.service.resourcescheduler.ResourcesDataType
 
getQueryField(QueryBase) - Method in class lumis.content.source.field.WorkflowAssignedToSourceField
 
getQueryField(QueryBase, boolean) - Method in class lumis.doui.table.field.GenericTableSourceField
Returns the query field for this field.
getQueryField(QueryBase) - Method in class lumis.doui.table.field.GenericTableSourceField
Returns the main query field for this source field.
getQueryField(QueryBase) - Method in class lumis.doui.table.field.SingleColumnTableSourceField
 
getQueryfield() - Method in class lumis.util.query.QuerySortOrder
 
getQueryFilter(QueryField, IQueryValue) - Method in class lumis.content.source.filter.MetaDataSourceFilter
Deprecated. Generate a query filter that filters the queryField by the metadata related to the given value (itemId request parameter).
getQueryFilter(QueryBase, TableSourceFilter) - Method in class lumis.doui.table.field.BaseTableSourceField
 
getQueryFilter(QueryBase, TableSourceFilter) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getQueryFilter(QueryBase, TableSourceFilter) - Method in interface lumis.doui.table.field.ITableSourceField
Returns a query filter for this field.
getQueryFilter(QueryBase, IParameters) - Method in class lumis.doui.table.filter.CompositeTableSourceFilter
 
getQueryFilter(QueryBase, IParameters) - Method in interface lumis.doui.table.filter.ITableSourceFilter
Returns the query filter to be used with the given query.
getQueryFilter(QueryField, IQueryValue) - Method in class lumis.doui.table.filter.MonthTableSourceFilter
Generate a query filter that filters the queryField by the month of the given value.
getQueryFilter(QueryBase, IParameters) - Method in class lumis.doui.table.filter.TableSourceFilter
Returns a query filter corresponding to this source filter definition.
getQueryFilter(QueryField, IQueryValue) - Method in class lumis.doui.table.filter.TableSourceFilter
Creates a query filter, filtering the query field by the value, according to this filter definitions.
getQueryFilter(QueryBase, TableSourceFilter) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getQueryFilter(QueryBase, TableSourceFilter) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getQuerySortOrders(QueryBase, String) - Method in class lumis.doui.table.field.BaseTableSourceField
 
getQuerySortOrders(QueryBase, String) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getQuerySortOrders(QueryBase, String) - Method in interface lumis.doui.table.field.ITableSourceField
Returns a list of sort orders to be applied when it is to be ordered by this field.
getQuerySortOrders(QueryBase, String) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getQuerySortOrders(QueryBase, String) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getQuestion() - Method in class lumis.service.vote.VoteQuestionConfig
 
getQuestionId() - Method in class lumis.service.vote.VoteOptionConfig
 
getQueueLockTimeout() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the time in seconds for mail queue lock timeout.
getQuoteButtonScript(String, ISourceData, IServiceInterfaceUrl) - Method in class lumis.service.forum.ForumMessageListPostLoadProcessor
 
getRank() - Method in class lumis.search.SearchHit
Returns the rank value.
getReadData() - Method in class lumis.doui.source.Source
 
getReader() - Method in class lumis.portal.servicecontainer.ServiceContainerActionRequest
 
getRealPath(String) - Static method in class lumis.portal.PortalContext
 
getReceiverId() - Method in class lumis.portal.cluster.event.ClusterMessageReceivedEvent
The identifier of the server that received the message.
getRecursiveImplies(IPermission) - Method in class lumis.portal.serviceinstance.acl.ServiceInstancePermissions
 
getRecursiveImplies(Class<T>, IPermission) - Static method in class lumis.util.security.acl.Permissions
 
getRedirectDestination() - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
 
getReferencedCssIds() - Method in class lumis.portal.serialization.SerializationContext
 
getReferencedServiceInterfaceIds() - Method in class lumis.portal.serialization.SerializationContext
 
getReferencedServiceInterfaceStyleIds() - Method in class lumis.portal.serialization.SerializationContext
 
getRegionName() - Method in class lumis.portal.cache.HibernatePortalCache
 
getReindexerTabularDataProcessorClassName() - Method in class lumis.content.table.ContentTableSource
 
getReindexerTabularDataProcessorClassName() - Method in class lumis.doui.source.TabularSource
Returns the class name of the reindexer for this source
getRelationId() - Method in class lumis.util.query.QueryTable
 
getRelativeId() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getRelativePath(String) - Method in enum lumis.portal.filesystem.PortalBaseFolder
Calculates the relative path to this base folder from the given absolute path.
getRelativePath() - Method in class lumis.portal.filesystem.PortalFilePath
Returns the relative path to PortalFilePath.getBaseFolder().
getRelativePath(String) - Method in enum lumis.portal.PortalContext.RelativePathType
Deprecated.  
getReleaseVersion() - Method in class lumis.upgrade.BuildConfig
Returns the release version of this build.
getReload() - Method in class lumis.doui.control.DataBoundControl
 
getRemoveMailsSent() - Method in interface lumis.portal.sendmail.IMailConfig
Returns true if mails sent successfully should be automatically removed from the database.
getRenderActionDefinitionNodes(String) - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getRenderAs() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getRenderAs(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the renderAs property of an interface instance.
getRenderAs() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getRenderAs(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getRenderData(IRenderer) - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getRenderData() - Method in class lumis.doui.control.Control
 
getRenderData() - Method in class lumis.doui.control.ControlContainer
 
getRenderData() - Method in interface lumis.doui.control.IControl
Returns an xml string representation of the control for rendering via xsl.
getRenderData(IRenderer) - Method in class lumis.doui.render.CharSequenceRenderableWrapper
 
getRenderData(IRenderer) - Method in interface lumis.doui.render.IRenderable
Returns the data of this object in a standard xml format.
getRenderData(IRenderer) - Method in class lumis.doui.render.RenderDataValue
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.LocalizableCharSequenceValue
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.OptionLookupValue
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.ChannelDataType.Data
Returns a xml block that contains the id, name and path of the given channel.
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.DateDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.DateTimeDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.FilesDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.PageDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.PrincipalDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.doui.source.field.type.TimeDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.service.document.field.DocumentDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.service.image.field.ImageDataType.Data
 
getRenderData(IRenderer) - Method in class lumis.service.resourcescheduler.ResourcesDataType.Data
 
getRenderParameter(String) - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
Deprecated. 
getRenderParameter(String) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceActionResponse
Deprecated. 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.
getRenderParameterMap() - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
 
getRenderParameters() - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
Deprecated. 
getRenderParameters() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceActionResponse
Deprecated. 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.
getRenderRequest() - Method in class lumis.doui.DouiContext
 
getRenderResponse() - Method in class lumis.doui.DouiContext
 
getReplyTo() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the reply to field of this mail.
getReport(String) - Method in interface lumis.portal.report.IReportManager
Returns the report with the given identifier.
getReport(String) - Method in class lumis.portal.report.ReportManager
 
getReport() - Method in class lumis.portal.report.ReportParameter
Returns the report this parameter belongs to.
getReportManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the manager for report related operations.
getReportPath() - Method in class lumis.portal.report.ReportType
Returns the path for this report type, relative to lumisdata/def directory.
getReportType(String) - Method in interface lumis.portal.report.IReportManager
Returns the report type with the given identifier.
getReportType() - Method in class lumis.portal.report.Report
Returns the report type of this report.
getReportType(String) - Method in class lumis.portal.report.ReportManager
 
getReportType() - Method in class lumis.portal.report.ReportTypeParameter
Returns the report type this parameter belongs to.
getRepositoryMenus(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.content.service.ContentServiceInterface
 
getRepositoryMenus(SessionConfig, ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.doui.service.DouiServiceInterface
 
getRequest() - Method in class lumis.doui.DouiContext
 
getRequest(String, ITransaction) - Method in class lumis.service.callcenteronline.ColDaoJdbc
 
getRequestByConversationId(String, ITransaction) - Method in class lumis.service.callcenteronline.ColDaoJdbc
 
getRequestDateTime() - Method in class lumis.portal.sendmail.dao.hibernate.MailQueue
 
getRequestDateTime() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the date this mail has been requested to be sent.
getRequestDispatcher(String) - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getRequestDispatcher(String) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getRequestedPath(HttpServletRequest) - Static method in class lumis.portal.url.WebResourceDiscoveryFilter
Returns the requested path, adjusted according to the destination web resource.
getRequestMode() - Method in class lumis.portal.controller.ControllerHtml
Returns the mode for the current request.
getRequestParameterName() - Method in class lumis.doui.control.DataControl
 
getRequestParameterName() - Method in class lumis.doui.control.pane.PaneControl
 
getRequestRate() - Method in class lumis.service.seo.robotstxt.UserAgent
Returns the requestRate.
getRequestTime() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getRequiredPermissions() - Method in class lumis.portal.acl.PortalAclManager
 
getRequiredPermissions() - Static method in enum lumis.portal.acl.PortalPermissions
 
getRequiredPermissions() - Method in class lumis.portal.channel.acl.ChannelAclManager
 
getRequiredPermissions() - Static method in enum lumis.portal.channel.acl.ChannelPermissions
 
getRequiredPermissions() - Method in class lumis.portal.group.acl.GroupAclManager
 
getRequiredPermissions() - Static method in enum lumis.portal.group.acl.GroupPermissions
 
getRequiredPermissions() - Method in class lumis.portal.page.acl.PageAclManager
 
getRequiredPermissions() - Static method in enum lumis.portal.page.acl.PagePermissions
 
getRequiredPermissions() - Method in class lumis.portal.page.template.acl.PageTemplateAclManager
 
getRequiredPermissions() - Static method in enum lumis.portal.page.template.acl.PageTemplatePermissions
 
getRequiredPermissions() - Method in class lumis.portal.service.acl.ServiceAclManager
 
getRequiredPermissions() - Static method in enum lumis.portal.service.acl.ServicePermissions
 
getRequiredPermissions() - Method in class lumis.portal.serviceinstance.acl.ServiceInstanceAclManager
 
getRequiredPermissions() - Method in class lumis.util.security.acl.AclManager
 
getRequiredPermissions() - Method in class lumis.util.security.acl.GenericAclManager
 
getRequiredPermissions(Class<T>) - Static method in class lumis.util.security.acl.Permissions
 
getResource() - Method in class lumis.content.workflow.WorkflowConfig
Returns the localization resource for this workflow.
getResource() - Method in class lumis.doui.processaction.ProcessActionHandler
Returns the interface resource.
getResource() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getResource() - Method in class lumis.portal.service.ServiceConfig
 
getResource() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getResource(PageContext) - Static method in class lumis.portal.taglib.AddResourceTag
Returns the resource set in the current page through this tag.
getResource() - Method in class lumis.report.ReportContext
 
getResource() - Method in class lumis.service.doui.propertybag.PropertyBagProcessActionHandler
 
getResourceClassName() - Method in class lumis.content.service.ContentService
 
getResourceClassName() - Method in class lumis.doui.service.DouiService
 
getResourceClassName() - Method in class lumis.portal.service.GenericService
 
getResourceClassName() - Method in class lumis.portal.service.ServiceConfig
 
getResourceId() - Method in class lumis.portal.preferences.Preferences
 
getResourcePath() - Method in class lumis.portal.localization.CustomStringConfig
 
getResourcePaths() - Method in class lumis.portal.PortalStringResource
 
getResourcePaths() - Method in interface lumis.util.IResource
 
getResourcePriority() - Method in class lumis.portal.page.cache.PageCacheConfig
Returns the priority for generating the cache for the resource this cache is of.
getResources() - Method in class lumis.collaboration.chat.ChatHistoryControl
 
getResources() - Method in class lumis.content.control.workflow.WorkflowMetaDataControl
 
getResources() - Method in class lumis.doui.control.Control
 
getResources() - Method in interface lumis.doui.control.IControl
 
getResources() - Method in interface lumis.doui.render.IRenderer
Returns the localization resources to be used in the value render.
getResources() - Method in exception lumis.portal.PortalException
 
getResourceType() - Method in class lumis.portal.preferences.Preferences
 
getResponse() - Method in class lumis.doui.DouiContext
 
getResponseContentType() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getResponseContentTypes() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getResponseString() - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletResponse
 
getResponseString() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getResponseXml(PortalException) - Method in class lumis.portal.controller.ControllerXml
 
getResponseXml(String) - Static method in class lumis.portal.controller.ControllerXml
 
getResponseXml() - Static method in class lumis.portal.controller.ControllerXml
 
getResults(RssConfig, ITransaction) - Method in interface lumis.service.rss.IRssDao
Get the results of the Rss Xml file
getResults(RssConfig, ITransaction) - Method in class lumis.service.rss.RssDao
 
getReversibleCipher() - Method in class lumis.portal.crypto.CryptoManager
 
getReversibleCipher() - Method in interface lumis.portal.crypto.ICryptoManager
Returns a cipher that is able to encrypt data, and decrypt it back.
getRightField() - Method in class lumis.util.query.QueryAssignment
 
getRightField() - Method in class lumis.util.query.QueryFilter
 
getRightField() - Method in class lumis.util.query.QueryJoin
 
getRightParentheses() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns a string containing right parentheses set in this entry.
getRole() - Method in class lumis.content.workflow.WorkflowPermission
Returns the role this permission instance is granting.
getRoles() - Method in class lumis.content.workflow.WorkflowConfig
Returns the roles for this Workflow.
getRootChannelId() - Method in class lumis.portal.serialization.BaseSerializationConfig
 
getRootChannelId() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getRootPath() - Static method in class lumis.portal.PortalContext
 
getRow() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationMessageConfig
 
getRowHyperlink(TabularSource, ISourceData, String, int) - Method in class lumis.doui.control.itempicker.SelectItemTabularDataControl
 
getRowHyperlink(TabularSource, ISourceData, String, int) - Method in class lumis.doui.control.tabulardata.TabularDataControl
 
getRowHyperlink(TabularSource, ISourceData, String, int) - Method in class lumis.service.announcement.AnnouncementTabularDataControl
 
getRowHyperlink(TabularSource, ISourceData, String, int) - Method in class lumis.service.link.LinkTabularDataControl
 
getRowHyperlink(TabularSource, ISourceData, String, int) - Method in class lumis.service.portalmanagement.filesystem.FileSystemTabularData
 
getRows() - Method in class lumis.doui.source.TabularData
Returns the rows in this tabular data.
getRowspan() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getRssManager() - Static method in class lumis.service.rss.RssManagerFactory
Returns a rss manager instance.
getRssServiceInstanceId() - Method in class lumis.service.rss.RssConfig
 
getRunOnlyOnServer() - Method in class lumis.portal.clock.ClockConfig
 
getRuntimeDataProviderClassName(SessionConfig, ChannelConfig, ITransaction) - Method in class lumis.portal.channel.ChannelManager
Deprecated. 
getRuntimeDataProviderClassName(SessionConfig, ChannelConfig, ITransaction) - Method in interface lumis.portal.channel.IChannelManager
Deprecated. Since 5.0.0 replaced by IChannelManager.getPageWebResourceDataProviderClassName(SessionConfig, ChannelConfig, ITransaction).
getRuntimeDataProviderClassName(SessionConfig, PageConfig, ITransaction) - Method in interface lumis.portal.page.IPageManager
Deprecated. Since 5.0.0 replaced by IPageManager.getPageWebResourceDataProviderClassName(SessionConfig, PageConfig, ITransaction).
getRuntimeDataProviderClassName() - Method in class lumis.portal.page.PageConfig
Deprecated. Since 5.0.0 replaced by PageConfig.getPageWebResourceDataProviderClassName().
getRuntimeDataProviderClassName(SessionConfig, PageConfig, ITransaction) - Method in class lumis.portal.page.PageManager
Deprecated. 
getRuntimeDataProviderType() - Method in class lumis.portal.page.PageConfig
Deprecated. Since 5.0.0 replaced by PageConfig.getPageWebResourceDataProviderType().
getRuntimeDefaultSource() - Method in class lumis.doui.control.Control
Returns default source to use in the context of the current control when evaluating runtime attributes.
getRuntimeDefaultSource() - Method in class lumis.doui.control.DataBoundControl
 
getRunTimeInstance(String, String, String, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceDao
Get the runtime instance.
getRunTimeInstance(String, String, String, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceDaoJdbc
 
getRuntimeParametersControlsNode() - Method in class lumis.portal.report.ReportType
Returns the controls node for the runtime parameters.
getRuntimeParametersSourceNode() - Method in class lumis.portal.report.ReportType
Returns the runtime parameters source node.
getRunTimeServiceInstanceId() - Method in class lumis.portal.page.PageWebResource
Returns the service instance identifier of the runtime service instance for this page web resource.
getRunTimeServiceInterfaceId() - Method in class lumis.portal.page.PageWebResource
Returns the service interface identifier of the runtime service interface for this page web resource.
getSaveXml() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderRequest
 
getSaveXml() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRenderRequest
 
getScheduleMonthDay() - Method in class lumis.service.newsletter.Schedule
 
getScheduleType() - Method in class lumis.service.newsletter.Schedule
 
getScheduleWeekDay() - Method in class lumis.service.newsletter.Schedule
 
getScope() - Method in class lumis.search.filter.SearchClause
Returns the scope for this search clause.
getScriptActionValidation(Node[], String, ITransaction) - Method in class lumis.doui.control.Control
 
getScriptAddErrorMessage(String) - Method in class lumis.doui.control.ErrorSummaryControl
 
getScriptAddErrorMessage(String) - Method in interface lumis.doui.control.IErrorSummaryControl
Returns the script that will add the given message to the error message list on the client side.
getScriptCallBackFunction() - Method in class lumis.content.control.contentpicker.ContentPickerControl
 
getScriptCallBackFunctionName() - Method in class lumis.content.control.contentpicker.ContentPickerControl
 
getScriptClear() - Method in class lumis.doui.control.ErrorSummaryControl
 
getScriptClear() - Method in interface lumis.doui.control.IErrorSummaryControl
Returns the script that will clear the error summary
getScriptClear() - Method in interface lumis.doui.control.IValidatorControl
Clears the message displayed by this validator.
getScriptClear() - Method in class lumis.doui.control.ValidatorControl
 
getScriptGetButtonText() - Method in class lumis.doui.control.button.ButtonControl
 
getScriptGetValues() - Method in class lumis.doui.control.Control
 
getScriptGetValues() - Method in interface lumis.doui.control.IClientSideReadableControl
 
getScriptGetValuesFunctionImplementation() - Method in class lumis.content.control.language.LanguageControl
 
getScriptGetValuesFunctionImplementation() - Method in class lumis.doui.control.Control
 
getScriptGetValuesFunctionImplementation() - Method in class lumis.doui.control.datepicker.DateTimePickerControl
 
getScriptGetValuesFunctionImplementation() - Method in class lumis.doui.control.datepicker.TimePickerControl
 
getScriptGetValuesFunctionImplementation() - Method in class lumis.doui.control.fileupload.FileUploadControl
 
getScriptGetValuesFunctionImplementation() - Method in class lumis.doui.control.htmleditor.HtmlEditorControl
 
getScriptGetValuesFunctionName() - Method in class lumis.doui.control.Control
 
getScriptGetValuesRegistration() - Method in class lumis.doui.control.Control
 
getScriptGetValuesRegistration() - Method in interface lumis.doui.control.IClientSideReadableControl
 
getScriptSetButtonImageAlt(String) - Method in class lumis.doui.control.button.ButtonControl
 
getScriptSetButtonText(String) - Method in class lumis.doui.control.button.ButtonControl
 
getScriptSetMessages(ITransaction) - Method in class lumis.doui.control.ValidatorControl
 
getScriptSetMessages(String, ITransaction) - Method in class lumis.doui.control.ValidatorControl
 
getScriptSetMessages(ValidationMessages, ITransaction) - Method in class lumis.doui.control.ValidatorControl
 
getScriptShow() - Method in class lumis.doui.control.ErrorSummaryControl
 
getScriptShow() - Method in interface lumis.doui.control.IErrorSummaryControl
Returns a client side script that shows the error summary
getScriptValidate() - Method in interface lumis.doui.control.IValidatorControl
Returns the code that needs to be executed on the client side for this validation.
getScriptValidate() - Method in class lumis.doui.control.ValidatorControl
 
getScriptValidateRegistration() - Method in interface lumis.doui.control.IValidatorControl
Returns a script that must be placed on the page.
getScriptValidateRegistration() - Method in class lumis.doui.control.ValidatorControl
 
getScriptValidationFunctionImplementation() - Method in interface lumis.doui.control.IValidatorControl
Returns the client side code that must be placed in a client side function to perform the validation
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.DateCompareValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.DateDataTypeValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.FileSizeValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.HtmlEditorValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.IntegerDataTypeValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.LengthValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.NumberDataTypeValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.RegularExpressionValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.RequiredValueValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.doui.control.validator.RequiredValueWhenVisibleValidatorControl
The script validation client side function calls the method LumisIsControlVisible passing the id of the control that is being validated.
getScriptValidationFunctionImplementation() - Method in class lumis.doui.search.SearchQueryValidatorControl
 
getScriptValidationFunctionImplementation() - Method in class lumis.service.doui.filters.FilterUniqueIdValidator
 
getScriptValidationFunctionName() - Method in interface lumis.doui.control.IValidatorControl
Returns the name of the client side validation function.
getScriptValidationFunctionName() - Method in class lumis.doui.control.ValidatorControl
 
getSearchableFields() - Method in class lumis.doui.source.TabularSource
Returns a collection of fields that are searchable
getSearchContent() - Method in class lumis.search.lucene.LuceneSearchHit
 
getSearchContent() - Method in class lumis.search.SearchHit
Returns a SearchContent object related to the hit, containing all fields.
getSearchContentAttachments() - Method in interface lumis.doui.search.common.ISearchable
Returns the search content attachments to be used for indexing this object.
getSearchContentAttachments() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getSearchContentAttachments() - Method in class lumis.doui.source.field.type.FilesDataType.Data
 
getSearchContentAttachments() - Method in class lumis.doui.source.field.type.HtmlDataType.Data
 
getSearchContentAttachments() - Method in class lumis.service.document.field.DocumentDataType.Data
 
getSearchContentAttachments() - Method in class lumis.service.image.field.ImageDataType.Data
 
getSearchContentFields() - Method in interface lumis.doui.search.common.ISearchable
Returns the search content fields to be used for indexing this object.
getSearchContentFields() - Method in class lumis.doui.source.field.type.FileDataType.Data
 
getSearchContentFields() - Method in class lumis.doui.source.field.type.FilesDataType.Data
 
getSearchContentFields() - Method in class lumis.doui.source.field.type.HtmlDataType.Data
 
getSearchContentFields() - Method in class lumis.service.document.field.DocumentDataType.Data
 
getSearchContentFields() - Method in class lumis.service.image.field.ImageDataType.Data
 
getSearchContentIds() - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getSearchContentsForAdd() - Method in class lumis.content.search.ContentTabularSourceSearchContentFiller
 
getSearchContentsForAdd() - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getSearchContentsForAdd() - Method in interface lumis.doui.search.ISourceSearchContentFiller
 
getSearchContentsForRemove() - Method in class lumis.content.search.ContentTabularSourceSearchContentFiller
 
getSearchContentsForRemove() - Method in class lumis.doui.search.DouiTabularSourceSearchContentFiller
 
getSearchContentsForRemove() - Method in interface lumis.doui.search.ISourceSearchContentFiller
 
getSearchEngineConfigNode(String) - Static method in class lumis.search.SearchContext
Returns the configuration node for the a search engine.
getSearchEngineId() - Method in class lumis.doui.search.common.DouiIndexConfig
 
getSearcher(String) - Static method in class lumis.search.SearcherFactory
Creates an instance of the default Searcher class for the specified search engine.
getSearcher(String, String) - Static method in class lumis.search.SearcherFactory
Creates an instance of the Searcher class for the specified search engine and searcher.
The class is determined by a searcher config node in search config file.
getSearcherConfigNode(String, String) - Static method in class lumis.search.SearchContext
Returns the configuration node for one of the search engine's searchers.
getSearcherConfigNodes(String) - Static method in class lumis.search.SearchContext
Returns the configuration nodes for all searchers of a search engine.
getSearcherEngineId() - Method in class lumis.doui.search.SearchSource
 
getSearcherEngineId() - Method in class lumis.doui.source.TabularSource
Returns the searcher engine for this source
getSearcherId() - Method in class lumis.doui.source.TabularSource
Returns the identifier of the searcher for this source.
getSearcherScope() - Method in class lumis.doui.search.SearchSource
 
getSearchInterfaceId() - Method in class lumis.doui.control.itempicker.ItemPickerControl
 
getSearchInterfaceId() - Method in class lumis.doui.control.itempicker.MultiItemPickerControl
 
getSearchMonitor(ServiceInstanceConfig, String, ITransaction) - Static method in class lumis.doui.search.SearchMonitorUtil
Returns a monitor for the "lumis.doui.search.ev.search" event.
getSecurityAlias() - Static method in class lumis.portal.PortalContext
 
getSelectCountStatement(QuerySelect, ITransaction) - Method in interface lumis.util.query.IQueryAdapter
 
getSelectCountStatement(QuerySelect, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getSelectedChannelId() - Method in class lumis.doui.control.selectchannel.SelectChannelOrChannelTemplateControl
Returns the selected channel identifier.
getSelectedChannelId() - Method in class lumis.report.control.SelectChannelPathControl
 
getSelectItemsInterfaceId() - Method in class lumis.content.control.autolayout.AutoLayoutGenericContentAssociationControl
 
getSelectStatement(QuerySelect, ITransaction) - Method in interface lumis.util.query.IQueryAdapter
 
getSelectStatement(QuerySelect, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getSendDateTime() - Method in class lumis.service.mailmarketing.Bulletin
 
getSenderEmail() - Method in class lumis.service.mailmarketing.Bulletin
 
getSenderEmail() - Method in class lumis.service.newsletter.Model
Returns the senderEmail.
getSenderId() - Method in interface lumis.portal.cluster.IClusterTransmission
Returns the identifier of the node that is the sender of this transmission.
getSendInterval() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the interval, in seconds, to wait between each mail send in a thread processing the sendmail queue.
getSendMailDao() - Static method in class lumis.portal.dao.DaoFactory
Returns the SendMailDao.
getSendMailManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getSentDateTime() - Method in interface lumis.portal.sendmail.IMailSendStatus
Returns the datetime of the last try to send the mail.
getSentTime() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getSerializationContext() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializationContext
 
getSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getSerializationManager2() - Static method in class lumis.portal.manager.ManagerFactory
 
getSerializationMessageConfig() - Method in class lumis.portal.serialization.SerializationMessageConfigNode
 
getSerializationMessageConfigNode(BaseSerializationContext, ChannelConfig, AccessControlList) - Method in class lumis.portal.channel.acl.serialization.ChannelAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ChannelConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.channel.acl.serialization.ChannelAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ChannelConfig, AccessControlList) - Method in interface lumis.portal.channel.acl.serialization.IChannelAclSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a channel ACL.
getSerializationMessageConfigNode(BaseSerializationContext, ChannelConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.channel.acl.serialization.IChannelAclSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a channel ACL.
getSerializationMessageConfigNode(BaseSerializationContext, ChannelConfig) - Method in class lumis.portal.channel.serialization.ChannelSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ChannelConfig) - Method in interface lumis.portal.channel.serialization.IChannelSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a channel.
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig, AccessControlList) - Method in class lumis.portal.group.acl.serialization.GroupAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.group.acl.serialization.GroupAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig, AccessControlList) - Method in interface lumis.portal.group.acl.serialization.IGroupAclSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a group ACL.
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.group.acl.serialization.IGroupAclSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a group ACL.
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig) - Method in class lumis.portal.group.serialization.GroupSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.group.serialization.GroupSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig) - Method in interface lumis.portal.group.serialization.IGroupSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a group.
getSerializationMessageConfigNode(BaseSerializationContext, GroupConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.group.serialization.IGroupSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a group.
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig, AccessControlList) - Method in interface lumis.portal.page.acl.serialization.IPageAclSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a page ACL.
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.page.acl.serialization.IPageAclSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a page ACL.
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig, AccessControlList) - Method in class lumis.portal.page.acl.serialization.PageAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.page.acl.serialization.PageAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig) - Method in interface lumis.portal.page.serialization.IPageSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a page.
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.page.serialization.IPageSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a page.
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig) - Method in class lumis.portal.page.serialization.PageSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, PageConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.page.serialization.PageSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceConfig) - Method in interface lumis.portal.service.serialization.IServiceSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a service.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceConfig) - Method in class lumis.portal.service.serialization.ServiceSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, AccessControlList) - Method in interface lumis.portal.serviceinstance.acl.serialization.IServiceInstanceAclSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a service instance ACL.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.serviceinstance.acl.serialization.IServiceInstanceAclSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a service instance ACL.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, AccessControlList) - Method in class lumis.portal.serviceinstance.acl.serialization.ServiceInstanceAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, AccessControlList, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.serviceinstance.acl.serialization.ServiceInstanceAclSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig) - Method in interface lumis.portal.serviceinstance.serialization.IServiceInstanceSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a service instance.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.serviceinstance.serialization.IServiceInstanceSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a service instance.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig) - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInterfaceConfig) - Method in interface lumis.portal.serviceinterface.serialization.IServiceInterfaceSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a service interface.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInterfaceConfig) - Method in class lumis.portal.serviceinterface.serialization.ServiceInterfaceSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInterfaceInstanceConfig) - Method in interface lumis.portal.serviceinterfaceinstance.serialization.IServiceInterfaceInstanceSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a service interface instance.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInterfaceInstanceConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.serviceinterfaceinstance.serialization.IServiceInterfaceInstanceSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a service interface instance.
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInterfaceInstanceConfig) - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, ServiceInterfaceInstanceConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, UserConfig) - Method in interface lumis.portal.user.serialization.IUserSerializationManager
Get a SerializationMessageConfigNode object containing fully recursive information about a user.
getSerializationMessageConfigNode(BaseSerializationContext, UserConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in interface lumis.portal.user.serialization.IUserSerializationManager
Get a SerializationMessageConfigNode object containing partially recursive information about a user.
getSerializationMessageConfigNode(BaseSerializationContext, UserConfig) - Method in class lumis.portal.user.serialization.UserSerializationManager
 
getSerializationMessageConfigNode(BaseSerializationContext, UserConfig, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.portal.user.serialization.UserSerializationManager
 
getSerializationSettings() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getSerializationSettings() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getServerId() - Static method in class lumis.portal.PortalContext
Returns the server id of the current server.
getServerSideIncludeType() - Method in class lumis.portal.page.PageConfig
Returns whether the server side include directives are processed for this page.
getService(SessionConfig, String, ITransaction) - Method in interface lumis.portal.service.IServiceManager
Get the service.
getService(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.ServiceManager
 
getServiceAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceConfig() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceConfig() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getServiceConfigs(SessionConfig, ITransaction) - Method in class lumis.content.source.dataprovider.ContentServicesDataProvider
 
getServiceConfigs(SessionConfig, ITransaction) - Method in class lumis.service.portalmanagement.service.ServiceSource
Deprecated.  
getServiceConfigs(SessionConfig, ITransaction) - Method in class lumis.service.portalmanagement.serviceinstance.ServiceInstanceAddDataProvider
 
getServiceContainer() - Static method in class lumis.portal.PortalContext
Returns the service container associated with this portal application.
getServiceContainerHttpServletRequest() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceContainerHttpServletResponse() - Method in class lumis.portal.servicecontainer.ServiceContainerResponse
 
getServiceDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getServiceId() - Method in class lumis.content.wizard.ContentWizardServiceConfig
 
getServiceId() - Method in class lumis.doui.DouiConfig
 
getServiceId() - Method in class lumis.portal.clock.ClockConfig
Returns the identifier of the service this clock belongs to.
getServiceId() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getServiceId() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getServiceId() - Method in class lumis.portlet.container.deployment.PortletDeployConfig
Deprecated. Returns the id for the service that will be created for the portlet.
getServiceId() - Method in class lumis.service.newsletter.Category
Returns the serviceId.
getServiceId() - Method in class lumis.service.rss.RssConfig
 
getServiceInstance() - Method in class lumis.service.portalmanagement.serviceinstanceacl.ServiceInstanceAclControl
Returns the service instance whose acl this control edits.
getServiceInstanceAclManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInstanceAclSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInstanceByDependency(SessionConfig, String, String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceManager
Get the service instance the given service instance depends on by the given dependency type.
getServiceInstanceByDependency(SessionConfig, String, String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceManager
 
getServiceInstanceConfig() - Method in interface lumis.doui.source.ISourceContext
Returns the service instance of this context.
getServiceInstanceConfig() - Method in class lumis.doui.source.SourceContext
 
getServiceInstanceConfig() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceInstanceConfig() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getServiceInstanceDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInstanceDebugLevel() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceInstanceDebugLevel() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getServiceInstanceDependency(String, ITransaction) - Method in interface lumis.portal.serviceinstance.IServiceInstanceDao
Get a ServiceInstanceDependencyConfig by the dependencyId.
getServiceInstanceDependency(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoHib
 
getServiceInstanceDependency(String, ITransaction) - Method in class lumis.portal.serviceinstance.ServiceInstanceDaoJdbc
 
getServiceInstanceDeserializationContext() - Method in class lumis.portal.serialization.DeserializationContext
 
getServiceInstanceField() - Method in class lumis.service.rss.RssConfig
 
getServiceInstanceId() - Method in class lumis.content.core.Content
Returns the identifier of the service instance this content belongs to.
getServiceInstanceId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getServiceInstanceId() - Method in class lumis.content.workflow.serialization.WorkflowPermissionPersistenceData
 
getServiceInstanceId() - Method in class lumis.content.workflow.WorkflowPermission
Returns the identifier of the service instance this permission applies to.
getServiceInstanceId() - Method in class lumis.portal.file.FileConfig
 
getServiceInstanceId() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getServiceInstanceId() - Method in class lumis.portal.serviceinstance.ServiceInstanceDependencyConfig
 
getServiceInstanceId() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getServiceInstanceIds() - Method in class lumis.content.core.ContentPublication
Returns the identifiers of the service instances this publication is done to.
getServiceInstanceManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInstanceName() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getServiceInstances() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getServiceInstancesChanged() - Method in class lumis.portal.serviceinstance.ServiceInstanceRenderDataChangedEvent
Returns the service instances whose render data may have changed.
getServiceInstanceSerializationContext() - Method in class lumis.portal.serialization.SerializationContext
 
getServiceInstanceSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInstanceWorkflow(SessionConfig, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the workflow of a service instance.
getServiceInstanceWorkflow(SessionConfig, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getServiceInstanceWorkflowSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, WorkflowPermission) - Method in class lumis.content.workflow.serialization.WorkflowSerializationManager
 
getServiceInstanceWorkflowSerializationMessageConfigNode(BaseSerializationContext, ServiceInstanceConfig, WorkflowPermission, EnumSet<SerializationMessageConfigNode.RecursionStopPoints>) - Method in class lumis.content.workflow.serialization.WorkflowSerializationManager
 
getServiceInterface(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the service interface.
getServiceInterface(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getServiceInterfaceConfig() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceInterfaceConfig(String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the configuration of the service interface.
getServiceInterfaceConfig() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getServiceInterfaceConfig(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getServiceInterfaceDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInterfaceHyperLink(String) - Method in class lumis.doui.processaction.ProcessActionHandler
 
getServiceInterfaceId() - Method in class lumis.portal.serviceinterface.style.serialization.ServiceInterfaceStyleSerializableConfig
 
getServiceInterfaceId() - Method in class lumis.portal.serviceinterface.style.ServiceInterfaceStyleConfig
 
getServiceInterfaceId() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getServiceInterfaceInstanceConfig() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceInterfaceInstanceConfig() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getServiceInterfaceInstanceDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInterfaceInstanceFileParameter(String, String) - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
 
getServiceInterfaceInstanceFileParameterValue(String, String) - Method in class lumis.portal.PortalRequestParameters
 
getServiceInterfaceInstanceId() - Method in class lumis.portal.servicecontainer.ServiceContainerActionRequest
 
getServiceInterfaceInstanceId() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderRequest
 
getServiceInterfaceInstanceId() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getServiceInterfaceInstanceId() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getServiceInterfaceInstanceManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInterfaceInstanceMenu(Node, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerXml
 
getServiceInterfaceInstanceParameter(String, String) - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
 
getServiceInterfaceInstanceParameterNames(String) - Method in class lumis.portal.PortalRequestParameters
 
getServiceInterfaceInstanceParameterNames(String) - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
 
getServiceInterfaceInstanceParameters(String) - Method in class lumis.portal.PortalRequestParameters
 
getServiceInterfaceInstanceParameters(String) - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
 
getServiceInterfaceInstanceParameterValue(String, String) - Method in class lumis.portal.PortalRequestParameters
 
getServiceInterfaceInstanceParameterValues(String, String) - Method in class lumis.portal.PortalRequestParameters
 
getServiceInterfaceInstanceParameterValues(String, String) - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletRequest
 
getServiceInterfaceInstanceProperties(Node, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerXml
 
getServiceInterfaceInstances() - Method in class lumis.portal.page.serialization.PageSerializableConfig
 
getServiceInterfaceInstancesChanged() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceRenderDataChangedEvent
Returns the service interface instances whose render data may have changed.
getServiceInterfaceInstanceSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInterfaceInstanceStyleConfigKeyChecker() - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
 
getServiceInterfaceInstanceStyleConfigKeyChecker() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getServiceInterfaceInstanceXmlData() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceControllerHtml
 
getServiceInterfaceList(Node, ITransaction) - Method in class lumis.portal.serviceinterface.list.ServiceInterfaceListControllerXml
 
getServiceInterfaceListDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInterfaceListManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInterfaceManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInterfaceMenuGroupTypeDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInterfaceMenuItemTypeDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInterfaceSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServiceInterfaceStyleDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceInterfaceStyleId() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getServiceInterfaceStyles() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
 
getServiceInterfaceTypeConfig(String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getServiceInterfaceTypeDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServiceLocalizedName() - Method in class lumis.service.portalmanagement.serviceacl.ServiceAclControl
Returns the localized name of the service whose acl this control edits.
getServiceLogger(String) - Static method in class lumis.util.log.LoggerFactory
 
getServiceManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServices(SessionConfig, boolean, ITransaction) - Method in interface lumis.portal.service.IServiceManager
Get services.
getServices(SessionConfig, boolean, ITransaction) - Method in class lumis.portal.service.ServiceManager
 
getServiceSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getServicesIds(boolean, ITransaction) - Method in interface lumis.portal.service.IServiceDao
Get the ids of services.
getServicesIds(boolean, ITransaction) - Method in class lumis.portal.service.ServiceDaoHib
 
getServicesIds(boolean, ITransaction) - Method in class lumis.portal.service.ServiceDaoJdbc
 
getServiceType() - Method in class lumis.portal.service.ServiceConfig
 
getServiceTypeConfig(SessionConfig, String, ITransaction) - Method in class lumis.portal.service.ServiceManager
 
getServiceTypeDao() - Static method in class lumis.portal.dao.DaoFactory
 
getServInstanceId() - Method in class lumis.service.rss.RssConfig
 
getSession(ITransaction) - Method in class lumis.portal.dao.hibernate.GenericHibernateDao
Returns the hibernate session associated with the given transaction.
getSession() - Method in interface lumis.portal.dao.hibernate.ITransactionHibernate
Returns the default hibernate session for this transaction.
getSession(String) - Method in interface lumis.portal.dao.hibernate.ITransactionHibernate
Returns the hibernate session associated with the specified database.
getSession() - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getSession(String) - Method in class lumis.portal.dao.hibernate.TransactionHibernate
 
getSessionConfig() - Method in interface lumis.doui.source.ISourceContext
Returns the user session information.
getSessionConfig() - Method in class lumis.doui.source.SourceContext
 
getSessionConfig() - Method in class lumis.portal.controller.ControllerHtml
 
getSessionConfig() - Method in class lumis.portal.event.AbstractTransactionalPortalEvent
Returns the user session associated with this event.
getSessionConfig() - Method in class lumis.portal.event.BaseNotificationConfig
Deprecated.  
getSessionConfig() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getSessionConfig() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getSessionConfig() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getSessionConfig() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
 
getSessionConfig() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializationContext
 
getSessionConfig() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRequest
 
getSessionConfig(String, ITransaction) - Static method in class lumis.portal.webservice.WebServiceUtil
Get a SessionConfig object for a sessionId.
getSessionFactory() - Static method in class lumis.portal.dao.hibernate.HibernateUtil
Returns the default session factory, that access the portal's main database.
getSessionFactory(String) - Static method in class lumis.portal.dao.hibernate.HibernateUtil
Returns the session factory associated with the given id.
getSessions() - Method in class lumis.portal.authentication.event.SessionEvent
Returns the sessions this event refers to.
getSessionsByUserId(String, ITransaction) - Method in class lumis.portal.authentication.AuthenticationDaoJdbc
 
getSessionsByUserId(SessionConfig, String, ITransaction) - Method in class lumis.portal.authentication.AuthenticationManager
 
getSessionsByUserId(String, ITransaction) - Method in interface lumis.portal.authentication.IAuthenticationDao
Returns a collection of active session objects for the given user.
getSessionsByUserId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.authentication.IAuthenticationManager
Returns a collection of active session objects for the given user.
getSessionTimeout() - Static method in class lumis.portal.PortalContext
Returns the maximum amount of time (in minutes) a session can be inactive before it expires.
getShortId() - Method in class lumis.portal.principal.PrincipalConfig
 
getShowExternalDependencyWarnings() - Method in class lumis.portal.serialization.SerializationContext
 
getShtmlFileExtension() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the extension used for shtml files.
getSingleResult() - Method in interface lumis.util.query.IQueryStatement
Return a single instance that matches the query, or null if the query returns no results.
getSize() - Method in class lumis.portal.cache.PortalCache
Returns the number of entries currently stored in this cache.
getSize() - Method in class lumis.portal.file.FileParameter
 
getSizeInMemory() - Method in class lumis.portal.cache.HibernatePortalCache
 
getSmallImage() - Method in class lumis.portal.service.ServiceConfig
Returns the icon for this service.
getSmtpHost() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the smtp server hostname.
getSmtpPassword() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the smtp server authentication password.
getSmtpPort() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the smtp server connection port.
getSmtpUser() - Method in interface lumis.portal.sendmail.IMailConfig
Returns the smtp server authentication user.
getSnippet() - Method in class lumis.search.SearchHit
Returns the snippet value.
getSortedFieldIds(String) - Method in class lumis.doui.source.TabularSource
Deprecated. This method may be removed in the future, because it is public and references field xml definition.
getSortOrders(QueryBase) - Method in class lumis.doui.table.QueryBuilder
 
getSortOrders() - Method in class lumis.util.query.QuerySelect
 
getSource() - Method in class lumis.doui.control.DataBoundControl
 
getSource() - Method in interface lumis.doui.control.IDataBoundControl
Returns the source object that the current control is associated to
getSource() - Method in class lumis.doui.table.filter.AbstractTableSourceFilter
 
getSource() - Method in class lumis.doui.table.QueryBuilder
 
getSourceById(String) - Method in class lumis.doui.control.DataBoundControl
 
getSourceById(String) - Method in class lumis.doui.source.SourceContainer
 
getSourceClass(Node, ITransaction) - Static method in class lumis.doui.source.SourceFactory
 
getSourceComponent() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the string describing the source component for this mail request.
getSourceComponentStringsUrl() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the strings url prefix for translating IBaseMail.getSourceComponent().
getSourceContainer() - Method in class lumis.doui.DouiContext
 
getSourceContainer() - Method in class lumis.doui.source.Source
Returns this source's container.
getSourceContentFillerClassName() - Method in class lumis.doui.search.common.DouiIndexConfig
 
getSourceContext() - Method in class lumis.doui.control.Control
 
getSourceContext() - Method in interface lumis.doui.render.IRenderer
Returns the source context where this renderer belongs to.
getSourceContext() - Method in class lumis.doui.source.Source
Returns this source's context.
getSourceContext() - Method in class lumis.doui.source.SourceContainer
 
getSourceDao() - Static method in class lumis.doui.dao.DouiDaoFactory
 
getSourceDefinitionNodes() - Method in class lumis.doui.service.DouiServiceInterfaceInstanceDefinition
 
getSourceFieldValue(Node, String, String, String, boolean, boolean) - Method in class lumis.service.rss.RssManager
 
getSourceId() - Method in class lumis.content.control.autolayout.AutoLayoutGenericAssociationInformationControl
 
getSourceId() - Method in class lumis.content.control.autolayout.AutoLayoutGenericContentAssociationControl
 
getSourceId() - Method in class lumis.content.core.Content
Returns the source this content belongs to.
getSourceId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getSourceId() - Method in class lumis.portal.channel.template.ChannelTemplateLinkConfig
 
getSourceId() - Method in class lumis.service.newsletter.Category
Returns the sourceId.
getSourceId() - Method in class lumis.service.rss.RssConfig
 
getSourceManager() - Static method in class lumis.doui.DouiManagerFactory
 
getSourceNode(ReportType) - Method in class lumis.service.report.control.BaseParametersControl
 
getSourceNode(ReportType) - Method in class lumis.service.report.control.ConfigParametersControl
 
getSourceNode(ReportType) - Method in class lumis.service.report.control.RuntimeParametersControl
 
getSourcePageId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getSourceSearchContentFillerClassName() - Method in class lumis.doui.source.TabularSource
Returns the defined search filler class name
getSourcesMap() - Method in class lumis.doui.source.SourceContainer
Returns the map with the sources in this source container.
getSsiWaitBeforeSendRedirect() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the time to wait in milliseconds before sending a redirect for a SSI page that was not found.
getSSLConnectorPort() - Static method in class lumis.portal.PortalContext
 
getStandardUserProfileMapping() - Method in class lumis.service.wsrp.consumer.producermanager.ProducerEntityManagerImpl
Currently unsupported
getStartAt() - Method in class lumis.doui.source.TabularSource
Returns the row start position the data of this source shold be read from.
getStartAt() - Method in class lumis.search.SearchQuery
Returns the number of the first hit to be returned by the query execution.
getStartAt() - Method in class lumis.util.query.QuerySelect
 
getStartAtValue() - Method in class lumis.doui.table.QueryBuilder
 
getStartDate() - Method in class lumis.service.newsletter.Schedule
 
getStartState() - Method in class lumis.content.workflow.WorkflowConfig
Returns the start state for this workflow.
getStartTime() - Method in class lumis.collaboration.chat.ChatConversationConfig
 
getStartTime() - Method in class lumis.portal.clock.ClockConfig
 
getStartTime() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getState() - Method in class lumis.collaboration.chat.ChatConversationConfig
 
getState() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getState(SessionConfig, String, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns a workflow state.
getState(String) - Method in class lumis.content.workflow.WorkflowConfig
Returns the specified state of this workflow.
getState(SessionConfig, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getState() - Method in interface lumis.portal.deployment.IModule
Returns the current state of the module.
getState() - Method in class lumis.service.callcenteronline.ColRequestConfig
 
getState() - Method in class lumis.service.forum.ForumConfig
 
getState() - Method in class lumis.service.forum.ForumTopicConfig
 
getStateId() - Method in class lumis.content.workflow.ContentWorkflowMetaData
Returns the identifier of the workflow state the content is currently in.
getStates() - Method in class lumis.content.workflow.WorkflowConfig
Returns all states of this workflow.
getStatistics() - Method in class lumis.portal.cache.PortalCache
 
getStatus() - Method in class lumis.portal.localization.CustomStringConfig
 
getStatus() - Method in class lumis.portal.page.cache.PageCacheConfig
 
getStatus() - Method in interface lumis.portal.sendmail.IMailSendStatus
Returns the status of the sending of the mail.
getStatus() - Method in class lumis.service.mailmarketing.Bulletin
 
getStatus() - Method in class lumis.service.newsletter.Schedule
 
getSteps() - Method in class lumis.upgrade.BuildConfig
 
getStopTime() - Method in class lumis.portal.clock.ClockConfig
 
getStoredValues() - Method in class lumis.doui.DouiContext
Returns a unmodifiable view of the stored values in this context.
getString() - Method in class lumis.portal.localization.CustomStringConfig
 
getStringCharset() - Method in class lumis.portal.crypto.AbstractCipher
The charset used to perform the encoding between String and bytes of the plain text string values in AbstractCipher.encrypt(String) and AbstractCipher.decrypt(String).
getStringId() - Method in class lumis.portal.localization.CustomStringConfig
 
getStringResourcePath() - Method in interface lumis.portal.monitor.IAggregationType
The string resource path for localizing this aggregation type's strings.
getStringResourcePath() - Method in interface lumis.portal.monitor.ICategory
The string resource path for localizing this category's strings.
getStringResourcePath() - Method in interface lumis.portal.monitor.IEvent
The string resource path for localizing this event's strings.
getStringResourcePath() - Method in interface lumis.portal.monitor.IMeasureType
The string resource path for localizing this measure type's strings.
getStringsToLocalize() - Method in class lumis.collaboration.chat.ChatSendMessageControl
 
getStringsToLocalize() - Method in class lumis.doui.control.Control
 
getStringsToLocalize() - Method in class lumis.doui.control.datepicker.DateTimePickerControl
 
getStringsToLocalize() - Method in class lumis.doui.control.fileupload.FileUploadControl
 
getStringsToLocalize() - Method in class lumis.doui.control.filter.ParentFilterControl
 
getStringsToLocalize() - Method in class lumis.doui.control.pagination.PaginationControl
 
getStringsToLocalize() - Method in class lumis.doui.control.principalpicker.PrincipalPickerControl
 
getStringsToLocalize() - Method in class lumis.doui.control.progress.ProgressControl
 
getStringsToLocalize() - Method in class lumis.doui.control.tabulardata.TabularDataControl
 
getStringsToLocalize() - Method in class lumis.service.document.control.DocumentPickerControl
 
getStringsToLocalize() - Method in class lumis.service.image.control.ImagePickerControl
 
getStringsToLocalize() - Method in class lumis.service.portalmanagement.genericacl.GenericAclControl
 
getStringsToLocalize() - Method in class lumis.service.portalmanagement.serviceinstance.ServiceInstanceUsedByControl
 
getStringsUrlPrefix() - Method in class lumis.content.workflow.WorkflowConfig
Returns the first string resource path for this workflow.
getStringsUrlPrefix() - Method in class lumis.portal.report.ReportType
Returns the url prefix for obtaining this report type's strings.
getStringsUrlPrefix() - Method in class lumis.portal.service.ServiceConfig
 
getStringsUrlPrefix() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getStringsUrlPrefixes() - Method in class lumis.content.workflow.WorkflowConfig
Returns this workflow's string resource paths.
getStringsUrlPrefixes() - Method in class lumis.portal.service.ServiceConfig
 
getStringsUrlPrefixes() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getStringTable(String, Locale) - Method in class lumis.portal.localization.CustomStringLocalizationDaoJdbc
 
getStringTable(String, Locale) - Method in interface lumis.portal.localization.IStringLocalizationDao
Get the string table of the string localization.
getStringTable(String, Locale) - Method in class lumis.portal.localization.MainStringLocalizationDaoXml
 
getStringTable() - Method in class lumis.portal.localization.MainStringLocalizationDaoXml.ResourceSAXHandler
 
getStructureDirectory() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getStyle() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getStyle(SessionConfig, String, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the style configuration os the service interface.
getStyle(SessionConfig, String, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getStyleByServiceInterfaceInstanceId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the Style given the ServiceInterfaceInstanceId.
getStyleByServiceInterfaceInstanceId(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getStyleConfigKeyChecker() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
 
getStyleConfigKeyChecker() - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getStyleFile() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getStyleId() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getStyleIds(SessionConfig, String, ITransaction) - Method in interface lumis.portal.serviceinterface.IServiceInterfaceManager
Get the Id of all styles associated with a service interface.
getStyleIds(SessionConfig, String, ITransaction) - Method in class lumis.portal.serviceinterface.ServiceInterfaceManager
 
getSubChannelIds(String, ITransaction) - Method in class lumis.portal.channel.ChannelDaoJdbc
 
getSubChannelIds(String, ITransaction) - Method in interface lumis.portal.channel.IChannelDao
Get a list with ids of the sub channels.
getSubject() - Method in interface lumis.portal.sendmail.IBaseMail
Returns the subject of this mail.
getSubject() - Method in class lumis.service.forum.ForumMessageConfig
 
getSubject() - Method in class lumis.service.mailmarketing.Bulletin
 
getSubject() - Method in class lumis.service.newsletter.Model
Returns the subject.
getSubtitle() - Method in class lumis.search.SearchHit
Returns the subtitle field value.
getSubtitleFieldValue() - Method in class lumis.search.SearchContent
Returns the value of the subtitle field.
getSubType() - Method in class lumis.portal.principal.PrincipalConfig
 
getSupportedModes() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
Returns a unmodifiable list with the supported modes for this interface.
getSupportedProcessingEventHolders(EntityID) - Method in class lumis.service.wsrp.producer.PortletDescriptorHolderImpl
 
getSupportedPublicRenderParameterHolders(EntityID, Map<String, String[]>) - Method in class lumis.service.wsrp.producer.PortletDescriptorHolderImpl
 
getSupportedPublishingEventHolders(EntityID) - Method in class lumis.service.wsrp.producer.PortletDescriptorHolderImpl
 
getTable() - Method in interface lumis.content.wizard.ICreateParams
 
getTable(TableSource) - Method in class lumis.doui.table.QueryBuilder
 
getTable() - Method in class lumis.util.query.QueryBase
 
getTable(String) - Method in class lumis.util.query.QueryBase
 
getTableAlias() - Method in class lumis.util.query.QueryTable
 
getTableByRelationId(String) - Method in class lumis.util.query.QueryBase
 
getTableDao() - Static method in class lumis.doui.dao.DouiDaoFactory
 
getTableMapping(QueryBase) - Method in class lumis.content.source.field.VersionActiveField
 
getTableMapping(QueryBase) - Method in class lumis.content.source.field.WorkflowAssignedToSourceField
 
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.BaseTableSourceField
 
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.ChannelTableSourceField
 
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.FileTableSourceField
 
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.GenericTableSourceField
 
getTableMapping(QueryBase) - Method in interface lumis.doui.table.field.ITableSourceField
Returns the table mapping for this field.
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.PageTableSourceField
 
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.ParentContentSourceField
 
getTableMapping(QueryBase) - Method in class lumis.doui.table.field.SingleColumnTableSourceField
 
getTableMapping(QueryBase) - Method in class lumis.service.comment.CommentContentLocaleField
 
getTableMapping(QueryBase) - Method in class lumis.service.document.field.DocumentSourceField
 
getTableMapping(QueryBase) - Method in class lumis.service.image.field.ImageSourceField
 
getTableMapping(QueryBase) - Method in class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
getTableMapping(QueryBase) - Method in class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
getTableName() - Method in class lumis.doui.table.TableSource
Returns the table name for this source.
getTableName() - Method in class lumis.service.rss.RssConfig
 
getTableName() - Method in class lumis.util.query.QueryTable
 
getTableOrView() - Method in class lumis.util.query.QueryField
 
getTables() - Method in class lumis.doui.table.field.TableSourceFieldMapping
 
getTables() - Method in class lumis.util.query.QueryBase
 
getTarget(String, String, ISourceData, String) - Method in class lumis.doui.hyperlink.DouiHyperlink
 
getTargetId() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getTargetId() - Method in class lumis.portal.page.PageWebResource
Returns the target identifier for this page web resource.
getTargetId() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated. Returns the target identifier of this URL.
getTargetScope() - Method in class lumis.portal.page.PageWebResource
Returns the target scope for this page web resource.
getTargetScope() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated. Returns the target scope of this URL.
getTargetType() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getTemplateChannelId() - Method in class lumis.portal.channel.template.ChannelTemplateLinkConfig
 
getTemplateLinksList() - Method in class lumis.portal.serialization.DeserializationConfig
Returns the links of channel template for the structure being imported.
getTemplateLocalGroupPrefix() - Method in class lumis.portal.channel.ChannelConfig
Returns the template local group prefix.
getTerms() - Method in class lumis.search.filter.SearchClause
Returns the terms this clause searches for.
getText() - Method in class lumis.doui.control.button.ButtonControl
 
getTextContent(Node) - Static method in class lumis.util.XmlUtil
 
getTextFieldValue() - Method in class lumis.search.SearchContent
Returns the value of the text field.
getTextMsg() - Method in interface lumis.portal.sendmail.IMailBody
Returns the text message in the body, or null if there is no text message.
getThreadPriority() - Method in class lumis.portal.page.cache.HtmlGenerationConfig
Returns the priority of the generation threads.
getTickInterval() - Method in class lumis.portal.clock.ClockConfig
 
getTickIntervalType() - Method in class lumis.portal.clock.ClockConfig
 
getTimeout() - Method in class lumis.portal.cache.HibernatePortalCache
 
getTimestampByDate(Date) - Static method in class lumis.util.JdbcUtil
 
getTitle() - Method in class lumis.content.webresource.ContentPageWebResourceDataProvider
 
getTitle() - Method in class lumis.portal.channel.ChannelWebResource
 
getTitle() - Method in class lumis.portal.page.PageConfig
 
getTitle() - Method in class lumis.portal.page.PageWebResource
 
getTitle() - Method in class lumis.portal.page.webresource.AbstractPageWebResourceDataProvider
Returns the title for the page web resource.
getTitle() - Method in class lumis.portal.page.webresource.DefaultPageWebResourceDataProvider
 
getTitle() - Method in class lumis.portal.page.webresource.PageWebResourceData
Returns the page web resource title.
getTitle() - Method in class lumis.portal.serviceinterface.serialization.ServiceInterfaceSerializationMessageConfig
 
getTitle() - Method in class lumis.portal.serviceinterface.ServiceInterfaceConfig
 
getTitle(ServiceInterfaceInstanceConfig, ITransaction) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the title for a service interface instance.
getTitle() - Method in class lumis.portal.serviceinterfaceinstance.serialization.ServiceInterfaceInstanceSerializationMessageConfig
 
getTitle() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getTitle(ServiceInterfaceInstanceConfig, ITransaction) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getTitle() - Method in class lumis.portal.url.WebResource
Returns the title for this web resource.
getTitle() - Method in class lumis.search.SearchHit
Returns the title field value.
getTitle() - Method in class lumis.service.chatroom.ChatRoomConfig
 
getTitle() - Method in class lumis.service.document.DocumentConfig
 
getTitle() - Method in class lumis.service.document.field.DocumentDataType.Data
 
getTitle() - Method in class lumis.service.image.field.ImageDataType.Data
 
getTitle() - Method in class lumis.service.image.ImageConfig
 
getTitle() - Method in class lumis.service.mailmarketing.Bulletin
 
getTitle() - Method in class lumis.service.rss.RssResultRow
 
getTitleFieldId() - Method in class lumis.service.rss.RssConfig
 
getTitleFieldValue() - Method in class lumis.search.SearchContent
Returns the value of the title field.
getTo() - Method in interface lumis.portal.sendmail.ISingleMail
Returns the to field value for this mail.
getTone() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getTopic(String, ITransaction) - Method in class lumis.service.forum.ForumDaoJdbc
Gets the ForumTopicConfig for the specified topicId.
getTopic() - Method in class lumis.service.forum.ForumTopicConfig
 
getTopicContentId() - Method in class lumis.service.forum.ForumMessageConfig
 
getTotalInfo(QuerySelect, ITransaction) - Method in interface lumis.doui.table.ITableDao
 
getTotalInfo(QuerySelect, ITransaction) - Method in class lumis.doui.table.TableDaoJdbc
 
getTotalRowCount() - Method in interface lumis.util.query.IQueryStatement
Returns the total number of rows (ignoring IQueryStatement.setMaxResults(int)) available.
getTotalRows(SessionConfig, S, ITransaction) - Method in class lumis.doui.source.AbstractObjectDataProvider
Returns the total rows to be set on the generated tabular data.
getTotalRows() - Method in class lumis.doui.source.TabularData
 
getToUserId() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getTransaction() - Method in class lumis.doui.DouiContext
 
getTransaction() - Method in interface lumis.doui.source.ISourceContext
Returns the transaction for persistence access.
getTransaction() - Method in class lumis.doui.source.Source
Returns the transaction for this source.
getTransaction() - Method in class lumis.doui.source.SourceContext
 
getTransaction() - Method in class lumis.portal.event.AbstractTransactionalPortalEvent
Returns the transaction in which this event occurs.
getTransaction() - Method in class lumis.portal.event.BaseNotificationConfig
Deprecated.  
getTransaction() - Method in class lumis.portal.serialization.BaseSerializationContext
 
getTransaction() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceBaseSerializationContext
 
getTransaction() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceDeserializationContext
 
getTransaction() - Method in class lumis.portal.serviceinstance.serialization.ServiceInstanceSerializationContext
 
getTransaction() - Static method in class lumis.portal.transaction.PortalTransactionFactory
Deprecated. Since 4.2.0, replaced by PortalTransactionFactory.createTransaction() and PortalTransactionFactory.getCurrentTransaction(). Current implementation behaves as createTransaction().
getTransformer(SessionConfig, String, ITransaction) - Method in interface lumis.portal.xslcache.IXslCacheManager
Get a Transformer.
getTransformer(SessionConfig, String, ITransaction) - Method in class lumis.portal.xslcache.XslCacheManager
 
getTransientFields() - Method in class lumis.portal.serialization.SerializationSettings
 
getTransientFieldsForClass(Class) - Method in class lumis.portal.serialization.SerializationSettings
 
getTransition(SessionConfig, String, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns a workflow transition.
getTransition(SessionConfig, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getTransition(String) - Method in class lumis.content.workflow.WorkflowStateConfig
Returns the specified transition defined in this workflow state.
getTransitions() - Method in class lumis.content.workflow.WorkflowStateConfig
Returns all transitions defined for this state.
getTransitionsByStateId(SessionConfig, String, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the transitions for a workflow state.
getTransitionsByStateId(SessionConfig, String, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getTransmissionId() - Method in class lumis.portal.cluster.multiserver.ClusterTransmissionHeader
Returns the unique identifier of the transmission for which this header belongs.
getTransmissionOrder() - Method in class lumis.portal.cluster.multiserver.ClusterTransmissionHeader
Returns the transmission order generated for the corresponding transmission.
getType() - Method in class lumis.collaboration.chat.ChatMessageConfig
 
getType() - Method in class lumis.content.core.ContentAssociation
 
getType() - Method in class lumis.content.source.field.MetaDataSourceField
 
getType() - Method in class lumis.content.workflow.WorkflowPermission
Returns the type of this permission.
getType() - Method in class lumis.doui.control.Control
 
getType() - Method in class lumis.doui.control.ControlConfig
 
getType() - Method in interface lumis.doui.control.IControl
 
getType() - Method in class lumis.doui.processaction.ProcessActionConfig
 
getType() - Method in class lumis.doui.source.SourceConfig
 
getType() - Method in class lumis.portal.channel.ChannelConfig
 
getType() - Method in class lumis.portal.deployment.DeployConfig
Deprecated. Returns the type of this deployment.
getType() - Method in interface lumis.portal.deployment.IModule
Returns the type of the module.
getType() - Method in class lumis.portal.file.FileConfig
 
getType() - Method in class lumis.portal.group.GroupConfig
 
getType() - Method in class lumis.portal.metatag.MetaTagConfig
 
getType() - Method in class lumis.portal.page.link.PageLinkConfig
 
getType() - Method in class lumis.portal.page.PageConfig
 
getType() - Method in class lumis.portal.PortalContext.RelativePath
Deprecated.  
getType() - Method in class lumis.portal.principal.PrincipalConfig
 
getType() - Method in class lumis.portal.progress.ProgressConfig
 
getType() - Method in class lumis.portal.report.ReportTypeParameter
Returns the type of this parameter.
getType() - Method in class lumis.portal.service.type.ServiceTypeConfig
 
getType() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuGroupTypeConfig
 
getType() - Method in class lumis.portal.serviceinterface.menu.ServiceInterfaceMenuItemTypeConfig
 
getType() - Method in class lumis.portal.serviceinterface.type.ServiceInterfaceTypeConfig
 
getType() - Method in class lumis.portal.user.UserConfig
 
getType() - Method in class lumis.portal.webservice.user.User
 
getType() - Method in class lumis.service.banner.BannerConfig
 
getType() - Method in class lumis.service.document.DocumentConfig
 
getType() - Method in class lumis.service.image.ImageConfig
 
getType() - Method in class lumis.service.seo.robotstxt.UserAgentPermission
Returns the type.
getType() - Method in class lumis.util.security.acl.serialization.AccessControlListSerializableConfig
 
getUnboundedConverter() - Method in class lumis.doui.control.DataBoundControl
Deprecated. Since 4.0.10, this method is not used anymore. For best backward compatibility, this implementation delegates to dataType's IDouiDataType.getConverter().
getUniqueKeys() - Method in class lumis.portal.PortalPrintWriter
Returns the unique keys storage.
getUnit() - Method in interface lumis.portal.monitor.IMeasureType
Returns the unit display name for this measure type.
getUpdateStatement(QueryUpdate, ITransaction) - Method in interface lumis.util.query.IQueryAdapter
 
getUpdateStatement(QueryUpdate, ITransaction) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getUpgradeDao() - Static method in class lumis.portal.dao.DaoFactory
 
getUpgradeDate() - Method in class lumis.upgrade.BuildConfig
 
getUpgradeManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getUri() - Method in class lumis.portal.publicdatafolder.PublicDataFolder
 
getUrl(String, String) - Method in class lumis.doui.hyperlink.DouiHyperlink
 
getUrl() - Method in class lumis.doui.hyperlink.PreparedUrl
 
getUrl(Node, String) - Method in class lumis.doui.processaction.ProcessActionHandler
 
getUrl(SessionConfig, HyperLinkConfig, ITransaction) - Method in class lumis.portal.hyperlink.HyperLinkManager
 
getUrl(SessionConfig, HyperLinkConfig, ITransaction) - Method in interface lumis.portal.hyperlink.IHyperLinkManager
Returns the URL corresponding to the information contained in the given HyperlinkConfig.
getUrl() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated. Since 4.0.7 this method was replaced by ServiceContainerUrl.toString() method, so this interface uses the same method as specified in the PortletURL interface.
getUrl() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceUrl
Deprecated. Since 4.0.7 this method was replaced by IServiceInterfaceUrl.toString() method, so this interface uses the same method as specified in the PortletURL interface.
getUrl() - Method in class lumis.search.SearchContentAttachment
Returns the URL for this attachment.
getUrl() - Method in class lumis.search.SearchHit
Returns the URL field value.
getUrl() - Method in class lumis.service.seo.robotstxt.RobotsTxtSitemap
Returns the url.
getURLFactory() - Method in class lumis.portal.hyperlink.HyperLinkConfig
Returns the URL factory to be used for creating the HyperLink URL.
getUrlFieldValue() - Method in class lumis.search.SearchContent
Returns the value of the URL field.
getURLManager() - Static method in class lumis.portal.manager.ManagerFactory
Returns the URL manager.
getUrlType() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated. Returns the type of url.
getUrlType() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceUrl
Returns the type of url.
getUser(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getUser(SessionConfig, String, String, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getUser(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns a chat user given the chat user id
getUser(SessionConfig, String, String, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns a chat user given the portal user id, conversation id and optionally the user sessionId
getUserAgent() - Method in class lumis.service.seo.robotstxt.UserAgent
Returns the userAgent.
getUserAgent() - Method in class lumis.service.seo.robotstxt.UserAgentPermission
Returns the userAgent.
getUserDao() - Static method in class lumis.portal.dao.DaoFactory
 
getUserId() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getUserId(String, ITransaction) - Method in class lumis.portal.authentication.AuthenticationDaoJdbc
 
getUserId(String, ITransaction) - Method in interface lumis.portal.authentication.IAuthenticationDao
Get the user id.
getUserId() - Method in class lumis.portal.authentication.SessionConfig
Gets the user id associated with this session.
getUserId(SessionConfig, String, ITransaction) - Method in interface lumis.portal.user.IUserManager
Deprecated. Since 4.0.10, replaced by IUserManager.getUserIdByLogin(SessionConfig, String, ITransaction).
getUserId(SessionConfig, String, ITransaction) - Method in class lumis.portal.user.UserManager
Deprecated. 
getUserId() - Method in class lumis.service.mailmarketing.UserSubscription
 
getUserId() - Method in class lumis.service.newsletter.Subscription
Returns the userId.
getUserIdByLogin(String, ITransaction) - Method in interface lumis.portal.user.IUserDao
Get the id of the user.
getUserIdByLogin(SessionConfig, String, ITransaction) - Method in interface lumis.portal.user.IUserManager
Get the id for a user with the given login.
getUserIdByLogin(String, ITransaction) - Method in class lumis.portal.user.UserDaoJdbc
 
getUserIdByLogin(SessionConfig, String, ITransaction) - Method in class lumis.portal.user.UserManager
 
getUserIdByLogin(String, String) - Method in class lumis.portal.webservice.user.UserService
Get a user identifier by its login
getUserIdBySessionId(SessionConfig, ITransaction) - Method in class lumis.portal.authentication.AuthenticationManager
Deprecated. 
getUserIdBySessionId(SessionConfig, ITransaction) - Method in interface lumis.portal.authentication.IAuthenticationManager
Deprecated. Since 4.0.8, this method was replaced by SessionConfig.getUserId().
getUserLimit() - Method in class lumis.collaboration.chat.ChatConversationConfig
 
getUserManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getUserPrincipal() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getUserQuery() - Method in class lumis.search.SearchQuery
Returns the user query, which is the user-defined portion of the query, usually entered by the final user using front-end interfaces.
getUsers(SessionConfig, String, ITransaction) - Method in class lumis.collaboration.chat.ChatManager
 
getUsers(SessionConfig, String, ITransaction) - Method in interface lumis.collaboration.chat.IChatManager
Returns all the chat users given the conversation id
getUsers() - Method in class lumis.portal.channel.serialization.ChannelSerializableConfig
 
getUserSerializationManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getUserSessionId() - Method in class lumis.collaboration.chat.ChatUserConfig
 
getUserSessionId() - Method in class lumis.portal.authentication.SessionConfig
 
getUsesPublicFileStorage() - Method in class lumis.portal.serviceinstance.ServiceInstanceConfig
 
getUseURLSafeBase64Variant() - Method in class lumis.portal.crypto.AbstractCipher
Indicates if a URL safe Base64 variant is to be used when encoding bytes to String.
getUseURLSafeBase64Variant() - Method in class lumis.portal.crypto.MessageDigestCipher
 
getValidationScript(Node) - Method in class lumis.doui.control.Control
 
getValue() - Method in class lumis.doui.control.checkbox.CheckBoxControl
A check box control with a null value returns a false boolean as its value.
getValue() - Method in class lumis.doui.control.DataControl
 
getValue(Class<T>) - Method in class lumis.doui.control.DataControl
 
getValue() - Method in interface lumis.doui.control.IDataControl
 
getValue(Class<T>) - Method in interface lumis.doui.control.IDataControl
 
getValue() - Method in class lumis.doui.control.ValidationMessages
 
getValue() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewFormulaEntry
Returns the value that this entry operates on.
getValue() - Method in class lumis.portal.PortalRequestParameters.PreviousParameters
The value for the previous parameters.
getValue(String, String) - Method in class lumis.portal.propertybag.PropertyBag
Returns the value of a property in this bag, applying all property value evaluation rules.
getValue() - Method in class lumis.portal.report.ReportParameter
Returns the value for this parameter.
getValue() - Method in class lumis.portal.report.ReportTypeParameter
Returns the value for this parameter.
getValue(String, String) - Method in class lumis.portal.servicecontainer.RequestPreferences
 
getValue() - Method in class lumis.search.SearchContentField
Returns the field value.
getValue() - Method in class lumis.service.seo.robotstxt.UserAgentPermission
Returns the userAgentId.
getValue() - Method in enum lumis.service.wsrp.common.WSRPVersionFromTo
Returns this constant value.
getValue(IQueryValue, IQueryValue) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getValue(IQueryValue, QueryField) - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc
 
getValue() - Method in class lumis.util.query.jdbc.GenericQueryAdapterJdbc.Parameter
 
getValue() - Method in class lumis.util.query.QueryValue
 
getValueClass() - Method in class lumis.content.source.field.type.WorkflowStateDataType
 
getValueClass() - Method in class lumis.doui.control.DataControl
Returns the class the possible values of this control are assignable to.
getValueClass() - Method in class lumis.doui.control.datepicker.DateTimePickerControl
 
getValueClass() - Method in class lumis.doui.control.fileupload.FilesPickerControl
 
getValueClass() - Method in class lumis.doui.control.fileupload.FileUploadControl
 
getValueClass() - Method in class lumis.doui.control.htmleditor.HtmlEditorControl
 
getValueClass() - Method in class lumis.doui.control.itempicker.MultiItemPickerControl
 
getValueClass() - Method in class lumis.doui.control.optionlist.OptionListControl
 
getValueClass() - Method in class lumis.doui.control.principalpicker.PrincipalPickerControl
 
getValueClass() - Method in class lumis.doui.datatype.AbstractDouiDataType
 
getValueClass() - Method in interface lumis.doui.datatype.IDouiDataType
Returns the value class for data of this type.
getValueClass(String) - Method in class lumis.doui.source.AbstractSourceData
Returns the class the value of the given key is to be kept as.
getValueClass() - Method in class lumis.doui.source.field.BaseSourceField
Returns the class this field's possible values are assignable to.
getValueClass() - Method in interface lumis.doui.source.field.ISourceField
Returns the class this field's possible values are assignable to.
getValueClass() - Method in class lumis.doui.source.field.type.BooleanDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.ChannelDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.DateDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.DateTimeDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.DoubleDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.FileDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.FilesDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.HtmlDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.IntegerDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.LongDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.PageDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.PrincipalDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.StringDataType
 
getValueClass() - Method in class lumis.doui.source.field.type.TimeDataType
 
getValueClass() - Method in class lumis.service.document.field.DocumentDataType
 
getValueClass() - Method in class lumis.service.image.field.ImageDataType
 
getValueClass() - Method in class lumis.service.portalmanagement.serialization.SelectImportFileControl
 
getValueClass() - Method in class lumis.service.resourcescheduler.ResourcesDataType
 
getValueMap() - Method in class lumis.portal.propertybag.PropertyBag
Returns a Map containing all property values of this bag, applying all property value evaluation rules.
getValues() - Method in class lumis.portal.preferences.PreferencesPrincipalEntry
 
getValues() - Method in class lumis.portal.propertybag.Property
Returns the values for this property, applying all property values evaluation rules.
getValues(String, List<String>) - Method in class lumis.portal.propertybag.PropertyBag
Returns the values of a property in this bag, applying all property values evaluation rules.
getValues(String, String[]) - Method in class lumis.portal.servicecontainer.RequestPreferences
 
getValues() - Method in class lumis.util.query.QueryValue
 
getVariableResolver() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
Returns the variable resolver for this request's implicit objects.
getVersion() - Method in class lumis.portal.channel.serialization.ChannelSerializableRootConfig
 
getVersionContentId() - Method in class lumis.content.metadata.MetaDataConfig
Deprecated.  
getVersionNumber() - Method in class lumis.content.core.ContentVersion
Returns this version's number.
getVersions() - Method in class lumis.content.core.ContentLocale
Returns the versions for the content in this locale.
getViewFields() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the fields from the view that will be used to select the membership for groups.
getViewName() - Method in class lumis.portal.group.databaseviewmembership.DatabaseViewGroupTypeConfig
Returns the view name.
getViolatedForeignKeys(DeserializationContext, PageConfig) - Static method in class lumis.portal.page.serialization.PageLayoutUtil
Returns a collection of service interface instances' identifiers, referenced by the page's layout, that represents violated foreign keys.
getViolationValue() - Method in class lumis.portal.serialization.operation.ConfigForeignKey
 
getVisitTime() - Method in class lumis.service.seo.robotstxt.UserAgent
Returns the visitTime.
getVoteLogDate(String, String, ITransaction) - Method in class lumis.service.vote.VoteDaoJdbc
 
getVoteOptions(String, ITransaction) - Method in class lumis.service.vote.VoteDaoJdbc
Returns the options for a vote question.
getVoteQuestion(String, ITransaction) - Method in class lumis.service.vote.VoteDaoJdbc
 
getW3CHtmlTagAttributes(String) - Method in enum lumis.portal.presentation.PageDocType
 
getWebAppRelativePath(String) - Static method in class lumis.portal.PortalContext
 
getWebInfPath(String) - Static method in class lumis.portal.PortalContext
Deprecated. Data is not stored in WEB-INF anymore, so this method should not be used. Instead use PortalContext.getDefinitionPath(String), PortalContext.getConfigPath(String), or PortalContext.getDataPath(String).
getWebResource() - Method in class lumis.portal.page.cache.PageCacheConfig
 
getWebResource(ServletRequest) - Static method in class lumis.portal.url.WebResourceDiscoveryFilter
Returns the web resource for the given request.
getWebResourceByDynamicPath(String, IURLManager.CreateStrategy) - Method in interface lumis.portal.url.IURLManager
Returns a web resource for the given dynamic path.
getWebResourceByDynamicPath(String, IURLManager.CreateStrategy, Locale) - Method in interface lumis.portal.url.IURLManager
Returns a web resource for the given dynamic path.
getWebResourceByDynamicPath(String, IURLManager.CreateStrategy) - Method in class lumis.portal.url.URLManager
 
getWebResourceByDynamicPath(String, IURLManager.CreateStrategy, Locale) - Method in class lumis.portal.url.URLManager
 
getWebsite() - Method in class lumis.portal.hyperlink.HyperLinkConfig
 
getWebsite() - Method in class lumis.portal.page.link.PageLinkConfig
 
getWebsite() - Method in class lumis.service.newsletter.Model
Returns the website.
getWebsite(HttpServletRequest) - Static method in class lumis.util.PortalUtil
Returns the website for the given request.
getWebsiteUri(HttpServletRequest) - Static method in class lumis.util.PortalUtil
Returns the website uri for the given request.
getWebsiteUrl() - Method in class lumis.content.workflow.action.WorkflowSendMailActionHandler
Method created so that classes that extend this object may customize the website url referenced in the link to the content.
getWidth() - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceConfig
 
getWidth() - Method in class lumis.service.banner.BannerConfig
 
getWindowID() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getWindowOpen(ITransaction) - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated. Returns a window.open javascript command.
getWindowState() - Method in class lumis.portal.page.PageWebResource
Returns the window state for the target in this page web resource.
getWindowState() - Method in class lumis.portal.servicecontainer.ServiceContainerActionResponse
 
getWindowState() - Method in class lumis.portal.servicecontainer.ServiceContainerRequest
 
getWindowState() - Method in class lumis.portal.servicecontainer.ServiceContainerUrl
Deprecated.  
getWorkflow() - Method in class lumis.content.service.serialization.ContentServiceInstanceSerializableConfig
 
getWorkflow(SessionConfig, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns a workflow.
getWorkflow(SessionConfig, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getWorkflowConfig() - Method in class lumis.content.table.ContentTableSource
Returns the workflow associated with this source.
getWorkflowId() - Method in class lumis.content.workflow.WorkflowPermission
Returns the identifier of the workflow this permission applies to.
getWorkflowId() - Method in class lumis.portal.service.ServiceConfig
 
getWorkflowManager() - Static method in class lumis.content.ContentManagerFactory
 
getWorkflowMetaDataId() - Method in class lumis.content.workflow.ContentWorkflowMetaData
Returns the identifier of this workflow metadata.
getWorkflowPermissions(SessionConfig, String, ITransaction) - Method in interface lumis.content.workflow.IWorkflowManager
Returns the permissions set for a workflow in a service instance.
getWorkflowPermissions(SessionConfig, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
 
getWorkflowResource() - Method in class lumis.content.source.field.type.WorkflowStateDataType.Data
 
getWorkflowSerializationManager() - Static method in class lumis.content.ContentManagerFactory
 
getWorkflowSerializationMessageConfigNode(String) - Method in class lumis.content.workflow.serialization.WorkflowSerializationManager
 
getWorkflowToRegister(SessionConfig, String, ITransaction) - Method in class lumis.content.workflow.WorkflowManager
Returns the WorkflowConfig instance to save in the register.
getWriteLock(String) - Method in class lumis.search.lucene.LuceneIndexer
 
getWriter() - Method in class lumis.portal.servicecontainer.ServiceContainerHttpServletResponse
 
getWriter() - Method in class lumis.portal.servicecontainer.ServiceContainerRenderResponse
 
getWriter() - Method in interface lumis.portal.serviceinterface.IServiceInterfaceRenderResponse
 
getXmlData(SessionConfig, String) - Method in interface lumis.portal.serviceinterfaceinstance.IServiceInterfaceInstanceManager
Returns the previously saved XML data for the service interface instance for the given user session
getXmlData(SessionConfig, String) - Method in class lumis.portal.serviceinterfaceinstance.ServiceInterfaceInstanceManager
 
getXmlDocumentBuilder() - Static method in class lumis.util.XmlUtil
 
getXMLDocumentFromString(String) - Static method in class lumis.util.XmlUtil
Deprecated. since 4.2.0 replaced by XmlUtil.getDocument(String).
getXmlEncoding(String) - Static method in class lumis.util.XmlUtil
Returns the XML encoding for the xml with the given String.
getXmlString(SessionConfig, Node, String, String, String, ITransaction) - Method in class lumis.portal.hyperlink.HyperLinkManager
Deprecated. 
getXmlString(SessionConfig, Node, String, String, String, ITransaction) - Method in interface lumis.portal.hyperlink.IHyperLinkManager
Deprecated. This method may be removed in the future.
getXmlString(Node) - Static method in class lumis.util.XmlUtil
Returns the xml string representation for a node.
getXmlString(Element) - Static method in class lumis.util.XmlUtil
 
getXmlString(Document) - Static method in class lumis.util.XmlUtil
 
getXslCacheDao() - Static method in class lumis.portal.dao.DaoFactory
 
getXslCacheManager() - Static method in class lumis.portal.manager.ManagerFactory
 
getXslHtmlMode() - Method in class lumis.service.newsletter.Model
Returns the xslHtmlMode.
getXslTextMode() - Method in class lumis.service.newsletter.Model
Returns the xslTextMode.
GLOBAL_DOMAIN_VALUE - Static variable in class lumis.service.group.DomainScopeFilter
The value used to represent the global domain.
GROUP_ADD - Static variable in class lumis.service.group.GroupProcessActionHandler
 
GROUP_ADD - Static variable in class lumis.service.portalmanagement.group.GroupProcessActionHandler
 
GROUP_ADD_MEMBER - Static variable in class lumis.service.portalmanagement.group.GroupProcessActionHandler
 
GROUP_ADMINISTRATORS_ID - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_ALL_USERS_ID - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_DELETE - Static variable in class lumis.service.portalmanagement.group.GroupProcessActionHandler
 
GROUP_DEVELOPERS_ID - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_ID_ALL_REGISTERED_USERS - Static variable in interface lumis.portal.group.IGroupManager
 
GROUP_ID_ALL_USERS - Static variable in interface lumis.portal.group.IGroupManager
 
GROUP_OPERATOR_AND - Static variable in class lumis.search.filter.SearchFilterGroup
Performs a logical AND when grouping the filters.
GROUP_OPERATOR_OR - Static variable in class lumis.search.filter.SearchFilterGroup
Performs a logical OR when grouping the filters.
GROUP_PUBLISHERS_ID - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_REGISTERED_USERS_ID - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_REMOVE_MEMBER - Static variable in class lumis.service.portalmanagement.group.GroupProcessActionHandler
 
GROUP_TYPE_FRAMEWORK - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_TYPE_FRAMEWORK_IMPLIED_GROUPS - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_TYPE_STANDARD - Static variable in class lumis.portal.group.GroupConfig
 
GROUP_TYPE_STANDARD_ID - Static variable in class lumis.portal.group.GroupType
The identifier of the Lumis Portal standard group type.
GROUP_UPDATE - Static variable in class lumis.service.portalmanagement.group.GroupProcessActionHandler
 
GroupAclControl - Class in lumis.service.portalmanagement.groupacl
 
GroupAclControl() - Constructor for class lumis.service.portalmanagement.groupacl.GroupAclControl
 
GroupAclManager - Class in lumis.portal.group.acl
Manage Group ACLs.
GroupAclManager() - Constructor for class lumis.portal.group.acl.GroupAclManager
 
GroupAclProcessActionHandler - Class in lumis.service.portalmanagement.groupacl
 
GroupAclProcessActionHandler() - Constructor for class lumis.service.portalmanagement.groupacl.GroupAclProcessActionHandler
 
GroupAclSerializationManager - Class in lumis.portal.group.acl.serialization
Manager for Group's Acl serialization
GroupAclSerializationManager() - Constructor for class lumis.portal.group.acl.serialization.GroupAclSerializationManager
 
GroupConfig - Class in lumis.portal.group
Contains the information about a group principal in the portal.
GroupConfig() - Constructor for class lumis.portal.group.GroupConfig
 
GroupConfigurationButtonField - Class in lumis.service.portalmanagement.group
Field used for providing information for rendering the configuration button.
GroupConfigurationButtonField() - Constructor for class lumis.service.portalmanagement.group.GroupConfigurationButtonField
 
GroupControllerXml - Class in lumis.portal.group
 
GroupControllerXml(HttpServletRequest, HttpServletResponse, PageContext) - Constructor for class lumis.portal.group.GroupControllerXml
 
GroupManager - Class in lumis.portal.group
Class responsible for managing operations on the portal groups.
GroupManager() - Constructor for class lumis.portal.group.GroupManager
 
GroupMemberConfig - Class in lumis.portal.group.serialization
Represents a group id and a group member id
GroupMemberConfig(String, String) - Constructor for class lumis.portal.group.serialization.GroupMemberConfig
 
GroupMembersDataProvider - Class in lumis.service.portalmanagement.group
 
GroupMembersDataProvider() - Constructor for class lumis.service.portalmanagement.group.GroupMembersDataProvider
 
GroupMemberSerializableConfig - Class in lumis.portal.group.serialization
Serializable value object for Group Member structure properties
GroupMemberSerializableConfig() - Constructor for class lumis.portal.group.serialization.GroupMemberSerializableConfig
 
GroupPermissions - Enum in lumis.portal.group.acl
 
GroupProcessActionHandler - Class in lumis.service.group
Persists the group information using the custom property domain value.
GroupProcessActionHandler() - Constructor for class lumis.service.group.GroupProcessActionHandler
 
GroupProcessActionHandler - Class in lumis.service.portalmanagement.group
Process action handler for the portalmanagement group service.
GroupProcessActionHandler() - Constructor for class lumis.service.portalmanagement.group.GroupProcessActionHandler
 
GroupSerializableConfig - Class in lumis.portal.group.serialization
Serializable value object for Group structure properties
GroupSerializableConfig() - Constructor for class lumis.portal.group.serialization.GroupSerializableConfig
 
GroupSerializationManager - Class in lumis.portal.group.serialization
Manager for Group serialization
GroupSerializationManager() - Constructor for class lumis.portal.group.serialization.GroupSerializationManager
 
GroupSerializationMessageConfig - Class in lumis.portal.group.serialization
Information about a group to be used in serialization progress messages
GroupSerializationMessageConfig() - Constructor for class lumis.portal.group.serialization.GroupSerializationMessageConfig
 
GroupType - Class in lumis.portal.group
Defines a group's type.
GroupType() - Constructor for class lumis.portal.group.GroupType
 
GroupTypeConfigurationButtonField - Class in lumis.service.portalmanagement.grouptype
Field used for providing information for rendering the configuration button.
GroupTypeConfigurationButtonField() - Constructor for class lumis.service.portalmanagement.grouptype.GroupTypeConfigurationButtonField
 
GroupTypeProcessActionHandler - Class in lumis.service.portalmanagement.grouptype
Process action handler for the portal administration group type service.
GroupTypeProcessActionHandler() - Constructor for class lumis.service.portalmanagement.grouptype.GroupTypeProcessActionHandler
 
GUID - Static variable in class lumis.doui.source.field.type.SourceFieldTypes
 
GUID - Static variable in class lumis.util.query.QueryFieldTypes
 
GuidDataType - Class in lumis.doui.source.field.type
A guid data type.
GuidDataType() - Constructor for class lumis.doui.source.field.type.GuidDataType
 
GuidGenerator - Class in lumis.portal.dao.hibernate
Identifier generator for hibernate that uses PortalUtil.generateNewGuid() to generate the identifier.
GuidGenerator() - Constructor for class lumis.portal.dao.hibernate.GuidGenerator
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z
Lumisportal  5.5.0.091130 - Copyright © 2001-2007, Lumis. All Rights Reserved.