Uses of Class
lumis.portal.PortalException
-
-
Uses of PortalException in lumis.collaboration.chat
Methods in lumis.collaboration.chat that throw PortalException Modifier and Type Method Description void
ChatManager. addConversation(SessionConfig sessionConfig, ChatConversationConfig conversationConfig, ITransaction transaction)
void
IChatManager. addConversation(SessionConfig sessionConfig, ChatConversationConfig conversationConfig, ITransaction transaction)
Adds a chat conversation.protected void
ChatControllerXml. addMessage(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
void
ChatManager. addMessage(SessionConfig sessionConfig, ChatMessageConfig messageConfig, ITransaction transaction)
void
IChatManager. addMessage(SessionConfig sessionConfig, ChatMessageConfig messageConfig, ITransaction transaction)
Adds a chat message to a conversation.void
ChatManager. addUser(SessionConfig sessionConfig, ChatUserConfig userConfig, ITransaction transaction)
void
IChatManager. addUser(SessionConfig sessionConfig, ChatUserConfig userConfig, ITransaction transaction)
Adds a chat uservoid
ChatServiceInterfaceResponse. applyStyle(int applyRule, java.lang.String styleFile)
protected void
ChatControllerXml. approveMessage(org.w3c.dom.Node methodNode, ITransaction transaction)
void
ChatSendMessageControl. buildSubControls()
void
ChatManager. closeExpiredConversations(SessionConfig sessionConfig, ITransaction transaction)
void
IChatManager. closeExpiredConversations(SessionConfig sessionConfig, ITransaction transaction)
closes expired conversations.void
ChatManager. deleteConversation(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
void
IChatManager. deleteConversation(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
Deletes the given chat conversation.void
ChatManager. deleteMessage(SessionConfig sessionConfig, java.lang.String messageId, ITransaction transaction)
void
IChatManager. deleteMessage(SessionConfig sessionConfig, java.lang.String messageId, ITransaction transaction)
Deletes the given message Id from its conversation.void
ChatManager. deleteUser(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
void
IChatManager. deleteUser(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
Deletes the given user.void
ChatClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
java.util.Collection<ChatUserConfig>
ChatManager. getActiveUsers(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
java.util.Collection<ChatUserConfig>
IChatManager. getActiveUsers(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
Returns all the active chat users given the conversation idjava.util.Collection<ChatUserConfig>
ChatManager. getActiveUsersWithExpiredLastAccess(SessionConfig sessionConfig, ITransaction transaction)
ChatConversationConfig
ChatManager. getConversation(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
ChatConversationConfig
IChatManager. getConversation(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
Returns a chat conversation config object.protected void
ChatControllerXml. getLatestMessages(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
java.util.List<ChatMessageConfig>
ChatManager. getLatestMessages(SessionConfig sessionConfig, java.lang.String conversationId, java.lang.String chatUserId, int maxMessages, boolean getMessagesToModerate, java.util.Date greaterThanDate, ITransaction transaction)
Deprecated.java.util.List<ChatMessageConfig>
ChatManager. getLatestMessages(SessionConfig sessionConfig, java.lang.String conversationId, java.lang.String chatUserId, int firstMessageIndex, int maxMessages, boolean getMessagesToModerate, java.util.Date greaterThanDate, ITransaction transaction)
java.util.List<ChatMessageConfig>
IChatManager. getLatestMessages(SessionConfig sessionConfig, java.lang.String conversationId, java.lang.String chatUserId, int maxMessages, boolean getMessagesToModerate, java.util.Date greaterThanDate, ITransaction transaction)
Deprecated.Since 4.0.11 this method was replaced byIChatManager.getLatestMessages(SessionConfig, String, String, int, int, boolean, Date, ITransaction)
.java.util.List<ChatMessageConfig>
IChatManager. getLatestMessages(SessionConfig sessionConfig, java.lang.String conversationId, java.lang.String chatUserId, int firstMessageIndex, int maxMessages, boolean getMessagesToModerate, java.util.Date greaterThanDate, ITransaction transaction)
Returns up to maxMessages messageConfigs for a given conversationId.int
ChatManager. getLatestMessagesCount(SessionConfig sessionConfig, java.lang.String conversationId, java.lang.String chatUserId, boolean getMessagesToModerate, java.util.Date greaterThanDate, ITransaction transaction)
int
IChatManager. getLatestMessagesCount(SessionConfig sessionConfig, java.lang.String conversationId, java.lang.String chatUserId, boolean getMessagesToModerate, java.util.Date greaterThanDate, ITransaction transaction)
Returns the number of messages that exists and would be available for the#getLatestMessages(String, String, int, int, boolean, Date, ITransaction)
method.ChatMessageConfig
ChatManager. getMessage(SessionConfig sessionConfig, java.lang.String messageId, ITransaction transaction)
ChatMessageConfig
IChatManager. getMessage(SessionConfig sessionConfig, java.lang.String messageId, ITransaction transaction)
Returns a message config object.java.util.Collection<ChatMessageConfig>
ChatManager. getMessages(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
java.util.Collection<ChatMessageConfig>
IChatManager. getMessages(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
Returns all the messages for a given conversationId.java.lang.String
ChatManager. getMessagesXml(SessionConfig sessionConfig, java.util.Collection<ChatMessageConfig> chatMessageConfigs, boolean getMessagesToModerate, java.util.List<IResource> resources, ITransaction transaction)
java.lang.String
IChatManager. getMessagesXml(SessionConfig sessionConfig, java.util.Collection<ChatMessageConfig> chatMessageConfigs, boolean getMessagesToModerate, java.util.List<IResource> resources, ITransaction transaction)
Returns the xml for the given messages.IDataControlRequestHelpDefinition
ChatMessageListControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
ChatSendMessageControl. getRequestHelpDefinition()
java.util.List<IResource>
ChatHistoryControl. getResources()
ChatUserConfig
ChatManager. getUser(SessionConfig sessionConfig, java.lang.String userId, java.lang.String conversationId, java.lang.String userSessionId, ITransaction transaction)
ChatUserConfig
ChatManager. getUser(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
ChatUserConfig
IChatManager. getUser(SessionConfig sessionConfig, java.lang.String userId, java.lang.String conversationId, java.lang.String userSessionId, ITransaction transaction)
Returns a chat user given the portal user id, conversation id and optionally the user sessionIdChatUserConfig
IChatManager. getUser(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
Returns a chat user given the chat user idjava.util.Collection<ChatUserConfig>
ChatManager. getUsers(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
java.util.Collection<ChatUserConfig>
IChatManager. getUsers(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
Returns all the chat users given the conversation idvoid
ChatSendMessageControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ChatManager. openStartedConversations(SessionConfig sessionConfig, ITransaction transaction)
void
IChatManager. openStartedConversations(SessionConfig sessionConfig, ITransaction transaction)
Opens the conversations whose startTime has already been reached.boolean
ChatManager. reachedUserLimit(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
boolean
IChatManager. reachedUserLimit(SessionConfig sessionConfig, java.lang.String conversationId, ITransaction transaction)
Returns true if the conversation has reached its user limitprotected void
ChatControllerXml. rejectMessage(org.w3c.dom.Node methodNode, ITransaction transaction)
void
ChatHistoryControl. setRenderData()
void
ChatMessageListControl. setRenderData()
void
ChatSendMessageControl. setRenderData()
void
ChatServiceInterfaceResponse. setStyleId(java.lang.String styleId)
void
ChatManager. updateActiveUserState(SessionConfig sessionConfig, ITransaction transaction)
void
IChatManager. updateActiveUserState(SessionConfig sessionConfig, ITransaction transaction)
Checks if any of the active users have not updated their last acces date.void
ChatManager. updateLastAccess(SessionConfig sessionConfig, java.lang.String chatUserId, ITransaction transaction)
void
IChatManager. updateLastAccess(SessionConfig sessionConfig, java.lang.String chatUserId, ITransaction transaction)
Updates the last access date for the given chat user.protected void
ChatControllerXml. userLeftConversation(org.w3c.dom.Node methodNode, ITransaction transaction)
void
ChatManager. userLeftConversation(SessionConfig sessionConfig, ChatUserConfig chatUserConfig, ITransaction transaction)
void
IChatManager. userLeftConversation(SessionConfig sessionConfig, ChatUserConfig chatUserConfig, ITransaction transaction)
Method to indicate that a user left the conversationvoid
ChatManager. validateActiveConversation(java.lang.String conversationId, ITransaction transaction)
Constructors in lumis.collaboration.chat that throw PortalException Constructor Description ChatControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
Default constructor. -
Uses of PortalException in lumis.content
Subclasses of PortalException in lumis.content Modifier and Type Class Description class
ContentException
Exception for Content -
Uses of PortalException in lumis.content.activitystream
Methods in lumis.content.activitystream that throw PortalException Modifier and Type Method Description static void
ContentActivityStreamUtil. addViewActivityPriorityRestrictions(SessionConfig sessionConfig, java.util.Collection<java.util.Collection<java.lang.String>> principalsWithAllowViewPermission, java.util.Collection<java.lang.String> principalsWithDenyViewPermission, ContentLocale contentLocale, ITransaction transaction)
Add view activity priority restrictions.java.util.Collection<ActivityPriority>
ContentAdminActivityPrioritizer. generateActivityPriorities(Activity activity)
java.util.Collection<ActivityPriority>
ContentCreatedToEndUserActivityPrioritizer. generateActivityPriorities(Activity activity)
static ActivityObjectType
ContentActivityStreamUtil. getObjectType(java.lang.String serviceId, java.lang.String sourceId)
Get theActivityObjectType
for the specified service and source -
Uses of PortalException in lumis.content.bigdata
Methods in lumis.content.bigdata that throw PortalException Modifier and Type Method Description void
ContentIndexerObserver. onEvent(IPortalEvent event)
-
Uses of PortalException in lumis.content.clock
Methods in lumis.content.clock that throw PortalException Modifier and Type Method Description void
ContentClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.content.control.autolayout
Methods in lumis.content.control.autolayout that throw PortalException Modifier and Type Method Description protected void
AutoLayoutCategorizationAssociationControl. addAssociationSource()
protected void
AutoLayoutGenericAssociationInformationControl. addAssociationSource()
protected void
AutoLayoutGenericContentAssociationControl. addAssociationSource()
protected void
AutoLayoutContentPropertyPageControl. addAutoLayoutFields(java.lang.StringBuilder subControls)
protected void
AutoLayoutContentEmbeddedPropertyPageControl. addPropertyPageControl(java.lang.StringBuilder subControls)
protected void
AutoLayoutContentPropertyPageControl. addPropertyPageSubControls(java.lang.StringBuilder subControls)
protected void
AssociationProcessActionHandler. addRow()
void
AutoLayoutAssociationInformationControl. buildSubControls()
void
AutoLayoutCategorizationAssociationControl. buildSubControls()
void
AutoLayoutContentIdentificationControl. buildSubControls()
void
AutoLayoutGenericAssociationInformationControl. buildSubControls()
void
AutoLayoutGenericContentAssociationControl. buildSubControls()
void
AutoLayoutLanguageInformationControl. buildSubControls()
void
AutoLayoutMetaDataInformationControl. buildSubControls()
void
AutoLayoutPrimaryContentControl. buildSubControls()
void
AutoLayoutPublishingInformationControl. buildSubControls()
void
AutoLayoutSeoInformationControl. buildSubControls()
void
AutoLayoutTagInformationControl. buildSubControls()
void
AutoLayoutWorkflowInformationControl. buildSubControls()
protected void
AssociationProcessActionHandler. deleteRows(java.lang.String primaryKeyFieldId, java.util.Collection<java.lang.String> rowsDeleted)
protected java.lang.String
AutoLayoutContentAdministrationListControl. getAdminListButtonsControl()
protected java.lang.String
AutoLayoutGenericAssociationInformationControl. getAssociationType()
protected java.lang.String
AutoLayoutGenericContentAssociationControl. getAssociationType()
protected java.lang.String
AutoLayoutGenericAssociationInformationControl. getContentPickerInputControl()
IResource
AutoLayoutAssociationInformationControl. getControlResource()
IResource
AutoLayoutCategorizationAssociationControl. getControlResource()
IResource
AutoLayoutContentIdentificationControl. getControlResource()
IResource
AutoLayoutLanguageInformationControl. getControlResource()
IResource
AutoLayoutMetaDataInformationControl. getControlResource()
IResource
AutoLayoutPrimaryContentControl. getControlResource()
IResource
AutoLayoutPublishingInformationControl. getControlResource()
IResource
AutoLayoutSeoInformationControl. getControlResource()
IResource
AutoLayoutTagInformationControl. getControlResource()
IResource
AutoLayoutWorkflowInformationControl. getControlResource()
protected java.lang.String
AutoLayoutGenericAssociationInformationControl. getDefaultAssociationType()
protected java.lang.String
AutoLayoutGenericContentAssociationControl. getDefaultAssociationType()
protected java.lang.String
AutoLayoutLanguageInformationControl. getFieldIdByPublishFieldType(java.lang.String publishType)
protected java.lang.String
AutoLayoutPublishingInformationControl. getFieldIdByPublishFieldType(MetaDataSourceField.Type metaDataType)
protected java.lang.String
AutoLayoutWorkflowInformationControl. getFieldIdByPublishFieldType(java.lang.String publishType)
IDataControlRequestHelpDefinition
AutoLayoutAssociationInformationControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
AutoLayoutGenericAssociationInformationControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
AutoLayoutWorkflowInformationControl. getRequestHelpDefinition()
java.lang.String
AutoLayoutGenericContentAssociationControl. getSelectItemsInterfaceId()
protected java.lang.String
AutoLayoutGenericAssociationInformationControl. getSourceId()
protected java.lang.String
AutoLayoutGenericContentAssociationControl. getSourceId()
boolean
AutoLayoutContentIdentificationControl. hasContentFriendlyIdMetadata()
Returns whether the control's source has the content slug meta data.boolean
AutoLayoutPrimaryContentControl. hasPrimaryContentMetadata()
Returns whether the control's source has the primaryContent meta data.boolean
AutoLayoutSeoInformationControl. hasSeoInformation()
void
AutoLayoutAssociationInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutCategorizationAssociationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutGenericAssociationInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutGenericContentAssociationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutLanguageInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutPublishingInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutSeoInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutTagInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutWorkflowInformationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutAssociationInformationControl. loadFromRequest()
void
AssociationProcessActionHandler. processAction()
void
AutoLayoutCategorizationAssociationControl.CategorizationTermNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
boolean
AutoLayoutCategorizationAssociationControl. renderControl()
boolean
AutoLayoutGenericAssociationInformationControl. renderControl()
boolean
AutoLayoutGenericContentAssociationControl. renderControl()
protected boolean
AutoLayoutContentFieldsControl. renderControlsForField(ISourceField field)
void
AutoLayoutAssociationInformationControl. setRenderData()
void
AutoLayoutCategorizationAssociationControl. setRenderData()
void
AutoLayoutContentIdentificationControl. setRenderData()
void
AutoLayoutPrimaryContentControl. setRenderData()
protected void
AutoLayoutAssociationInformationControl. setValueFromSource()
protected void
AssociationProcessActionHandler. updateRow()
-
Uses of PortalException in lumis.content.control.button
Methods in lumis.content.control.button that throw PortalException Modifier and Type Method Description protected java.lang.String
AutoContentAdministrationListButtonsControl. appendPreConfigureButtons()
void
GenerateContentButtonControl. setRenderData()
void
PreviewButtonControl. setRenderData()
void
SaveAndPreviewButtonControl. setRenderData()
void
VersionsButtonControl. setRenderData()
-
Uses of PortalException in lumis.content.control.categorization
Methods in lumis.content.control.categorization that throw PortalException Modifier and Type Method Description protected IDouiDataType
InputCategoryControl. createDataType()
void
InputCategoryControl. setRenderData()
boolean
InputCategoryControl. valueIsArray()
-
Uses of PortalException in lumis.content.control.comments
Methods in lumis.content.control.comments that throw PortalException Modifier and Type Method Description void
CommentsControl. buildSubControls()
protected java.lang.String
CommentsAddControl. getComments(java.lang.String metaDataId)
IResource
CommentsControl. getControlResource()
IDataControlRequestHelpDefinition
CommentsControl. getRequestHelpDefinition()
void
CommentsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
CommentsControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
CommentsAddControl. setRenderData()
void
CommentsControl. setRenderData()
protected void
CommentsControl. setValueFromSource(Source source)
-
Uses of PortalException in lumis.content.control.contentpicker
Methods in lumis.content.control.contentpicker that throw PortalException Modifier and Type Method Description protected void
ContentPickerControl. autoAddValidators()
void
ContentPickerControl. buildSubControls()
protected java.lang.String
ContentPickerControl. getPopupRunTimeInterfaceDefinition()
protected java.lang.String
TermPickerControl. getPopupRunTimeInterfaceDefinition()
void
ContentPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ContentPickerControl. setRenderData()
-
Uses of PortalException in lumis.content.control.dynamiclist
Methods in lumis.content.control.dynamiclist that throw PortalException Modifier and Type Method Description protected java.lang.String
TermDynamicListControl. getPopupAddInterfaceServiceInstanceId()
-
Uses of PortalException in lumis.content.control.language
Methods in lumis.content.control.language that throw PortalException Modifier and Type Method Description void
LanguageControl. buildSubControls()
IResource
LanguageControl. getControlResource()
protected java.util.Map<java.lang.String,java.lang.String>
LanguageFilterControl. getItems()
IDataControlRequestHelpDefinition
LanguageControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
LanguageFilterControl. getRequestHelpDefinition()
void
LanguageControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
LanguageControl. loadFromRequest()
void
LanguageControl. setRenderData()
void
LanguageFilterControl. setRenderData()
protected void
LanguageControl. setValueFromSource(ContentTableSource source)
-
Uses of PortalException in lumis.content.control.lock
Methods in lumis.content.control.lock that throw PortalException Modifier and Type Method Description protected boolean
LockButtonControl. hasLock()
void
LockButtonControl. setRenderData()
void
LockedMessageControl. setRenderData()
void
StealLockButtonControl. setRenderData()
-
Uses of PortalException in lumis.content.control.parentcontent
Methods in lumis.content.control.parentcontent that throw PortalException Modifier and Type Method Description protected java.lang.String
SelectContentParentContentControl. getParentContentPrimaryName(java.lang.String currentParentContentValue, TableSource source, java.lang.String primaryNameFieldName)
-
Uses of PortalException in lumis.content.control.publishtoprincipals
Methods in lumis.content.control.publishtoprincipals that throw PortalException Modifier and Type Method Description void
PublishToPrincipalsControl. buildSubControls()
void
PublishToPrincipalsListControl. buildSubControls()
IResource
PublishToPrincipalsControl. getControlResource()
IDataControlRequestHelpDefinition
PublishToPrincipalsControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
PublishToPrincipalsListControl. getRequestHelpDefinition()
void
PublishToPrincipalsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToPrincipalsListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToPrincipalsControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToPrincipalsListControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToPrincipalsControl. setRenderData()
void
PublishToPrincipalsListControl. setRenderData()
protected void
PublishToPrincipalsControl. setValueFromSource(ContentTableSource source)
-
Uses of PortalException in lumis.content.control.publishtoserviceinstances
Methods in lumis.content.control.publishtoserviceinstances that throw PortalException Modifier and Type Method Description void
PublishToServiceInstancesControl. buildSubControls()
void
PublishToServiceInstancesListControl. buildSubControls()
IResource
PublishToServiceInstancesControl. getControlResource()
IDataControlRequestHelpDefinition
PublishToServiceInstancesControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
PublishToServiceInstancesListControl. getRequestHelpDefinition()
void
PublishToServiceInstancesControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToServiceInstancesListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToServiceInstancesControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToServiceInstancesListControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToServiceInstancesControl. setRenderData()
void
PublishToServiceInstancesListControl. setRenderData()
protected void
PublishToServiceInstancesControl. setValueFromSource(ContentTableSource source)
-
Uses of PortalException in lumis.content.control.publishtosocialnetwork
Methods in lumis.content.control.publishtosocialnetwork that throw PortalException Modifier and Type Method Description void
PublishToSocialNetworkControl. buildSubControls()
protected java.lang.String
PublishToSocialNetworkButtonControl. getAdditionalPostParameters(org.w3c.dom.Node onEventNode)
protected java.lang.String
PublishToSocialNetworkButtonControl. getClientEventHandlerScript(java.lang.String eventName, boolean forHref)
IResource
PublishToSocialNetworkControl. getControlResource()
IDataControlRequestHelpDefinition
PublishToSocialNetworkControl. getRequestHelpDefinition()
void
PublishToSocialNetworkControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToSocialNetworkControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
PublishToSocialNetworkControl. setRenderData()
protected void
PublishToSocialNetworkControl. setValueFromSource(ContentTableSource source)
-
Uses of PortalException in lumis.content.control.tag
Methods in lumis.content.control.tag that throw PortalException Modifier and Type Method Description IResource
InputTagControl. getControlResource()
protected java.lang.Class<?>
InputTagControl. getValueClass()
void
InputTagControl. setRenderData()
boolean
InputTagControl. valueIsArray()
-
Uses of PortalException in lumis.content.control.version
Methods in lumis.content.control.version that throw PortalException Modifier and Type Method Description void
VersionControl. buildSubControls()
void
VersionControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
VersionControl. setRenderData()
protected void
VersionControl. setValueFromSource(TableSource source)
-
Uses of PortalException in lumis.content.control.workflow
Methods in lumis.content.control.workflow that throw PortalException Modifier and Type Method Description void
SelectWorkflowControl. buildSubControls()
void
WorkflowMetaDataControl. buildSubControls()
protected ContentWorkflowMetaData
WorkflowMetaDataControl. getContentWorkflowMetaData()
Returns the content workflow metadata.protected ContentWorkflowMetaData
WorkflowMetaDataControl. getContentWorkflowMetaData(ContentTableSource source)
IResource
SelectWorkflowControl. getControlResource()
IResource
WorkflowSendToControl. getControlResource()
protected java.lang.String
WorkflowMetaDataControl. getItemId()
protected java.util.Map<java.lang.String,java.lang.String>
WorkflowAssignedToFilterControl. getItems()
protected java.util.Map<java.lang.String,java.lang.String>
WorkflowStateFilterControl. getItems()
java.util.List<IResource>
WorkflowMetaDataControl. getResources()
void
WorkflowMetaDataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SelectWorkflowControl. loadFromRequest()
void
WorkflowAssignedToControl. loadFromRequest()
void
WorkflowStateControl. loadFromRequest()
void
WorkflowActionControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
WorkflowSendToControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
SelectWorkflowControl. setRenderData()
void
WorkflowActionControl. setRenderData()
void
WorkflowAssignedToControl. setRenderData()
void
WorkflowAssignedToFilterControl. setRenderData()
void
WorkflowSendToControl. setRenderData()
void
WorkflowStateControl. setRenderData()
void
WorkflowStateFilterControl. setRenderData()
protected void
WorkflowAssignedToControl. setValueFromSource(ContentTableSource source)
protected void
WorkflowMetaDataControl. setValueFromSource(ContentTableSource source)
protected void
WorkflowSendToControl. setValueFromSource(ContentTableSource source)
protected void
WorkflowStateControl. setValueFromSource(ContentTableSource source)
-
Uses of PortalException in lumis.content.core
Methods in lumis.content.core that throw PortalException Modifier and Type Method Description void
ContentManager. addContent(Content content)
void
IContentManager. addContent(Content content)
Adds a content to persistence.ContentLocale
Content. addContentLocale(java.util.Locale locale)
Adds a new locale specific content object in this content.boolean
ContentAdminActivityGenerationTransactionObserver. beforeCommit()
boolean
ContentPublicationActivityGenerationTransactionObserver. beforeCommit()
protected Activity
ContentPublicationActivityGenerationTransactionObserver. createActivity(ContentLocale contentLocale)
Creates an activity for the content locale being persistedvoid
ContentAssociation. delete()
Deletes this content association.void
ContentLocale. delete()
Deletes this instance from persistence.void
ContentPublication. delete()
Deletes this publication.void
ContentVersion. delete()
Deletes thisversion
.void
ContentManager. deleteContent(Content content)
void
IContentManager. deleteContent(Content content)
Deletes a content from persistence.void
ContentVersionCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
static java.util.Optional<ContentUniqueSlug>
ContentUtilInternal. findAlternativeSlug(ContentUniqueSlug uniqueSlug)
Returns an optional alternative unique slug.static java.util.Optional<Tuple2<java.lang.String,java.util.Locale>>
ContentUtilInternal. findContentLocaleByUniqueSlug(ContentUniqueSlug uniqueSlug)
Returns an optional Tuple ofof the content that refer to the given unique slug. ContentVersion
ContentManager. getActiveVersionByItemId(java.lang.String itemId)
Returns theactive version
of theContentLocale
that theContentVersion
with the given item id belongs to.java.lang.String
ContentManager. getActiveVersionItemIdByItemId(java.lang.String itemId)
Try to find theitem id
of theactive version
of theContentLocale
that theContentVersion
with the given item id belongs to.Content
ContentManager. getContent(java.lang.String contentId)
Content
IContentManager. getContent(java.lang.String contentId)
Returns a persistent content instance.Content
ContentManager. getContentByItemId(java.lang.String itemId)
Content
IContentManager. getContentByItemId(java.lang.String itemId)
Returns the content related with the specified business data.static java.lang.String
ContentUtilInternal. getContentId(java.lang.String id)
Returns thecontent identifier
based on the given identifier ornull
if none could be inferred.ContentLocale
ContentManager. getContentLocale(java.lang.String contentLocaleId)
ContentLocale
IContentManager. getContentLocale(java.lang.String contentLocaleId)
Returns the a content locale by its identifier.ContentVersion
ContentManager. getContentVersion(java.lang.String contentVersionId)
ContentVersion
IContentManager. getContentVersion(java.lang.String contentVersionId)
Returns the a content version by its identifier.ContentVersion
ContentManager. getContentVersionByItemId(java.lang.String itemId)
ContentVersion
IContentManager. getContentVersionByItemId(java.lang.String itemId)
Returns the a content version that refers the given itemId.static java.lang.String
ContentUtilInternal. getItemId(java.lang.String id, java.lang.String localeId)
Returns theitem identifier
based on the given identifier ornull
if none could be inferred.static java.lang.String
ContentUtil. getOldItemIdParameter(IServiceInterfaceRequest request)
Gets the itemId parameter for a request, trying to be most backward compatible with the 4.1 implementation logic.ContentVersion
ContentManager. getPublishedContentVersion(java.lang.String contentId, java.lang.String serviceInstanceId)
ContentVersion
ContentManager. getPublishedContentVersion(java.lang.String contentId, java.lang.String serviceInstanceId, boolean ignorePublishedTo)
ContentVersion
IContentManager. getPublishedContentVersion(java.lang.String contentId, java.lang.String serviceInstanceId)
Returns the published version more appropriated to the current user for the specified content and service instance.ContentVersion
IContentManagerSPI. getPublishedContentVersion(java.lang.String contentId, java.lang.String serviceInstanceId, boolean ignorePublishedToPrincipals)
Returns the published version more appropriated to the current user for the specified content and service instance.static boolean
ContentUtilInternal. isContentPublished(java.lang.String contentId)
Returns whether the content with the given identifier exists and it is published.static boolean
ContentUtilInternal. isContentPublished(java.lang.String contentId, boolean ignorePublishedToPrincipals)
Returns whether the content with the given identifier exists and it is published.void
ContentManager. lock(java.lang.String contentLocaleId, LockType lockType)
void
IContentManager. lock(java.lang.String contentLocaleId, LockType lockType)
Locks contentlocale acording to lockType.void
ContentLocale. move(Content newContent, java.util.Locale newLocale)
Moves this content locale object to another content or locale value.void
ContentUrlUpdateObserver. onEvent(IPortalEvent ev)
void
ContentManager. releaseLock(java.lang.String contentLocaleId)
void
IContentManager. releaseLock(java.lang.String contentLocaleId)
Releases the lock for the contentLocale.void
ContentManager. scheduleReindex(Content content)
void
IContentManager. scheduleReindex(Content content)
Schedules the re-indexing of a content after the current transaction commits.void
ContentPublication. updateCalculatedFields()
Updates this publication's calculated fields.Constructors in lumis.content.core that throw PortalException Constructor Description ContentRenderDataChangedEvent(SessionConfig sessionConfig, ContentVersion contentVersion, ContentTableSource source, ITransaction transaction)
Creates a new render data changed event for a content.ContentRenderDataChangedEvent(SessionConfig sessionConfig, ContentVersion contentVersion, ITransaction transaction)
Creates a new render data changed event for a content. -
Uses of PortalException in lumis.content.hyperlink
Methods in lumis.content.hyperlink that throw PortalException Modifier and Type Method Description void
ContentHyperLinkControllerHtml. hyperLink()
Constructors in lumis.content.hyperlink that throw PortalException Constructor Description ContentHyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.content.incontextedit
Methods in lumis.content.incontextedit that throw PortalException Modifier and Type Method Description java.lang.String
ContentServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, java.lang.String lumItemId, java.lang.String sourcePageId, ITransaction transaction)
java.lang.String
ContentServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, ServiceInterfaceInstanceConfig interfaceInstance, java.lang.String detailsLumItemId, ITransaction transaction)
boolean
ContentServiceInterfaceInContextEdit. isInContextEditEnabled(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Returns whether or not in context edit is enabled for the given service interface instance.java.lang.String
ContentServiceInterfaceInContextEdit. processInContextEditContent(ServiceContainerRenderRequest renderRequest, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.lang.String outputHTML, ITransaction transaction)
boolean
ContentServiceInterfaceInContextEdit. removeInContextEditInterfaceInstance(SessionConfig sessionConfig, IPortalMode portalMode, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.lang.String html, org.apache.wicket.util.string.AppendingStringBuffer sb, java.lang.String detailsLumItemId, ITransaction transaction)
-
Uses of PortalException in lumis.content.lock
Methods in lumis.content.lock that throw PortalException Modifier and Type Method Description void
ContentLockProcessActionHandler. processAction()
Constructors in lumis.content.lock that throw PortalException Constructor Description LockController(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.content.metadata
Methods in lumis.content.metadata that throw PortalException Modifier and Type Method Description MetaDataConfig
IMetaDataManager. get(SessionConfig sessionConfig, java.lang.String metaDataId, ITransaction transaction)
Deprecated.MetaDataConfig
MetaDataManager. get(SessionConfig sessionConfig, java.lang.String metaDataId, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
IMetaDataManager. getByItemId(SessionConfig sessionConfig, java.lang.String itemId, boolean considerInactiveVersion, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
IMetaDataManager. getByItemId(SessionConfig sessionConfig, java.lang.String itemId, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
MetaDataManager. getByItemId(SessionConfig sessionConfig, java.lang.String itemId, boolean considerInactiveVersion, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
MetaDataManager. getByItemId(SessionConfig sessionConfig, java.lang.String itemId, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
IMetaDataManager. getByItemIdAndServiceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceId, java.lang.String sourceId, boolean considerInactiveVersion, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
IMetaDataManager. getByItemIdAndServiceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
MetaDataManager. getByItemIdAndServiceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceId, java.lang.String sourceId, boolean considerInactiveVersion, ITransaction transaction)
Deprecated.java.util.Collection<MetaDataConfig>
MetaDataManager. getByItemIdAndServiceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.MetaDataConfig
IMetaDataManager. getByItemIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, boolean considerInactiveVersion, ITransaction transaction)
Deprecated.MetaDataConfig
IMetaDataManager. getByItemIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.MetaDataConfig
MetaDataManager. getByItemIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, boolean considerInactiveVersion, ITransaction transaction)
Deprecated.MetaDataConfig
MetaDataManager. getByItemIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.java.util.List<CommentConfig>
IMetaDataManager. getComments(SessionConfig sessionConfig, java.lang.String metaDataId, ITransaction transaction)
Deprecated.java.util.List<CommentConfig>
MetaDataManager. getComments(SessionConfig sessionConfig, java.lang.String metaDataId, ITransaction transaction)
Deprecated.protected void
MetaDataInfoController. getContents()
java.util.Collection<java.lang.String>
IMetaDataManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Deprecated.java.util.Collection<java.lang.String>
MetaDataManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Deprecated.int
IMetaDataManager. getNumComments(SessionConfig sessionConfig, java.lang.String metaDataId, ITransaction transaction)
Deprecated.int
MetaDataManager. getNumComments(SessionConfig sessionConfig, java.lang.String metaDataId, ITransaction transaction)
Deprecated.int
IMetaDataManager. getNumVersions(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.int
MetaDataManager. getNumVersions(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.java.lang.String
IMetaDataManager. getParentServiceInstanceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceId, ITransaction transaction)
Deprecated.java.lang.String
MetaDataManager. getParentServiceInstanceId(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceId, ITransaction transaction)
Deprecated.protected void
MetaDataInfoController. getPublishToPrincipals()
static java.lang.String
MetaDataInfoController. getPublishToPrincipals(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String term, java.lang.Integer maxResults)
Returns a json with the publish to principals lookup result.protected void
MetaDataInfoController. getPublishToServiceInstances()
protected void
MetaDataInfoController. getWorkflowStatePrincipals()
Constructors in lumis.content.metadata that throw PortalException Constructor Description MetaDataController(IProcessActionHandler processActionHandler, ContentTableSource source, ITransaction transaction)
Deprecated.MetaDataInfoController(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.content.primarycontent
Methods in lumis.content.primarycontent that throw PortalException Modifier and Type Method Description static java.lang.String
PrimaryContentUtil. getPrimaryContentIdByServiceInstanceAndServiceInterface(ServiceInstanceConfig serviceInstance, ServiceInterfaceConfig serviceInterface)
Returns the identifier of the primary content (if any) for the given service instance.static java.lang.String
PrimaryContentUtil. getPrimaryContentIdByServiceInstanceAndSource(ServiceInstanceConfig serviceInstance, java.lang.String sourceId)
Returns the identifier of the primary content (if any) for the given service instance.static void
PrimaryContentUtil. scheduleClearCacheByServiceInstance(java.lang.String serviceInstanceId)
Schedule a cache clear by service instance. -
Uses of PortalException in lumis.content.search
Methods in lumis.content.search that throw PortalException Modifier and Type Method Description protected void
ContentTabularSourceSearchContentFiller. addIdField()
Deprecated.protected void
ContentTabularSourceSearchContentFiller. addLanguageField()
Deprecated.void
ContentTabularSourceSearchContentFiller. addPrincipalField()
Deprecated.protected void
ContentTabularSourceSearchContentFiller. addServiceInstanceField(boolean forAdd)
Deprecated.protected void
ContentTabularSourceSearchContentFiller. addStatusField()
Deprecated.protected void
ContentTabularSourceSearchContentFiller. addUrlField()
Deprecated.static java.util.List<? extends Document>
SearchContentConverter. convertSearchContentsToDocuments(java.util.List<SearchContent> searchContents)
Converts search contents into documents.java.util.List<SearchContent>
ContentTabularSourceSearchContentFiller. getSearchContentsForAdd()
Deprecated.java.util.List<SearchContent>
ContentTabularSourceSearchContentFiller. getSearchContentsForRemove()
Deprecated.void
ContentTabularSourceSearchContentFiller. init(ISourceData sourceData, Source source)
Deprecated. -
Uses of PortalException in lumis.content.service
Methods in lumis.content.service that throw PortalException Modifier and Type Method Description protected boolean
ContentAdministrationAddPropertyPageServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationEditPropertyPageServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationEmbeddedAddPropertyPageServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationListServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentDetailsServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentGenericListServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentQuickListServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationListServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentDetailsServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentGenericListServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationEditPropertyPageServiceInterface. addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationListServiceInterface. addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentGenericListServiceInterface. addDefaultHyperLinks(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, ITransaction transaction)
protected boolean
ContentDetailsServiceInterface. addDefaultMaxRows(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationListServiceInterface. addDefaultOrderBy(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentServiceInterface. addDefaultOrderBy(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
ContentAdministrationAddPropertyPageServiceInterface. addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
protected void
ContentAdministrationEditPropertyPageServiceInterface. addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
protected void
ContentAdministrationEmbeddedAddPropertyPageServiceInterface. addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
protected boolean
ContentAdministrationAddPropertyPageServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationEditPropertyPageServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationListServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
ContentAdministrationAddPropertyPageServiceInterface. addDefaultSources(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected IQueryValue
ContentVersionIdReaderTableSourceFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected boolean
ContentDetailsServiceInterface. calculateIsRequestInitializerSupported(ServiceInterfaceConfig serviceInterface)
boolean
ContentService. checkFileAccess(FileConfig file)
static void
ContentServiceMonitorUtil. collectContentView(PageWebResource pageWebResource, java.lang.String lumItemId, long duration)
protected IServiceInterfaceUrl
ContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
void
ContentService. deleteContent(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
ContentService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
org.w3c.dom.Node
ContentService. getClocks(SessionConfig sessionConfig, ServiceConfig config, ITransaction transaction)
protected java.lang.String
ContentAdministrationPropertyPageServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
ContentDetailsServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
ContentGenericListServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
ContentServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
org.w3c.dom.Element
ContentService. getDefaultServiceInstanceMenu(ServiceInstanceConfig serviceInstance)
java.lang.String
ContentServiceInterface. getRepositoryMenus(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
ContentDetailsServiceInterface. initializeRequest(IServiceInterfaceRequest originalRequest, IRequestInitializer requestInitializer)
void
ContentService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
ContentService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
ContentService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node node, ITransaction transaction)
void
ContentService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
ContentService. instanceSerialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
ContentService. instanceSerialized(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
void
ContentServiceInterface. load(ServiceInterfaceConfig config)
static void
ContentServiceMonitorUtil. populateContentObjectValuesProvider(ContentVersion contentVersion, MonitorHelper monitorHelper)
Populates the given monitor helper with content object fields based on the given content version.void
ContentService. postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
void
ContentService. preUnregister(SessionConfig sessionConfig, ITransaction transaction)
protected void
ContentAdministrationEditPropertyPageServiceInterface. processActions(DouiContext douiContext)
void
ContentAdministrationEditPropertyPageServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
ContentAdministrationListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
ContentAdministrationPropertyPageServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
ContentDetailsServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
ContentGenericListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
ContentListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
ContentQuickListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
protected void
ContentService. registerActivityObjectTypes(ServiceConfig serviceConfig, org.w3c.dom.Node serviceDefinitionNode)
Registersobject types
of the activity stream framework that contents of this service are considered of.void
ContentServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
protected void
ContentAdministrationEditPropertyPageServiceInterface. renderData(IServiceInterfaceRenderResponse response, DouiContext douiContext)
protected void
ContentDetailsServiceInterface. renderData(IServiceInterfaceRenderResponse response, DouiContext douiContext)
IServiceInterfaceUrl
ContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
static void
DetailsUtil. setCurrentItemId(DouiContext douiContext)
Deprecated.Stores the itemId in a special attribute in the request if it is not present in the request as parameter.protected void
ContentAdministrationPropertyPageServiceInterface. setIsAdministrationProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
ContentGenericListServiceInterface. setIsListProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
ContentAdministrationEmbeddedAddPropertyPageServiceInterface. setIsRuntimeOnlyProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
ContentAdministrationPropertyPageServiceInterface. setIsRuntimeOnlyProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected org.w3c.dom.Node
ContentService. setMetaDataField(org.w3c.dom.Node source, java.lang.String metaDataAtributeName, java.lang.String fieldId, java.lang.String fieldName, java.lang.String fieldDataType, boolean display)
protected org.w3c.dom.Node
ContentService. setMetaDataField(org.w3c.dom.Node source, java.lang.String metaDataAtributeName, java.lang.String fieldId, java.lang.String fieldName, java.lang.String fieldDataType, boolean display, boolean isExternalData)
protected org.w3c.dom.Node
ContentService. setMetaDataFieldIfRequested(java.lang.String propertyName, org.w3c.dom.Node source, org.w3c.dom.Node metaDataNode, java.lang.String metaDataAttributeName, java.lang.String fieldId, java.lang.String fieldName, java.lang.String fieldDataType)
protected void
ContentService. setMetaDataFields(org.w3c.dom.Node douiDefinitionNode)
Detects the meta-data configurations and converts them to the appropriate source fields.protected void
ContentAdministrationListServiceInterface. setPreviewSupportedProperty(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
protected void
ContentDetailsServiceInterface. setPreviewSupportedProperty(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
protected void
ContentGenericListServiceInterface. setPreviewSupportedProperty(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
protected void
ContentService. setSourceFieldAttributes(SessionConfig sessionConfig, ServiceConfig serviceConfig, org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected void
ContentService. unregisterActivityObjectTypes()
Unregisteractivity object types
. -
Uses of PortalException in lumis.content.service.serialization
Methods in lumis.content.service.serialization that throw PortalException Modifier and Type Method Description void
ContentServiceSerializationManager. deserialize(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
IContentServiceSerializationManager. deserialize(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
Deserialize a content service instance (structure only).protected void
ContentServiceSerializationManager. deserializeAttachedFiles(lumis.content.service.serialization.ContentServiceSerializationManager.FileTableSerializableConfig fileList, ServiceInstanceDeserializationContext serviceInstanceDeserializationContext, java.util.Set<java.lang.String> ignoredDataFullPaths)
Detectes the files names that need to be deserialized and creates the files in the data directory.void
ContentServiceSerializationManager. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
IContentServiceSerializationManager. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
Deserialize a content service instance (content only).protected void
ContentServiceSerializationManager. deserializeData(lumis.content.service.serialization.ContentServiceSerializationManager.ContentSerializableConfig contentData, ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
Deserializes the given content into the respective tables.protected java.util.Set<java.lang.String>
ContentServiceSerializationManager. deserializeTableData(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext, java.lang.String sourceId, lumis.content.service.serialization.ContentServiceSerializationManager.TableSerializableConfig tableConfig, boolean progressEnabled, ITransaction transaction)
Reads the table name, column names and row data from the given xml node and deserializes the data into the appropriate table.protected java.util.Set<java.lang.String>
ContentServiceSerializationManager. deserializeTableDataFile(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext, java.lang.String sourceId, lumis.content.service.serialization.ContentServiceSerializationManager.TableSerializableConfig tableConfig, int fileNum, boolean progressEnabled, ITransaction transaction)
void
ContentServiceSerializationManager. serialize(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
void
IContentServiceSerializationManager. serialize(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
Serialize a content service instance (content and structure).protected void
ContentServiceSerializationManager. serializeAllContentMetadata(ServiceInstanceSerializationContext serviceInstanceSerializationContext, lumis.content.service.serialization.ContentServiceSerializationManager.ContentSerializableConfig contentConfig, java.lang.String serviceInstanceId)
protected void
ContentServiceSerializationManager. serializeAllFileData(ServiceInstanceSerializationContext serviceInstanceSerializationContext, lumis.content.service.serialization.ContentServiceSerializationManager.ContentSerializableConfig contentConfig, java.lang.String serviceInstanceId)
protected void
ContentServiceSerializationManager. serializeAllTransformedFileData(ServiceInstanceSerializationContext serviceInstanceSerializationContext, lumis.content.service.serialization.ContentServiceSerializationManager.ContentSerializableConfig contentConfig, java.lang.String serviceInstanceId)
Serializes physical files that were transformed from a FileConfig.protected void
ContentServiceSerializationManager. serializeAttachedFile(ServiceInstanceSerializationContext serializationContext, java.lang.String filePath)
Serializes the given file into the serialization context.protected void
ContentServiceSerializationManager. serializeAttachedFiles(ServiceInstanceSerializationContext serializationContext, lumis.content.service.serialization.ContentServiceSerializationManager.FileTableSerializableConfig fileData)
Serializes all referenced files in the variable filesXmlString into the serialization context.protected void
ContentServiceSerializationManager. serializeContentMetaData(java.lang.String query, java.lang.String tableName, ServiceInstanceSerializationContext serviceInstanceSerializationContext, lumis.content.service.serialization.ContentServiceSerializationManager.ContentSerializableConfig contentConfig, java.lang.String serviceInstanceId, ITransaction transaction)
protected void
ContentServiceSerializationManager. serializeData(ServiceInstanceSerializationContext serviceInstanceSerializationContext, lumis.content.service.serialization.ContentServiceSerializationManager.ContentSerializableConfig contentConfig)
Serializes the content data to a the given StringBuilder.protected void
ContentServiceSerializationManager. serializeQueryResults(ServiceInstanceSerializationContext serviceInstanceSerializationContext, java.lang.String sourceId, lumis.content.service.serialization.ContentServiceSerializationManager.TableSerializableConfig tableSerializedData, java.lang.String query, java.lang.String filterFieldValue, ITransaction transaction)
Executes and serializes the query results into the given StringBuilder -
Uses of PortalException in lumis.content.source.dataprovider
Methods in lumis.content.source.dataprovider that throw PortalException Modifier and Type Method Description protected java.util.Collection<ServiceConfig>
ContentServicesDataProvider. getServiceConfigs(SessionConfig sessionConfig, ITransaction transaction)
void
ContentServiceInstancesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentServiceSourcesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentSourceFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of PortalException in lumis.content.source.field
Methods in lumis.content.source.field that throw PortalException Modifier and Type Method Description void
CategorizationSourceField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
void
LocaleMetaDataSourceField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
void
TagSourceField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
void
VersionActiveField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
protected IConverter
CategorizationSourceField. createConverter()
org.w3c.dom.Node
MetaDataSourceField. getDefaultInputControlDefinition()
java.util.List<QueryAssignment>
CategorizationSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
CategorizationSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
java.util.List<QueryAssignment>
TagSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
TagSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
protected QueryField
WorkflowAssignedToSourceField. getQueryField(QueryBase queryBase)
IQueryFilter
CategorizationSourceField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
IQueryFilter
TagSourceField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
TableSourceFieldMapping
ContentPerformanceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
VersionActiveField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
WorkflowAssignedToSourceField. getTableMapping(QueryBase queryBase)
void
CategorizationSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
MetaDataSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
VersionActiveField. init(Source source, org.w3c.dom.Node fieldNode)
Constructors in lumis.content.source.field that throw PortalException Constructor Description CategorizationSourceField()
Creates a new instance.ContentPerformanceField()
Content performance field Constructor.LocaleMetaDataSourceField()
MetaDataSourceField(java.lang.String tableRelationId, java.lang.String columnName, java.lang.String dataTypeId, boolean sortable)
TagSourceField()
Tag source Field Constructor.VersionActiveField()
WorkflowAssignedToSourceField()
-
Uses of PortalException in lumis.content.source.field.type
Methods in lumis.content.source.field.type that throw PortalException Modifier and Type Method Description java.lang.String
CategorizationDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
LocaleMetaDataDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
TagDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
WorkflowStateDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
CategorizationDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
LocaleMetaDataDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
TagDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
WorkflowStateDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
CategorizationDataType.CategorizationGroupData. getXmlData()
Returns the XML data of this group.java.lang.String
CategorizationDataType.CategorizationGroupData.TermData. getXmlData()
Returns the XML data of this group.java.lang.String
LocaleMetaDataDataType.Data. getXMLFragment(IRenderer renderer)
java.lang.String
CategorizationDataType.Data. getXmlString()
Returns the XML string of this data.Constructors in lumis.content.source.field.type that throw PortalException Constructor Description CategorizationGroupData(java.util.Collection<Content> contents, java.util.Locale locale)
Creates a new categorization group of the given (categorization) contents.CategorizationGroupData(java.util.Locale locale, Content... contents)
Creates a new categorization group of the given (categorization) contents.Data(java.util.Collection<java.lang.String> termIds, java.util.Locale locale)
Creates a new categorization data of the given categorization content identifiers.Data(ContentVersion contentVersion, java.util.Locale locale)
Creates a new categorization data of the categorization related to the given content version. -
Uses of PortalException in lumis.content.source.filter
Methods in lumis.content.source.filter that throw PortalException Modifier and Type Method Description protected java.lang.String
MetaDataSourceFilter. calculateFilterOperator(org.w3c.dom.Node filterNode)
Deprecated.Always return the equals operator, just to be a valid binary operator and the extendedTableSourceFilter
to behave as expected.protected IQueryValue
ContentTableSourceFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
Analyzes this filter and returns the value that should be used with it.IQueryFilter
MetaDataSourceFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
Deprecated.Generate a query filter that filters the queryField by the metadata related to the given value (itemId request parameter). -
Uses of PortalException in lumis.content.source.postloadprocessor
Methods in lumis.content.source.postloadprocessor that throw PortalException Modifier and Type Method Description void
ContentNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.content.table
Subclasses of PortalException in lumis.content.table Modifier and Type Class Description class
ContentLockedException
Exception thrown when an operation could not be executed due to the lock state on a content.class
NoActiveVersionPossibleMappingException
PortalException
implementation that represents a scenario where there is no possible mapping to a content'sactive version
.Methods in lumis.content.table that throw PortalException Modifier and Type Method Description IContentTableSourceAddDataResult
ContentTableSource. addData(java.lang.Object data)
Adds a data in the persistence this source represents.protected void
ContentQueryBuilder. addQueryTables(QueryBase queryBase)
Adds the appropriate meta data tables based on the meta data that the given content supports.protected QueryBase
ContentTableDeleteDataProcessActionHandler. buildQuery()
Deprecated.Builds query using ContentQueryBuilder created.protected QueryBase
ContentTableUpdateDataProcessActionHandler. buildQuery()
Deprecated.Builds query using ContentQueryBuilder created.QuerySelect
ContentTableDataProvider. buildQuerySelect(TableSource source, ITransaction transaction)
void
ContentMetaDataController. contentDeleted(java.util.Collection<java.lang.String> itemIds)
Delete meta data associated to the deleted contents.ContentMetaDataController.MetaDataPersistenceResult
ContentMetaDataController. contentInserted(java.lang.String primaryKey)
Handles meta data manipulating necessary after inserting a content.ContentMetaDataController.MetaDataPersistenceResult
ContentMetaDataController. contentUpdated(java.lang.String originalItemId, java.lang.String newVersionItemId)
Do the necessary changes in a content's metadata due to its update.protected QueryBuilder
ContentTableAddDataProcessActionHandler. createQueryBuilder()
Deprecated.creates a content query builder.QueryBuilder
ContentTableDataProvider. createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
protected QueryBuilder
ContentTableDeleteDataProcessActionHandler. createQueryBuilder()
Deprecated.CreatesContentQueryBuilder
object for building delete query.protected QueryBuilder
ContentTableSource. createQueryBuilder(IParameters parameters)
protected QueryBuilder
ContentTableUpdateDataProcessActionHandler. createQueryBuilder()
Deprecated.CreatesContentQueryBuilder
object for building update (or insert) query.protected java.util.Collection<IPortalEvent>
ContentTableSource. createRenderDataChangedEvent(PortalEventOperationType operationType, java.util.Collection<java.lang.String> itemIds)
protected ITableSourceField
ContentTableSource. createSourceField(org.w3c.dom.Node fieldNode)
void
ContentTableSource. deleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
CallsContentTableSource.deleteDataByItemIds(Collection, LockStrategy)
using same lock strategy of current operation if this delete is cascaded from another content, or with lock strategy ofContentTableSource.LockStrategy.CHECK_AND_RELEASE_AUTOMATIC_ON_COMMIT
otherwise.void
ContentTableSource. deleteDataByItemIds(java.util.Collection<java.lang.String> itemIds, ContentTableSource.LockStrategy lockStrategy)
Deletes data from the persistence this source represents.protected void
ContentTableDeleteDataProcessActionHandler. deleteRelatedData(java.util.Collection<java.lang.String> itemIds, org.w3c.dom.Node currentSourceDefinitionNode, java.lang.String foreignPrimaryKeyFieldId, ITransaction transaction)
Deprecated.protected void
ContentTableSource. deleteVersionDataByItemIds(java.util.Collection<java.lang.String> itemIds)
Deletes the data related to the versions of the given item identifiers.protected void
ContentTableSourceAddDataProcessActionHandler. doAction()
protected void
ContentTableSourceUpdateDataProcessActionHandler. doAction()
protected IContentTableSourceAddDataResult
ContentTableSource. doAddData(IParameters data)
Adds the data to the persistence.protected void
ContentTableSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
Deletes the data in the persistence.protected IContentTableSourceUpdateDataResult
ContentTableSource. doUpdateData(IParameters data)
Updates the data in the persistence.protected void
ContentTableUpdateDataProcessActionHandler. execute(QueryBase queryBase)
Deprecated.Executes the query given.protected ContentVersion
ContentMetaDataController. getActiveVersionEquivalentOfItemId(java.lang.String itemId)
Returnsactive version
based on givenitem id
.protected java.lang.String
ContentTableSource. getDefaultProviderClass()
protected java.util.Locale
ContentMetaDataController. getNewDataLocale(java.util.Locale defaultLocale)
Returns the newLocale
value to use for new data.protected java.util.Locale
LegacyContentMetaDataController. getNewDataLocale(java.util.Locale defaultLocale)
Deprecated.protected java.lang.String[]
ValidateContentReferencesProcessActionHandler. getPrimaryKeyValues()
WorkflowConfig
ContentTableSource. getWorkflowConfig()
Returns the workflow associated with this source.protected void
ContentTableAddDataProcessActionHandler. indexData()
Deprecated.protected void
ContentTableDeleteDataProcessActionHandler. indexData()
Deprecated.protected void
ContentTableUpdateDataProcessActionHandler. indexData()
Deprecated.void
CommitAndPreviewProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
void
ContentTableUpdateDataProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
Deprecated.Initiates the process action handler object.protected ContentVersion
ContentMetaDataController. insertMetaData(java.lang.String primaryKey)
Creates the meta data information for a new content.protected ContentVersion
LegacyContentMetaDataController. insertMetaData(java.lang.String primaryKey)
Deprecated.boolean
ContentTableSource. isWorkflowSupported()
Verifies if the current source supports a workflow.protected void
ContentTableDeleteDataProcessActionHandler. postDelete()
Deprecated.Executes all post delete necessary to manage meta data after removing the data from main table.protected void
ContentTableSource. postDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
Called after delete operation.protected void
ContentTableAddDataProcessActionHandler. postInsert(java.lang.String primaryKey)
Deprecated.protected void
ContentTableUpdateDataProcessActionHandler. postUpdate()
Deprecated.Executes all post update (or post insert, if using versioning) necessary to manage meta data after editing the content, including callingMetaDataController
.protected void
ContentTableDeleteDataProcessActionHandler. preDelete(QueryBase queryBase)
Deprecated.protected void
ContentTableSource. preDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
Called before delete operation.void
CommitAndPreviewProcessActionHandler. processAction()
void
ContentAssociationProcessActionHandler. processAction()
void
ValidateContentReferencesProcessActionHandler. processAction()
protected void
ContentTableAddFileMultiRowDataProcessActionHandler. processActionWithoutResponse()
Deprecated.Performs the process action.protected void
ContentTableSource. scheduleContentAddedEvent(ContentVersion contentVersion)
Schedules a content added event for the given content to be executed once the transaction is commited.void
ContentTableSource. scheduleIndexData(java.util.Collection<java.lang.String> itemIds)
Schedules the indexing of the data that corresponds to the specified item identifiers.void
ContentMetaDataController. selectMetaData(QuerySelect querySelect)
Modifies querySelect so it will include all necessary meta data information and restrictions filtering, such as service instance isolation, publishing to principals filtering, active version filtering and special treatment when on preview or details interface.protected void
ContentTableUpdateDataProcessActionHandler. sendPreNotifications()
Deprecated.Sends pre-execution notifications toPortalEventManager
.protected void
ContentTableAddDataProcessActionHandler. sendRenderDataChangedNotification(java.lang.Object primaryKey)
Deprecated.Notifies observers of interfaces that may have changed.protected void
ContentTableDeleteDataProcessActionHandler. sendRenderDataChangedNotification(java.lang.Object pks)
Deprecated.protected void
ContentTableUpdateDataProcessActionHandler. sendRenderDataChangedNotification()
Deprecated.protected void
ContentTableAddFileMultiRowDataProcessActionHandler. setPrimaryKeyAttribute(java.lang.String primaryKey)
Deprecated.There exists multiple primary keys.protected void
ContentTableAddFileMultiRowDataProcessActionHandler. setPrimaryKeyRenderParameter(java.lang.String primaryKey)
Deprecated.IContentTableSourceUpdateDataResult
ContentTableSource. updateData(java.lang.Object data)
CallsupdateData(data, LockStrategy.CHECK_AND_RELEASE_AUTOMATIC_ON_COMMIT)
.IContentTableSourceUpdateDataResult
ContentTableSource. updateData(java.lang.Object data, ContentTableSource.LockStrategy lockStrategy)
Updates a data in the persistence this source represents.protected ContentVersion
ContentMetaDataController. updateMetaData(java.lang.String originalItemId, java.lang.String newVersionItemId)
Updates the content's metadata.protected ContentVersion
LegacyContentMetaDataController. updateMetaData(java.lang.String originalItemId, java.lang.String newVersionItemId)
Deprecated.protected void
ValidateContentReferencesProcessActionHandler. ValidateContentReference(java.lang.String itemId, java.lang.String table, java.lang.String contentIdColumn)
Constructors in lumis.content.table that throw PortalException Constructor Description ContentMetaDataController(IParameters parameters, ContentTableSource source, ITransaction transaction)
Creates a new controller for the specified source and parameters.ContentQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
Creates the object.ContentTableDataProvider()
ContentTableSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Creates a content table source.LegacyContentMetaDataController(IProcessActionHandler processActionHandler, ContentTableSource source, ITransaction transaction)
Deprecated. -
Uses of PortalException in lumis.content.webresource
Methods in lumis.content.webresource that throw PortalException Modifier and Type Method Description protected java.net.URL
ContentPageWebResourceDataProvider. getCanonicalUrl()
protected java.lang.String
ContentPageWebResourceDataProvider. getDescription()
protected java.util.List<java.lang.String>
ContentPageWebResourceDataProvider. getKeywords()
protected java.util.Map<java.lang.String,java.lang.String>
ContentPageWebResourceDataProvider. getMetaTags()
protected java.lang.String
ContentPageWebResourceDataProvider. getSimpleTitle()
protected java.lang.String
ContentPageWebResourceDataProvider. getTitlePattern()
protected java.lang.String
ContentPageWebResourceDataProvider. getUrlTitle()
protected VariableResolver
ContentPageWebResourceDataProvider. getVariableResolver()
void
ContentPageWebResourceDataProvider. init(PageWebResource instance)
-
Uses of PortalException in lumis.content.wizard
Subclasses of PortalException in lumis.content.wizard Modifier and Type Class Description class
ContentWizardException
Methods in lumis.content.wizard that throw PortalException Modifier and Type Method Description boolean
ContentWizardManager. checkCanEditSourceFields(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
boolean
IContentWizardManager. checkCanEditSourceFields(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Verifies if is possible to edit the first source fields of service.void
ContentWizardManager. create(SessionConfig sessionConfig, ICreateParams createParams, ITransaction transaction)
void
IContentWizardManager. create(SessionConfig sessionConfig, ICreateParams createParams, ITransaction transaction)
boolean
ContentWizardManager. delete(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
boolean
IContentWizardManager. delete(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
Deletes a service created through the Content Wizard.void
ContentWizardManager. editFields(SessionConfig sessionConfig, IEditFieldParams editFieldParams, ITransaction transaction)
void
IContentWizardManager. editFields(SessionConfig sessionConfig, IEditFieldParams editFieldParams, ITransaction transaction)
Edit field of first service sourceContentWizardServiceConfig
ContentWizardManager. findByServiceId(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
ContentWizardServiceConfig
IContentWizardManager. findByServiceId(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Returns a content wizard service information, given its service id.ContentWizardServiceConfig
ContentWizardManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
ContentWizardServiceConfig
IContentWizardManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
-
Uses of PortalException in lumis.content.workflow
Subclasses of PortalException in lumis.content.workflow Modifier and Type Class Description class
WorkflowException
Workflow related exception.Methods in lumis.content.workflow that throw PortalException Modifier and Type Method Description boolean
IWorkflowManager. autoArchivePublishedContent(ContentLocale contentLocale, ITransaction transaction)
Used for the automatic content archiving process.boolean
WorkflowController. autoArchivePublishedContent(ContentLocale contentLocale)
boolean
WorkflowManager. autoArchivePublishedContent(ContentLocale contentLocale, ITransaction transaction)
void
WorkflowController. contentDeleted(java.util.Collection<ContentLocale> contentLocales)
void
WorkflowController. contentInserted(ContentVersion contentVersion)
boolean
IWorkflowManager. contentMayBePublished(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.contentMayBePublished(SessionConfig, ContentLocale, ITransaction)
.boolean
IWorkflowManager. contentMayBePublished(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Indicates if a content version may be published according to its workflow state.boolean
WorkflowManager. contentMayBePublished(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.boolean
WorkflowManager. contentMayBePublished(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
void
WorkflowController. contentUpdated(ContentVersion contentVersion)
void
IWorkflowManager. createNewContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String assignedTo, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.createNewContentWorkflowMetaData(SessionConfig, ContentLocale, String, ITransaction)
.void
IWorkflowManager. createNewContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, java.lang.String assignedTo, ITransaction transaction)
Creates a new content workflow metadata for a content locale.void
WorkflowManager. createNewContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String assignedTo, ITransaction transaction)
Deprecated.void
WorkflowManager. createNewContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, java.lang.String assignedTo, ITransaction transaction)
void
IWorkflowManager. deleteAllContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Deletes all the workflow metadata that is assocated to a specified service instance.void
WorkflowManager. deleteAllContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
void
IWorkflowManager. deleteContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.Since 4.2.0 replaced byIWorkflowManager.deleteContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction)
.void
IWorkflowManager. deleteContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Deletes the content workflow metadata of the given content locale.void
WorkflowManager. deleteContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.void
WorkflowManager. deleteContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
void
WorkflowPermission. deserialize(org.w3c.dom.Node workflowPermissionNode)
Deserializes this permission's attributes from the given node.void
IWorkflowManager. destroyServiceInstanceWorkflow(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Destroys the service instance workflow, so that the service instance can be correctly removed.void
WorkflowManager. destroyServiceInstanceWorkflow(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
void
IWorkflowManager. executeAction(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String performedTransitionId, java.lang.String newAssignedTo, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.executeAction(SessionConfig, ContentLocale, String, String, ITransaction)
.void
IWorkflowManager. executeAction(SessionConfig sessionConfig, ContentLocale contentLocale, java.lang.String performedTransitionId, java.lang.String newAssignedTo, ITransaction transaction)
Executes an action on a content's workflow.void
WorkflowManager. executeAction(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String performedTransitionId, java.lang.String newAssignedTo, ITransaction transaction)
Deprecated.void
WorkflowManager. executeAction(SessionConfig sessionConfig, ContentLocale contentLocale, java.lang.String performedTransitionId, java.lang.String newAssignedTo, ITransaction transaction)
java.util.Collection<WorkflowStateConfig>
IWorkflowManager. getAccessibleStates(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean includeScopeAll, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.Since 6.0.2, replaced byIWorkflowManager.getAccessibleStates(SessionConfig, String, EnumSet, ITransaction)
java.util.Collection<WorkflowStateConfig>
IWorkflowManager. getAccessibleStates(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.util.EnumSet<StateScope> scopes, ITransaction transaction)
Returns a collection of workflow's accessible states.java.util.Collection<WorkflowStateConfig>
WorkflowManager. getAccessibleStates(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean includeScopeAll, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.java.util.Collection<WorkflowStateConfig>
WorkflowManager. getAccessibleStates(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.util.EnumSet<StateScope> scopes, ITransaction transaction)
java.util.Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
java.util.Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns the transitions that are accessible by thesessionConfig
's user for a specified contentLocale.java.util.Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, java.lang.String serviceInstanceId, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.java.util.Collection<WorkflowTransitionConfig>
IWorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, java.lang.String serviceInstanceId, java.util.EnumSet<TransitionScope> scopes, ITransaction transaction)
Returns the transitions that are accessible by thesessionConfig
's user, originating from a specific workflow state in the specified service instance.java.util.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.java.util.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
java.util.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, java.lang.String serviceInstanceId, boolean includeScopeAssignedTo, ITransaction transaction)
Deprecated.java.util.Collection<WorkflowTransitionConfig>
WorkflowManager. getAccessibleTransitions(SessionConfig sessionConfig, WorkflowStateConfig state, java.lang.String serviceInstanceId, java.util.EnumSet<TransitionScope> scopes, ITransaction transaction)
java.util.Collection<WorkflowConfig>
IWorkflowManager. getAllWorkflows(SessionConfig sessionConfig, ITransaction transaction)
Returns all registered workflows.java.util.Collection<WorkflowConfig>
WorkflowManager. getAllWorkflows(SessionConfig sessionConfig, ITransaction transaction)
ContentWorkflowMetaData
IWorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.getContentWorkflowMetaData(SessionConfig, ContentLocale, ITransaction)
.ContentWorkflowMetaData
IWorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns the content workflow metadata for a content locale.ContentWorkflowMetaData
WorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.ContentWorkflowMetaData
WorkflowManager. getContentWorkflowMetaData(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
java.lang.String
WorkflowConfig. getDefinition()
Returns the definition for this workflow, as a string.java.util.Map<java.lang.String,java.lang.String>
WorkflowManager. getMetadataPrincipals(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns a map of distinct principals that is assigned to content metadata in the given service instance.java.util.Collection<java.lang.String>
IWorkflowManager. getPossibleAssignedTo(SessionConfig sessionConfig, java.lang.String serviceInstanceId, WorkflowStateConfig workflowState, ITransaction transaction)
Returns the possible assignedTo values for a workflow state.java.util.Collection<java.lang.String>
WorkflowManager. getPossibleAssignedTo(SessionConfig sessionConfig, java.lang.String serviceInstanceId, WorkflowStateConfig workflowState, ITransaction transaction)
java.util.Collection<java.lang.String>
IWorkflowManager. getPossibleAssignedToForAction(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String transitionId, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.getPossibleAssignedTo(SessionConfig, String, WorkflowStateConfig, ITransaction)
.java.util.Collection<java.lang.String>
WorkflowManager. getPossibleAssignedToForAction(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, java.lang.String transitionId, ITransaction transaction)
Deprecated.protected java.util.Collection<java.lang.String>
WorkflowManager. getPrincipalRoles(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String principalId, ITransaction transaction)
IResource
WorkflowConfig. getResource()
Returns the localization resource for this workflow.WorkflowConfig
IWorkflowManager. getServiceInstanceWorkflow(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the workflow of a service instance.WorkflowConfig
WorkflowManager. getServiceInstanceWorkflow(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
WorkflowStateConfig
IWorkflowManager. getState(SessionConfig sessionConfig, java.lang.String workflowId, java.lang.String stateId, ITransaction transaction)
Returns a workflow state.WorkflowStateConfig
WorkflowManager. getState(SessionConfig sessionConfig, java.lang.String workflowId, java.lang.String stateId, ITransaction transaction)
WorkflowTransitionConfig
IWorkflowManager. getTransition(SessionConfig sessionConfig, java.lang.String workflowId, java.lang.String transitionId, ITransaction transaction)
Returns a workflow transition.WorkflowTransitionConfig
WorkflowManager. getTransition(SessionConfig sessionConfig, java.lang.String workflowId, java.lang.String transitionId, ITransaction transaction)
java.util.List<WorkflowTransitionConfig>
IWorkflowManager. getTransitionsByStateId(SessionConfig sessionConfig, java.lang.String workflowId, java.lang.String stateId, ITransaction transaction)
Returns the transitions for a workflow state.java.util.List<WorkflowTransitionConfig>
WorkflowManager. getTransitionsByStateId(SessionConfig sessionConfig, java.lang.String workflowId, java.lang.String stateId, ITransaction transaction)
WorkflowConfig
IWorkflowManager. getWorkflow(SessionConfig sessionConfig, java.lang.String workflowId, ITransaction transaction)
Returns a workflow.WorkflowConfig
WorkflowManager. getWorkflow(SessionConfig sessionConfig, java.lang.String workflowId, ITransaction transaction)
java.util.Collection<WorkflowPermission>
IWorkflowManager. getWorkflowPermissions(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the permissions set for a workflow in a service instance.java.util.Collection<WorkflowPermission>
WorkflowManager. getWorkflowPermissions(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
protected WorkflowConfig
WorkflowManager. getWorkflowToRegister(SessionConfig sessionConfig, java.lang.String workflowConfigPath, ITransaction transaction)
Returns theWorkflowConfig
instance to save in the register.boolean
IWorkflowManager. hasEditPermission(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.Since 4.2.0, replaced byIWorkflowManager.hasEditPermission(SessionConfig, ContentLocale, ITransaction)
.boolean
IWorkflowManager. hasEditPermission(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Returns true if the sessionConfig's user has edit permission to the specified content, according to the workflow's definition, state and assigned to.boolean
WorkflowManager. hasEditPermission(SessionConfig sessionConfig, java.lang.String itemId, java.lang.String serviceInstanceId, java.lang.String sourceId, ITransaction transaction)
Deprecated.boolean
WorkflowManager. hasEditPermission(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
protected boolean
WorkflowManager. hasStatePermission(SessionConfig sessionConfig, java.util.Collection<java.lang.String> roles, WorkflowStateConfig state, java.util.EnumSet<StateScope> scopes, ITransaction transaction)
Checks if any of the roles have permission to the specified workflow state.protected boolean
WorkflowManager. hasTransitionPermission(SessionConfig sessionConfig, java.lang.String principalId, WorkflowTransitionConfig transition, ContentLocale contentLocale, java.lang.String serviceInstanceId, ITransaction transaction)
Checks if any of the principal have permission to the specified workflow transition.protected boolean
WorkflowManager. hasTransitionPermission(SessionConfig sessionConfig, java.util.Collection<java.lang.String> roles, WorkflowTransitionConfig transition, java.util.EnumSet<TransitionScope> transitionScopes, ITransaction transaction)
Checks if any of the roles have permission to the specified workflow transition.void
IWorkflowActionHandler. preProcessAction(SessionConfig sessionConfig, ContentLocale contentLocale, WorkflowTransitionConfig transition, ContentWorkflowMetaData newWorkflowMetaData, ITransaction transaction)
Method called when a workflow action is performed, before its changes are applied to the persistence layer.void
IWorkflowManager. register(SessionConfig sessionConfig, java.lang.String workflowConfigPath, ITransaction transaction)
Register a workflow.protected void
WorkflowControllerXml. register(org.w3c.dom.Node methodNode, ITransaction transaction)
Deprecated.void
WorkflowManager. register(SessionConfig sessionConfig, java.lang.String workflowConfigPath, ITransaction transaction)
Register a workflow.void
WorkflowManager. registerOrUpdate(SessionConfig sessionConfig, java.lang.String workflowConfigPath, ITransaction transaction)
Register if workflow not exists.void
WorkflowManager. removeWorkflowPermissionsWithoutAcl()
Removes all workflow permissions entries where there does not exist an ACL entry for the same principal in the same service instance.void
WorkflowConfig. setDefinition(java.lang.String definition)
Sets the definition for this workflow.void
WorkflowConfig. setDefinition(org.w3c.dom.Node workflowNode)
Sets the definition for this workflow.void
IWorkflowManager. setServiceInstanceWorkflow(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String workflowId, ITransaction transaction)
Sets the workflow to be used in a service instance.void
WorkflowManager. setServiceInstanceWorkflow(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String workflowId, ITransaction transaction)
void
IWorkflowManager. setWorkflowPermissions(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.util.Collection<WorkflowPermission> permissions, ITransaction transaction)
Updates the workflow permissions in a service instance.void
WorkflowManager. setWorkflowPermissions(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.util.Collection<WorkflowPermission> permissions, ITransaction transaction)
void
IWorkflowManager. unregister(SessionConfig sessionConfig, java.lang.String workflowId, ITransaction transaction)
Removes a workflow from the register.protected void
WorkflowControllerXml. unregister(org.w3c.dom.Node methodNode, ITransaction transaction)
Deprecated.void
WorkflowManager. unregister(SessionConfig sessionConfig, java.lang.String workflowId, ITransaction transaction)
void
IWorkflowManager. updateRegister(SessionConfig sessionConfig, java.lang.String workflowId, ITransaction transaction)
Updates the register of a workflow.void
WorkflowManager. updateRegister(SessionConfig sessionConfig, java.lang.String workflowId, ITransaction transaction)
Updates the register of a workflow.Constructors in lumis.content.workflow that throw PortalException Constructor Description WorkflowController(IParameters parameters, ContentTableSource source, ITransaction transaction)
WorkflowControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
Deprecated.WorkflowRoleConfig(org.w3c.dom.Node roleElement)
Creates a new role instance based on the given node.WorkflowStateConfig(org.w3c.dom.Node stateElement)
Constructs a WorkflowStateConfig, parsing its data from a state XML Element.WorkflowTransitionConfig(WorkflowStateConfig initialState, org.w3c.dom.Node transitionElement)
-
Uses of PortalException in lumis.content.workflow.action
Methods in lumis.content.workflow.action that throw PortalException Modifier and Type Method Description protected java.lang.String
WorkflowSendMailActionHandler. getWebsiteUrl(SessionConfig sessionConfig, ContentLocale contentLocale, ITransaction transaction)
Method created so that classes that extend this object may customize the website url referenced in the link to the content.void
WorkflowSendMailActionHandler. preProcessAction(SessionConfig sessionConfig, ContentLocale contentLocale, WorkflowTransitionConfig transition, ContentWorkflowMetaData newWorkflowMetaData, ITransaction transaction)
-
Uses of PortalException in lumis.content.workflow.serialization
Methods in lumis.content.workflow.serialization that throw PortalException Modifier and Type Method Description void
IWorkflowSerializationManager. deserialize(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext, WorkflowSerializableConfig workflowSerializableConfig)
Deserialize a content service instance's workflow and its permissions.void
WorkflowSerializationManager. deserialize(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext, WorkflowSerializableConfig workflowSerializableConfig)
protected SerializationMessageConfigNode
WorkflowSerializationManager. getServiceInstanceWorkflowSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, WorkflowPermission workflowPermission)
protected SerializationMessageConfigNode
WorkflowSerializationManager. getServiceInstanceWorkflowSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, WorkflowPermission workflowPermission, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
boolean
WorkflowSerializationManager. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
WorkflowSerializableConfig
IWorkflowSerializationManager. serialize(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
Serialize a content service instance's workflow and its permissions.WorkflowSerializableConfig
WorkflowSerializationManager. serialize(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
-
Uses of PortalException in lumis.doui
Subclasses of PortalException in lumis.doui Modifier and Type Class Description class
DouiException
DOUI related exceptionMethods in lumis.doui that throw PortalException Modifier and Type Method Description void
DouiManager. clearDouiServiceDefinitionCache(java.lang.String serviceId)
void
IDouiManager. clearDouiServiceDefinitionCache(java.lang.String serviceId)
static java.lang.Object
DouiStandardValue. convertStandardValue(DouiContext douiContext, java.lang.Object value)
Converts lumis standard default values.static java.lang.Object
DouiStandardValue. convertStandardValue(ISourceContext sourceContext, java.lang.Object value)
Converts lumis standard default values.void
DouiLogicTagProcessor. doProcessTags(LumisExpressionEvaluatorImpl evaluator, VariableResolver variableResolver)
Processes the doui logic tags present in the service definition node.static IControlManager
DouiManagerFactory. getControlManager()
java.lang.String
DouiConfig. getDefinition()
org.w3c.dom.Node
DouiConfig. getDefinitionNode()
static IDouiContentTreeManager
DouiManagerFactory. getDouiContentTreeManager()
IDouiDefinitionProcessor
DouiContext. getDouiDefinitionProcessor()
Returns a doui definition processor that evaluates the ELs present, according to this doui context.static IDouiManager
DouiManagerFactory. getDouiManager()
org.w3c.dom.Node
DouiManager. getDouiServiceDefinitionNode(java.lang.String serviceId, ITransaction transaction)
org.w3c.dom.Node
IDouiManager. getDouiServiceDefinitionNode(java.lang.String serviceId, ITransaction transaction)
DouiServiceInterfaceInstanceDefinition
DouiManager. getDouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, IDouiDefinitionProcessor processor, boolean addPublisherFiltersToSource, ITransaction transaction)
DouiServiceInterfaceInstanceDefinition
DouiManager. getDouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, IDouiDefinitionProcessor processor, ITransaction transaction)
DouiServiceInterfaceInstanceDefinition
IDouiManager. getDouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, IDouiDefinitionProcessor processor, ITransaction transaction)
Return the doui definition for a service interface instance.static IProcessActionManager
DouiManagerFactory. getProcessActionManager()
static ISourceManager
DouiManagerFactory. getSourceManager()
void
DouiManager. register(SessionConfig sessionConfig, java.lang.String douiConfigPath, ITransaction transaction)
void
IDouiManager. register(SessionConfig sessionConfig, java.lang.String douiConfigPath, ITransaction transaction)
void
DouiConfig. setDefinition(java.lang.String definition)
void
DouiConfig. setDefinitionNode(org.w3c.dom.Node definitionNode)
void
DouiManager. unregister(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
void
IDouiManager. unregister(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
protected void
DouiManager. validateControls(org.w3c.dom.Document douiConfigDoc)
protected boolean
DouiManager. validateDouiDefinition(org.w3c.dom.Document douiConfigDoc)
protected void
DouiManager. validateFields(org.w3c.dom.Document douiConfigDoc)
protected void
DouiManager. validateInterfaceControls(org.w3c.dom.Node currentNode, java.util.Set<java.lang.String> controlIds, java.lang.String interfaceFullId)
protected boolean
DouiManager. validateUniqueSourceIds(org.w3c.dom.Document douiConfigDoc)
Constructors in lumis.doui that throw PortalException Constructor Description DouiContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
DouiLogicTagProcessor(org.w3c.dom.Node serviceInterfaceDefinitionNode)
Only constructor that receives the service interface definition as a node. -
Uses of PortalException in lumis.doui.bigdata
Methods in lumis.doui.bigdata that throw PortalException Modifier and Type Method Description void
DouiBigDataUtil.DouiBigDataInitObserver. onEvent(IPortalEvent event)
static void
DouiBigDataUtil. recreateServicesBigDataStructure()
Recreates the big data structure for all services.static void
DouiBigDataUtil. reindexService(ServiceConfig service)
Re-index a service to big data, re-creating all source big data structure corresponding to the service.static void
DouiBigDataUtil. reindexServiceInstance(ServiceInstanceConfig serviceInstanceConfig)
Re-index a service instance to big data, deleting current documents and adding the corresponding generated documents. -
Uses of PortalException in lumis.doui.contenttree
Methods in lumis.doui.contenttree that throw PortalException Modifier and Type Method Description java.lang.String
DouiContentTreeDaoJdbc. getBasicContentTreeData(java.lang.String currentContentId, java.lang.String tableName, java.lang.String primaryKeyFieldName, java.lang.String primaryNameFieldName, java.lang.String parentIdFieldName, java.lang.String positionFieldId, boolean hasServiceInstanceFilter, java.lang.String serviceInstanceId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
java.lang.String
IDouiContentTreeDao. getBasicContentTreeData(java.lang.String currentContentId, java.lang.String tableName, java.lang.String primaryKeyFieldName, java.lang.String primaryNameFieldName, java.lang.String parentIdFieldName, java.lang.String positionFieldId, boolean hasServiceInstanceFilter, java.lang.String serviceInstanceId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
protected void
DouiContentTreeControllerXml. getBasicData(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
java.lang.String
DouiContentTreeManager. getBasicData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
java.lang.String
DouiContentTreeManager. getBasicData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, java.lang.String metadataLocale, ITransaction transaction)
java.lang.String
IDouiContentTreeManager. getBasicData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
Returns the basic tree data of a content.java.lang.String
IDouiContentTreeManager. getBasicData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, java.lang.String metadataLocale, ITransaction transaction)
Get the basic tree data of the content.protected void
DouiContentTreeControllerXml. getChildrenData(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
java.lang.String
DouiContentTreeManager. getChildrenData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
java.lang.String
DouiContentTreeManager. getChildrenData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, java.lang.String metadataLocale, ITransaction transaction)
java.lang.String
IDouiContentTreeManager. getChildrenData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
Returns the children's tree data of a content.java.lang.String
IDouiContentTreeManager. getChildrenData(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String sourceId, java.lang.String currentContentId, java.lang.String metadataLocale, ITransaction transaction)
Get the children's tree data of the content.java.lang.String
DouiContentTreeDaoJdbc. getContentTreeChildrenData(java.lang.String currentContentId, java.lang.String tableName, java.lang.String primaryKeyFieldName, java.lang.String primaryNameFieldName, java.lang.String parentIdFieldName, java.lang.String positionFieldId, boolean hasServiceInstanceFilter, java.lang.String serviceInstanceId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
java.lang.String
IDouiContentTreeDao. getContentTreeChildrenData(java.lang.String currentContentId, java.lang.String tableName, java.lang.String primaryKeyFieldName, java.lang.String primaryNameFieldName, java.lang.String parentIdFieldName, java.lang.String positionFieldId, boolean hasServiceInstanceFilter, java.lang.String serviceInstanceId, boolean useContentKeyAsId, java.lang.String metadataLocale, ITransaction transaction)
Constructors in lumis.doui.contenttree that throw PortalException Constructor Description DouiContentTreeControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.doui.control
Subclasses of PortalException in lumis.doui.control Modifier and Type Class Description class
ControlException
Generic exception thrown by controlsMethods in lumis.doui.control that throw PortalException Modifier and Type Method Description void
ErrorSummaryControl. addErrorMessage(java.lang.String errorMessage)
void
IErrorSummaryControl. addErrorMessage(java.lang.String errorMessage)
Add an error message on the server side.void
ControlDaoJdbc. addOrUpdate(ControlConfig definition, ITransaction daoTransaction)
void
IControlDao. addOrUpdate(ControlConfig definition, ITransaction daoTransaction)
protected void
ControlContainer. appendDefaultErrorSummaryControl()
protected void
ControlContainer. appendDefaultStyle()
protected void
Control. appendSubControl(org.w3c.dom.Node subControlNode)
protected void
Control. appendSubControls(java.lang.String subControlsXmlString)
protected void
Control. applyOnEventScripts()
protected void
DataBoundControl. autoAddDateTimeValueValidator()
Deprecated.may be removed in the futureprotected void
DataBoundControl. autoAddDoubleValueValidator()
Deprecated.may be removed in the future.protected void
DataBoundControl. autoAddFileSizeValidator()
Deprecated.may be removed in the futureprotected void
DataBoundControl. autoAddIntegerValueValidator()
Deprecated.may be removed in the future.protected void
DataBoundControl. autoAddLengthValidator()
Deprecated.may be removed in the futureprotected void
DataBoundControl. autoAddLongValueValidator()
Deprecated.may be removed in the future.protected void
DataBoundControl. autoAddRequiredValueValidator()
Deprecated.may be removed in the futureprotected void
DataBoundControl. autoAddValidators()
void
Control. buildSubControls()
void
DataBoundControl. buildSubControls()
void
IControl. buildSubControls()
boolean
ControlContainer. checkControlPermission(org.w3c.dom.Node controlNode)
protected java.lang.String
Control. convertToStandardValue(java.lang.String value)
Deprecated.Since 8.0.0.protected java.lang.Object
DataControl. convertValueToControlValue(java.lang.Object value, java.util.Locale locale, java.lang.String pattern)
Method to centralize the implementation of conversion of a value to this control's value.void
Control. createContainer(java.lang.String containerId)
void
IControl. createContainer(java.lang.String containerId)
Creates a container for the control.protected void
ControlContainer. createContainersForClientSideUpdatableControls()
static IControl
ControlFactory. createControl(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected IConverter
DataBoundControl. createConverter()
protected IConverter
DataControl. createConverter()
Creates the converter instance for this control.protected IDouiDataType
DataBoundControl. createDataType()
Creates the data type to be used for this control.protected IDouiDataType
DataControl. createDataType()
Creates the data type to be used for this control.void
ControlDaoJdbc. delete(java.lang.String controlId, ITransaction daoTransaction)
void
IControlDao. delete(java.lang.String controlId, ITransaction daoTransaction)
void
Control. disconnect()
void
IControl. disconnect()
protected boolean
ValidatorControl. doServerValidation()
Performs the server validation of the controls for this validator.ControlConfig
ControlDaoJdbc. get(java.lang.String controlId, ITransaction daoTransaction)
ControlConfig
ControlManager. get(java.lang.String controlType, ITransaction transaction)
ControlConfig
IControlDao. get(java.lang.String controlId, ITransaction daoTransaction)
ControlConfig
IControlManager. get(java.lang.String controlType, ITransaction transaction)
java.util.Set<IValidatorControl>
ControlContainer. getActionValidatorControls(org.w3c.dom.Node[] actionNodes)
protected java.lang.String
Control. getAdditionalParameters(org.w3c.dom.Node onEventNode)
protected java.lang.String
Control. getAdditionalParameters(org.w3c.dom.Node onEventNode, boolean otherParametersExist)
java.util.Set<IValidatorControl>
ControlContainer. getAllValidatorControls()
java.util.List<IControl>
Control. getChildControls()
java.util.List<IControl>
IControl. getChildControls()
protected java.lang.String
Control. getClientEventHandlerScript(java.lang.String eventName, boolean forHref)
java.lang.String
ControlContainer. getClientSideUpdatableControlContainerId(java.lang.String controlId)
IResource
Control. getControlResource()
IResource
IControl. getControlResource()
IResource
ValidatorControl. getControlResource()
protected IControl
ValidatorControl. getControlToValidate()
java.util.Collection<java.lang.String>
IValidatorControl. getControlToValidateIds()
Returns a collection with the ids of the controls to be validated by this validator control.java.util.Collection<java.lang.String>
ValidatorControl. getControlToValidateIds()
protected java.lang.String
ValidatorControl. getControlToValidateSourceFieldName()
Returns the source field name associated with the control to be validated.IConverter
DataControl. getConverter()
IConverter
IDataControl. getConverter()
Returns the converter that is able to convert this control's value.java.lang.String
DataBoundControl. getDataId()
java.lang.String
IDataBoundControl. getDataId()
Returns the fieldId of the source that the data bound control is associated tojava.lang.String
SourceFieldBoundControl. getDataId()
Returns the data identifier for this control.protected java.lang.String[]
ValidatorControl. getDefaultMessageParameters()
protected ValidationMessages
ValidatorControl. getDefaultMessages(java.lang.String errorType)
protected java.lang.Object
DataControl. getDefaultValue()
java.lang.String
IFormControl. getEncodingType()
java.lang.String
DataBoundControl. getFieldName()
Returns the field name that the data control is associated to.java.lang.String
IDataBoundControl. getFieldName()
Returns the field name that the data control is associated to.java.lang.String
SourceFieldBoundControl. getFieldName()
Returns the name of the field this control is bound to.java.lang.String
IValidatorControl. getLocalizedErrorMessage()
Returns the error message generated for the control.java.lang.String
ValidatorControl. getLocalizedErrorMessage()
protected ValidationMessages
ValidatorControl. getMessages()
protected ValidationMessages
ValidatorControl. getMessages(java.lang.String errorType)
protected java.lang.Object
DataControl. getParameterValue(java.lang.String parameterName)
Returns the value for this control, reading from request the parameters based on the specified name.java.lang.String
Control. getPrepareForReadScript()
java.lang.String
IControl. getPrepareForReadScript()
protected java.lang.String
DataBoundControl. getProcessActionHandlerParameterName()
Define the name of the process action parameter to be set.protected java.lang.String
DataControl. getProcessActionHandlerParameterName()
Define the name of the process action parameter to be set.java.util.Set<java.lang.String>
DataControl. getProcessActionIds()
java.util.Set<java.lang.String>
IDataControl. getProcessActionIds()
Returns the process action identifiers for which this control sets parameters to.java.lang.String
Control. getRenderData()
java.lang.String
ControlContainer. getRenderData()
java.lang.String
IControl. getRenderData()
Returns an xml string representation of the control for rendering via xsl.IDataControlRequestHelpDefinition
DataBoundControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
ErrorSummaryControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
IDataControl. getRequestHelpDefinition()
Returns the request parameters help definition.protected java.lang.String
DataControl. getRequestParameterName()
java.util.List<IResource>
Control. getResources()
java.util.List<IResource>
IControl. getResources()
protected java.lang.String
Control. getScriptActionValidation(org.w3c.dom.Node[] actionNodes, java.lang.String formName, ITransaction portalTransaction)
java.lang.String
ErrorSummaryControl. getScriptAddErrorMessage(java.lang.String errorMessage)
java.lang.String
IErrorSummaryControl. getScriptAddErrorMessage(java.lang.String errorMessage)
Returns the script that will add the given message to the error message list on the client side.java.lang.String
ErrorSummaryControl. getScriptClear()
java.lang.String
IErrorSummaryControl. getScriptClear()
Returns the script that will clear the error summaryjava.lang.String
IValidatorControl. getScriptClear()
Clears the message displayed by this validator.java.lang.String
ValidatorControl. getScriptClear()
protected java.lang.String
ValidatorControl. getScriptSetMessages(java.lang.String errorType, ITransaction portalTransaction)
protected java.lang.String
ValidatorControl. getScriptSetMessages(ValidationMessages validationMessages, ITransaction portalTransaction)
protected java.lang.String
ValidatorControl. getScriptSetMessages(ITransaction portalTransaction)
java.lang.String
ErrorSummaryControl. getScriptShow()
java.lang.String
IErrorSummaryControl. getScriptShow()
Returns a client side script that shows the error summaryjava.lang.String
IValidatorControl. getScriptValidate()
Returns the code that needs to be executed on the client side for this validation.java.lang.String
ValidatorControl. getScriptValidate()
java.lang.String
IValidatorControl. getScriptValidateRegistration()
Returns a script that must be placed on the page.java.lang.String
ValidatorControl. getScriptValidateRegistration()
java.lang.String
IValidatorControl. getScriptValidationFunctionImplementation()
Returns the client side code that must be placed in a client side function to perform the validationjava.lang.String
IValidatorControl. getScriptValidationFunctionName()
Returns the name of the client side validation function.java.lang.String
ValidatorControl. getScriptValidationFunctionName()
S
DataBoundControl. getSource()
Returns the source related to this data bound control.Source
IDataBoundControl. getSource()
Returns the source object that the current control is associated toS
SourceBoundControl. getSource()
Returns the source bound to to this source bound control.protected S
DataBoundControl. getSourceById(java.lang.String sourceId)
protected IConverter
DataBoundControl. getUnboundedConverter()
Deprecated.Since 4.0.10, this method is not used anymore.protected java.lang.String
Control. getValidationScript(org.w3c.dom.Node onEventNode)
java.lang.Object
DataControl. getValue()
<T> T
DataControl. getValue(java.lang.Class<T> expectedClass)
java.lang.Object
IDataControl. getValue()
<T> T
IDataControl. getValue(java.lang.Class<T> expectedClass)
protected java.lang.Class<?>
DataControl. getValueClass()
Returns the class the possible values of this control are assignable to.protected java.lang.String
Control. getWindowProperties(java.lang.String interfaceId)
Returns the window properties used when a "popupRunTimeInterface" is used as an event handler.protected java.lang.String
Control. getWindowProperties(java.lang.String interfaceId, java.lang.String popupSize)
protected void
ValidatorControl. includeScripts()
void
ControlContainer. indexControl(IControl control)
void
Control. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ControlContainer. init()
void
DataBoundControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ErrorSummaryControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
IControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SourceFieldBoundControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected void
DataControl. initProcessActionIds()
Initializes the attributeDataControl.processActionIds
.protected boolean
Control. isRequired()
Returns whether this control is required.
The default implementation checks whether there is aRequiredValueValidatorControl
bound to this control.boolean
Control. isValid()
boolean
IControl. isValid()
void
ControlContainer. loadControlsFromRequest()
void
DataBoundControl. loadFromRequest()
void
DataControl. loadFromRequest()
void
ErrorSummaryControl. loadFromRequest()
void
IDataControl. loadFromRequest()
protected void
DataControl. loadSubControlFromRequest(IControl control)
protected void
DataControl. loadSubControlsFromRequest()
protected java.lang.String
Control. localize(java.lang.String text)
protected void
Control. localizeStrings()
protected java.lang.String
Control. processCustomTags(java.lang.String scriptNodeText)
void
ControlManager. registerControls(SessionConfig sessionConfig, java.lang.String controlTypesDefinitionPath, ITransaction transaction)
void
IControlManager. registerControls(SessionConfig sessionConfig, java.lang.String controlTypesDefinitionPath, ITransaction transaction)
void
Control. registerOnEventScript(java.lang.String onEvent, java.lang.String script)
void
IControl. registerOnEventScript(java.lang.String onEvent, java.lang.String script)
void
Control. removeChild(IControl childControl)
void
IControl. removeChild(IControl childControl)
void
Control. removeChildren()
void
IControl. removeChildren()
boolean
IValidatorControl. serverValidate()
Validates all dependent control values on the server sideboolean
ValidatorControl. serverValidate()
Validates all dependent control values on the server sideprotected void
ControlContainer. setControlRenderData(IControl control)
protected void
DataBoundControl. setDefaultValue()
protected void
DataControl. setDefaultValue()
void
IFormControl. setEncodingType(java.lang.String encodingType)
protected void
DataControl. setProcessActionHandlerParameter(IProcessActionHandler processActionHandler, java.lang.String parameterName)
Set the process action parameter with the control current value.protected void
DataControl. setProcessActionHandlerParameter(IProcessActionHandler processActionHandler, java.lang.String parameterName, java.lang.Object value)
Set the process action parameter name and value.void
ControlContainer. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
DataControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
Sets the control value as a process action handler parameter.void
IDataControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
Sets the control parameters for the process action handler.protected void
DataBoundControl. setRawValue(java.lang.Object value)
Sets directly the value in this control.protected void
DataControl. setRawValue(java.lang.Object value)
Sets directly the value in this control.void
DataBoundControl. setReload(boolean reload)
void
IDataBoundControl. setReload(boolean reload)
Sets the reload flag in the control.void
Control. setRenderData()
void
DataBoundControl. setRenderData()
void
ErrorSummaryControl. setRenderData()
void
IControl. setRenderData()
void
ValidatorControl. setRenderData()
protected void
DataBoundControl. setSourceParameter(java.lang.String parameterName, java.lang.String sourceId)
protected void
DataControl. setSourceParameter(java.lang.String parameterName, java.lang.String sourceId)
Set the parameter with the given name in source with the given identifier.protected void
DataControl. setSourceParameter(Source source, java.lang.String parameterName)
Sets the parameter with the given name in the given source.protected void
DataControl. setSourceParameters()
Sets the appropriate source parameters.void
Control. setValid(boolean isValid)
void
DataBoundControl. setValid(boolean isValid)
void
IControl. setValid(boolean isValid)
void
DataControl. setValue(java.lang.Object value)
Sets the value for this control.void
IDataControl. setValue(java.lang.Object value)
protected void
DataBoundControl. setValueFromSource()
protected void
DataBoundControl. setValueFromSource(S source)
Reads the value corresponding to the current control from the control source.void
ControlManager. unregisterControl(SessionConfig sessionConfig, java.lang.String controlType, ITransaction transaction)
void
IControlManager. unregisterControl(SessionConfig sessionConfig, java.lang.String controlType, ITransaction transaction)
boolean
ControlContainer. validateControls()
boolean
DataControl. valueIsArray()
Returns true if the value in the control is expected to be an array.Constructors in lumis.doui.control that throw PortalException Constructor Description ErrorSummaryControl()
-
Uses of PortalException in lumis.doui.control.asyncprogress
Methods in lumis.doui.control.asyncprogress that throw PortalException Modifier and Type Method Description void
AsyncProgressControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.autolayout
Methods in lumis.doui.control.autolayout that throw PortalException Modifier and Type Method Description protected void
AutoLayoutPropertyPageControl. addAutoLayoutFields(java.lang.StringBuilder subControls)
protected void
AutoLayoutListControl. addListControl(java.lang.StringBuilder subControls)
Includes the list control.protected void
AutoLayoutQuickListControl. addListControl(java.lang.StringBuilder subControls)
protected void
AutoLayoutListControl. addPostListControls(java.lang.StringBuilder subControls)
protected void
AutoLayoutQuickListControl. addPostListControls(java.lang.StringBuilder subControls)
protected void
AutoLayoutListControl. addPreListControls(java.lang.StringBuilder subControls)
protected void
AutoLayoutEmbeddedPropertyPageControl. addPropertyPageControl(java.lang.StringBuilder subControls)
protected void
AutoLayoutPropertyPageControl. addPropertyPageControl(java.lang.StringBuilder subControls)
protected void
AutoLayoutPropertyPageControl. addPropertyPageSubControls(java.lang.StringBuilder subControls)
void
AutoLayoutAdministrationListControl. buildSubControls()
void
AutoLayoutDetailsControl. buildSubControls()
void
AutoLayoutFieldControl. buildSubControls()
void
AutoLayoutFieldsControl. buildSubControls()
void
AutoLayoutListControl. buildSubControls()
void
AutoLayoutPropertyPageControl. buildSubControls()
protected java.lang.String
AutoLayoutAdministrationListControl. getAdminListButtonsControl()
protected java.lang.String
AutoLayoutAdministrationListControl. getAdminListControl()
java.lang.Object
AutoLayoutFieldControl. getFieldControlValue()
Returns the value of the field control that it created.protected boolean
AutoLayoutFieldsControl. renderControlsForField(ISourceField field)
void
AutoLayoutFieldControl. setFieldControlValue(java.lang.Object value)
Set value on a field control calls setValue on the field control that it renders. -
Uses of PortalException in lumis.doui.control.autorefresh
Methods in lumis.doui.control.autorefresh that throw PortalException Modifier and Type Method Description IResource
AutoRefreshControl. getControlResource()
IDataControlRequestHelpDefinition
AutoRefreshControl. getRequestHelpDefinition()
void
AutoRefreshControl. loadFromRequest()
protected void
AutoRefreshControl. setDefaultValue()
void
AutoRefreshControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.button
Methods in lumis.doui.control.button that throw PortalException Modifier and Type Method Description protected java.lang.String
AutoAdministrationListButtonsControl. appendPostConfigureButtons()
protected java.lang.String
AutoAdministrationListButtonsControl. appendPreConfigureButtons()
void
AutoAdministrationListButtonsControl. buildSubControls()
void
AutoEmbeddedInterfaceStandardButtonsControl. buildSubControls()
void
AutoInterfaceStandardButtonsControl. buildSubControls()
void
AutoPopupInterfaceStandardButtonsControl. buildSubControls()
protected TabularDataControl
ButtonControl. getAssociatedTabularDataControl()
Returns the tabular data control referenced (either explicitly or automatically detected) by this button for row actions or parameter value.IResource
AccessControlButton. getControlResource()
IResource
ButtonControl. getControlResource()
IResource
DeleteButtonControl. getControlResource()
IResource
PositionFieldOrderButtonControl. getControlResource()
protected java.lang.String
ButtonControl. getDefaultPopupPageId(java.lang.String interfaceId)
void
AccessControlButton. setRenderData()
void
AddButton2Control. setRenderData()
void
AddButtonControl. setRenderData()
void
ButtonControl. setRenderData()
void
CancelButtonControl. setRenderData()
void
ConfigureButtonControl. setRenderData()
void
DeleteButtonControl. setRenderData()
void
EditButton2Control. setRenderData()
void
EditButtonControl. setRenderData()
void
OkButtonControl. setRenderData()
void
PositionFieldOrderButtonControl. setRenderData()
void
PrintButtonControl. setRenderData()
void
RefreshButtonControl. setRenderData()
void
VersionEditButtonControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.checkbox
Methods in lumis.doui.control.checkbox that throw PortalException Modifier and Type Method Description void
CheckBoxListControl. buildSubControls()
java.lang.Object
CheckBoxControl. getValue()
A check box control with a null value returns a false boolean as its value.void
CheckBoxListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
CheckBoxListControl. loadFromRequest()
void
CheckBoxControl. setRenderData()
void
CheckBoxListControl. setRenderData()
void
CheckBoxControl. setValue(java.lang.Object value)
The check box control treats the String "1" value as a true boolean.protected void
CheckBoxListControl. setValueFromSource()
-
Uses of PortalException in lumis.doui.control.conditional
Methods in lumis.doui.control.conditional that throw PortalException Modifier and Type Method Description void
ConditionalRenderControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.controlgroup
Methods in lumis.doui.control.controlgroup that throw PortalException Modifier and Type Method Description void
ControlGroupControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.datagrid
Methods in lumis.doui.control.datagrid that throw PortalException Modifier and Type Method Description protected void
DataGridControl. addGridControls()
void
DataGridControl. buildSubControls()
For each field specified create a autoLayoutField control.boolean
DataGridControlField. display()
boolean
DataGridControlFieldTabularSourceFieldWrapper. display()
boolean
IDataGridControlField. display()
Returns the value of the display attribute.static java.util.List<IDataGridControlField>
DataGridControlField. getFields(org.w3c.dom.Node dataGridControlDefinitionNode)
Returns the fields liststatic java.util.List<IDataGridControlField>
DataGridControlFieldTabularSourceFieldWrapper. getFields(java.util.List<ITabularSourceField> tabularSourceFields)
Returns the datagrid fields list.java.lang.String
DataGridControlField. getId()
java.lang.String
DataGridControlFieldTabularSourceFieldWrapper. getId()
java.lang.String
IDataGridControlField. getId()
Returns the value of the id attribute.java.lang.String
DataGridControlField. getName()
java.lang.String
DataGridControlFieldTabularSourceFieldWrapper. getName()
java.lang.String
IDataGridControlField. getName()
Returns the value of the name attribute.IDataControlRequestHelpDefinition
DataGridControl. getRequestHelpDefinition()
void
DataGridControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
boolean
DataGridControlField. isPrimaryKey()
boolean
DataGridControlFieldTabularSourceFieldWrapper. isPrimaryKey()
boolean
IDataGridControlField. isPrimaryKey()
Returns the value of the isPrimaryKey attribute.void
DataGridControl. loadFromRequest()
Loads the number of rows and index of row to delete if exists.protected void
DataGridControl. reloadSubControlsRecursively(IControl currentControl)
boolean
DataGridControlField. required()
boolean
DataGridControlFieldTabularSourceFieldWrapper. required()
boolean
IDataGridControlField. required()
Returns the value of the required attribute.void
DataGridControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
DataGridControl. setRenderData()
Sets information for rendering.protected void
DataGridControl. setSourceParameter(Source source, java.lang.String parameterName)
This control must not set source parameters.protected void
DataGridControl. setValueFromSource(Source source)
Retrieves the number of rows in the source tabular data. -
Uses of PortalException in lumis.doui.control.datepicker
Methods in lumis.doui.control.datepicker that throw PortalException Modifier and Type Method Description protected void
TimePickerControl. autoAddDateTimeValueValidator()
void
CalendarControl. buildSubControls()
void
DateTimePickerControl. buildSubControls()
void
MonthPickerControl. buildSubControls()
void
TimePickerControl. buildSubControls()
IResource
CalendarControl. getControlResource()
IResource
DateTimePickerControl. getControlResource()
IResource
MonthPickerControl. getControlResource()
protected java.lang.Object
DateTimePickerControl. getParameterValue(java.lang.String parameterName)
IDataControlRequestHelpDefinition
CalendarControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
DateTimePickerControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
TimePickerControl. getRequestHelpDefinition()
protected java.lang.Class<? extends java.util.Date>
DateTimePickerControl. getValueClass()
void
CalendarControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DateTimePickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MonthPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
TimePickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
CalendarControl. loadFromRequest()
void
MonthPickerControl. loadFromRequest()
void
TimePickerControl. loadFromRequest()
void
CalendarControl. setRenderData()
void
DateTimePickerControl. setRenderData()
void
MonthPickerControl. setRenderData()
void
TimePickerControl. setRenderData()
protected void
MonthPickerControl. setValueFromSource()
-
Uses of PortalException in lumis.doui.control.details
Methods in lumis.doui.control.details that throw PortalException Modifier and Type Method Description void
DetailsControl. buildSubControls()
-
Uses of PortalException in lumis.doui.control.dropdownlist
Methods in lumis.doui.control.dropdownlist that throw PortalException Modifier and Type Method Description protected void
DropDownListControl. appendDefinitionOptions(java.lang.StringBuilder results, int optionType)
protected void
DropDownListControl. autoAddValidators()
void
DropDownListControl. buildSubControls()
void
DropDownListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DropDownListControl. loadFromRequest()
void
DropDownListControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.dynamiclist
Methods in lumis.doui.control.dynamiclist that throw PortalException Modifier and Type Method Description void
DynamicListControl. buildSubControls()
protected java.lang.String
DynamicListControl. getPopupAddInterfaceServiceInstanceId()
IDataControlRequestHelpDefinition
DynamicListControl. getRequestHelpDefinition()
void
DynamicListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DynamicListControl. loadFromRequest()
void
DynamicListControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
DynamicListControl. setRenderData()
protected void
DynamicListControl. setValueFromSource()
-
Uses of PortalException in lumis.doui.control.email
Methods in lumis.doui.control.email that throw PortalException Modifier and Type Method Description void
EmailControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.fileupload
Methods in lumis.doui.control.fileupload that throw PortalException Modifier and Type Method Description protected void
FileUploadControl. addImageEditorControls()
Add controls for the image edition functionality.void
FileUploadControl. buildSubControls()
protected void
FileListAddProcessActionHandler. execute(QueryInsert queryInsert)
protected void
FileListEditProcessActionHandler. execute(QueryBase queryBase)
IResource
FilesPickerControl. getControlResource()
IDataControlRequestHelpDefinition
FilesPickerControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
FileUploadControl. getRequestHelpDefinition()
protected java.lang.Class
FilesPickerControl. getValueClass()
protected java.lang.Class
FileUploadControl. getValueClass()
protected void
FileListAddProcessActionHandler. indexData()
protected void
FileListEditProcessActionHandler. indexData()
void
FilesPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileUploadControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileUploadControl. loadFromRequest()
protected void
FileListAddProcessActionHandler. preInsert(QueryInsert queryInsert)
void
FileListAddProcessActionHandler. processAction()
void
FileListEditProcessActionHandler. processAction()
void
FileListControl. setRenderData()
void
FilesPickerControl. setRenderData()
void
FileUploadControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.filter
Methods in lumis.doui.control.filter that throw PortalException Modifier and Type Method Description protected java.lang.String
FilterControl. buildHiddenSubControls()
void
FilterControl. buildSubControls()
void
FiltersControl. buildSubControls()
protected java.lang.String
FilterControl. buildVisibleSubControls()
Builds all visible children controls of the filter.protected java.lang.String
ParentFilterControl. buildVisibleSubControls()
IResource
FiltersControl. getControlResource()
protected java.lang.String
FilterControl. getFilterName()
protected ParentFilterControl.IFolder
ParentFilterControl. getFolder(java.lang.String folderId)
Returns the information about the folder represented by the content with the given folderId as its primary key value.protected org.w3c.dom.Node
ParentFilterControl.ParentFilterHyperlink. getHyperlinkNode(java.lang.String sourceId, java.lang.String fieldId)
java.lang.String
ParentFilterControl.ParentFilterHyperlink. getNavigateToParentOnClick(java.lang.String sourceId, java.lang.String parentId)
java.lang.String
ParentFilterControl.IFolder. getPath()
java.lang.String
ParentFilterControl.IFolder. getPathIds()
void
FilterControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ParentFilterControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FilterControl. setRenderData()
void
ParentFilterControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.form
Methods in lumis.doui.control.form that throw PortalException Modifier and Type Method Description boolean
FormControl. hasRequiredFields()
void
FormControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FormControl. setHasRequiredFields(boolean requiredFields)
void
FormControl. setRenderData()
protected void
FormControl. setStoredContextValues(org.w3c.dom.Node dataNode)
-
Uses of PortalException in lumis.doui.control.htmleditor
Methods in lumis.doui.control.htmleditor that throw PortalException Modifier and Type Method Description static java.lang.String
HtmlControlBlockConditionsHelper. applyBlocksConditionsOrPutScript(HttpServletRequest request, java.lang.String htmlValue, boolean cacheEnable, java.lang.String websiteUrl, ITransaction transaction, java.lang.String serviceInstanceId)
If the given cacheEnable parameter is false, the method will remove the HTML block parts that your if, else-if and else conditions are not met.void
FCKEditorPopUpFixerControl. buildSubControls()
void
HtmlEditorControl. buildSubControls()
static java.lang.String
HtmlEditorControl. encodeHtmlForEditor(java.lang.String html, DouiContext douiContext)
Encodes the HTML for use in the editor.boolean
HtmlBlockMetaInfo. evaluateConditions(HttpServletRequest request)
Evaluates this block's conditions to check if they allow it to be rendered in the given request.static java.lang.String
HtmlControlBlockConditionsHelper. getBlockConditionsInfo(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, java.lang.String htmlFieldValue, ITransaction transaction)
Returns a JSON with information used for editing the block conditions.java.lang.String
CKEditorResource. getBusinessContextPropertyValues(java.lang.String property, java.lang.String term)
Returns values known for a business context property that matches the given term.IResource
HtmlEditorBlocksValidatorControl. getControlResource()
IResource
HtmlEditorControl. getControlResource()
java.lang.String
CKEditorResource. getHtmlBlockData(java.lang.String sourceId, java.lang.String fieldId, java.lang.String pk)
Returns the conditions HTML blocks source field.java.lang.String
HtmlEditorControl. getPrepareForReadScript()
static java.util.List<java.lang.String>
HtmlEditorControl. getPreviewCsss(ServiceInstanceConfig siConfig)
Returns the CSS to be used when previewing the HTML for a content in the given service instance.static java.lang.String
HtmlControlBlockConditionsHelper. getPublicHtml(java.lang.String htmlValue)
Removes the HTML block parts that are not public.Response
CKEditorResource. getResource(java.lang.String originalPath)
Routes the given path to the appropriate path.java.lang.String
HtmlEditorBlocksValidatorControl. getScriptValidationFunctionImplementation()
protected java.lang.Class<?>
HtmlEditorControl. getValueClass()
java.lang.String
CKEditorResource. getWidgetHtml(java.lang.String widgetInstanceId, HttpServletResponse response)
Renders a widget and returns its HTML for use in the CKEditor.void
FCKSelectContentControllerHtml. handleRequest()
void
FCKEditorPopUpFixerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
HtmlEditorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
HtmlEditorControl. loadFromRequest()
static java.util.List<HtmlBlockMetaInfo>
HtmlControlBlockConditionsHelper. parseBlocksMetaInfo(java.lang.String htmlValue)
Parse the given HTML and returns the blocks meta info.static java.lang.String
HtmlEditorControl. processHtmlForEditor(java.lang.String html, HttpServletRequest request, HttpServletResponse response)
Processes the HTML for use in the editor.static java.lang.String
HtmlControlBlockConditionsHelper. replaceHtmlBlocksWithExperiments(java.lang.String serviceInstanceId, java.lang.String originalHtml)
Replaces the blocks HTML with the linked experiment HTML (if any).void
HtmlEditorControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
FCKEditorPopUpFixerControl. setRenderData()
void
HtmlEditorControl. setRenderData()
static void
HtmlControlBlockConditionsHelper. validateBlocks(java.lang.String fieldId, Source<?> source, java.lang.String html)
Validate blocks.Constructors in lumis.doui.control.htmleditor that throw PortalException Constructor Description FCKSelectContentControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.doui.control.include
Methods in lumis.doui.control.include that throw PortalException Modifier and Type Method Description void
IncludeControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.inputemail
Methods in lumis.doui.control.inputemail that throw PortalException Modifier and Type Method Description protected void
InputEmailControl. autoAddValidators()
-
Uses of PortalException in lumis.doui.control.inputtext
Methods in lumis.doui.control.inputtext that throw PortalException Modifier and Type Method Description protected void
InputHiddenControl. autoAddValidators()
A hidden control by default must not have validators since the end user cannot do anything about it.protected void
InputTextControl. autoAddValidators()
void
InputTextControl. buildSubControls()
void
InputTextControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
InputTextControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.interfaceheader
Methods in lumis.doui.control.interfaceheader that throw PortalException Modifier and Type Method Description void
InterfaceHeaderControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.interfaceheaderbuttons
Methods in lumis.doui.control.interfaceheaderbuttons that throw PortalException Modifier and Type Method Description IResource
InterfaceHeaderButtonsControl. getControlResource()
void
InterfaceHeaderButtonsControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.itempicker
Methods in lumis.doui.control.itempicker that throw PortalException Modifier and Type Method Description protected void
ItemPickerControl. autoAddValidators()
void
ItemPickerControl. buildSubControls()
protected IConverter
MultiItemPickerControl. createConverter()
IResource
ItemPickerControl. getControlResource()
protected IServiceInterfaceUrl
ItemPickerControl. getPopupUrl()
protected IServiceInterfaceUrl
MultiItemPickerControl. getPopupUrl()
IDataControlRequestHelpDefinition
MultiItemPickerControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
OrderedMultiItemPickerControl. getRequestHelpDefinition()
protected java.lang.String
SelectItemTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.Class<?>
MultiItemPickerControl. getValueClass()
protected java.lang.Class<?>
OrderedMultiItemPickerControl. getValueClass()
void
ItemPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MultiItemPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
OrderedMultiItemPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SelectItemTabularDataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ItemPickerControl. loadFromRequest()
void
MultiItemPickerControl. loadFromRequest()
Loads the number of rows and index of row to delete if exists.void
OrderedMultiItemPickerControl. loadFromRequest()
void
SelectItemTabularDataControl. loadFromRequest()
void
MultiItemPickerControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
OrderedMultiItemPickerControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
ItemPickerControl. setRenderData()
void
MultiItemPickerControl. setRenderData()
void
OrderedMultiItemPickerControl. setRenderData()
void
SelectItemTabularDataControl. setRenderData()
protected void
ItemPickerControl. setValueFromSource()
protected void
MultiItemPickerControl. setValueFromSource(TabularSource<?> source)
protected void
OrderedMultiItemPickerControl. setValueFromSource(TabularSource<?> source)
-
Uses of PortalException in lumis.doui.control.label
Methods in lumis.doui.control.label that throw PortalException Modifier and Type Method Description IResource
LabelControl. getControlResource()
void
LabelControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.link
Methods in lumis.doui.control.link that throw PortalException Modifier and Type Method Description void
LinkControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.list
Methods in lumis.doui.control.list that throw PortalException Modifier and Type Method Description void
AdministrationListControl. buildSubControls()
void
ListControl. buildSubControls()
java.lang.String
AdministrationListControl. getDataId()
void
ListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of PortalException in lumis.doui.control.multifileupload
Methods in lumis.doui.control.multifileupload that throw PortalException Modifier and Type Method Description void
MultiFileUploadControl. buildSubControls()
protected void
MultiFileUploadControllerHtml. checkForFileUpload(ITransaction transaction)
Checks for upload.protected boolean
MultiFileUploadExtensionCheckControl. doServerValidation()
IResource
MultiFileUploadControl. getControlResource()
IResource
MultiFileUploadExtensionCheckControl. getControlResource()
IResource
MultiFileUploadRequiredValueValidatorControl. getControlResource()
protected IControl
MultiFileUploadExtensionCheckControl. getControlToValidate()
protected ValidationMessages
MultiFileUploadRequiredValueValidatorControl. getDefaultMessages(java.lang.String errorType)
protected java.lang.String
MultiFileUploadControl. getFileDescription(java.lang.String allowedFileExtensions)
Returns the files description used on open file system window.IDataControlRequestHelpDefinition
MultiFileUploadControl. getRequestHelpDefinition()
java.lang.String
MultiFileUploadExtensionCheckControl. getScriptValidationFunctionImplementation()
java.lang.String
MultiFileUploadRequiredValueValidatorControl. getScriptValidationFunctionImplementation()
Validates if has an upload running during process action.void
MultiFileUploadCheckControllerHtml. handleRequest()
A handle for request.void
MultiFileUploadControllerHtml. handleRequest()
Handles the requestvoid
MultiFileUploadControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MultiFileUploadExtensionCheckControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MultiFileUploadControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
MultiFileUploadControl. setRenderData()
Constructors in lumis.doui.control.multifileupload that throw PortalException Constructor Description MultiFileUploadCheckControllerHtml(HttpServletRequest request, HttpServletResponse response)
MultiFileUploadControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.doui.control.optionlist
Methods in lumis.doui.control.optionlist that throw PortalException Modifier and Type Method Description protected java.lang.Class<?>
OptionListControl. getValueClass()
void
OptionListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
OptionListControl. loadFromRequest()
void
OptionListControl. setRenderData()
boolean
OptionListControl. valueIsArray()
-
Uses of PortalException in lumis.doui.control.pagination
Methods in lumis.doui.control.pagination that throw PortalException Modifier and Type Method Description IResource
PaginationControl. getControlResource()
void
PaginationControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PaginationControl. loadFromRequest()
void
PaginationControl. setRenderData()
protected void
PaginationControl. setValueFromSource()
-
Uses of PortalException in lumis.doui.control.pane
Methods in lumis.doui.control.pane that throw PortalException Modifier and Type Method Description void
PaneControl. buildSubControls()
This method identifies one of the panes to render and deletes all the other panes from its definitionprotected java.lang.String
PaneControl. getRequestParameterName()
void
PaneControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.parentcontent
Methods in lumis.doui.control.parentcontent that throw PortalException Modifier and Type Method Description protected java.lang.String
SelectParentContentControl. getParentContentPrimaryName(java.lang.String currentParentContentValue, TableSource source, java.lang.String primaryNameFieldName)
Returns the primary name for the given value.void
SelectParentContentControl. setRenderData()
void
SelectParentContentTreeControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.password
Methods in lumis.doui.control.password that throw PortalException Modifier and Type Method Description protected void
PasswordControl. autoAddValidators()
void
PasswordControl. buildSubControls()
void
PasswordControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.primarykey
Methods in lumis.doui.control.primarykey that throw PortalException Modifier and Type Method Description protected void
PrimaryKeyControl. setDefaultValue()
Sets the default value for the primary key.void
PrimaryKeyControl. setRenderData()
Sets the render data for the control. -
Uses of PortalException in lumis.doui.control.principalpicker
Methods in lumis.doui.control.principalpicker that throw PortalException Modifier and Type Method Description protected void
ServiceInstancePrincipalsByPermissionDataProvider. addPrincipal(SessionConfig sessionConfig, java.lang.String principalId, java.util.List<PrincipalConfig> principalsPreviouslyIncluded, java.lang.String serviceInstanceId, IPermission p, ITransaction transaction)
void
PrincipalPickerControl. buildSubControls()
protected IDouiDataType
PrincipalPickerControl. createDataType()
IResource
PrincipalPickerControl. getControlResource()
protected IServiceInterfaceUrl
PrincipalPickerControl. getPopupUrl()
protected IServiceInterfaceUrl
ServiceInstancePrincipalPickerControl. getPopupUrl()
protected java.lang.Class<? extends PrincipalDataType.Data>
PrincipalPickerControl. getValueClass()
void
PrincipalPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ServiceInstancePrincipalPickerControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ServiceInstancePrincipalsByPermissionDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
PrincipalPickerControl. setRenderData()
void
ServiceInstancePrincipalPickerControl. setRenderData()
Constructors in lumis.doui.control.principalpicker that throw PortalException Constructor Description PrincipalControllerHtml(HttpServletRequest request, HttpServletResponse response)
Constructor class. -
Uses of PortalException in lumis.doui.control.profileimage
Methods in lumis.doui.control.profileimage that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
InputProfileImageControl. getRequestHelpDefinition()
protected java.lang.Class<InputProfileImageControl.ProfileImageData>
InputProfileImageControl. getValueClass()
void
InputProfileImageControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
InputProfileImageControl. loadFromRequest()
void
InputProfileImageControl. setRenderData()
protected void
InputProfileImageControl. setValueFromSource(Source source)
-
Uses of PortalException in lumis.doui.control.progress
Methods in lumis.doui.control.progress that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
ProgressControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
ProgressPanelControl. getRequestHelpDefinition()
void
ProgressPanelControl. loadFromRequest()
void
ProgressControl. setRenderData()
void
ProgressPanelControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.propertypage
Methods in lumis.doui.control.propertypage that throw PortalException Modifier and Type Method Description void
PropertyPageControl. buildSubControls()
-
Uses of PortalException in lumis.doui.control.radiobutton
Methods in lumis.doui.control.radiobutton that throw PortalException Modifier and Type Method Description void
RadioButtonListControl. buildSubControls()
IDataControlRequestHelpDefinition
RadioButtonControl. getRequestHelpDefinition()
void
RadioButtonControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
RadioButtonListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
RadioButtonControl. loadFromRequest()
void
RadioButtonControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
RadioButtonControl. setRenderData()
void
RadioButtonListControl. setRenderData()
protected void
RadioButtonControl. setValueFromSource(Source source)
-
Uses of PortalException in lumis.doui.control.script
Methods in lumis.doui.control.script that throw PortalException Modifier and Type Method Description void
ScriptControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.selectchannel
Methods in lumis.doui.control.selectchannel that throw PortalException Modifier and Type Method Description protected void
SelectChannelOrChannelTemplateControl. autoAddValidators()
void
SelectChannelOrChannelTemplateControl. buildSubControls()
protected java.lang.String
SelectChannelOrChannelTemplateControl. getDisplayValue()
Returns the name to be displayed for the user.protected java.lang.String
SelectChannelOrChannelTemplateControl. getSelectedChannelId()
Returns the selected channel identifier.void
SelectChannelOrChannelTemplateControl. setRenderData()
void
SelectChannelPageTreeControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.selectpage
Methods in lumis.doui.control.selectpage that throw PortalException Modifier and Type Method Description protected void
SelectChannelChildControl. autoAddValidators()
void
SelectChannelChildControl. buildSubControls()
abstract IChannelChildProvider
SelectChannelChildControl. createChannelChildProvider()
IChannelChildProvider
SelectPageOrPageTemplateControl. createChannelChildProvider()
protected java.lang.String
SelectChannelChildControl. getDefaultChannelId()
Returns the default channel id to be used when the tree select structure is opened.protected java.lang.Object
SelectPageTemplateControl. getDefaultValue()
IDataControlRequestHelpDefinition
SelectChannelChildControl. getRequestHelpDefinition()
void
SelectChannelChildControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SelectChannelChildControl. setRenderData()
protected void
SelectPageTemplateControl. setValueFromSource(Source source)
-
Uses of PortalException in lumis.doui.control.selectserviceinstance
Methods in lumis.doui.control.selectserviceinstance that throw PortalException Modifier and Type Method Description IChannelChildProvider
SelectServiceInstanceControl. createChannelChildProvider()
IChannelChild
ServiceInstanceProvider. getChannelChild(SessionConfig sessionConfig, java.lang.String childId, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of PortalException in lumis.doui.control.strings
Methods in lumis.doui.control.strings that throw PortalException Modifier and Type Method Description void
StringsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of PortalException in lumis.doui.control.tab
Methods in lumis.doui.control.tab that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
TabbedControl. getRequestHelpDefinition()
protected java.lang.String
TabbedControl. getRequestParameterName()
void
TabbedControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.tabulardata
Methods in lumis.doui.control.tabulardata that throw PortalException Modifier and Type Method Description void
AdvancedTabularDataControl. buildSubControls()
IResource
TabularDataControl. getControlResource()
IConverter
TabularDataControl. getConverter()
Tabular data control uses no converter.protected java.lang.String
TabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
IDataControlRequestHelpDefinition
AdvancedTabularDataControl. getRequestHelpDefinition()
IDataControlRequestHelpDefinition
TabularDataControl. getRequestHelpDefinition()
protected java.lang.String
TabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
TabularDataControl. getRowOnClick(TabularSource<?> source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
AdvancedTabularDataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected boolean
TabularDataControl. isCurrentPrimaryContent(TabularSource<?> source, java.lang.String parameterValue)
Returns whether the given value is the primary content of the given source.void
AdvancedTabularDataControl. loadFromRequest()
void
TabularDataControl. loadFromRequest()
protected boolean
TabularDataControl. mayAddHyperlinkValue(TabularSource<?> source, java.lang.String fieldId, java.lang.String parameterName, java.lang.String parameterValue)
Returns whether the given parameter may be added to the hyperlink generated byTabularDataControl.getFieldHyperlink(TabularSource, ISourceData, String, String, int)
.protected void
AdvancedTabularDataControl. setFieldData()
protected void
AdvancedTabularDataControl. setOrderByRenderData()
void
AdvancedTabularDataControl. setRenderData()
void
TabularDataControl. setRenderData()
protected void
AdvancedTabularDataControl. setSelectedElementsRenderData()
protected void
AdvancedTabularDataControl. setValueFromSource()
-
Uses of PortalException in lumis.doui.control.text
Methods in lumis.doui.control.text that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
TextControl. getRequestHelpDefinition()
void
TextControl. loadFromRequest()
void
TextControl. setRenderData()
-
Uses of PortalException in lumis.doui.control.validator
Methods in lumis.doui.control.validator that throw PortalException Modifier and Type Method Description boolean
DateCompareValidatorControl. doServerValidation()
boolean
DateDataTypeValidatorControl. doServerValidation()
boolean
FileSizeValidatorControl. doServerValidation()
boolean
HtmlEditorValidatorControl. doServerValidation()
boolean
IntegerDataTypeValidatorControl. doServerValidation()
boolean
LengthValidatorControl. doServerValidation()
boolean
NumberDataTypeValidatorControl. doServerValidation()
boolean
RegularExpressionValidatorControl. doServerValidation()
boolean
RequiredValueValidatorControl. doServerValidation()
boolean
RequiredValueWhenVisibleValidatorControl. doServerValidation()
Does not perform validation on the server side.IResource
DateCompareValidatorControl. getControlResource()
IResource
DateDataTypeValidatorControl. getControlResource()
IResource
EmailValidatorControl. getControlResource()
IResource
FileNameValidatorControl. getControlResource()
IResource
FileSizeValidatorControl. getControlResource()
IResource
IntegerDataTypeValidatorControl. getControlResource()
IResource
LengthValidatorControl. getControlResource()
IResource
NumberDataTypeValidatorControl. getControlResource()
IResource
RegularExpressionValidatorControl. getControlResource()
IResource
RequiredValuesDescriptorControl. getControlResource()
IResource
RequiredValueValidatorControl. getControlResource()
protected java.lang.String[]
DateCompareValidatorControl. getDefaultMessageParameters()
protected java.lang.String[]
DateDataTypeValidatorControl. getDefaultMessageParameters()
protected java.lang.String[]
FileSizeValidatorControl. getDefaultMessageParameters()
protected java.lang.String[]
IntegerDataTypeValidatorControl. getDefaultMessageParameters()
protected java.lang.String[]
LengthValidatorControl. getDefaultMessageParameters()
protected java.lang.String[]
NumberDataTypeValidatorControl. getDefaultMessageParameters()
protected ValidationMessages
DateCompareValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
DateDataTypeValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
EmailValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
FileNameValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
FileSizeValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
IntegerDataTypeValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
LengthValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
NumberDataTypeValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
RegularExpressionValidatorControl. getDefaultMessages(java.lang.String errorType)
protected ValidationMessages
RequiredValueValidatorControl. getDefaultMessages(java.lang.String errorType)
java.lang.String
DateCompareValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
DateDataTypeValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
FileSizeValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
HtmlEditorValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
IntegerDataTypeValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
LengthValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
NumberDataTypeValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
RegularExpressionValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
RequiredValueValidatorControl. getScriptValidationFunctionImplementation()
java.lang.String
RequiredValueWhenVisibleValidatorControl. getScriptValidationFunctionImplementation()
The script validation client side function calls the method LumisIsControlVisible passing the id of the control that is being validated.protected void
DateCompareValidatorControl. includeScripts()
protected void
DateDataTypeValidatorControl. includeScripts()
protected void
IntegerDataTypeValidatorControl. includeScripts()
protected void
LengthValidatorControl. includeScripts()
protected void
NumberDataTypeValidatorControl. includeScripts()
protected void
RequiredValueWhenVisibleValidatorControl. includeScripts()
Includes LumisDouiRequiredValueWhenVisibleValidator.js script which implements the LumisIsControlVisible(controlElement) client side function that returns true or false depending on the visibility of the given validated control.void
DateCompareValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DateDataTypeValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
EmailValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileNameValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileSizeValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
IntegerDataTypeValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
LengthValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
NumberDataTypeValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
RegularExpressionValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
RequiredValuesDescriptorControl. setRenderData()
-
Uses of PortalException in lumis.doui.controller.xml
Methods in lumis.doui.controller.xml that throw PortalException Modifier and Type Method Description protected void
DouiControlControllerXml. register(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
protected void
DouiControllerXml. register(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
protected void
DouiSourceControllerXml. register(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
Constructors in lumis.doui.controller.xml that throw PortalException Constructor Description DouiControlControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
DouiControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
DouiSourceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.doui.dao
Methods in lumis.doui.dao that throw PortalException Modifier and Type Method Description void
DouiDaoHib. addOrUpdate(DouiConfig douiConfig, ITransaction transaction)
void
DouiDaoJdbc. addOrUpdate(DouiConfig douiConfig, ITransaction daoTransaction)
void
IDouiDao. addOrUpdate(DouiConfig definition, ITransaction daoTransaction)
boolean
DouiDaoHib. delete(java.lang.String serviceId, ITransaction transaction)
boolean
DouiDaoJdbc. delete(java.lang.String serviceId, ITransaction transaction)
boolean
IDouiDao. delete(java.lang.String serviceId, ITransaction daoTransaction)
DouiConfig
DouiDaoHib. get(java.lang.String serviceId, ITransaction transaction)
DouiConfig
DouiDaoJdbc. get(java.lang.String serviceId, ITransaction daoTransaction)
DouiConfig
IDouiDao. get(java.lang.String serviceId, ITransaction daoTransaction)
static IControlDao
DouiDaoFactory. getControlDao()
static IDouiDao
DouiDaoFactory. getDouiConfigDao()
static IDouiContentTreeDao
DouiDaoFactory. getDouiContentTreeDao()
static IProcessActionDao
DouiDaoFactory. getProcessActionDao()
static ISourceDao
DouiDaoFactory. getSourceDao()
static ITableDao
DouiDaoFactory. getTableDao()
-
Uses of PortalException in lumis.doui.datatype
Methods in lumis.doui.datatype that throw PortalException Modifier and Type Method Description static IDouiDataType
DouiDataTypeFactory. getInstance(java.lang.String id)
Creates and returns a doui data type instance. -
Uses of PortalException in lumis.doui.hyperlink
Methods in lumis.doui.hyperlink that throw PortalException Modifier and Type Method Description HyperLinkConfig
DouiHyperlink. getHyperLinkConfig(org.w3c.dom.Node hyperLinkNode)
protected org.w3c.dom.Node
DouiHyperlink. getHyperlinkNode(java.lang.String sourceId, java.lang.String fieldId)
java.lang.String
DouiHyperlink. getOnClick(java.lang.String sourceId, java.lang.String fieldId, ISourceData data, java.lang.String identifier)
java.lang.String
DouiHyperlink. getTarget(java.lang.String sourceId, java.lang.String fieldId, ISourceData data, java.lang.String identifier)
PreparedUrl
DouiHyperlink. getUrl(java.lang.String sourceId, java.lang.String fieldId)
-
Uses of PortalException in lumis.doui.processaction
Methods in lumis.doui.processaction that throw PortalException Modifier and Type Method Description protected void
ProcessActionHandler. addDefaultResponse()
Sets the default response parameters based on the node specifications.void
IProcessActionDao. addOrUpdate(ProcessActionConfig definition, ITransaction daoTransaction)
void
ProcessActionDaoJdbc. addOrUpdate(ProcessActionConfig definition, ITransaction daoTransaction)
void
ProcessActionHandler. addResponseParameter(java.lang.String name, java.lang.String value)
Adds the given name and value to the response parameters.protected boolean
ProcessActionHandler. checkServiceInstancePermission(java.lang.String permissionId)
Returns true if the current user has the given permission.protected boolean
ProcessActionHandler. checkServiceInstancePermission(java.lang.String userId, java.lang.String permissionId)
Returns true if the given user has the given permission.static IProcessActionHandler
ProcessActionHandlerFactory. createProcessAction(org.w3c.dom.Node processActionDefinitionNode, ProcessActionContainer processActionContainer)
void
IProcessActionDao. delete(java.lang.String processActionId, ITransaction daoTransaction)
void
ProcessActionDaoJdbc. delete(java.lang.String processActionId, ITransaction daoTransaction)
ProcessActionConfig
IProcessActionDao. get(java.lang.String processActionId, ITransaction daoTransaction)
ProcessActionConfig
IProcessActionManager. get(java.lang.String processActionType, ITransaction transaction)
ProcessActionConfig
ProcessActionDaoJdbc. get(java.lang.String processActionId, ITransaction daoTransaction)
ProcessActionConfig
ProcessActionManager. get(java.lang.String processActionType, ITransaction transaction)
java.lang.String
IProcessActionHandler. getId()
Returns the identifier for the process action handler.java.lang.String
ProcessActionHandler. getId()
java.util.List<org.w3c.dom.Node>
ProcessActionContainer. getProcessActionHandlerDefinitionNodesByActionId(java.lang.String processActionId)
java.util.Set<java.lang.String>
ProcessActionContainer. getProcessActionIds()
protected IResource
ProcessActionHandler. getResource()
Returns the interface resource.protected IServiceInterfaceUrl
ProcessActionHandler. getServiceInterfaceHyperLink(java.lang.String destInterfaceId)
protected IServiceInterfaceUrl
ProcessActionHandler. getUrl(org.w3c.dom.Node actionResponseNode, java.lang.String destInterfaceId)
void
IProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
Called by the process action container to initialize the process action.void
ProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
protected java.lang.String
ProcessActionHandler. localize(java.lang.String stringToLocalize)
Localizes the string based on the interface resource.void
GenericProcessActionHandler. processAction()
void
IProcessActionHandler. processAction()
Executes the process action.protected void
ProcessActionContainer. processAction(org.w3c.dom.Node processActionNode)
void
SelectRepositoryProcessActionHandler. processAction()
void
ProcessActionContainer. processActions()
void
ProcessActionContainer. processActions(java.lang.String processActionId)
protected void
ProcessActionHandler. processHyperLinkResponse(org.w3c.dom.Node actionResponseNode, java.lang.String destInterfaceId)
protected void
ProcessActionHandler. processPopupInterfaceResponse(org.w3c.dom.Node actionResponseNode, java.lang.String destInterfaceId)
void
IProcessActionManager. registerProcessActions(SessionConfig sessionConfig, java.lang.String processActionTypesDefinitionPath, ITransaction transaction)
void
ProcessActionManager. registerProcessActions(SessionConfig sessionConfig, java.lang.String processActionTypesDefinitionPath, ITransaction transaction)
protected java.lang.Object
ProcessActionHandler. resolveFieldValueNode(org.w3c.dom.Node fieldValueNode)
Resolves the value for afieldValue
node.void
IProcessActionManager. unregisterProcessAction(SessionConfig sessionConfig, java.lang.String processActionType, ITransaction transaction)
void
ProcessActionManager. unregisterProcessAction(SessionConfig sessionConfig, java.lang.String processActionType, ITransaction transaction)
-
Uses of PortalException in lumis.doui.render
Methods in lumis.doui.render that throw PortalException Modifier and Type Method Description IConverter
IRenderer. getConverter()
Returns the default converter to be used with the renderable data.java.lang.String
CharSequenceRenderableWrapper. getDisplayString(IRenderer renderer)
java.lang.String
IRenderable. getDisplayString(IRenderer renderer)
Returns the string to be displayed for representing this instance, when a short display is required.java.lang.String
RenderDataValue. getDisplayString(IRenderer renderer)
java.lang.String
CharSequenceRenderableWrapper. getRenderData(IRenderer renderer)
java.lang.String
IRenderable. getRenderData(IRenderer renderer)
Returns the data of this object in a standard xml format.java.lang.String
RenderDataValue. getRenderData(IRenderer renderer)
java.util.List<IResource>
IRenderer. getResources()
Returns the localization resources to be used in the value render.ISourceContext
IRenderer. getSourceContext()
Returns the source context where this renderer belongs to. -
Uses of PortalException in lumis.doui.search
Methods in lumis.doui.search that throw PortalException Modifier and Type Method Description protected void
DouiTabularSourceSearchContentFiller. addAttachmentGroup(java.util.Collection<SearchContentAttachment> attachments)
Deprecated.Add attachments insearchContents
.protected void
DouiTabularSourceSearchContentFiller. addField(SearchContentField field)
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addFieldGroup(java.util.List<SearchContentField> fields)
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addFieldGroups(java.util.List<java.util.List<SearchContentField>> fields)
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addIdField()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addLanguageField()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addPortalConfigPathField()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addPrincipalField()
Deprecated.Adds theIDouiIndexer.FIELDNAME_PRINCIPAL
field to theSearchContent
being indexed.protected void
DouiTabularSourceSearchContentFiller. addPublishStartDateField()
Deprecated.Adds a publish start date field, if theDouiTabularSourceSearchContentFiller.tabularSource
contains a field that contains an attributeisPublishStartDate
with the valuetrue
protected void
DouiTabularSourceSearchContentFiller. addSearchableFields()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addServiceInstanceField(boolean forAdd)
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addStatusField()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addSubtitleField()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addTitleField()
Deprecated.protected void
DouiTabularSourceSearchContentFiller. addUrlField()
Deprecated.protected TabularData
SearchSource. convertDataToDefinedDataTypes(TabularData originalData)
static ISourceSearchContentFiller
SourceSearchContentFillerFactory. create(java.lang.String className)
Deprecated.boolean
SearchQueryValidatorControl. doServerValidation()
protected java.lang.String
SearchAggregationControl. getAggregatedValuesXML(DocumentTypeField field, java.util.Set<java.lang.Object> aggregatedValues)
Returns a XML string containing the aggregated values (user's applied filters).
The expected XML string format is as follows:
Service lumis.service.news News Service instance 46F55AF56C5149CB999B66A01C99BF40 Products Product Type B460F41DFF9E4839B64DDFBC1A0C0850 Digital Reflex Camera Color Red Red protected java.lang.String
SearchAggregationControl. getAggregationResultXML(DocumentTypeField field, IAggregationResult result)
Returns a XML string of the given aggregation results for the given field.
The expected XML string format is as follows:
Service lumis.service.news News 10 lumis.service.document Documents 5 protected java.util.List<IAggregation>
SearchAggregationControl. getAggregations()
Returns the aggregations that will be performed in search.protected java.lang.String
DouiTabularSourceSearchContentFiller. getContentUrl(java.lang.String serviceInstanceId)
Deprecated.protected java.lang.String[]
SearchQueryValidatorControl. getDefaultMessageParameters()
protected ValidationMessages
SearchQueryValidatorControl. getDefaultMessages(java.lang.String errorType)
protected java.lang.String
SearchSource. getDefaultProviderClass()
protected java.util.Map<DocumentTypeField,java.lang.Float>
SearchDataProvider. getFieldsBoost(SessionConfig sessionConfig, SearchSource searchSource, ServiceInstanceConfig searchServiceInstanceConfig, ITransaction transaction)
Returns the fields boosts configuration.static java.util.Map<DocumentTypeField,java.lang.Float>
SearchQueryUtil. getFieldsBoost(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the fields boosts of the given service instance ornull
if the user is using the default configuration.protected java.util.Collection<DocumentTypeField>
SearchAggregationControl. getFieldsToBeAggregated()
Returns a collection of fields that will be aggregated in search.protected java.lang.String
DouiTabularSourceSearchContentFiller. getHyperlinkItemId()
Deprecated.protected java.lang.String
SearchDataProvider. getMainPublishedContextUrlValue(ISearchHit hit)
Returns the main context URL value that user has access permission.protected java.lang.Object
SearchDataProvider. getPublications(ISearchHit hit, ISourceData row, SearchSource searchSource)
Returns the publications of the given search hit.protected ISearchQueryFilter
SearchDataProvider. getPublishDateFilters(SessionConfig sessionConfig, SearchSource searchSource, ServiceInstanceConfig searchServiceInstanceConfig, ITransaction transaction)
Returns an optional query filter to filter contents for their publish date.protected java.util.Collection<java.lang.String>
SearchDataProvider. getPublishedContextIdsIncludedInSearch(SearchSource searchSource, ServiceInstanceConfig searchServiceInstanceConfig)
Returns the identifiers of the published contexts that should be included in search.java.lang.String
SearchQueryValidatorControl. getScriptValidationFunctionImplementation()
protected java.util.Collection<java.lang.String>
DouiTabularSourceSearchContentFiller. getSearchContentIds()
Deprecated.java.util.List<SearchContent>
DouiTabularSourceSearchContentFiller. getSearchContentsForAdd()
Deprecated.java.util.List<SearchContent>
ISourceSearchContentFiller. getSearchContentsForAdd()
Deprecated.java.util.List<SearchContent>
DouiTabularSourceSearchContentFiller. getSearchContentsForRemove()
Deprecated.java.util.List<SearchContent>
ISourceSearchContentFiller. getSearchContentsForRemove()
Deprecated.java.lang.String
SearchSource. getSearcherEngineId()
SearchSource.SearchScope
SearchSource. getSearcherScope()
protected IMonitor
SearchDataProvider. getSearchMonitor(java.lang.String userQuery, java.lang.String unparsedUserQuery, SearchSource searchSource, ITransaction transaction)
Returns themonitor
object to be used in monitoring ornull
if the search will not be monitored.static IMonitor
SearchMonitorUtil. getSearchMonitor(java.lang.String searchQuery, ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.search" event.static SearchQuery
SearchQueryUtil. getSearchQuery(java.lang.String userQuery, java.util.Map<DocumentTypeField,java.lang.Float> fieldsBoost, ServiceInstanceConfig searchServiceInstanceConfig, java.util.Collection<java.lang.String> publishedContextIds, java.util.Collection<SearchQuerySort> sorts, int startAt, int maxRows, boolean includePublicationUrlExistFilter)
Returns the search query using the given parameters.static SearchQuery
SearchQueryUtil. getSearchQuery(java.lang.String userQuery, java.util.Map<DocumentTypeField,java.lang.Float> fieldsBoost, ServiceInstanceConfig searchServiceInstanceConfig, java.util.Collection<java.lang.String> publishedContextIds, java.util.Collection<SearchQuerySort> sorts, int startAt, int maxRows, boolean includePublicationUrlExistFilter, boolean forceIncludePublishedContexts)
Returns the search query using the given parameters.static SearchQuery
SearchQueryUtil. getSearchQuery(java.lang.String userQuery, ServiceInstanceConfig searchServiceInstanceConfig, java.util.Collection<java.lang.String> publishedContextIds, java.util.Collection<SearchQuerySort> sorts, int startAt, int maxRows, boolean includePublicationUrlExistFilter)
Returns the search query using the given parameters.static SearchQuery
SearchQueryUtil. getSearchQuery(java.lang.String userQuery, ServiceInstanceConfig searchServiceInstanceConfig, java.util.Collection<java.lang.String> publishedContextIds, java.util.Collection<SearchQuerySort> sorts, int startAt, int maxRows, boolean includePublicationUrlExistFilter, boolean forceIncludePublishedContexts)
Returns the search query using the given parameters.protected ServiceInstanceConfig
SearchDataProvider. getSearchServiceInstance(SessionConfig sessionConfig, SearchSource searchSource, ITransaction transaction)
Returns the search service instance.void
DouiTabularSourceSearchContentFiller. init(ISourceData sourceData, Source source)
Deprecated.void
ISourceSearchContentFiller. init(ISourceData sourceData, Source source)
Deprecated.void
SearchQueryValidatorControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected boolean
HeadlessSearchDataProvider. isIncludePublicationUrlExistFilter(SessionConfig sessionConfig, SearchSource searchSource, ServiceInstanceConfig searchServiceInstanceConfig, ITransaction transaction)
protected boolean
SearchDataProvider. isIncludePublicationUrlExistFilter(SessionConfig sessionConfig, SearchSource searchSource, ServiceInstanceConfig searchServiceInstanceConfig, ITransaction transaction)
Returns whether a filter must be included to search only for the publications with URL.void
SearchDataProvider. loadData(SessionConfig sessionConfig, SearchSource searchSource, ITransaction transaction)
void
SearchAggregationControl. loadFromRequest()
protected void
SearchDataProvider. populateRow(SessionConfig sessionConfig, ISourceData row, ISearchHit hit, java.util.Set<java.lang.String> fieldIds, SearchSource searchSource, ITransaction transaction)
Populate the given row with the given search hit.protected void
HeadlessSearchDataProvider. populateRowField(SessionConfig sessionConfig, ISourceData row, ISearchHit hit, java.lang.String fieldId, SearchSource searchSource, ITransaction transaction)
protected void
SearchDataProvider. populateRowField(SessionConfig sessionConfig, ISourceData row, ISearchHit hit, java.lang.String fieldId, SearchSource searchSource, ITransaction transaction)
Populates the given field within the row with the given hit.protected void
HeadlessSearchDataProvider. populateRowURLField(SessionConfig sessionConfig, ISourceData row, ISearchHit hit, java.lang.String fieldId, SearchSource searchSource, ITransaction transaction)
Populates the URL field for the given row.protected void
SearchProcessActionHandler. processHyperLinkResponse(org.w3c.dom.Node actionResponseNode, java.lang.String destInterfaceId)
static void
SearchQueryUtil. setFieldsBoost(SessionConfig sessionConfig, java.util.Map<DocumentTypeField,java.lang.Float> boosts, java.lang.String serviceInstanceId, ITransaction transaction)
Sets the given fields boosts in the given service instance.void
SearchAggregationControl. setRenderData()
protected void
SearchAggregationControl. setSourceParameter(Source source, java.lang.String parameterName)
protected void
SearchAggregationControl. setValueFromSource()
Constructors in lumis.doui.search that throw PortalException Constructor Description SearchSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.doui.service
Methods in lumis.doui.service that throw PortalException Modifier and Type Method Description protected boolean
DouiAdministrationAddPropertyPageServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationEditPropertyPageServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationEmbeddedAddPropertyPageServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationListServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiDetailsServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiGenericListServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiQuickListServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultControls(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
void
DouiService. addDefaultDouiDefinitionValues(SessionConfig sessionConfig, ServiceConfig serviceConfig, org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
void
DouiServiceInterface. addDefaultDouiDefinitionValues(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
void
IDouiService. addDefaultDouiDefinitionValues(SessionConfig sessionConfig, ServiceConfig serviceConfig, org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
void
IDouiServiceInterface. addDefaultDouiDefinitionValues(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected boolean
DouiAdministrationListServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiDetailsServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiGenericListServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultFields(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationEditPropertyPageServiceInterface. addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationListServiceInterface. addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiDetailsServiceInterface. addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultFilters(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiGenericListServiceInterface. addDefaultHyperLinks(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, ITransaction transaction)
protected boolean
DouiServiceInterface. addDefaultHyperLinks(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, ITransaction transaction)
protected org.w3c.dom.Node
DouiServiceInterface. addDefaultInterfaceDouiDefinitionNode(java.lang.String serviceInterfaceId, org.w3c.dom.Node serviceDouiDefinitionNode)
protected boolean
DouiDetailsServiceInterface. addDefaultMaxRows(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultMaxRows(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiGenericListServiceInterface. addDefaultOrderBy(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultOrderBy(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultPostLoadProcessors(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
Adds the default post load processors to the given source node.protected void
DouiAdministrationAddPropertyPageServiceInterface. addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
protected void
DouiAdministrationEditPropertyPageServiceInterface. addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
protected void
DouiAdministrationEmbeddedAddPropertyPageServiceInterface. addDefaultProcessActionResponses(java.lang.StringBuilder processActionsXml)
protected boolean
DouiAdministrationAddPropertyPageServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationEditPropertyPageServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationListServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultProcessActions(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiAdministrationAddPropertyPageServiceInterface. addDefaultSources(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDefaultSources(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
protected boolean
DouiServiceInterface. addDetailsHyperLink(org.w3c.dom.Node serviceInterfaceDouiDefinitionNode, org.w3c.dom.Node serviceDouiDefinitionNode, ITransaction transaction)
protected boolean
DouiServiceInterface. addPrimaryKeyFilter(org.w3c.dom.Node serviceInterfaceSourceNode, org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceXmlNode)
void
DouiService. autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
protected DouiContext
DouiServiceInterface. getContext(IServiceInterfaceRequest request, IServiceInterfaceResponse response, ITransaction transaction)
Instantiate DouiContext with the current request and response.org.w3c.dom.Node
DouiServiceInterfaceInstanceDefinition. getControlsDefinitionNode()
protected java.lang.String
DouiAdministrationPropertyPageServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
DouiDetailsServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
DouiGenericListServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
DouiServiceInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
org.w3c.dom.Element
DouiService. getDefaultServiceInstanceMenu(ServiceInstanceConfig serviceInstance)
protected void
DouiInterfaceDefinition. getFilterNodes(org.w3c.dom.Node node, java.util.HashSet<java.lang.String> usedFields)
Search whithin the filters XML structure of a source for the field Ids being referenced.org.w3c.dom.Node[]
DouiServiceInterfaceInstanceDefinition. getHyperlinkDefinitionNodes()
org.w3c.dom.Node
DouiServiceInterfaceInstanceDefinition. getHyperlinksDefinitionNode()
protected org.w3c.dom.Node
DouiServiceInterface. getInterfaceSourceFieldsNode(org.w3c.dom.Node serviceDouiDefinitionNode, org.w3c.dom.Node serviceInterfaceSourceNode)
Utility method that merges the fields in the given nodes and returns the merged resultant node.org.w3c.dom.Node
DouiServiceInterface. getMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
org.w3c.dom.Node[]
DouiServiceInterfaceInstanceDefinition. getProcessActionDefinitionNodes(java.lang.String processActionId)
org.w3c.dom.Node
DouiServiceInterfaceInstanceDefinition. getProcessActionsDefinitionNode()
org.w3c.dom.Node[]
DouiServiceInterfaceInstanceDefinition. getRenderActionDefinitionNodes(java.lang.String renderActionId)
java.lang.String
DouiServiceInterface. getRepositoryMenus(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
boolean
DouiService. hasHtmlField(ITransaction transaction)
boolean
IDouiService. hasHtmlField(ITransaction transaction)
Indicates if this service has an html field.protected void
DouiServiceInterface. initDouiContext(DouiContext douiContext)
Initialize the Doui context, source container and control container.protected void
DouiInterfaceDefinition. insertCustomFilters(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiServiceInterfaceInstanceDefinition. insertCustomFilters(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiInterfaceDefinition. insertCustomMaxRows(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiRestInterfaceDefinition. insertCustomMaxRows(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiServiceInterfaceInstanceDefinition. insertCustomMaxRows(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiInterfaceDefinition. insertCustomOrderBy(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiServiceInterfaceInstanceDefinition. insertCustomOrderBy(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiInterfaceDefinition. insertDependantFields(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node originalDouiServiceInterfaceDefinitionNode)
Includes the fields used by filters and order by customizations.void
DouiService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
DouiService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
DouiService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
protected void
DouiServiceInterface. loadFromRequest(DouiContext douiContext)
Load controls from request.protected void
DouiServiceInterface. loadSources(DouiContext douiContext)
Load sources.protected void
DouiInterfaceDefinition. mergeFieldNodes(org.w3c.dom.Node mergeFromFieldNode, org.w3c.dom.Node mergeToFieldNode, boolean replace)
protected void
DouiInterfaceDefinition. mergeFields(org.w3c.dom.Node mergeFromSourceNode, org.w3c.dom.Node mergeToSourceNode)
protected void
DouiServiceInterfaceInstanceDefinition. mergeFields(org.w3c.dom.Node mergeFromSourceNode, org.w3c.dom.Node mergeToSourceNode)
protected void
DouiInterfaceDefinition. mergePostLoadProcessors(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiInterfaceDefinition. mergeSearch(org.w3c.dom.Node newSourceNode, org.w3c.dom.Node interfaceSourceNode)
protected void
DouiInterfaceDefinition. mergeSourceDefinition(org.w3c.dom.Node interfaceSourceNode, org.w3c.dom.Node interfaceSourcesNode, org.w3c.dom.Node originalDouiServiceInterfaceDefinitionNode)
protected void
DouiInterfaceDefinition. mergeSourceDefinitions(org.w3c.dom.Node douiServiceInterfaceDefinitionNode, org.w3c.dom.Node originalDouiServiceInterfaceDefinitionNode)
static void
DouiServiceInterfaceInstanceDefinition. mergeSourceFields(org.w3c.dom.Node mergeFromSourceNode, org.w3c.dom.Node mergeToSourceNode)
Merges the fields in the mergeFromSourceNode to the mergeToSourceNode.void
DouiService. postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
void
DouiService. preUnregister(SessionConfig sessionConfig, ITransaction transaction)
void
IDouiDefinitionProcessor. process(DouiServiceInterfaceInstanceDefinition definition, org.w3c.dom.Node node)
Process the definition node.void
DouiServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
Called by the service interface container to allow the service interface to process an action request.protected void
DouiServiceInterface. processActions(DouiContext douiContext)
Process actions.void
DouiRestInterfaceDefinition. processNodes(IDouiDefinitionProcessor processor, org.w3c.dom.Node douiInterfaceDefinitionNode)
Allows the processing of the doui definition stored in this instance.void
DouiServiceInterfaceInstanceDefinition. processNodes(IDouiDefinitionProcessor processor, org.w3c.dom.Node douiInterfaceDefinitionNode)
Allows the processing of the doui definition stored in this instance.void
DouiAdministrationListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiAdministrationPropertyPageServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiDetailsServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiGenericListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiQuickListServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
DouiServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.void
DouiServiceInterface. renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container before rendering the interface client side.protected void
DouiServiceInterface. renderData(IServiceInterfaceRenderResponse response, DouiContext douiContext)
Render data.protected java.lang.String
DouiHyperLinkResolver. resolveDestinationInterfaceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
DouiService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.protected void
DouiService. setDataTypeAttributes(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
Replace number data type for integer data type, for backward compatibility.protected void
DouiService. setDisplayAttributes(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected void
DouiService. setIncludeAlwaysAttributes(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected void
DouiAdministrationEmbeddedAddPropertyPageServiceInterface. setIsAdministrationProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
DouiAdministrationPropertyPageServiceInterface. setIsAdministrationProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
DouiGenericListServiceInterface. setIsListProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
DouiAdministrationEmbeddedAddPropertyPageServiceInterface. setIsRuntimeOnlyProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
DouiAdministrationPropertyPageServiceInterface. setIsRuntimeOnlyProperty(org.w3c.dom.Node serviceInterfaceXmlNode)
protected void
DouiService. setLookupAttributes(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected void
DouiService. setPositionAttributes(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
Sets default attribute values for position field.protected void
DouiService. setPriorityOptions(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected void
DouiService. setSourceFieldAttributes(SessionConfig sessionConfig, ServiceConfig serviceConfig, org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
protected void
DouiHyperLinkResolver. setUrlParameters(SessionConfig sessionConfig, IServiceInterfaceUrl url, java.util.Map<java.lang.String,java.lang.String[]> parameters, ITransaction transaction)
protected void
DouiService. setValidationAttributes(org.w3c.dom.Node douiDefinitionNode, ITransaction transaction)
boolean
DouiService. usesDocumentService(ITransaction transaction)
boolean
IDouiService. usesDocumentService(ITransaction transaction)
Indicates if this service uses a document service (as repository, for example).boolean
DouiService. usesFileManager(ITransaction transaction)
boolean
IDouiService. usesFileManager(ITransaction transaction)
Indicates if this service uses theFileManager
file storage API.boolean
DouiService. usesImageService(ITransaction transaction)
Deprecated.boolean
IDouiService. usesImageService(ITransaction transaction)
Deprecated.Since 7.0.0, replaced byIDouiService.usesMediaRepository(ITransaction)
.boolean
DouiService. usesMediaRepository(ITransaction transaction)
boolean
IDouiService. usesMediaRepository(ITransaction transaction)
Indicates if this service may use a media repository.boolean
DouiService. usesWidgetRepository(ITransaction transaction)
boolean
IDouiService. usesWidgetRepository(ITransaction transaction)
Indicates if this service uses a widget repository.protected boolean
DouiServiceInterface. validate(DouiContext douiContext)
Executes the controls validation.Constructors in lumis.doui.service that throw PortalException Constructor Description DouiRestInterfaceDefinition(IDouiDefinitionProcessor processor, org.w3c.dom.Node douiServiceInterfaceDefinitionNode)
DouiRestInterfaceDefinition(org.w3c.dom.Node douiServiceInterfaceDefinitionNode)
DouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig, org.w3c.dom.Node douiServiceInterfaceDefinitionNode, java.lang.String serviceInterfaceInstanceId, IDouiDefinitionProcessor processor, boolean addPublisherFiltersToSource, ITransaction transaction)
DouiServiceInterfaceInstanceDefinition(SessionConfig sessionConfig, org.w3c.dom.Node douiServiceInterfaceDefinitionNode, java.lang.String serviceInterfaceInstanceId, IDouiDefinitionProcessor processor, ITransaction transaction)
-
Uses of PortalException in lumis.doui.service.api.rest.internal
Methods in lumis.doui.service.api.rest.internal that throw PortalException Modifier and Type Method Description static void
DouiRestInterfaceCacheManager. clearCache(ServiceInstanceConfig serviceInstance)
Clears the REST interface related caches of the given service instance.static RestInterfaceCacheConfig
DouiRestInterfaceCacheManager. getCacheConfig(java.lang.String serviceInstanceId, java.lang.String restInterfaceId, java.lang.String serviceId)
Returns the REST interface cache configuration.java.lang.String
DefaultRestInterfaceCacheKeyProvider. getCacheKey(IDouiRestInterfaceRequest request, RestInterfaceCacheConfig cacheConfig)
java.lang.String
IDouiRestInterfaceRequestCacheKeyProvider. getCacheKey(IDouiRestInterfaceRequest request, RestInterfaceCacheConfig cacheConfig)
Returns the cache key for the given request using the given cache configuration.void
ClearDouiRestCacheEventObserver. onEvent(IPortalEvent event)
static void
DouiRestInterfaceCacheManager. saveCacheConfigs(java.lang.String serviceInstanceId, java.util.Map<java.lang.String,RestInterfaceCacheConfig> cacheConfigs)
Saves the given REST interfaces cache configurations. -
Uses of PortalException in lumis.doui.socialprofile.integration
Methods in lumis.doui.socialprofile.integration that throw PortalException Modifier and Type Method Description ISocialProfile
DouiSourceSocialProfileProvider. getSocialProfileInformationById(java.lang.String userId)
Returns thesocial profile information
associated to the given user in the givensocial network
.java.util.List<ISocialProfile>
DouiSourceSocialProfileProvider. getSocialProfileInformationsByKeyword(java.lang.String keyword)
Returns a list ofsocial profile information
associated with the given keyword. -
Uses of PortalException in lumis.doui.source
Methods in lumis.doui.source that throw PortalException Modifier and Type Method Description ISourceAddDataResult
Source. addData(java.lang.Object data)
Adds a data in the persistence this source represents.void
ISourceDao. addOrUpdate(SourceConfig definition, ITransaction daoTransaction)
void
SourceDaoJdbc. addOrUpdate(SourceConfig definition, ITransaction daoTransaction)
void
SourceContainer. addSource(Source source)
void
Source. applyPostLoadFilters()
Apply the filters specified in this source to its data.void
TabularSource. applyPostLoadFilters()
Apply the filters specified in this source to its data.QuerySelect
ITableDataProvider. buildQuerySelect(TableSource source, ITransaction transaction)
protected abstract void
Source. convertDataToDefinedDataTypes()
Converts the data in this source to the values that should be used according to its fields definitions.protected void
TabularSource. convertDataToDefinedDataTypes()
protected TabularData
TabularSource. convertDataToDefinedDataTypes(TabularData originalData)
Converts the given data to another data with the values that should be used according to this source's fields definitions.protected F
Source. createCustomSourceField(org.w3c.dom.Node fieldNode)
Factory method for creating a custom source field.static <S extends Source>
IDataProvider<S>DataProviderFactory. createDataProvider(Source source)
QueryBuilder
ITableDataProvider. createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
protected java.util.Collection<IPortalEvent>
Source. createRenderDataChangedEvent(PortalEventOperationType operationType, java.util.Collection<java.lang.String> itemIds)
Returns the render data changed event to be sent bySource.sendRenderDataChangedNotification(PortalEventOperationType, Collection)
.static Source<?>
SourceFactory. createSource(java.lang.String sourceId, java.lang.String serviceInstanceId)
Creates a source.static Source
SourceFactory. createSource(java.lang.String sourceId, ISourceContext sourceContext)
Create a source instance and return it.static Source
SourceFactory. createSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
protected F
Source. createSourceField(org.w3c.dom.Node fieldNode)
Factory method for creating a source field instance that corresponds to the field node given.protected F
TabularSource. createSourceField(org.w3c.dom.Node fieldNode)
ISourceFilter
Source. createSourceFilter(org.w3c.dom.Node filterNode)
Creates a source filter for the given filter definition node.void
ISourceDao. delete(java.lang.String sourceId, ITransaction daoTransaction)
void
SourceDaoJdbc. delete(java.lang.String sourceId, ITransaction daoTransaction)
void
Source. deleteDataByItemIds(java.lang.String... itemIds)
Deletes the data with the given item identifiers.void
Source. deleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
Deletes data from the persistence this source represents.protected ISourceAddDataResult
Source. doAddData(IParameters data)
Adds the data to the persistence.protected void
Source. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
Deletes the data in the persistence.protected ISourceUpdateDataResult
Source. doUpdateData(IParameters data)
Updates the data in the persistence.SourceConfig
ISourceDao. get(java.lang.String sourceId, ITransaction daoTransaction)
SourceConfig
ISourceManager. get(java.lang.String sourceType, ITransaction transaction)
SourceConfig
SourceDaoJdbc. get(java.lang.String sourceId, ITransaction daoTransaction)
SourceConfig
SourceManager. get(java.lang.String sourceType, ITransaction transaction)
ISourceData
Source. getData()
Returns this source's data.TabularData
TabularSource. getData()
<S extends Source>
IDataProvider<S>Source. getDataProvider()
Returns the data provider for this source.static java.lang.Class<? extends IDataProvider>
DataProviderFactory. getDataProviderClass(org.w3c.dom.Node sourceDefinition, ITransaction transaction)
protected abstract java.lang.String
Source. getDefaultProviderClass()
Abstract method that returns the default data provider class name.protected java.lang.String
TabularSource. getDefaultProviderClass()
Returns data provider class for the source.boolean
Source. getDistinct()
Returns the distinct property of the source.java.lang.Class
TabularSource. getFieldClass(java.lang.String fieldId)
Returns the class object of the field.java.lang.String
TabularSource. getFieldId(java.lang.String fieldCriteria)
Deprecated.This method may be removed in the future, because it is public and references field xml definition.java.util.Set<java.lang.String>
TabularSource. getFieldIds(java.lang.String fieldCriteria)
Deprecated.This method may be removed in the future, because it is public and references field xml definition.java.lang.String
TabularSource. getFieldName(java.lang.String fieldId)
Returns the field name given a field id.org.w3c.dom.Node
TabularSource. getFieldsDefinitionNode()
Returs the fields node of the source.org.w3c.dom.Node
Source. getFiltersNode()
Returns the "filters" node of the source.java.lang.String
TabularSource. getIndexerEngineId()
Deprecated.Since 8.1.0, lumis.search is deprecated and this method is no longer used.java.lang.String
TabularSource. getIndexerId()
Deprecated.Since 8.1.0, lumis.search is deprecated and this method is no longer used.java.lang.String
TabularSource. getSearcherEngineId()
Deprecated.Since 8.1.0, lumis.search is deprecated and this method is no longer used.java.lang.String
TabularSource. getSearcherId()
Deprecated.Since 8.1.0, lumis.search is deprecated and this method is no longer used.java.util.SortedSet<java.lang.String>
TabularSource. getSortedFieldIds(java.lang.String fieldCriteria)
Deprecated.This method may be removed in the future, because it is public and references field xml definition.static java.lang.Class<? extends Source>
SourceFactory. getSourceClass(org.w3c.dom.Node sourceDefinitionNode, ITransaction transaction)
protected int
AbstractObjectDataProvider. getTotalRows(SessionConfig sessionConfig, S source, ITransaction transaction)
Returns the total rows to be set on the generated tabular data.ITransaction
Source. getTransaction()
Returns the transaction for this source.boolean
TabularSource. hasField(java.lang.String fieldCriteria)
Deprecated.This method may be removed in the future, because it is public and references field xml definition.void
AbstractSourceConverter. init(ISourceContext sourceContext)
void
ISourceConverter. init(ISourceContext sourceContext)
This method is called to initialize the converter to be used in the given source context.void
SourceContainer. init()
void
Source. load()
This is where the actual loading of the source data takes place.void
AbstractObjectDataProvider. loadData(SessionConfig sessionConfig, S source, ITransaction transaction)
void
EmptyDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
IDataProvider. loadData(SessionConfig sessionConfig, S source, ITransaction transaction)
protected abstract java.util.List<T>
AbstractObjectDataProvider. loadObjects(SessionConfig sessionConfig, S source, ITransaction transaction)
Loads the objects.void
SourceContainer. loadSources()
protected void
SourceContainer. loadSourcesRecursively()
protected void
Source. postAddFieldData(SourcePostAddDataEvent event)
Called after data is added in the persistence.protected void
Source. postDeleteFieldData(SourcePostDeleteDataEvent event)
Called after fields data are deleted from the persistence.protected void
Source. postProcessSource()
Executes the post load processors associated with the current source.protected void
Source. postUpdateFieldData(SourcePostUpdateDataEvent event)
Called after data is updated in the persistence.protected void
Source. preAddFieldData(SourcePreAddDataEvent event)
Called before data is added in the persistence.protected void
Source. preDeleteFieldData(SourcePreDeleteDataEvent event)
Called before fields data are deleted from the persistence.protected void
Source. preUpdateFieldData(SourcePreUpdateDataEvent event)
Called before data is updated in the persistence.java.util.List<ISourceData>
Source. readData(java.lang.String... itemIds)
Returns the data corresponding to the givenitemIds
.java.util.List<ISourceData>
Source. readData(java.util.Collection<java.lang.String> itemIds)
Returns the data corresponding to the givenitemIds
.protected void
Source. readFieldsIntoFieldsMap()
Reads this source's fields into theSource.fieldsMap
.protected void
TabularSource. readFieldsIntoFieldsMap()
void
ISourceManager. registerSources(SessionConfig sessionConfig, java.lang.String sourceTypesDefinitionPath, ITransaction transaction)
void
SourceManager. registerSources(SessionConfig sessionConfig, java.lang.String sourceTypesDefinitionPath, ITransaction transaction)
void
Source. scheduleIndexData(java.lang.String... itemIds)
This method is a convenience overload that callsSource.scheduleIndexData(Collection)
.void
Source. scheduleIndexData(java.util.Collection<java.lang.String> itemIds)
Schedules the indexing of the data that corresponds to the specified item identifiers.protected void
Source. sendPostAddDataNotification(SourcePostAddDataEvent event)
Called after data is added in the persistence.protected void
Source. sendPostDeleteDataNotification(SourcePostDeleteDataEvent event)
Called after data is deleted from the persistence.protected void
Source. sendPostUpdateDataNotification(SourcePostUpdateDataEvent event)
Called after data is updated in the persistence.protected void
Source. sendPreAddDataNotification(SourcePreAddDataEvent event)
Called before data is added in the persistence.protected void
Source. sendPreDeleteDataNotification(SourcePreDeleteDataEvent event)
Called before data is deleted from the persistence.protected void
Source. sendPreUpdateDataNotification(SourcePreUpdateDataEvent event)
Called before data is updated in the persistence.protected void
Source. sendRenderDataChangedNotification(PortalEventOperationType operationType, java.lang.String... itemIds)
This method is a convenience overload that callsSource.sendRenderDataChangedNotification(PortalEventOperationType, Collection)
.protected void
Source. sendRenderDataChangedNotification(PortalEventOperationType operationType, java.util.Collection<java.lang.String> itemIds)
Sends a render data changed notification for the specified item identifiers.void
TabularSource. setData(TabularData tabularData)
Sets the data in this source.void
ISourceManager. unregisterSource(SessionConfig sessionConfig, java.lang.String sourceType, ITransaction transaction)
void
SourceManager. unregisterSource(SessionConfig sessionConfig, java.lang.String sourceType, ITransaction transaction)
ISourceUpdateDataResult
Source. updateData(java.lang.Object data)
Updates a data in the persistence this source represents.Constructors in lumis.doui.source that throw PortalException Constructor Description Source(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
TabularSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Creates a tabular source. -
Uses of PortalException in lumis.doui.source.field
Methods in lumis.doui.source.field that throw PortalException Modifier and Type Method Description void
BaseTabularSourceField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
Converts a row read from the data provider to this source field type.void
ITabularSourceField. convertRowToFieldData(ISourceData originalRow, ISourceData sourceRow)
Converts a row read from the data provider to this source field type.protected java.lang.Object
BaseSourceField. convertToFieldValueClass(java.lang.Object value, java.util.Locale locale, java.lang.String pattern)
Converts the given object to the this field's value class.protected IConverter
BaseSourceField. createConverter()
Factory method that creates a converter instance for this field.protected ISourceFieldDataType
BaseSourceField. createDataType()
Factory method that creates a data type instance for this field.org.w3c.dom.Node
BaseSourceField. getDefaultControlDefinition()
org.w3c.dom.Node
ISourceField. getDefaultControlDefinition()
Returns the default control definition to be used for this field.org.w3c.dom.Node
BaseSourceField. getDefaultInputControlDefinition()
org.w3c.dom.Node
ISourceField. getDefaultInputControlDefinition()
Returns the default input control definition to be used for editing this field's value.org.w3c.dom.Node
BaseSourceField. getDefaultViewControlDefinition()
org.w3c.dom.Node
ISourceField. getDefaultViewControlDefinition()
Returns the default control definition to be used for viewing this field's value.java.lang.String
LocalizableCharSequenceValue. getDisplayString(IRenderer renderer)
java.lang.String
LocalizableCharSequenceValue. getRenderData(IRenderer renderer)
java.lang.String
OptionLookupValue. getRenderData(IRenderer renderer)
void
BaseSourceField. init(Source<?> source, org.w3c.dom.Node fieldNode)
void
BaseTabularSourceField. init(Source<?> source, org.w3c.dom.Node fieldNode)
void
ISourceField. init(Source<?> source, org.w3c.dom.Node fieldNode)
Initializes this source field.default void
ISourceField. postAdd(SourcePostAddDataEvent event)
Method called for each source field after data is added.default void
ISourceField. postDelete(SourcePostDeleteDataEvent event)
Method called for each source field after data is deleted.default void
ISourceField. postUpdate(SourcePostUpdateDataEvent event)
Method called for each source field after data is updated.default void
ISourceField. preAdd(SourcePreAddDataEvent event)
Method called for each source field before data is added.default void
ISourceField. preDelete(SourcePreDeleteDataEvent event)
Method called for each source field before data is deleted.default void
ISourceField. preUpdate(SourcePreUpdateDataEvent event)
Method called for each source field before data is updated. -
Uses of PortalException in lumis.doui.source.field.type
Methods in lumis.doui.source.field.type that throw PortalException Modifier and Type Method Description protected void
FileDataType. deleteRelatedFile(ISourceField field, SourcePreDeleteDataEvent event)
Deletes related files from persistence.protected void
FilesDataType. deleteRelatedFiles(ISourceField field, SourcePreDeleteDataEvent event)
Deletes related files from persistence.java.lang.String
ChannelDataType.Data. getDisplayString(IRenderer renderer)
Returns the localized name of the channel.java.lang.String
DateDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
DateTimeDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
FileDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
FilesDataType.Data. getDisplayString(IRenderer renderer)
Returns the display string, as defined inFileDataType.Data.getDisplayString(IRenderer)
, of each file in this files data, separated by comma.java.lang.String
HtmlDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
PageDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
PrincipalDataType.Data. getDisplayString(IRenderer renderer)
java.lang.String
TimeDataType.Data. getDisplayString(IRenderer renderer)
static ISourceFieldDataType
SourceFieldTypes. getInstance(java.lang.String id)
protected java.util.Map<java.lang.String,java.lang.Object>
FileDataType.Data. getJSONData()
java.lang.String
ChannelDataType.Data. getRenderData(IRenderer renderer)
Returns a xml block that contains the id, name and path of the given channel.java.lang.String
DateDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
DateTimeDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
EmailDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
FileDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
FilesDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
HtmlDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
PageDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
PrincipalDataType.Data. getRenderData(IRenderer renderer)
java.lang.String
TimeDataType.Data. getRenderData(IRenderer renderer)
protected java.lang.String
FileDataType.Data. getXMLFragmentData(IRenderer renderer)
Generates the XML with the file informations.void
AbstractSourceFieldDataType. init(ISourceContext sourceContext)
Initializes this source field data type.void
ISourceFieldDataType. init(ISourceContext sourceContext)
Initializes this data type to be used in the given source context.void
HtmlDataType. postAdd(ISourceField field, SourcePostAddDataEvent event)
default void
ISourceFieldDataType. postAdd(ISourceField field, SourcePostAddDataEvent event)
Method called by default for each source field after data is added.default void
ISourceFieldDataType. postDelete(ISourceField field, SourcePostDeleteDataEvent event)
Method called by default for each source field after data is deleted.void
HtmlDataType. postUpdate(ISourceField field, SourcePostUpdateDataEvent event)
default void
ISourceFieldDataType. postUpdate(ISourceField field, SourcePostUpdateDataEvent event)
Method called by default for each source field after data is updated.void
HtmlDataType. preAdd(ISourceField field, SourcePreAddDataEvent event)
default void
ISourceFieldDataType. preAdd(ISourceField field, SourcePreAddDataEvent event)
Method called by default for each source field before data is added.void
FileDataType. preDelete(ISourceField field, SourcePreDeleteDataEvent event)
void
FilesDataType. preDelete(ISourceField field, SourcePreDeleteDataEvent event)
void
HtmlDataType. preDelete(ISourceField field, SourcePreDeleteDataEvent event)
default void
ISourceFieldDataType. preDelete(ISourceField field, SourcePreDeleteDataEvent event)
Method called by default for each source field before data is deleted.void
HtmlDataType. preUpdate(ISourceField field, SourcePreUpdateDataEvent event)
default void
ISourceFieldDataType. preUpdate(ISourceField field, SourcePreUpdateDataEvent event)
Method called by default for each source field before data is updated. -
Uses of PortalException in lumis.doui.source.filter
Methods in lumis.doui.source.filter that throw PortalException Modifier and Type Method Description ISourceFilter<? extends S>
ISourceFilter. getFilter(java.lang.String filterId)
Returns the filter with the given id.java.lang.String
ISourceFilter. getInputControlType()
Returns the input control type for this filter doui frontend.void
ISourceFilter. init(S source, org.w3c.dom.Node filterNode)
Initialization method, called before any other method on the filter instance.default boolean
ISourceFilter. isEnabled()
Returns if this filter is enabled. -
Uses of PortalException in lumis.doui.source.postloadprocessor
Methods in lumis.doui.source.postloadprocessor that throw PortalException Modifier and Type Method Description boolean
RowLinkPostLoadProcessor. checkPermissions(org.w3c.dom.Node parametersNode, Source source)
protected boolean
RowProcessActionPostLoadProcessor. checkPreCondition(SessionConfig sessionConfig, ISourceData row, Source<? extends ISourceData> source, org.w3c.dom.Node precondition, ITransaction transaction)
Checks the pre-condition for a row in a source.protected java.lang.String
ChannelNamePathConverterPostLoadProcessor. getChannelId(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected abstract java.lang.String
NamePathConverterPostLoadProcessor. getChannelId(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected java.lang.String
PageNamePathConverterPostLoadProcessor. getChannelId(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected java.lang.String
ServiceInstanceNamePathConverterPostLoadProcessor. getChannelId(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected java.lang.String
ChannelNamePathConverterPostLoadProcessor. getOriginalName(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected abstract java.lang.String
NamePathConverterPostLoadProcessor. getOriginalName(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected java.lang.String
PageNamePathConverterPostLoadProcessor. getOriginalName(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
protected java.lang.String
ServiceInstanceNamePathConverterPostLoadProcessor. getOriginalName(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
void
IPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
NamePathConverterPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
RowLinkPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
RowProcessActionPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SortPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.doui.source.processaction
Methods in lumis.doui.source.processaction that throw PortalException Modifier and Type Method Description protected void
SourceAddFileMultiRowDataProcessActionHandler. addRow()
Called bySourceAddFileMultiRowDataProcessActionHandler.doAction()
for each row to be added.protected void
SourceUpdateMultiRowDataProcessActionHandler. addRow()
protected void
SourceUpdateMultiRowDataProcessActionHandler. deleteRows(java.util.Collection<java.lang.String> rowsDeleted)
protected abstract void
BaseSourceProcessActionHandler. doAction()
Performs the source operation.protected void
SourceAddDataProcessActionHandler. doAction()
ExecutesSource.addData(Object)
and callsSourceAddDataProcessActionHandler.setItemIdAttribute(String)
.protected void
SourceAddFileMultiRowDataProcessActionHandler. doAction()
This method simply callsContentTableSourceAddDataProcessActionHandler#doAction()
for each row.protected void
SourceAddMultiRowDataProcessActionHandler. doAction()
This method calls theSource.addData(Object)
for each row.protected void
SourceDeleteDataProcessActionHandler. doAction()
Deletes the items with identifiers returned bySourceDeleteDataProcessActionHandler.getItemIdsToDelete()
.protected void
SourceUpdateDataProcessActionHandler. doAction()
void
SourceUpdateMultiRowDataProcessActionHandler. doAction()
void
SourceAddMultiRowDataProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
void
SourceUpdateMultiRowDataProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
protected boolean
BaseSourceProcessActionHandler. isSendRenderDataChangedNotificationEnabled()
Indicates if this process action is to send render data changed notification.void
BaseSourceProcessActionHandler. processAction()
protected void
SourceAddDataProcessActionHandler. setItemIdAttribute(java.lang.String itemId)
Stores the item identifier in the request as an attribute with namePortalRequestParameters.PAGE_PARAMETER_ITEMID
.protected void
SourceUpdateMultiRowDataProcessActionHandler. updateRow()
-
Uses of PortalException in lumis.doui.table
Methods in lumis.doui.table that throw PortalException Modifier and Type Method Description protected void
QueryBuilder. addQueryTables(QueryBase queryBase)
protected void
TableUpdateMultiRowDataProcessActionHandler. addRow()
Deprecated.protected QueryBase
TableDeleteDataProcessActionHandler. buildQuery()
Deprecated.Builds a delete statement.protected QueryBase
TableUpdateDataProcessActionHandler. buildQuery()
Deprecated.Calls the query build to build an update statement.QueryDelete
QueryBuilder. buildQueryDelete()
QueryDelete
QueryBuilder. buildQueryDelete(boolean primaryKeysProvided)
QueryInsert
QueryBuilder. buildQueryInsert()
QuerySelect
QueryBuilder. buildQuerySelect()
QuerySelect
TableDataProvider. buildQuerySelect(TableSource source, ITransaction transaction)
QueryUpdate
QueryBuilder. buildQueryUpdate()
protected QueryBuilder
BaseTableDataProcessActionHandler. createQueryBuilder()
Deprecated.QueryBuilder
TableDataProvider. createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
protected QueryBuilder
TableSource. createQueryBuilder(IParameters parameters)
Creates the query builder used by this source.protected IPortalEvent
BaseTableDataProcessActionHandler. createRenderDataChangedEvent(java.lang.Object itemId)
Deprecated.Creates a render data changed event.protected IPortalEvent
TableDeleteDataProcessActionHandler. createRenderDataChangedEvent(java.lang.Object itemId)
Deprecated.protected ITableSourceField
TableSource. createSourceField(org.w3c.dom.Node fieldNode)
ITableSourceFilter
TableSource. createSourceFilter(org.w3c.dom.Node filterNode)
protected TableSource
TableDeleteDataProcessActionHandler. createTableSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Deprecated.Creates a table source object.protected void
TableDeleteDataProcessActionHandler. deleteRelatedData(java.util.Collection<java.lang.String> itemIdsTemp, org.w3c.dom.Node currentSourceDefinitionNode, java.lang.String foreignPrimaryKeyFieldId, ITransaction transaction)
Deprecated.Deletes all data related to the given primary key ids.protected void
TableSource. deleteRelatedData(java.util.Collection<java.lang.String> itemIds)
Deletes all data related to the given itemIds.protected void
TableDeleteDataProcessActionHandler. deleteRelatedFiles(java.util.Collection<java.lang.String> itemIdsTemp, org.w3c.dom.Node currentSourceDefinitionNode, java.lang.String primaryKeyFieldId, ITransaction transaction)
Deprecated.Deletes all the files that are related to the current item.protected void
TableUpdateMultiRowDataProcessActionHandler. deleteRows(java.lang.String primaryKeyFieldId, java.util.Collection<java.lang.String> rowsDeleted)
Deprecated.protected ISourceAddDataResult
TableSource. doAddData(IParameters data)
protected void
TableSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected void
TableAddDataProcessActionHandler. doInsert()
Deprecated.The process of insertion in the database is done in this method.protected void
TableUpdateDataProcessActionHandler. doUpdate()
Deprecated.Sends pre-notifications, performs the updated followed by post-notifications.protected ISourceUpdateDataResult
TableSource. doUpdateData(IParameters data)
protected void
TableAddDataProcessActionHandler. execute(QueryInsert queryInsert)
Deprecated.This method actually executes the insert statement.protected void
TableDeleteDataProcessActionHandler. execute(QueryBase queryBase)
Deprecated.Executes the delete statement.protected void
TableUpdateDataProcessActionHandler. execute(QueryBase queryBase)
Deprecated.Actually performs the update statement.void
ITableDao. executeDelete(QueryDelete queryDelete, ITransaction transaction)
void
TableDaoJdbc. executeDelete(QueryDelete queryDelete, ITransaction transaction)
void
ITableDao. executeInsert(QueryInsert queryInsert, ITransaction transaction)
void
TableDaoJdbc. executeInsert(QueryInsert queryInsert, ITransaction transaction)
void
ITableDao. executeUpdate(QueryUpdate queryUpdate, ITransaction transaction)
void
TableDaoJdbc. executeUpdate(QueryUpdate queryUpdate, ITransaction transaction)
protected java.lang.String
TableSource. getDefaultProviderClass()
protected IQueryFilter
QueryBuilder. getFilter(QueryBase queryBase)
protected DouiIndexConfig
BaseTableDataProcessActionHandler. getIndexConfig()
Deprecated.Since 8.1.0, lumis.search is deprecated and this method is no longer used.protected QueryFilterGroup
QueryBuilder. getPrimaryKeyFilterGroup(QueryBase queryBase)
protected java.util.Vector<QuerySortOrder>
QueryBuilder. getSortOrders(QueryBase queryBase)
protected int
QueryBuilder. getStartAtValue()
QueryTable
QueryBuilder. getTable(TableSource tableSource)
org.w3c.dom.Node
ITableDao. getTotalInfo(QuerySelect querySelect, ITransaction transaction)
org.w3c.dom.Node
TableDaoJdbc. getTotalInfo(QuerySelect querySelect, ITransaction transaction)
protected void
BaseTableDataProcessActionHandler. indexData()
Deprecated.void
TableDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
protected void
TableDeleteDataProcessActionHandler. postDelete()
Deprecated.Hook for inheriting classes to be able to perform actions after deletion.protected void
TableAddDataProcessActionHandler. postInsert(java.lang.String primaryKey)
Deprecated.Sets the primary key render parameter.protected void
TableUpdateDataProcessActionHandler. postUpdate()
Deprecated.Hook placed for inheriting classes to perform post-update actions.protected void
TableDeleteDataProcessActionHandler. preDelete(QueryBase queryBase)
Deprecated.Hook placed in that does not perform any action.protected void
TableAddDataProcessActionHandler. preInsert(QueryInsert queryInsert)
Deprecated.Called before the insert action is taken.protected void
TableUpdateDataProcessActionHandler. preUpdate(QueryBase queryBase)
Deprecated.Hook placed for inheriting classes to perform pre-update actions.void
TableAddDataProcessActionHandler. processAction()
Deprecated.Processes the required action callingTableAddDataProcessActionHandler.processActionWithoutResponse()
and subsequently calls theProcessActionHandler.addDefaultResponse()
method.void
TableDeleteDataProcessActionHandler. processAction()
Deprecated.void
TableUpdateDataProcessActionHandler. processAction()
Deprecated.void
TableUpdateMultiRowDataProcessActionHandler. processAction()
Deprecated.protected void
TableAddDataProcessActionHandler. processActionWithoutResponse()
Deprecated.Processes the insert action.protected void
TableAddFileMultiRowDataProcessActionHandler. processActionWithoutResponse()
Deprecated.Performs the process action.protected void
TableAddMultiRowDataProcessActionHandler. processActionWithoutResponse()
Deprecated.Performs the process action.protected void
TableDeleteDataProcessActionHandler. processActionWithoutResponse()
Deprecated.Sends pre-notifications, executes the process action followed by post-notifications.protected void
TableUpdateDataProcessActionHandler. processActionWithoutResponse()
Deprecated.Simply calls theTableUpdateDataProcessActionHandler.doUpdate()
method.TabularData
ITableDao. readData(QuerySelect querySelect, ITransaction transaction)
Reads the data as specified in the given querySelect, and returns the result in aTabularData
.TabularData
TableDaoJdbc. readData(QuerySelect querySelect, ITransaction transaction)
TabularData
TableSource. readData(java.lang.String[] primaryKeyValues, ITransaction transaction)
Deprecated.Since 10.4.0 replaced bySource.readData(String...)
and#readData(Iterable)
for Source persistence API standardization.ISourceData
TableSource. readData(java.lang.String primaryKeyValue, ITransaction transaction)
Deprecated.Since 10.4.0 replaced bySource.readData(String...)
and#readData(Iterable)
for Source persistence API standardization.java.util.List<ISourceData>
TableSource. readData(java.util.Collection<java.lang.String> itemIds)
ISourceData
ITableDao.IRowProcessor. readRow(java.lang.Object[] values)
protected TabularData
BaseTableDataProcessActionHandler. readSelectedData()
Deprecated.Reads the data selected by the user from the persistence and returns it.protected void
TableAddDataProcessActionHandler. sendPostNotifications(java.lang.String primaryKey)
Deprecated.Sends process action execution and interface changed notifications.protected void
TableDeleteDataProcessActionHandler. sendPostNotifications()
Deprecated.Sends post notifications to registered observers.protected void
TableUpdateDataProcessActionHandler. sendPostNotifications()
Deprecated.Sends Update and interface changed notifications.protected void
TableAddDataProcessActionHandler. sendPreNotifications(java.lang.String primaryKey)
Deprecated.Called before the insert action is taken.protected void
TableDeleteDataProcessActionHandler. sendPreNotifications()
Deprecated.Sends notifications before the delete operation execution.protected void
TableUpdateDataProcessActionHandler. sendPreNotifications()
Deprecated.Hook placed for inheriting classes to send pre-notifications.protected void
BaseTableDataProcessActionHandler. sendRenderDataChangedNotification(java.lang.Object itemId)
Deprecated.Notifies observers that the render data may have changed.protected void
TableDeleteDataProcessActionHandler. sendRenderDataChangedNotification()
Deprecated.Identifies all the interfaces that may need to be updated and sends a notification.protected void
TableUpdateDataProcessActionHandler. sendRenderDataChangedNotification()
Deprecated.Notifies observers that the render data may have changed.protected void
TableAddDataProcessActionHandler. setPrimaryKeyAttribute(java.lang.String primaryKey)
Deprecated.Sets the primary key value in the request attribute.protected void
TableAddFileMultiRowDataProcessActionHandler. setPrimaryKeyAttribute(java.lang.String primaryKey)
Deprecated.There exists multiple primary keys.protected void
TableAddMultiRowDataProcessActionHandler. setPrimaryKeyAttribute(java.lang.String primaryKey)
Deprecated.There exists multiple primary keys.protected void
TableAddDataProcessActionHandler. setPrimaryKeyParameter(java.lang.Object primaryKeyValue)
Deprecated.The primary key value of the inserted data is placed in the process action parameters.protected void
TableAddDataProcessActionHandler. setPrimaryKeyRenderParameter(java.lang.String primaryKey)
Deprecated.Since 4.0.10 the primary key is no longer stored as a render parameter.protected void
TableAddFileMultiRowDataProcessActionHandler. setPrimaryKeyRenderParameter(java.lang.String primaryKey)
Deprecated.protected void
TableAddMultiRowDataProcessActionHandler. setPrimaryKeyRenderParameter(java.lang.String primaryKey)
Deprecated.protected boolean
BaseTableDataProcessActionHandler. shouldSendRenderDataChangedNotification()
Deprecated.Indicates if this process action should send render data changed notification.protected void
TableUpdateMultiRowDataProcessActionHandler. updateRow()
Deprecated.Constructors in lumis.doui.table that throw PortalException Constructor Description QueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
TableDataProvider()
TableSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Creates a tabular source. -
Uses of PortalException in lumis.doui.table.field
Methods in lumis.doui.table.field that throw PortalException Modifier and Type Method Description void
GenericTableSourceField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
protected ISourceFieldDataType
SingleColumnTableSourceField. createDataType()
abstract java.lang.Object
BaseTableSourceField. getAssignedValue(QueryBase queryBase)
java.lang.Object
GenericTableSourceField. getAssignedValue(QueryBase queryBase)
java.lang.Object
ITableSourceField. getAssignedValue(QueryBase queryBase)
Returns the value assigned as this field's value in the given query.QueryField
GenericTableSourceField. getDisplayQueryField(QueryBase queryBase)
QueryField
ITableSourceField. getDisplayQueryField(QueryBase queryBase)
Returns the query field to be used for display purposes for this field.abstract java.util.List<QueryAssignment>
BaseTableSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
abstract java.util.List<QueryAssignment>
BaseTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
java.util.List<QueryAssignment>
FileTableSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
FileTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
java.util.List<QueryAssignment>
GenericTableSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
GenericTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
java.util.List<QueryAssignment>
HtmlTableSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
HtmlTableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
java.util.List<QueryAssignment>
ITableSourceField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
Returns a list of query assignments to be used in the given query insert.java.util.List<QueryAssignment>
ITableSourceField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
Returns a list of query assignments to be used in the given query update.protected QueryField
ExperimentalGenericTableSourceField. getQueryField(QueryBase queryBase)
protected QueryField
GenericTableSourceField. getQueryField(QueryBase queryBase)
Returns the main query field for this source field.protected QueryField
GenericTableSourceField. getQueryField(QueryBase queryBase, boolean useLookupField)
Returns the query field for this field.protected QueryField
SingleColumnTableSourceField. getQueryField(QueryBase queryBase)
abstract IQueryFilter
BaseTableSourceField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
IQueryFilter
GenericTableSourceField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
IQueryFilter
ITableSourceField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
Returns a query filter for this field.abstract java.util.List<QuerySortOrder>
BaseTableSourceField. getQuerySortOrders(QueryBase queryBase, java.lang.String direction)
java.util.List<QuerySortOrder>
GenericTableSourceField. getQuerySortOrders(QueryBase queryBase, java.lang.String direction)
java.util.List<QuerySortOrder>
ITableSourceField. getQuerySortOrders(QueryBase queryBase, java.lang.String direction)
Returns a list of sort orders to be applied when it is to be ordered by this field.abstract TableSourceFieldMapping
BaseTableSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
ChannelTableSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
ExperimentalGenericTableSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
FileTableSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
GenericTableSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
ITableSourceField. getTableMapping(QueryBase queryBase)
Returns the table mapping for this field.TableSourceFieldMapping
PageTableSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
ParentContentSourceField. getTableMapping(QueryBase queryBase)
TableSourceFieldMapping
SingleColumnTableSourceField. getTableMapping(QueryBase queryBase)
void
ExperimentalGenericTableSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
GenericTableSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
SingleColumnTableSourceField. init(Source source, org.w3c.dom.Node fieldNode)
void
FileTableSourceField. preUpdate(SourcePreUpdateDataEvent event)
Constructors in lumis.doui.table.field that throw PortalException Constructor Description SingleColumnTableSourceField(java.lang.String tableRelationId, java.lang.String columnName, java.lang.String dataTypeId)
-
Uses of PortalException in lumis.doui.table.filter
Methods in lumis.doui.table.filter that throw PortalException Modifier and Type Method Description protected java.lang.String
MonthTableSourceFilter. calculateFilterOperator(org.w3c.dom.Node filterNode)
Always return the equals operator, just to be a valid binary operator and the extendedTableSourceFilter
to behave as expected.protected java.lang.String
TableSourceFilter. calculateFilterOperator(org.w3c.dom.Node filterNode)
Analyzes this filter and returns the operator that should be used with it.protected IQueryValue
TableSourceFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
Analyzes this filter and returns the value that should be used with it.protected java.lang.Object
TableSourceFilter. convertFilterStandardValue(java.lang.String value, org.w3c.dom.Node filterNode)
Checks and converts the filter "standard" value to real value.ITableSourceFilter
AbstractTableSourceFilter. getFilter(java.lang.String filterId)
ITableSourceFilter
CompositeTableSourceFilter. getFilter(java.lang.String filterId)
ITableSourceFilter
ITableSourceFilter. getFilter(java.lang.String filterId)
java.lang.String
AbstractTableSourceFilter. getInputControlType()
java.lang.String
CompositeTableSourceFilter. getInputControlType()
java.lang.String
MonthTableSourceFilter. getInputControlType()
java.lang.String
TableSourceFilter. getInputControlType()
IQueryFilter
CompositeTableSourceFilter. getQueryFilter(QueryBase queryBase, IParameters parameters)
IQueryFilter
ITableSourceFilter. getQueryFilter(QueryBase queryBase, IParameters parameters)
Returns the query filter to be used with the given query.IQueryFilter
TableSourceFilter. getQueryFilter(QueryBase queryBase, IParameters params)
Returns a query filter corresponding to this source filter definition.IQueryFilter
TableSourceFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
Creates a query filter, filtering the query field by the value, according to this filter definitions.void
AbstractTableSourceFilter. init(TableSource source, org.w3c.dom.Node filterNode)
void
CompositeTableSourceFilter. init(TableSource source, org.w3c.dom.Node filtersNode)
Creates and initializes the filters inside this composite filter.void
TableSourceFilter. init(TableSource source, java.lang.String fieldId, java.lang.String operator, IQueryValue filterValue)
void
TableSourceFilter. init(TableSource source, org.w3c.dom.Node filterNode)
boolean
TableSourceFilter. isEnabled()
void
TableSourceFilter. setDefinition(org.w3c.dom.Node filterDefinitionNode)
-
Uses of PortalException in lumis.doui.upgrade
Methods in lumis.doui.upgrade that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
UnregisterControlTypeStepHandler. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.lptf.doui.serviceinterface
Methods in lumis.lptf.doui.serviceinterface that throw PortalException Modifier and Type Method Description void
IDouiRequestCycle. executeUntilDouiContextCreation()
Executes the Doui request cycle until the step whereDouiContext
is created.void
IDouiRequestCycle. executeUntilInitDouiContext()
Executes the Doui request cycle until theDouiContext
initialization.void
IDouiActionRequestCycle. executeUntilLoadFromRequest()
Executes the Doui request cycle until load requisition information from request.void
IDouiRenderRequestCycle. executeUntilLoadFromRequest()
Executes the Doui request cycle until load requisition information from request.void
IDouiRenderRequestCycle. executeUntilLoadSources()
Executes the Doui request cycle until load sources step.void
IDouiActionRequestCycle. executeUntilProcessActions()
Executes the Doui request cycle until the process actions step.void
IDouiRenderRequestCycle. executeUntilRenderData()
Executes the Doui request cycle until render data step.boolean
IDouiActionRequestCycle. executeUntilValidate()
Executes the Doui request cycle until validation.boolean
IDouiRenderRequestCycle. executeUntilValidate()
Executes the Doui request cycle until validation. -
Uses of PortalException in lumis.lptf.portal.serviceinterface
Methods in lumis.lptf.portal.serviceinterface that throw PortalException Modifier and Type Method Description void
MockServiceInterfaceRenderResponse. applyStyle(int applyRule, java.lang.String styleFile)
void
ActionRequestCycle. processAction()
void
IActionRequestCycle. processAction()
Call theprocessAction
method of a service interface using this cycle's request and response objects.void
IRenderRequestCycle. render()
Call therender
method of a service interface using this cycle's request and response objects.void
RenderRequestCycle. render()
void
MockServiceInterfaceRenderResponse. setStyleId(java.lang.String styleId)
void
ServiceInterfaceTestCase. setUp()
Provides the structure needed to test a service interface: Creates the service interface instance Creates the render and action invocation contexts
(needed to perform tests on render and processAction methods) Starts an user session Starts a transactionvoid
ServiceInterfaceTestCase. tearDown()
This method performs the cleanup for the test: Disposes the transaction Ends session Delete the service interface instance created -
Uses of PortalException in lumis.lptf.portal.structure
Methods in lumis.lptf.portal.structure that throw PortalException Modifier and Type Method Description ChannelConfig
StructureHelper. createChannel()
Creates a channel.ChannelConfig
StructureHelper. createChannel(ChannelConfig parent)
Creates a channel within the given parent channel.ChannelConfig
StructureHelper. createChannelTemplate()
Creates a channel template.ChannelConfig
StructureHelper. createChannelTemplate(ChannelConfig parent)
Creates a channel template within the given parent channel.PageConfig
StructureHelper. createPage()
Creates a page.PageConfig
StructureHelper. createPage(ChannelConfig channelConfig)
Creates a page.PageConfig
StructureHelper. createPageTemplate()
Creates a page template.PageConfig
StructureHelper. createPageTemplate(ChannelConfig channelConfig)
Creates a page template.ServiceInstanceConfig
StructureHelper. createServiceInstance(java.lang.String serviceId)
Creates a service instance.ServiceInstanceConfig
StructureHelper. createServiceInstance(ChannelConfig channelConfig, java.lang.String serviceId)
Creates a service instance.ServiceInstanceConfig
StructureHelper. createServiceInstance(ChannelConfig channelConfig, java.lang.String serviceId, java.lang.String serviceInstanceName)
Creates a service instance.ServiceInterfaceInstanceConfig
StructureHelper. createServiceInterfaceInstance(java.lang.String serviceId, java.lang.String serviceInterfaceId)
Creates a service interface instance.ServiceInterfaceInstanceConfig
StructureHelper. createServiceInterfaceInstance(PageConfig pageConfig, ServiceInstanceConfig serviceInstanceConfig, java.lang.String serviceInterfaceId)
Creates a service interface instance.ServiceInterfaceInstanceConfig
StructureHelper. createServiceInterfaceInstance(ServiceInstanceConfig serviceInstanceConfig, java.lang.String serviceInterfaceId)
Creates a service interface instance.ServiceInstanceDependencyConfig
StructureHelper. makeDependency(ServiceInstanceConfig serviceInstance, ServiceInstanceConfig dependentServiceInstance, java.lang.String dependencyType)
Creates a dependency between the given service instances and returns the dependency configuration.
Uses the givendependencyType
parameter to set the dependency type. -
Uses of PortalException in lumis.portal
Subclasses of PortalException in lumis.portal Modifier and Type Class Description class
AccessDeniedException
class
FileUploadDeniedException
class
ImmutableResourceException
Exception that indicates an immutable resource was trying to be changed.class
IndexOutOfBoundsException
class
InvalidSessionException
class
PageNotFoundException
class
PortalObjectAlreadyExistsException
Exception thrown when adding a object with an identifier already in useclass
PortalObjectNotFoundException
class
UnexpectedException
class
UnsupportedOperationException
Methods in lumis.portal that throw PortalException Modifier and Type Method Description PortalRequestParameters.PreviousParameters
PortalRequestParameters. generatePreviousParameters(HttpServletRequest request)
Generate the previous parameters for this portal request parameters instance, storing it for automatic later retrieval.static BuildConfig
PortalContext. getBuildConfig()
static IEncryptor
PortalEncryptorFactory. getEncryptor()
Deprecated.static int
PortalContext. getMajorVersion()
Returns the major version of the portal.static int
PortalContext. getMinorVersion()
Returns the minor version of the portal.java.lang.String
PortalRequestParameters. getPageParameterValue(java.lang.String name)
java.util.Enumeration<java.lang.String>
PortalRequestParameters. getServiceInterfaceInstanceParameterNames(java.lang.String serviceInterfaceInstanceId)
java.util.Map<java.lang.String,java.lang.String[]>
PortalRequestParameters. getServiceInterfaceInstanceParameters(java.lang.String serviceInterfaceInstanceId)
java.lang.String
PortalRequestParameters. getServiceInterfaceInstanceParameterValue(java.lang.String name, java.lang.String serviceInterfaceInstanceId)
java.lang.String[]
PortalRequestParameters. getServiceInterfaceInstanceParameterValues(java.lang.String name, java.lang.String serviceInterfaceInstanceId)
static java.lang.String
PortalContext. getSimpleVersion()
Returns a simplified version of product's version (in the form <major>.<minor>.<release>).void
PortalRequestParametersControllerHtml. handleRequest()
void
PortalRequestParameters. setPageParameter(java.lang.String parameterName, java.lang.String[] parameterValues)
void
PortalRequestParameters. setPageParameters(java.util.Map<java.lang.String,java.lang.String[]> parameters)
void
PortalRequestParameters. setParameters(java.lang.String parametersXmlString)
java.util.HashMap<java.lang.String,java.lang.String[]>
PortalRequestParameters. setParameters(org.w3c.dom.Document parametersDoc)
void
PortalRequestParameters. setServiceInstanceParameters(java.lang.String serviceInstanceId, java.util.Map<java.lang.String,java.lang.String[]> parameters)
void
PortalRequestParameters. setServiceInterfaceInstanceFileParameters(java.lang.String serviceInterfaceInstanceId, java.util.Map<java.lang.String,FileParameter> parameters)
void
PortalRequestParameters. setServiceInterfaceInstanceParameters(java.lang.String serviceInterfaceInstanceId, java.util.Map<java.lang.String,java.lang.String[]> parameters)
void
PortalRequestParameters. setServiceInterfaceParameters(java.lang.String serviceInterfaceId, java.util.Map<java.lang.String,java.lang.String[]> parameters)
void
PortalRequestParameters. setServiceParameters(java.lang.String serviceId, java.util.Map<java.lang.String,java.lang.String[]> parameters)
Constructors in lumis.portal that throw PortalException Constructor Description PortalRequestParameters(SessionConfig sessionConfig, java.lang.String parametersXmlString)
PortalRequestParameters(SessionConfig sessionConfig, HttpServletRequest httpServletRequest)
PortalRequestParametersControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.acl
Methods in lumis.portal.acl that throw PortalException Modifier and Type Method Description boolean
IPortalAclManager. checkPermission(SessionConfig sessionConfig, IPermission permission, ITransaction transaction)
This method verifies if the permission is valid.boolean
PortalAclManager. checkPermission(SessionConfig sessionConfig, IPermission permission, ITransaction transaction)
AccessControlList
IPortalAclManager. get(SessionConfig sessionConfig, ITransaction transaction)
Get the Portal's Access Control List.AccessControlList
PortalAclManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
AccessControlList
PortalAclManager. get(SessionConfig sessionConfig, ITransaction transaction)
protected AccessControlList
PortalAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String ignoreItemId, ITransaction transaction)
protected AccessControlList
PortalAclManager. getAclInternal(SessionConfig sessionConfig, ITransaction transaction)
static int[]
PortalPermissions. getImplies()
protected int
PortalAclManager. getRequiredPermissions()
static int
PortalPermissions. getRequiredPermissions()
void
IPortalAclManager. update(SessionConfig sessionConfig, AccessControlList acl, ITransaction transaction)
Update the Portal's ACL.void
PortalAclManager. update(SessionConfig sessionConfig, AccessControlList acl, ITransaction transaction)
-
Uses of PortalException in lumis.portal.activitystream
Methods in lumis.portal.activitystream that throw PortalException Modifier and Type Method Description void
ActivityStreamManager. addAction(ActivityAction action)
void
IActivityStreamManager. addAction(ActivityAction action)
Adds a new action that may be used byactivities
.void
ActivityStreamManager. addActivity(Activity activity)
void
IActivityStreamManager. addActivity(Activity activity)
Adds an activity.void
IActivityStreamManager. addObjectType(ActivityObjectType objectType)
Adds an object type to the global registry.ISearchQueryFilter
ActivityStreamManager. createActivityStructureSearchQueryFilter(java.lang.String rootChannelId, java.util.Collection<java.lang.String> areaTags)
ISearchQueryFilter
IActivityStreamManager. createActivityStructureSearchQueryFilter(java.lang.String rootChannelId, java.util.Collection<java.lang.String> areaTags)
Creates aISearchQueryFilter
that filters the activities that belongs to a part of the structure of the portal.ISearchQueryFilter
ActivityStreamManager. createPriorityAndUserSearchQueryFilter(double minimumPriority, java.lang.String userId)
ISearchQueryFilter
IActivityStreamManager. createPriorityAndUserSearchQueryFilter(double minimumPriority, java.lang.String userId)
Returns a big data search query filter that filters the activities according to the ones the specified user is allowed to access and has a priority of at least the value specified.void
ActivityStreamManager. deleteAction(ActivityAction action)
void
IActivityStreamManager. deleteAction(ActivityAction action)
Deletes an action.void
ActivityStreamManager. deleteActivity(java.lang.String activityId)
void
IActivityStreamManager. deleteActivity(java.lang.String activityId)
Deletes an activity given its identifier.void
ActivityStreamManager. deleteObjectType(ActivityObjectType objectType)
void
IActivityStreamManager. deleteObjectType(ActivityObjectType objectType)
Deletes an object type from the global registry.void
ActivityStreamManager. deleteOldActivities()
void
IActivityStreamManagerSPI. deleteOldActivities()
Removes allactivities
that have reached their age deadline.void
ActivityStreamManager. disableActivityProcessor(ChannelConfig channel)
void
ActivityStreamManager. disableActivityProcessor(ServiceInstanceConfig serviceInstance)
void
IActivityStreamManagerSPI. disableActivityProcessor(ChannelConfig channel)
Set the activity processor of the given channel to disabledvoid
IActivityStreamManagerSPI. disableActivityProcessor(ServiceInstanceConfig serviceInstance)
Set the activity processor of the given service instance to disabledjava.util.List<ActivityObjectType>
ActivityStreamManager. findObjectTypes(java.lang.String query, int maxResults)
default java.util.List<ActivityObjectType>
IActivityStreamManagerSPI. findObjectTypes(java.lang.String query)
Find the first ten activity stream object types by id, given a search query.java.util.List<ActivityObjectType>
IActivityStreamManagerSPI. findObjectTypes(java.lang.String query, int maxResults)
Find activity stream object types by id, given a search query.java.util.Collection<ActivityPriority>
IActivityPrioritizer. generateActivityPriorities(Activity activity)
java.util.Collection<ActivityPriority>
PortalManagementActivityPrioritizer. generateActivityPriorities(Activity activity)
ActivityAction
ActivityStreamManager. getAction(java.lang.String actionId)
ActivityAction
IActivityStreamManager. getAction(java.lang.String actionId)
Returns the action of given identifier.java.lang.Integer
ActivityStreamManager. getActivitiesMaxAgeInDays()
java.lang.Integer
IActivityStreamManagerSPI. getActivitiesMaxAgeInDays()
Get the number of days anActivity
can exist before being removed.IActivityProcessorConfig
ActivityStreamManager. getActivityProcessorConfig(java.lang.String activityProcessorConfigId)
Returns the activity processor configuration with the given identifier.IActivityProcessorConfig
IActivityStreamManagerSPI. getActivityProcessorConfig(java.lang.String activityProcessorId)
Returns the activity processor of the given identifier.java.lang.String
ActivityStreamManager. getActivityProcessorId(ChannelConfig channel)
java.lang.String
ActivityStreamManager. getActivityProcessorId(ServiceInstanceConfig serviceInstance)
java.lang.String
IActivityStreamManagerSPI. getActivityProcessorId(ChannelConfig channel)
Get the activity processor identifier of the given channel.java.lang.String
IActivityStreamManagerSPI. getActivityProcessorId(ServiceInstanceConfig serviceInstance)
Get the activity processor identifier of the given service instance.java.lang.String
ActivityStreamManager. getLocalActivityProcessorId(ChannelConfig channel)
java.lang.String
ActivityStreamManager. getLocalActivityProcessorId(ServiceInstanceConfig serviceInstance)
java.lang.String
IActivityStreamManagerSPI. getLocalActivityProcessorId(ChannelConfig channel)
Get the local activity processor identifier of the given channel.java.lang.String
IActivityStreamManagerSPI. getLocalActivityProcessorId(ServiceInstanceConfig serviceInstance)
Get the local activity processor identifier of the given service instance.java.lang.String
ActivityAction. getLocalizedDisplayName(java.util.Locale locale)
Returns the localized display name of this action.java.lang.String
ActivityObjectType. getLocalizedDisplayName(java.util.Locale locale)
Returns the localized display name of this object type.ActivityObjectType
ActivityStreamManager. getObjectType(java.lang.String objectTypeId)
ActivityObjectType
IActivityStreamManager. getObjectType(java.lang.String objectTypeId)
Returns the object type of given identifier.java.util.List<ActivityObjectType>
ActivityStreamManager. getObjectTypes()
java.util.List<ActivityObjectType>
IActivityStreamManagerSPI. getObjectTypes()
Returns list of persisted activity object types.boolean
ActivityStreamManager. isActivityRead(java.lang.String activityId)
boolean
IActivityStreamManager. isActivityRead(java.lang.String activityId)
Verifies if an activity was already read by the current user.void
ActivityStreamManager. markActivityAsRead(java.lang.String activityId)
void
IActivityStreamManager. markActivityAsRead(java.lang.String activityId)
Marks an activity as read by the current user.void
ActivityStreamManager. markActivityAsUnread(java.lang.String activityId)
void
IActivityStreamManager. markActivityAsUnread(java.lang.String activityId)
Marks an activity as unread by the current user.void
IActivityUserNotifier. notify(ActivityDocument activityDocument, java.util.Collection<UserConfig> users)
Sends a notification tousers
about the activity that has occurred.void
ActivityStreamBigDataInitObserver. onEvent(IPortalEvent event)
void
ActivityStreamManager. registerActivityProcessor(java.lang.String activityProcessorConfigPath)
void
IActivityStreamManagerSPI. registerActivityProcessor(java.lang.String activityProcessorConfigPath)
Registers an activity processor configuration.void
ActivityStreamManager. registerDefaultActions()
void
IActivityStreamManagerSPI. registerDefaultActions()
Registers built-in default activity stream actions.void
ActivityStreamManager. registerDefaultActivityProcessors()
void
IActivityStreamManagerSPI. registerDefaultActivityProcessors()
Registers built-in default activity processors.void
ActivityStreamManager. setActivitiesMaxAgeInDays(java.lang.Integer days)
void
IActivityStreamManagerSPI. setActivitiesMaxAgeInDays(java.lang.Integer days)
Set the number of days anActivity
can exist before being removed.void
ActivityStreamManager. setActivityProcessorConfig(java.lang.String activityProcessorId, ChannelConfig channel)
void
ActivityStreamManager. setActivityProcessorConfig(java.lang.String activityProcessorId, ServiceInstanceConfig serviceInstance)
void
IActivityStreamManagerSPI. setActivityProcessorConfig(java.lang.String activityProcessorId, ChannelConfig channel)
Set the Activity Processor for the given channel.void
IActivityStreamManagerSPI. setActivityProcessorConfig(java.lang.String activityProcessorId, ServiceInstanceConfig serviceInstance)
Set the Activity Processor for the given service instance.void
ActivityStreamManager. setActivityProcessorInherited(ChannelConfig channel)
void
ActivityStreamManager. setActivityProcessorInherited(ServiceInstanceConfig serviceInstance)
void
IActivityStreamManagerSPI. setActivityProcessorInherited(ChannelConfig channel)
Set the activity processor of the given channel to be inherited from the parent channelvoid
IActivityStreamManagerSPI. setActivityProcessorInherited(ServiceInstanceConfig serviceInstance)
Set the activity processor of the given service instance to be inherited from the parent channelvoid
ActivityStreamManager. unregisterActivityProcessor(java.lang.String activityProcessorConfigId)
void
IActivityStreamManagerSPI. unregisterActivityProcessor(java.lang.String activityProcessorConfigId)
Unregisters an activity processor configuration.void
ActivityStreamManager. updateActivityObject(ActivityObject activityObject, java.lang.String scope)
void
IActivityStreamManagerSPI. updateActivityObject(ActivityObject activityObject, java.lang.String scope)
Updates the given activity object for the activity in the specified scopes. -
Uses of PortalException in lumis.portal.activitystream.notifier.email
Methods in lumis.portal.activitystream.notifier.email that throw PortalException Modifier and Type Method Description protected IMultipleMail
EmailNotifier. createMail(ActivityDocument.IActivity activity, java.util.Collection<UserConfig> users, java.util.Locale emailLocale)
Creates anIMultipleMail
from theActivityDocument.IActivity
.protected java.lang.String
EmailNotifier. getEmailBody(ActivityDocument.IActivity activity, java.util.Locale locale)
Generate an e-mail body for the activity.
The default implementation gets the localized STR_EMAIL_HTML_BODY, and runs the EL evaluator to return the complete body HTML.protected java.util.Collection<IMailDestination>
EmailNotifier. getEmailDestinations(ActivityDocument.IActivity activity, java.util.Collection<UserConfig> users)
Generate a list of email destinations to be added to an email of the activity.
the default implementation adds all users that have an email to the list.protected java.lang.String
EmailNotifier. getEmailSubject(ActivityDocument.IActivity activity, java.util.Locale locale)
Generate an e-mail subject for the activity.
The default implementation gets the localized STR_EMAIL_SUBJECT, and runs the EL evaluator to return the complete subject.protected java.util.Locale
EmailNotifier. getLocaleForEmail(ActivityDocument.IActivity activity)
Returns the locale to localize the emailjava.lang.String
EmailNotifierVariableResolver.ActionDecorator. getLocalizedDisplayName()
java.lang.String
EmailNotifierVariableResolver.ActionDecorator. getLocalizedDisplayName(java.util.Locale locale)
java.lang.String
EmailNotifierVariableResolver.ObjectTypeDecorator. getLocalizedDisplayName()
Returns the localized display name of this object type using the resolver locale.java.lang.String
EmailNotifierVariableResolver.ObjectTypeDecorator. getLocalizedDisplayName(java.util.Locale locale)
void
EmailNotifier. notify(ActivityDocument activityDocument, java.util.Collection<UserConfig> users)
-
Uses of PortalException in lumis.portal.ai
Methods in lumis.portal.ai that throw PortalException Modifier and Type Method Description default boolean
IAiManagerSPI. isAiEnabled(StructureElement structureElement)
Returns whether the AI is enabled for the given structure element, based on the property baglumis.portal.ai.enabled
.java.util.concurrent.CompletableFuture<java.lang.String>
IAiManagerSPI. requestEditHtml(java.lang.String inputHtml, java.lang.String instruction)
Request AI to edit a HTML code according to the given instructions.java.util.concurrent.CompletableFuture<java.lang.String>
IAiManagerSPI. requestEditHtmlText(java.lang.String inputHtml, java.lang.String instruction)
Request AI to edit the text inside a HTML code according to the given instructions.java.util.concurrent.CompletableFuture<java.lang.String>
IAiManagerSPI. requestEditText(java.lang.String inputText, java.lang.String instruction)
Request AI to edit a text according to the given instructions. -
Uses of PortalException in lumis.portal.ai.openai
Methods in lumis.portal.ai.openai that throw PortalException Modifier and Type Method Description java.util.concurrent.CompletableFuture<java.lang.String>
OpenAiManager. requestEditHtml(java.lang.String inputHtml, java.lang.String instruction)
java.util.concurrent.CompletableFuture<java.lang.String>
OpenAiManager. requestEditHtmlText(java.lang.String inputHtml, java.lang.String instruction)
java.util.concurrent.CompletableFuture<java.lang.String>
OpenAiManager. requestEditText(java.lang.String inputText, java.lang.String instruction)
-
Uses of PortalException in lumis.portal.analytics.automationflow
Methods in lumis.portal.analytics.automationflow that throw PortalException Modifier and Type Method Description static void
FlowManager. deleteFlowsById(java.lang.String serviceInstanceId, java.lang.String... ids)
Delete flows by identifiers.static void
FlowManager. deleteFlowsById(java.util.Collection<java.lang.String> ids, java.lang.String serviceInstanceId)
Delete flows by identifiers.static void
FlowManager. deleteFlowsByServiceInstanceId(java.lang.String serviceInstanceId)
Delete all flows entry by service instance identifier.void
ResumeFlowClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
abstract FlowNode.FlowNodeExecutionResult
FlowNode. execute(FlowContext flowContext)
Executes this node and returns the next node to be executed.static java.util.Collection<FlowEntry>
FlowManager. getAllFlows()
Returns all flows.protected static MonitorUser
FlowNode. getAndValidateNotAnonymousUser(FlowContext flowContext)
Returns the user from flow context.static FlowEntry
FlowManager. getByNameAndServiceInstance(java.lang.String name, java.lang.String serviceInstanceId)
Returns flow entry by name and service instance identifiers.java.util.Date
FlowContext. getDate()
Returns the event date.MonitorUser
FlowContext. getUser()
Returns the user.static void
FlowManager. onEvent(IMonitorEvent event, java.util.Deque<IMonitorValuesProvider> monitoringValues, Document document)
Receives an event from monitor frameworkstatic void
ResumeFlowClock. resumeAllSuspended()
Resumes all suspended flows that has a resume date before now.static void
ResumeFlowClock. resumeAllTimeoutWaitingForEvent()
Resumes the timed out flows that were waiting for an event to happen.static FlowEntry
FlowManager. saveAs(java.lang.String name, Flow flow, java.lang.String serviceInstanceId)
Save the given flow.static void
FlowManager. scheduleClearCache()
Schedule clear cache flows.void
SuspendedFlow. setEventAttributes(java.lang.Object eventAttributes)
Sets the eventAttributes.void
Flow. validate()
Validates this flow.Constructors in lumis.portal.analytics.automationflow that throw PortalException Constructor Description FlowContext(IMonitorEvent event, java.util.Deque<IMonitorValuesProvider> monitoringValues, Document document)
Creates a new instance. -
Uses of PortalException in lumis.portal.analytics.automationflow.action
Methods in lumis.portal.analytics.automationflow.action that throw PortalException Modifier and Type Method Description FlowNode.FlowNodeExecutionResult
AbstractJourneyTransitionActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
AddUserAttributeActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
CustomActionActionNode. execute(FlowContext flowContext)
boolean
ICustomAction. execute(IExperienceAutomationFlowContext flowContext)
Returnstrue
if the flow must continue orfalse
if it must be interrupted.FlowNode.FlowNodeExecutionResult
RecalculateUserSegmentationsMembershipActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
RemoveUserAttributeActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
RemoveUserFromJourneyActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
SendEmailActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
WaitActionNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
WaitForEventActionNode. execute(FlowContext flowContext)
java.util.Map<java.lang.String,java.lang.Object>
IExperienceAutomationFlowContext. getEventData()
Returns an unmodifiable map with the attributes of the event that triggered the experience automation flow.
The Java type of the attribute depends on the data type of the attribute as follows:
String, Text, Keyword: String Double: Double Boolean: Boolean Long: Long Date time: Date URL: URL Geopoint: ExtendedGeoPoint
The attributes may be wrapped within a list.
The maps keys are the monitor field's identifier.IExperienceAutomationFlowContext.IExperienceAutomationFlow
IExperienceAutomationFlowContext. getFlow()
Returns information about the experience automation flow being executed.UserConfig
IExperienceAutomationFlowContext. getFlowUser()
Returns the user that generated the event that triggered the flow.java.lang.String
WaitForEventActionNode. getWaitingEventId()
Returns the waiting event identifier of self node.Constructors in lumis.portal.analytics.automationflow.action that throw PortalException Constructor Description EventAttributesFlatMap(java.util.Map<java.lang.String,java.lang.Object> map)
Creates a new instance from the given map. -
Uses of PortalException in lumis.portal.analytics.automationflow.condition
Methods in lumis.portal.analytics.automationflow.condition that throw PortalException Modifier and Type Method Description boolean
AbstractUserInJourneyChoiceNode. evaluate(FlowContext flowContext)
boolean
FilterByEventAttributeNode. evaluate(FlowContext flowContext)
boolean
FilterBySegmentationNode. evaluate(FlowContext flowContext)
abstract boolean
TrueFalseNode. evaluate(FlowContext flowContext)
Evaluates the given flow context.FlowNode.FlowNodeExecutionResult
FilterByEventAttributeNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
FilterBySegmentationNode. execute(FlowContext flowContext)
FlowNode.FlowNodeExecutionResult
TrueFalseNode. execute(FlowContext flowContext)
Constructors in lumis.portal.analytics.automationflow.condition that throw PortalException Constructor Description FilterByEventAttributeNode(org.json.JSONObject object, FlowEntry flowEntry)
Creates a new instance from the given JSON object.FilterBySegmentationNode(org.json.JSONObject object, FlowEntry flowEntry)
Creates a new instance from the given JSON object. -
Uses of PortalException in lumis.portal.analytics.journey
Methods in lumis.portal.analytics.journey that throw PortalException Modifier and Type Method Description static Journey
JourneyManager. addJourney(java.lang.String name, java.lang.String serviceInstanceId, java.util.concurrent.TimeUnit timeoutUnit, int timeoutAmount)
Adds a new journey.JourneyStage
Journey. addStage(java.lang.String name, int position, boolean isJourneyStart, boolean journeyEnd, boolean createUserSegmentation, java.util.concurrent.TimeUnit timeoutUnit, int timeoutAmount)
Adds a stage in this journey.static JourneyInstance
JourneyManager. addUserToJourney(java.lang.String userId, java.lang.String stageId)
Adds the user with the given identifier to the journey through the stage with the given identifier.
Returnsnull
if the user is already in the journey or the createdJourneyInstance
otherwise.
This method uses its own transaction.static void
JourneyManager. clearAbandonedInstances()
Removes the abandoned instances.static void
JourneyManager. deleteJourneys(java.lang.String... journeyIds)
Removes the journey with the given identifier.static void
JourneyManager. deleteJourneys(java.util.Collection<java.lang.String> journeyIds)
Removes the given journey.static void
JourneyManager. deleteJourneysByServiceInstance(java.lang.String serviceInstanceId)
Removes all journeys of the service with the given identifier.static void
JourneyManager. deleteStages(java.lang.String... stageIds)
Deletes the given stages.static void
JourneyManager. deleteStages(java.util.Collection<java.lang.String> stageIds)
Deletes the given stages.void
JourneyClearAbandonedInstancesClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
static JourneyInstance
JourneyManager. getInstance(java.lang.String instanceId)
Returns the instance with the given identifier.static JourneyInstance
JourneyManager. getInstanceByUserAndJourney(java.lang.String userId, java.lang.String journeyId)
Returns the journey instance for the user in the journey.static JourneyInstance
JourneyManager. getInstanceByUserAndStage(java.lang.String userId, java.lang.String stageId)
Returns the journey instance for the user in the stage.static java.util.Collection<JourneyInstance>
JourneyManager. getInstancesByUser(java.lang.String userId)
Finds the instances of the given user.static Journey
JourneyManager. getJourney(java.lang.String journeyId)
Returns the journey with the given identifier.Journey
JourneyStage. getJourney()
Returns the journey.static java.util.Collection<java.lang.String>
JourneyManager. getJourneyIdsByServiceInstance(java.lang.String serviceInstanceId)
Returns all journeys of the service instance with the given identifier.JourneyStage
JourneyInstance. getStage()
Returns the stage.static JourneyStage
JourneyManager. getStage(java.lang.String stageId)
Returns the journey stage with the given identifier.java.util.Collection<JourneyStage>
Journey. getStages()
Returns the stages.static boolean
JourneyManager. isUserInJourney(java.lang.String userId, java.lang.String journeyId)
Returns whether the user with the given identifier is in journey with the given identifier.static boolean
JourneyManager. isUserInJourneyStage(java.lang.String userId, java.lang.String stageId)
Returns whether the user with the given identifier is in the stage with the given identifier.static java.lang.String
JourneyManager. localize(java.lang.String idString)
Returns the localized string with journey resources.static boolean
JourneyManager. moveUserToStage(java.lang.String userId, java.lang.String stageId)
Moves the user with the given identifier to the stage with the given identifier.
Returnsfalse
if the user is already in the given stage ortrue
otherwise.
The user must already be in the journey that contains the given stage.
This method uses its own transaction.static void
JourneyManager. removeAllUsersFromJourney(java.lang.String journeyId)
Removes all users from the journey with the given identifier.static void
JourneyManager. removeUserFromAllJourneys(MonitorUser monitorUser)
Remove the monitor user from all journeys.static void
JourneyManager. removeUsersFromJourney(java.util.Collection<java.lang.String> userIds, java.lang.String journeyId)
Removes the users with the given identifiers from the journey with the given identifier.static void
JourneyManager. updateJourney(Journey journey)
Updates the given journey.static void
JourneyManager. updateStage(JourneyStage stage, boolean createUserSegmentation)
Updates the given stage.
ThecreateUserSegmentation
parameter value will make either:
A new segmentation to be created if the parameter istrue
and the stage still doesn't have a segmentation created. The existent segmentation to be deleted if the parameter isfalse
and there's already a created segmentation. Nothing otherwise. -
Uses of PortalException in lumis.portal.analytics.usersegmentation
Methods in lumis.portal.analytics.usersegmentation that throw PortalException Modifier and Type Method Description void
IUserSegmentationManagerSPI. deleteSegmentations(java.util.Collection<java.lang.String> ids, java.lang.String serviceInstanceId)
Delete the given segmentations.void
IUserSegmentationManagerSPI. deleteSegmentationsByServiceInstanceId(java.lang.String serviceInstanceId)
Deletes all segmentations of the given service instance.java.util.List<IUserSegmentation>
IUserSegmentationManagerSPI. findByServiceInstanceAndLikeName(java.lang.String name, java.lang.String serviceInstanceId)
Returns the segmentations of the given service instance that matches the givenname
parameter.IUserSegmentation
IUserSegmentationManagerSPI. getById(java.lang.String id)
Returns the segmentation with the given identifier ornull
if no segmentation exists with the given identifier.IUserSegmentation
IUserSegmentationManager. getByNameAndServiceInstance(java.lang.String name, java.lang.String serviceInstanceId)
Returns the segmentation of the given name and service instance.java.util.List<IUserSegmentation>
IUserSegmentationManagerSPI. getByServiceInstance(java.lang.String serviceInstanceId)
Returns the segmentations of the given service instance.java.util.Collection<java.lang.String>
IUserSegmentationManagerSPI. getMemberSegmentations(java.lang.String monitorUserId)
Returns a collection of segmentations of the given user.java.util.Collection<java.lang.String>
IUserSegmentationManagerSPI. getMemberSegmentations(java.lang.String monitorUserId, boolean useSessionCache)
Returns a collection of segmentations of the given user.java.util.Collection<java.lang.String>
IUserSegmentationManagerSPI. getPortalMembers(java.lang.String segmentationId)
Returns the segmentation members.default java.util.Collection<java.lang.String>
IUserSegmentationManagerSPI. getPortalMemberSegmentations(java.lang.String portalUserId)
Returns a collection of segmentations of the given (portal) user.java.util.Collection<java.lang.String>
IUserSegmentationManagerSPI. getPortalMemberSegmentations(java.lang.String portalUserId, boolean useSessionCache)
Returns a collection of segmentations of the given (portal) user.java.util.Collection<IUserSegmentation>
IUserSegmentationManagerSPI. getSegmentationsThatNeedToHaveMembershipUpdated()
Returns a collection of user segmentations that must have the memberships updated.boolean
IUserSegmentationManagerSPI. isMember(java.util.Collection<java.lang.String> segmentationIds, java.lang.String monitorUserId)
Verifies if a user is a member of one of the specified segmentations.
The given user identifier refers to monitor user, not to the portal user.java.lang.String
IUserSegmentationManagerSPI. saveSegmentation(java.lang.String name, java.lang.String serviceInstanceId, org.json.JSONObject segmentationFilter)
Save the given segmentation and returns the identifier of the segmentation added or updated.IUserSegmentation
IUserSegmentationManagerSPI. updateSegmentation(java.lang.String id, java.lang.String serviceInstanceId, org.json.JSONObject filter)
Updates the given segmentation with the given filters.void
IUserSegmentationManager. updateSegmentationMembership(IUserSegmentation segmentation)
Updates the given segmentation memberships cache.void
IUserSegmentationManager. updateSegmentationMembership(IUserSegmentation segmentation, java.lang.String monitorUserId)
Updates the given segmentation membership cache for the given user. -
Uses of PortalException in lumis.portal.apm.metric.collector
Methods in lumis.portal.apm.metric.collector that throw PortalException Modifier and Type Method Description void
ApmGlobalCollectorClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.portal.appserver
Methods in lumis.portal.appserver that throw PortalException Modifier and Type Method Description void
GenericApplicationServerManager. deployWar(java.util.zip.ZipFile warFile, java.lang.String contextPath)
void
IAppServerDeployer. deployWar(java.util.zip.ZipFile warFile, java.lang.String contextPath)
Deploys the given war file to the specified context path.IAppServerDeployer
GenericApplicationServerManager. getDeployer()
IAppServerDeployer
IApplicationServerManager. getDeployer()
Returns the deployer for this application server.void
GenericApplicationServerManager. redeployWar(java.util.zip.ZipFile warFile, java.lang.String contextPath)
void
IAppServerDeployer. redeployWar(java.util.zip.ZipFile warFile, java.lang.String contextPath)
Redeploy the given war file to the specified context path.void
GenericApplicationServerManager. undeployWar(java.lang.String contextPath)
void
IAppServerDeployer. undeployWar(java.lang.String contextPath)
Undeploys the war at the specified context path. -
Uses of PortalException in lumis.portal.audit
Methods in lumis.portal.audit that throw PortalException Modifier and Type Method Description void
AuditManager. audit(java.lang.String title, java.lang.String description, java.lang.String typeKey)
Register an audit entry.lumis.portal.audit.AuditEntry
AuditManager. audit(java.lang.String title, java.lang.String description, java.lang.String typeKey, boolean registerChilds, ITransaction t)
Starts an operation for audit and add register an observer to the transaction in order to end the operation.void
IAuditManager. audit(java.lang.String title, java.lang.String description, java.lang.String typeKey)
Register an audit entry.lumis.portal.audit.AuditEntry
AuditManager. beginAudit(java.lang.String title, java.lang.String description, java.lang.String typeKey, boolean registerChilds)
Starts an operation for audit.void
AuditManager. disableType(java.lang.String auditEntryTypeId)
Disable theAuditEntryType
by it's id.void
AuditManager. enableType(java.lang.String auditEntryTypeId)
Enable theAuditEntryType
by it's id.void
AuditManager. endAudit(lumis.portal.audit.AuditEntry auditEntry)
Ends the AuditEntry operation.protected AuditCategory
AuditManager. findCategoryById(java.lang.String categoryId)
Find the category by it's id.protected AuditCategory
AuditManager. findCategoryByKey(java.lang.String categoryKey)
Find the AuditCategory by it's key.protected AuditEntryType
AuditManager. findEntryTypeByKey(java.lang.String entryTypeKey)
Find the AuditEntryType by it's key.AuditConfig
AuditManager. obtainConfiguration()
Obtain the audit configuration.protected void
AuditManager. registerEntry(lumis.portal.audit.AuditEntry auditEntry, AuditEntryState state)
Register the audit entry in database.void
AuditManager. removeOldEntries()
Remove audit entries older than the number of days specified by the cleanInterval field in configuration.void
AuditManager. updateCleanInterval(int cleanInterval)
Updates the time interval to clean audit entries. -
Uses of PortalException in lumis.portal.authentication
Subclasses of PortalException in lumis.portal.authentication Modifier and Type Class Description class
LoginFailedInvalidUserException
class
LoginFailedUserDisabledException
Methods in lumis.portal.authentication that throw PortalException Modifier and Type Method Description void
AuthenticationDaoJdbc. addUserSessionId(java.lang.String userSessionId, java.lang.String userId)
void
IAuthenticationDao. addUserSessionId(java.lang.String userSessionId, java.lang.String userId)
Add the User Session Id.java.util.Collection<SessionConfig>
AuthenticationDaoJdbc. clearInactiveSessions(int minutes, ITransaction transaction)
void
AuthenticationManager. clearInactiveSessions(SessionConfig sessionConfig, int minutes, ITransaction transaction)
java.util.Collection<SessionConfig>
IAuthenticationDao. clearInactiveSessions(int minutes, ITransaction transaction)
Remove sessions inactive for the specified amount of minutes.void
IAuthenticationManager. clearInactiveSessions(SessionConfig sessionConfig, int minutes, ITransaction transaction)
Deprecated.since 12.1.0 removed from stable API without replacement.void
AuthenticationDaoJdbc. deleteUserSessionByUserId(java.lang.String userId)
void
IAuthenticationDao. deleteUserSessionByUserId(java.lang.String userId)
Delete the User Session Id from the user id.void
AuthenticationDaoJdbc. deleteUserSessionId(java.lang.String userSessionId)
void
IAuthenticationDao. deleteUserSessionId(java.lang.String userSessionId)
Delete the User Session Id.void
AuthenticationManager. endImpersonation(SessionConfig sessionConfig)
void
IAuthenticationManager. endImpersonation(SessionConfig sessionConfig)
Ends an impersonation in the current thread, that has been started byIAuthenticationManager.impersonate(String)
.static java.util.Collection<java.lang.String>
AuthenticationUtil. getGroupsAliasesInUserSession(SessionConfig session)
Returns the groups of the user of the given session.static java.util.Collection<java.lang.String>
AuthenticationUtil. getGroupsIdsInUserSession(SessionConfig session)
Returns the groups of the user of the given session.static java.util.Collection<java.lang.String>
AuthenticationUtil. getGroupsNamesInUserSession(SessionConfig session)
Returns the groups of the user of the given session.java.util.Collection<SessionConfig>
AuthenticationDaoJdbc. getSessionsByUserId(java.lang.String userId, ITransaction transaction)
java.util.Collection<SessionConfig>
AuthenticationManager. getSessionsByUserId(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
java.util.Collection<SessionConfig>
IAuthenticationDao. getSessionsByUserId(java.lang.String userId, ITransaction transaction)
Returns a collection of active session objects for the given user.java.util.Collection<SessionConfig>
IAuthenticationManager. getSessionsByUserId(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
Returns a collection of active session objects for the given user.UserConfig
SessionConfig. getUserConfig()
Returns theUserConfig
associated with this session, cached inside this instance.java.lang.String
AuthenticationDaoJdbc. getUserId(java.lang.String userSessionId, ITransaction transaction)
java.lang.String
IAuthenticationDao. getUserId(java.lang.String userSessionId, ITransaction transaction)
Get the user id.java.lang.String
SessionConfig. getUserId()
Gets the user id associated with this session.java.lang.String
AuthenticationManager. getUserIdBySessionId(SessionConfig sessionConfig, ITransaction transaction)
Deprecated.java.lang.String
IAuthenticationManager. getUserIdBySessionId(SessionConfig sessionConfig, ITransaction transaction)
Deprecated.Since 4.0.8, this method was replaced bySessionConfig.getUserId()
.static java.util.Collection<java.lang.String>
AuthenticationUtil. getUserPrincipalsInUserSession(SessionConfig session)
Returns the groups of the user of the given session.static java.util.Collection<java.lang.String>
AuthenticationUtil. getUserSegmentations(SessionConfig session)
Returns the groups of the user of the given session.void
LoginControllerHtml. handleLogin(ITransaction transaction)
void
LoginControllerHtml. handleLogout(ITransaction transaction)
SessionConfig
AuthenticationManager. impersonate(java.lang.String userId)
SessionConfig
IAuthenticationManager. impersonate(java.lang.String userId)
The authenticated user in the current thread impersonates another user.void
SessionKeepAliveControllerXml. keepAlive()
void
AuthenticationDaoJdbc. keepSessionAlive(java.lang.String sessionId)
void
AuthenticationManager. keepSessionAlive(SessionConfig sessionConfig)
void
IAuthenticationDao. keepSessionAlive(java.lang.String sessionId)
Update the last access date for the given session.void
IAuthenticationManager. keepSessionAlive(SessionConfig sessionConfig)
Keeps the specified session alive by updating the last time the session was used.SessionConfig
AuthenticationManager. login(java.lang.String securityAlias, java.lang.String login, java.lang.String password, ITransaction transaction)
SessionConfig
AuthenticationManager. login(java.lang.String login, java.lang.String password, ITransaction transaction)
SessionConfig
IAuthenticationManager. login(java.lang.String securityAlias, java.lang.String login, java.lang.String password, ITransaction transaction)
Logins a user using the specified JAAS security alias, password as his credentials, and returns the new SessionConfig for the logged in user.SessionConfig
IAuthenticationManager. login(java.lang.String login, java.lang.String password, ITransaction transaction)
Logins a user using the specified password as his credentials, and returns the new SessionConfig for the logged in user.java.lang.String
AuthenticationManager. loginFramworkClockUser(ITransaction transaction)
Deprecated.java.lang.String
IAuthenticationManager. loginFramworkClockUser(ITransaction transaction)
Deprecated.Since 4.0.8, instead of calling this method generate a impersonated SessionConfig by callingIAuthenticationManager.impersonate(String)
usingUserConfig.USER_FRAMEWORKCLOCK_ID
as parameter.java.lang.String
AuthenticationManager. loginUser(java.lang.String login, java.lang.String password, ITransaction transaction)
Deprecated.SessionConfig
AuthenticationManager. loginUser(java.lang.String userId, ITransaction transaction)
java.lang.String
IAuthenticationManager. loginUser(java.lang.String login, java.lang.String password, ITransaction transaction)
Deprecated.Since 4.0.8, this method has been replaced byIAuthenticationManager.login(String, String, ITransaction)
.SessionConfig
IAuthenticationManager. loginUser(java.lang.String userId, ITransaction transaction)
Logins a user without performing any authentication.java.lang.String
AuthenticationManager. loginUserGuest()
Deprecated.java.lang.String
IAuthenticationManager. loginUserGuest()
Deprecated.Since 4.0.8, instead of calling this method generate a impersonated SessionConfig by callingIAuthenticationManager.impersonate(String)
usingUserConfig.USER_GUEST_ID
as parameter.void
AuthenticationManager. logoutUser(SessionConfig sessionConfig, ITransaction transaction)
void
IAuthenticationManager. logoutUser(SessionConfig sessionConfig, ITransaction transaction)
Close the user's session given the userSession and the transaction.static void
AuthenticationUtil. updateGroupMembershipLastUpdated()
Updates the group membership last updated date time over the cluster.boolean
ILoginValidator. validateLogin(java.lang.String login, java.lang.String password)
Deprecated.boolean
LoginValidator. validateLogin(java.lang.String login, java.lang.String password)
boolean
AuthenticationManager. validatePassword(java.lang.String login, java.lang.String password, ITransaction transaction)
boolean
IAuthenticationManager. validatePassword(java.lang.String login, java.lang.String password, ITransaction transaction)
Validates the password for the given login.boolean
AuthenticationManager. validateSessionId(SessionConfig sessionConfig, ITransaction transaction)
boolean
IAuthenticationManager. validateSessionId(SessionConfig sessionConfig, ITransaction transaction)
Validate the session of the User given the userSession and transaction.boolean
AuthenticationDaoJdbc. validateUserLogin(java.lang.String login, java.lang.String password, ITransaction transaction)
boolean
IAuthenticationDao. validateUserLogin(java.lang.String login, java.lang.String password, ITransaction transaction)
Validade the user login.java.lang.String
AuthenticationDaoJdbc. validateUserSession(java.lang.String userSessionId, ITransaction transaction)
java.lang.String
IAuthenticationDao. validateUserSession(java.lang.String userSessionId, ITransaction transaction)
Validate the session of the user.Constructors in lumis.portal.authentication that throw PortalException Constructor Description LoginControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
SessionKeepAliveControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.authentication.clock
Methods in lumis.portal.authentication.clock that throw PortalException Modifier and Type Method Description void
SessionClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.portal.authentication.http
Methods in lumis.portal.authentication.http that throw PortalException Modifier and Type Method Description java.lang.String
HttpHandshakeAuthenticator. authenticate(HttpServletRequest request, HttpServletResponse response)
Tries to authenticate the request, callingHttpHandshakeAuthenticator.doAuthentication(HttpServletRequest, HttpServletResponse)
orHttpHandshakeAuthenticator.requestAuthentication(HttpServletRequest, HttpServletResponse)
according to the current state.java.lang.String
IHttpAuthenticator. authenticate(HttpServletRequest request, HttpServletResponse response)
Performs the authentication for a given request.protected abstract java.lang.String
HttpHandshakeAuthenticator. doAuthentication(HttpServletRequest request, HttpServletResponse response)
Perform the user authentication for the given request.protected java.lang.String
SpnegoAuthenticator. doAuthentication(HttpServletRequest request, HttpServletResponse response)
protected abstract void
HttpHandshakeAuthenticator. requestAuthentication(HttpServletRequest request, HttpServletResponse response)
Request authentication from the browser.protected void
SpnegoAuthenticator. requestAuthentication(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.bigdata
Methods in lumis.portal.bigdata that throw PortalException Modifier and Type Method Description void
BigDataManager. addSynonym(ISynonym synonym)
void
IBigDataManager. addSynonym(ISynonym synonym)
Adds the given synonyms to be used duringdocument creation
.java.util.Map<IDocumentPopularityProvider.DocumentPopularityKey,java.lang.Double>
DummyDocumentPopularityProvider. calculateDocumentPopularities()
java.util.Map<IDocumentPopularityProvider.DocumentPopularityKey,java.lang.Double>
IDocumentPopularityProvider. calculateDocumentPopularities()
Returns a list of documents popularities.java.util.Map<IDocumentPopularityProvider.DocumentPopularityKey,java.lang.Double>
StandardDocumentPopularityProvider. calculateDocumentPopularities()
double
DummyDocumentPopularityProvider. calculateDocumentPopularity(StandardDocument document)
double
IDocumentPopularityProvider. calculateDocumentPopularity(StandardDocument document)
Returns the popularity for the given document.double
StandardDocumentPopularityProvider. calculateDocumentPopularity(StandardDocument document)
void
BigDataManager. deleteSynonyms(java.lang.String... synonymIds)
void
IBigDataManager. deleteSynonyms(java.lang.String... synonymIds)
Removes the synonyms with the given identifiers.void
BigDataManager. publishSynonyms(boolean forcePublish)
void
IBigDataManagerSPI. publishSynonyms(boolean forcePublish)
Writes
the synonyms files and reloaded them into therepository
.
Ifstatus
isSynonymsStatus.UPDATED
, nothing will be performed, unlessforcePublish
parameter istrue
.void
BigDataManager. updateSynonym(ISynonym synonym)
void
IBigDataManager. updateSynonym(ISynonym synonym)
Updates the given synonyms to be used duringdocument creation
.void
IBigDataSearcher. validate(SearchQuery searchQuery)
Checks is the givensearch query
is syntactically correct. -
Uses of PortalException in lumis.portal.bigdata.elasticsearch
Methods in lumis.portal.bigdata.elasticsearch that throw PortalException Modifier and Type Method Description void
ElasticsearchRepository. reloadSynonyms()
void
ElasticsearchRepository. validate(SearchQuery searchQuery)
-
Uses of PortalException in lumis.portal.bigdata.spi
Methods in lumis.portal.bigdata.spi that throw PortalException Modifier and Type Method Description void
IBigDataRepositorySPI. reloadSynonyms()
Reloads the synonyms in this repository. -
Uses of PortalException in lumis.portal.businesscontext.internal
Subclasses of PortalException in lumis.portal.businesscontext.internal Modifier and Type Class Description class
BusinessContextNotEnabledForCurrentChannelException
This exception indicates that the BusinessContext is not enabled nor inherited in the current channel.class
BusinessContextPropertyNotFoundException
This exception indicates that the property that was being looked for in the BusinessContext was not found.Methods in lumis.portal.businesscontext.internal that throw PortalException Modifier and Type Method Description void
BusinessContextManager. clearCache()
Clears the business context cache.BusinessContextUsage
BusinessContextManager. getLocalContexts(ChannelConfig channel)
Returns thebusiness context usage
for the given channel.BusinessContextUsage
BusinessContextManager. getLocalContexts(PageConfig page)
Returns thebusiness context usage
for the given page.void
BusinessContextManager. register(java.lang.String id, java.lang.String name, java.lang.String xml)
void
IBusinessContextManagerSPI. register(java.lang.String id, java.lang.String name, java.lang.String xml)
Registers a new contextvoid
BusinessContextManager. unregister(java.lang.String id)
void
IBusinessContextManagerSPI. unregister(java.lang.String id)
Deletes a selected context.void
BusinessContextManager. updateLocalBusinessContextUsage(java.lang.String propertyBagId, BusinessContextUsage usage)
Updates thebusiness context usage
for the property bag with the given identifier.void
BusinessContextManager. updateLocalBusinessContextUsage(ChannelConfig channel, BusinessContextUsage usage)
Updates thebusiness context usage
for the given channel.void
BusinessContextManager. updateLocalBusinessContextUsage(PageConfig page, BusinessContextUsage usage)
Updates thebusiness context usage
for the given page.void
BusinessContextManager. updateRegistration(java.lang.String id, java.lang.String name, java.lang.String xml)
void
IBusinessContextManagerSPI. updateRegistration(java.lang.String id, java.lang.String name, java.lang.String xml)
Updates a selected context.Constructors in lumis.portal.businesscontext.internal that throw PortalException Constructor Description BusinessContext(HttpServletRequest request, java.lang.String id, org.w3c.dom.Document xml)
Creates a new business context with the params.BusinessContextProperty(org.w3c.dom.Node property)
-
Uses of PortalException in lumis.portal.cache
Methods in lumis.portal.cache that throw PortalException Modifier and Type Method Description void
CacheManager. addCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
void
ICacheManager. addCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
Adds a cacheConfig to persistence.void
PortalCache. clear(ITransaction transaction)
Clears the cache and disables it until the given transaction ends.ICacheConfig
CacheManager. createCacheConfig(java.lang.String id)
ICacheConfig
ICacheManager. createCacheConfig(java.lang.String id)
Creates anICacheConfig
transient instance.void
CacheManager. deleteCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
void
ICacheManager. deleteCacheConfig(SessionConfig sessionConfig, ICacheConfig cacheConfig, ITransaction transaction)
Deletes a cacheConfig from persistence.protected abstract java.util.Collection<CacheItem<T>>
SingleOrBulkLoadCacheDataProvider. doBulkLoad(ICacheMultiDataProvider.IRequest request)
Performs a bulk load.protected abstract CacheItem<T>
SingleOrBulkLoadCacheDataProvider. doSingleLoad(ICacheMultiDataProvider.IRequest request)
Performs a single load.T
PortalCache. fetch(java.lang.String key)
Obtain the value associated with the specified key.T
PortalCache. fetch(java.lang.String key, int maxAgeSeconds)
Obtain the value associated with the specified key.T
PortalCache. fetch(java.lang.String key, int maxAgeSeconds, java.lang.String... groups)
Obtains the value associated with the specified key and groups.T
PortalCache. fetch(java.lang.String key, java.lang.String... groups)
Obtain the value associated with the specified key and groups.T
PortalCache. fetch(java.lang.String key, ICacheDataProvider<T> cacheDataProvider)
Obtain the value associated with the specified key.T
PortalCache. fetch(java.lang.String key, ICacheDataProvider<T> cacheDataProvider, java.lang.String... groups)
Obtain the value associated with the specified key and groups.ICacheConfig
CacheManager. getCacheConfig(SessionConfig sessionConfig, java.lang.String cacheConfigId, ITransaction transaction)
ICacheConfig
ICacheManager. getCacheConfig(SessionConfig sessionConfig, java.lang.String cacheConfigId, ITransaction transaction)
Returns a persistent cacheConfig instance.T
ICacheDataProvider. loadData(java.lang.String key)
Returns the data that is to be cached under the specified key.java.util.Collection<CacheItem<T>>
ICacheMultiDataProvider. loadData(ICacheMultiDataProvider.IRequest request)
Returns the data to be loaded into the cache.java.util.Collection<CacheItem<T>>
SingleOrBulkLoadCacheDataProvider. loadData(ICacheMultiDataProvider.IRequest request)
void
ClusterMembershipObserver. onEvent(IPortalEvent event)
void
PortalCache. remove(java.lang.String key, ITransaction transaction)
Removes an entry from the cache now and after the given transaction ends. -
Uses of PortalException in lumis.portal.channel
Subclasses of PortalException in lumis.portal.channel Modifier and Type Class Description class
ChannelPrefixInUseException
Exceptions that is raised when adding/updating a channel using a local group prefix already in use by another channelMethods in lumis.portal.channel that throw PortalException Modifier and Type Method Description void
ChannelDaoJdbc. add(ChannelConfig channelConfig, ITransaction transaction)
java.lang.String
ChannelManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelDao. add(ChannelConfig channelConfig, ITransaction transaction)
Add the channel.java.lang.String
IChannelManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Add a Channel.protected void
ChannelControllerXml. addChannel(ITransaction portalTransaction)
void
ChannelDaoJdbc. addCss(java.lang.String channelId, java.lang.String cssId, int position, ITransaction transaction)
void
IChannelDao. addCss(java.lang.String channelId, java.lang.String cssId, int position, ITransaction transaction)
Add the CSS of the channel.void
ChannelManager. addCssLink(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String cssId, int position, ITransaction transaction)
void
IChannelManager. addCssLink(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String cssId, int position, ITransaction transaction)
Add the hyperlink to the channel's CSS file.void
ChannelManager. addOrUpdate(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelManager. addOrUpdate(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Add or Update a Channel, depending on its previous existence.protected void
ChannelConfig. applyPropertyBagChanges()
boolean
ChannelDaoJdbc. checkForChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
boolean
IChannelDao. checkForChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
Returns if the channel prefix for local groups is already in use.void
ChannelManager. clearCache(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
void
IChannelManager. clearCache(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Clear the Channel cache.protected void
ChannelControllerXml. clearChannelCache(ITransaction portalTransaction)
java.lang.String
ChannelManager. copy(SessionConfig sessionConfig, java.lang.String sourceChannelId, java.lang.String destinationParentChannelId, ITransaction transaction)
java.lang.String
IChannelManager. copy(SessionConfig sessionConfig, java.lang.String sourceChannelId, java.lang.String destinationParentChannelId, ITransaction transaction)
Creates a new channel by copying source channel's properties and structure into destination's parent channel.WebResource
ChannelManager. createWebResourceByDynamicPath(java.lang.String dynamicPath)
void
ChannelDaoJdbc. delete(java.lang.String channelId, ITransaction transaction)
void
ChannelManager. delete(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
void
IChannelDao. delete(java.lang.String channelId, ITransaction transaction)
Delete the channel.void
IChannelManager. delete(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Delete the Channel.protected void
ChannelControllerXml. deleteChannel(ITransaction portalTransaction)
void
ChannelDaoJdbc. deleteCss(java.lang.String channelId, java.lang.String cssId, ITransaction transaction)
void
IChannelDao. deleteCss(java.lang.String channelId, java.lang.String cssId, ITransaction transaction)
Delete the CSS of the channel.void
ChannelManager. deleteCssLink(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String cssId, ITransaction transaction)
void
IChannelManager. deleteCssLink(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String cssId, ITransaction transaction)
Delete the hyperlink to the channel's CSS file.protected void
ChannelManager. deleteRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
void
ChannelConfig. deserialize(org.w3c.dom.Node channelNode)
java.lang.String
ChannelManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node channelNode, ITransaction transaction)
java.lang.String
IChannelManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node channelNode, ITransaction transaction)
void
ChannelManager. deserializeCss(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node cssLinksNodes, ITransaction transaction)
void
IChannelManager. deserializeCss(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node cssLinksNodes, ITransaction transaction)
protected void
ChannelConfig. deserializePropertyBag(org.w3c.dom.Node propertyBagNode)
void
ChannelManager. deserializeSecondPass(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node channelNode, ITransaction transaction)
void
IChannelManager. deserializeSecondPass(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node channelNode, ITransaction transaction)
Perfoms the second pass of the channels deserializationprotected void
ChannelManager. disconnectChannelsFromTemplatesRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
ChannelDaoJdbc. generateRandomChannelPrefix(ITransaction transaction)
java.lang.String
IChannelDao. generateRandomChannelPrefix(ITransaction transaction)
Generates a new random channel prefix, that is not already in use.ChannelConfig
ChannelDaoJdbc. get(java.lang.String channelId, ITransaction transaction)
ChannelConfig
ChannelManager. get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
ChannelConfig
IChannelDao. get(java.lang.String channelId, ITransaction transaction)
Returns the channel with the specified channelId.ChannelConfig
IChannelManager. get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the Channel's configuration.java.util.Collection<java.util.Locale>
ChannelConfig. getAcceptableLocales()
Returns this channel's acceptable locales.
If this channel does not define this property, it will be searched in parents recursively until a parent that defines it could be found or the root channel is reached.java.util.Collection<java.util.Locale>
ChannelConfig. getAcceptableLocalesLocal()
Returns this channel's acceptable locales.
If this channel does not define this property,null
will be returned.
If the inheritance should be used, consider usingChannelConfig.getAcceptableLocales()
instead.
Only the locales that exists in LumisPortal global locales are returned.int
ChannelManager. getCachePages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
int
IChannelManager. getCachePages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
boolean
ChannelManager. getCenterPages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
boolean
IChannelManager. getCenterPages(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Get a boolean indicating wheter the page must be centralized.int
ChannelDaoJdbc. getChannelTreeCount(java.lang.String rootChannelId, ITransaction transaction)
int
ChannelManager. getChannelTreeCount(java.lang.String rootChannelId, ITransaction transaction)
int
IChannelDao. getChannelTreeCount(java.lang.String rootChannelId, ITransaction transaction)
int
IChannelManager. getChannelTreeCount(java.lang.String rootChannelId, ITransaction transaction)
Returns the number of channels in the tree for which the root is the given channelId.java.util.List<java.lang.String>
ChannelDaoJdbc. getChannelTreeIds(java.lang.String rootChannelId, boolean includeIgnoredOnImportExportChannels, ITransaction transaction)
java.util.List<java.lang.String>
ChannelDaoJdbc. getChannelTreeIds(java.lang.String rootChannelId, ITransaction transaction)
java.util.List<java.lang.String>
ChannelManager. getChannelTreeIds(java.lang.String rootChannelId, boolean includeIgnoredOnImportExportChannels, ITransaction transaction)
java.util.List<java.lang.String>
ChannelManager. getChannelTreeIds(java.lang.String rootChannelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelDao. getChannelTreeIds(java.lang.String rootChannelId, boolean includeIgnoredOnImportExportChannels, ITransaction transaction)
Returns the tree identifiers of the root channel identified by the given identifier.java.util.List<java.lang.String>
IChannelDao. getChannelTreeIds(java.lang.String rootChannelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelManager. getChannelTreeIds(java.lang.String rootChannelId, ITransaction transaction)
Returns all the ids of channels in the tree for which the root is the given channelId.java.util.List<java.lang.String>
IChannelManagerSPI. getChannelTreeIds(java.lang.String rootChannelId, boolean includeIgnoredOnImportExportChannels, ITransaction transaction)
Returns all the ids of channels in the tree for which the root is the given channelId.java.util.List<java.lang.String>
ChannelDaoJdbc. getCssIds(java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
ChannelManager. getCssIds(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelDao. getCssIds(java.lang.String channelId, ITransaction transaction)
Get the ids of the channel's CSS.java.util.List<java.lang.String>
IChannelManager. getCssIds(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get a list of CSS Ids of the Channel.java.util.List<java.lang.String>
ChannelManager. getCssIdsRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelManager. getCssIdsRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get a list of Css Ids of the Channel including inherited Css.java.util.Locale
ChannelConfig. getDefaultLocale()
Returns the default locale of this channel.
If this channel does not define a default locale, it will be inherited from parent channel recursively.java.util.Locale
ChannelConfig. getDefaultLocaleLocal()
Returns the default locale of this channel.
If this channel does not define a default locale,null
will be returned.java.lang.String
ChannelManager. getFriendlyPath(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
IChannelManager. getFriendlyPath(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the friendly path of a channel.java.lang.String
ChannelDaoJdbc. getIdByChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
java.lang.String
IChannelDao. getIdByChannelPrefix(ChannelConfig channelConfig, ITransaction transaction)
java.util.Collection<java.lang.String>
ChannelDaoJdbc. getIdsByPageTemplateId(java.lang.String pageTemplateId, ITransaction transaction)
java.util.Collection<java.lang.String>
ChannelManager. getIdsByPageTemplateId(SessionConfig sessionConfig, java.lang.String pageTemplateId, ITransaction transaction)
java.util.Collection<java.lang.String>
IChannelDao. getIdsByPageTemplateId(java.lang.String pageTemplateId, ITransaction transaction)
Get the Ids of all channels that have the specified page template as the default page templatejava.util.Collection<java.lang.String>
IChannelManager. getIdsByPageTemplateId(SessionConfig sessionConfig, java.lang.String pageTemplateId, ITransaction transaction)
Retrieves the Ids of all channel that uses the specified page template as default page templatejava.util.List<java.lang.String>
ChannelManager. getIdsByParentChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelManager. getIdsByParentChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get a list of sub channel's id given the parent Channel's id.java.util.List<java.lang.String>
ChannelDaoJdbc. getIdsByParentTemplateId(java.lang.String parentTemplateId, ITransaction transaction)
java.util.List<java.lang.String>
ChannelManager. getIdsByParentTemplateId(SessionConfig sessionConfig, java.lang.String parentTemplateId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelDao. getIdsByParentTemplateId(java.lang.String parentTemplateId, ITransaction transaction)
Get the Ids of all channels associated with the specified template id.java.util.List<java.lang.String>
IChannelManager. getIdsByParentTemplateId(SessionConfig sessionConfig, java.lang.String parentTemplateId, ITransaction transaction)
Retrieves the Ids of all channel that uses the specified channel template.int
ChannelManager. getLayoutPagesType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
int
IChannelManager. getLayoutPagesType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Get a the page layout format.java.util.List<java.lang.String>
ChannelManager. getMetaTagIdsRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelManager. getMetaTagIdsRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get a list of meta-tags ids of the Channel including inherit Meta-tag.java.lang.String
ChannelManager. getPageTemplateIdRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
IChannelManager. getPageTemplateIdRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Returns the PageTemplateId for the specified channel (local or inherited from a parent channel)java.lang.String
ChannelManager. getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
java.lang.String
IChannelManager. getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Returns the defaultIPageWebResourceDataProvider
class name for the child pages of a channel.java.lang.String
ChannelManager. getPath(SessionConfig sessionConfig, java.lang.String channelId, boolean localizable, ITransaction transaction)
java.lang.String
ChannelManager. getPath(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
IChannelManager. getPath(SessionConfig sessionConfig, java.lang.String channelId, boolean localizable, ITransaction transaction)
Get the full path of the Channel.java.lang.String
IChannelManager. getPath(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the full path of the Channel.java.util.List<java.lang.String>
ChannelManager. getPathIds(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelManager. getPathIds(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get Ids of channel and its parents.java.util.List<java.lang.String>
ChannelManager. getPathNames(SessionConfig sessionConfig, java.lang.String channelId, boolean localizable, ITransaction transaction)
java.util.List<java.lang.String>
IChannelManager. getPathNames(SessionConfig sessionConfig, java.lang.String channelId, boolean localizable, ITransaction transaction)
Returns a list of strings each representing the name of the channel between the root portal channel and the channel solicited.IProject
ChannelConfig. getProject()
Returns the project this channel belongs to (if any).IProject
ChannelWebResource. getProject()
int
ChannelManager. getProtocolType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
int
IChannelManager. getProtocolType(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Returns the protocolType of the given channel.java.lang.String
ChannelManager. getRuntimeDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Deprecated.java.lang.String
IChannelManager. getRuntimeDataProviderClassName(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Deprecated.Since 5.0.0 replaced byIChannelManager.getPageWebResourceDataProviderClassName(SessionConfig, ChannelConfig, ITransaction)
.protected java.lang.String
ChannelWebResource. getSeoRuleUrlPattern()
java.util.List<java.lang.String>
ChannelDaoJdbc. getSubChannelIds(java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IChannelDao. getSubChannelIds(java.lang.String channelId, ITransaction transaction)
Get a list with ids of the sub channels.java.util.Collection<java.util.Locale>
ChannelManager. getWebResourceSupportedLocales(WebResource webResource)
boolean
ChannelManager. isCacheEnabled(WebResource webResource)
IChannelManagerSPI.IgnoreOnExportImportResult
ChannelManager. isIgnoreOnExportImport(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
IChannelManagerSPI.IgnoreOnExportImportResult
IChannelManagerSPI. isIgnoreOnExportImport(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Returns the result of a given channel ignoring.boolean
ChannelManager. isInsideChannelTemplate(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
boolean
IChannelManager. isInsideChannelTemplate(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Returns whether a channel is inside a channel template or if it is the channel template root itself.protected void
ChannelConfig. loadPropertyBagValues()
protected boolean
ChannelConfig. mayUseFriendlyId(java.lang.String friendlyId)
void
ChannelConfig. serialize(ChannelConfig channelConfig, java.io.OutputStream outputStream)
void
ChannelManager. serialize(SessionConfig sessionConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
void
IChannelManager. serialize(SessionConfig sessionConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
void
ChannelManager. serializeCss(SessionConfig sessionConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
void
IChannelManager. serializeCss(SessionConfig sessionConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
void
ChannelConfig. setAcceptableLocales(java.util.Collection<java.util.Locale> acceptableLocales)
Sets the acceptable locales of this channel.
Only accepts locales existent in LumisPortal global locales.void
ChannelConfig. setDefaultLocale(java.util.Locale defaultLocale)
Sets the default locale of this channel.void
ChannelManager. setPageCacheFilePath(PageCacheConfig pageCacheConfig)
void
ChannelManager. setWebResourcesMissingData(java.lang.String resourceId, boolean processChildren)
void
ChannelDaoJdbc. update(ChannelConfig channelConfig, ITransaction transaction)
void
ChannelManager. update(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelDao. update(ChannelConfig channelConfig, ITransaction transaction)
Update the channel.void
IChannelManager. update(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Update the Channel.void
ChannelManager. updateLocalGroupPrefixFromFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelManagerSPI. updateLocalGroupPrefixFromFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Updates the local group prefix of the given channel with its friendly identifier.void
ChannelManager. validateFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
void
IChannelManagerSPI. validateFriendlyId(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Validates the channel's friendly identifier.Constructors in lumis.portal.channel that throw PortalException Constructor Description ChannelControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, java.lang.Exception innerException)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, java.util.List<IResource> resources)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, java.util.List<IResource> resources, java.lang.Exception innerException)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, IResource resource)
ChannelPrefixInUseException(java.lang.String channelUsingPrefixId, java.lang.String prefix, IResource resource, java.lang.Exception innerException)
ChannelRenderDataChangedEvent(SessionConfig sessionConfig, java.util.Collection<ChannelConfig> channelsChanged, ITransaction transaction)
-
Uses of PortalException in lumis.portal.channel.acl
Methods in lumis.portal.channel.acl that throw PortalException Modifier and Type Method Description java.lang.String
ChannelAclManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
java.lang.String
IChannelAclManager. add(SessionConfig sessionConfig, ChannelConfig channelConfig, ITransaction transaction)
Add an Access Control List to the Channel.void
ChannelAclManager. checkRequiredPermissions(AccessControlList acl)
void
IChannelAclManager. checkRequiredPermissions(AccessControlList acl)
Checks if the required permissions were given for someone.AccessControlList
ChannelAclManager. get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
AccessControlList
IChannelAclManager. get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the Channel's Access Control List Channel.protected AccessControlList
ChannelAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
static int[]
ChannelPermissions. getImplies()
protected int
ChannelAclManager. getRequiredPermissions()
static int
ChannelPermissions. getRequiredPermissions()
void
ChannelAclManager. update(SessionConfig sessionConfig, java.lang.String channelId, AccessControlList acl, ITransaction transaction)
void
IChannelAclManager. update(SessionConfig sessionConfig, java.lang.String channelId, AccessControlList acl, ITransaction transaction)
Update the Channel's ACL. -
Uses of PortalException in lumis.portal.channel.acl.serialization
Methods in lumis.portal.channel.acl.serialization that throw PortalException Modifier and Type Method Description SerializationMessageConfigNode
ChannelAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList)
SerializationMessageConfigNode
ChannelAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
SerializationMessageConfigNode
IChannelAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList)
Get aSerializationMessageConfigNode
object containing fully recursive information about a channel ACL.SerializationMessageConfigNode
IChannelAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a channel ACL.AccessControlListSerializableConfig
ChannelAclSerializationManager. serialize(SerializationContext serializationContext, java.lang.String securableId)
-
Uses of PortalException in lumis.portal.channel.serialization
Methods in lumis.portal.channel.serialization that throw PortalException Modifier and Type Method Description void
ChannelSerializationManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
java.lang.String
ChannelSerializationManager. deserialize(DeserializationContext deserializationContext, ChannelSerializableConfig channelSerializableConfig, ChannelSerializableConfig parentChannelSerializableConfig)
java.lang.String
IChannelSerializationManager. deserialize(DeserializationContext deserializationContext, ChannelSerializableConfig channelSerializableConfig, ChannelSerializableConfig parentChannelSerializableConfig)
Deserialize a channel.ChannelConfig
ChannelSerializationManager. deserializeConfig(DeserializationContext deserializationContext, java.lang.String channelId)
ChannelConfig
IChannelSerializationManager. deserializeConfig(DeserializationContext deserializationContext, java.lang.String channelId)
Deserialize aChannelConfig
object.void
ChannelSerializationManager. deserializeContent(DeserializationContext deserializationContext, ChannelSerializableConfig channelSerializableConfig, ChannelSerializableConfig parentChannelSerializableConfig)
void
IChannelSerializationManager. deserializeContent(DeserializationContext deserializationContext, ChannelSerializableConfig channelSerializableConfig, ChannelSerializableConfig parentChannelSerializableConfig)
Deserialize channel content.SerializationMessageConfigNode
ChannelSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ChannelConfig channelConfig)
SerializationMessageConfigNode
IChannelSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext serializationContext, ChannelConfig channelConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a channel.boolean
ChannelSerializationManager. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
ChannelSerializableConfig
ChannelSerializationManager. serialize(SerializationContext serializationContext, java.lang.String channelId)
ChannelSerializableConfig
IChannelSerializationManager. serialize(SerializationContext serializationContext, java.lang.String channelId)
Serialize a channel. -
Uses of PortalException in lumis.portal.channel.template
Methods in lumis.portal.channel.template that throw PortalException Modifier and Type Method Description java.lang.String
ChannelTemplateManager. addChannelLink(SessionConfig sessionConfig, ChannelTemplateLinkConfig channelTemplateLinkConfig, ITransaction transaction)
java.lang.String
IChannelTemplateManager. addChannelLink(SessionConfig sessionConfig, ChannelTemplateLinkConfig channelTemplateLinkConfig, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.void
ChannelTemplateManager. deleteChannelLink(SessionConfig sessionConfig, java.lang.String channelLinkId, ITransaction transaction)
void
IChannelTemplateManager. deleteChannelLink(SessionConfig sessionConfig, java.lang.String channelLinkId, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.void
ChannelTemplateManager. deleteChannelLinks(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
void
IChannelTemplateManager. deleteChannelLinks(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.void
ChannelTemplateLinkConfig. deserialize(org.w3c.dom.Node channelNode)
java.lang.String
ChannelTemplateManager. deserializeChannelTemplateLink(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node linkNode, ITransaction transaction)
java.lang.String
IChannelTemplateManager. deserializeChannelTemplateLink(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node linkNode, ITransaction transaction)
Deserializes the channel template link in the given node.void
ChannelTemplateManager. disconnectFromTemplate(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
void
IChannelTemplateManager. disconnectFromTemplate(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
This method disconnects the specific channel from the channel's template.ChannelTemplateLinkConfig
ChannelTemplateManager. getChannelLinkBySourceId(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String sourceId, boolean getLinkedElementsOnly, ITransaction transaction)
ChannelTemplateLinkConfig
IChannelTemplateManager. getChannelLinkBySourceId(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String sourceId, boolean getLinkedElementsOnly, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.java.util.List<ChannelTemplateLinkConfig>
ChannelTemplateManager. getChannelLinks(SessionConfig sessionConfig, java.lang.String channelId, boolean getLinkedElementsOnly, ITransaction transaction)
java.util.List<ChannelTemplateLinkConfig>
IChannelTemplateManager. getChannelLinks(SessionConfig sessionConfig, java.lang.String channelId, boolean getLinkedElementsOnly, ITransaction transaction)
Deprecated.since 6.0.0,ChannelTemplateLinkConfig
is for internal use only.void
ChannelTemplateLinkConfig. serialize(java.io.OutputStream outputStream)
void
ChannelTemplateManager. serializeChannelTemplateLinks(SessionConfig sessionConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
void
IChannelTemplateManager. serializeChannelTemplateLinks(SessionConfig sessionConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
Serializes the channel template links of a single channel.protected void
ChannelTemplateControllerXml. updateChannelStructureFromTemplate(ITransaction portalTransaction)
protected void
ChannelTemplateManager. updateChannelStructureFromTemplate(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String channelTemplateId, org.w3c.dom.Document templateDocument, ITransaction transaction)
Updates a channel structure using the given template document.void
ChannelTemplateManager. updateChannelStructureFromTemplate(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
void
IChannelTemplateManager. updateChannelStructureFromTemplate(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
This method updates the channel's structure from the channel template.Constructors in lumis.portal.channel.template that throw PortalException Constructor Description ChannelTemplateControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
ChannelTemplateUpdateChannelsRunner(SessionConfig sessionConfig, java.lang.String processId, java.util.List<java.lang.String> channelIds)
Deprecated. -
Uses of PortalException in lumis.portal.channel.template.serialization
Methods in lumis.portal.channel.template.serialization that throw PortalException Modifier and Type Method Description void
ChannelTemplateSerializationManager. deserializeLink(DeserializationContext deserializationContext, ChannelTemplateLinkSerializableConfig channelTemplateLinkSerializableConfig)
void
IChannelTemplateSerializationManager. deserializeLink(DeserializationContext deserializationContext, ChannelTemplateLinkSerializableConfig channelTemplateLinkSerializableConfig)
Deserialize a channel template link.boolean
ChannelTemplateSerializationManager. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
java.util.List<ChannelTemplateLinkSerializableConfig>
ChannelTemplateSerializationManager. serializeLink(SerializationContext serializationContext, java.lang.String channelId)
java.util.List<ChannelTemplateLinkSerializableConfig>
IChannelTemplateSerializationManager. serializeLink(SerializationContext serializationContext, java.lang.String channelId)
Serialize a channel template link. -
Uses of PortalException in lumis.portal.channel.tree
Methods in lumis.portal.channel.tree that throw PortalException Modifier and Type Method Description protected void
ChannelTreeManager. addChannels(java.lang.StringBuilder result, java.lang.StringBuilder parentChannelIds, java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>> channelChildren, ILocalizationManager localizationManager, IResource resource, SessionConfig sessionConfig, java.lang.String primaryServiceInstanceId, ITransaction transaction)
protected void
ChannelTreeManager. addPages(java.lang.StringBuilder result, java.util.List<IChannelChild> children, SessionConfig sessionConfig, ITransaction transaction)
protected void
ChannelTreeControllerXml. getBasicData(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
ChannelTreeDaoJdbc. getBasicData(java.lang.String channelId, boolean hideChannelTemplates, java.lang.String primaryServiceInstanceId, ITransaction transaction)
java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
ChannelTreeDaoJdbc. getBasicData(java.lang.String channelId, boolean hideChannelTemplates, ITransaction transaction)
java.lang.String
ChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, java.lang.String primaryServiceInstance, ITransaction transaction)
java.lang.String
ChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, ITransaction transaction)
java.lang.String
ChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, java.lang.String rootChannelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, java.lang.String primaryServiceInstance, ITransaction transaction)
java.lang.String
ChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, java.lang.String rootChannelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, ITransaction portalTransaction)
java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
IChannelTreeDao. getBasicData(java.lang.String channelId, boolean hideChannelTemplates, java.lang.String primaryServiceInstanceId, ITransaction transaction)
Get the basic tree data of the channel considering area tags from each channel.java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
IChannelTreeDao. getBasicData(java.lang.String channelId, boolean hideChannelTemplates, ITransaction transaction)
Get the basic tree data of the channel.java.lang.String
IChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, java.lang.String serviceInstancePrimary, ITransaction transaction)
Get the basic tree data of the channel.java.lang.String
IChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, ITransaction transaction)
Get the basic tree data of the channel.java.lang.String
IChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, java.lang.String rootChannelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, java.lang.String primaryServiceInstanceId, ITransaction portalTransaction)
Get the basic tree data of the channel.java.lang.String
IChannelTreeManager. getBasicData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, java.lang.String rootChannelId, boolean hidePages, boolean hidePageTemplates, boolean hideChannelTemplates, ITransaction portalTransaction)
Get the basic tree data of the channel.java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
ChannelTreeDaoJdbc. getBasicDataWithAreaTags(java.lang.String channelId, java.lang.String rootChannelId, boolean hideChannelTemplates, java.util.Collection<java.lang.String> areaTags, ITransaction transaction)
java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
IChannelTreeDao. getBasicDataWithAreaTags(java.lang.String channelId, java.lang.String rootChannelId, boolean hideChannelTemplates, java.util.Collection<java.lang.String> areaTags, ITransaction transaction)
Get the basic tree data of the channel (with a given root channel) considering area tags from each child channels.java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
ChannelTreeDaoJdbc. getBasicDataWithRootChannel(java.lang.String channelId, java.lang.String rootChannelId, boolean hideChannelTemplates, ITransaction transaction)
java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
IChannelTreeDao. getBasicDataWithRootChannel(java.lang.String channelId, java.lang.String rootChannelId, boolean hideChannelTemplates, ITransaction transaction)
Get the basic tree data of the channel (with a given root channel).IChannelChild
IChannelChildProvider. getChannelChild(SessionConfig sessionConfig, java.lang.String childId, ITransaction transaction)
Given a child Id, this method returns a IChannelChild object that represents the child.IChannelChild
PageProvider. getChannelChild(SessionConfig sessionConfig, java.lang.String childId, ITransaction transaction)
org.json.simple.JSONArray
ChannelTreeDaoJdbc. getChannelChildren(java.lang.String channelId, ITransaction transaction)
org.json.simple.JSONArray
IChannelTreeDao. getChannelChildren(java.lang.String channelId, ITransaction transaction)
java.util.List<IChannelChild>
IChannelChildProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
Given a set of parentChannelIds, this method is responsible for returning a List of the children.java.util.List<IChannelChild>
PageProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
org.json.simple.JSONObject
ChannelTreeDaoJdbc. getChannelTree(java.lang.String channelId, boolean includeParents, boolean localizeNames, ITransaction transaction)
org.json.simple.JSONObject
IChannelTreeDao. getChannelTree(java.lang.String channelId, boolean includeParents, boolean localizeNames, ITransaction transaction)
protected void
ChannelTreeControllerXml. getChildrenData(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
ChannelTreeDaoJdbc. getChildrenData(java.lang.String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, ITransaction transaction)
java.lang.String
ChannelTreeManager. getChildrenData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, java.lang.String primaryServiceInstanceId, ITransaction transaction)
java.lang.String
ChannelTreeManager. getChildrenData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, ITransaction transaction)
java.util.List<IChannelChild>
IChannelChildProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
Given a parentChannelId, this method is responsible for returning a List of the children.java.util.Map<java.lang.String,java.util.List<lumis.portal.channel.tree.Channel>>
IChannelTreeDao. getChildrenData(java.lang.String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, ITransaction transaction)
Get the tree childen's data of the channel.java.lang.String
IChannelTreeManager. getChildrenData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, java.lang.String serviceInstanceId, ITransaction transaction)
Get the children's tree data of the channel.java.lang.String
IChannelTreeManager. getChildrenData(SessionConfig sessionConfig, IChannelChildProvider channelChildProvider, java.lang.String channelId, int hideChannels, int hidePages, int hidePageTemplates, int hideChannelTemplates, ITransaction transaction)
Get the children's tree data of the channel.java.util.List<IChannelChild>
PageProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
Constructors in lumis.portal.channel.tree that throw PortalException Constructor Description ChannelTreeControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.clock
Methods in lumis.portal.clock that throw PortalException Modifier and Type Method Description void
ClockDaoJdbc. add(ClockConfig clockConfig, ITransaction transaction)
java.lang.String
ClockManager. add(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
void
IClockDao. add(ClockConfig clockConfig, ITransaction transaction)
Add the clock.java.lang.String
IClockManager. add(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Add a clock.void
ClockDaoJdbc. addOrUpdate(ClockConfig clockConfig, ITransaction transaction)
void
ClockManager. addOrUpdate(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
void
IClockDao. addOrUpdate(ClockConfig clockConfig, ITransaction transaction)
Add or update the clock.void
IClockManager. addOrUpdate(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Update the configuration of a clock.void
ClockManager. checkSchedule(SessionConfig sessionConfig, ITransaction transaction)
This method is called at regular intervals by the framework.void
IClockManager. checkSchedule(SessionConfig sessionConfig, ITransaction transaction)
This method is called at regular intervals by thePortalClock
.void
ClockDaoJdbc. delete(java.lang.String clockId, ITransaction transaction)
void
ClockManager. delete(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
void
IClockDao. delete(java.lang.String clockId, ITransaction transaction)
Delete the clock.void
IClockManager. delete(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
Delete a clock.void
ClockManager. disable(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
void
IClockManager. disable(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
Set the "False" value to the enable property of a clock.void
IServiceClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
Executes a clock tick.void
ClockManager. enable(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
void
IClockManager. enable(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
Set the "True" value to the enable property of a clock.void
ClockManager. executeSchedule(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Deprecated.void
ClockManager. executeSchedule(ClockConfig clockConfig)
void
IClockManager. executeSchedule(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Deprecated.Since 5.6.0, replaced by#executeSchedule(SessionConfig,ClockConfig)
.void
IClockManager. executeSchedule(ClockConfig clockConfig)
Executes a clock implementation.java.util.List<ClockConfig>
ClockDaoJdbc. findRunningClocks(ITransaction transaction)
java.util.List<ClockConfig>
IClockDao. findRunningClocks(ITransaction transaction)
Get the running clocks.ClockConfig
ClockDaoJdbc. get(java.lang.String clockId, ITransaction transaction)
ClockConfig
ClockManager. get(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
ClockConfig
IClockDao. get(java.lang.String clockId, ITransaction transaction)
Get the configuration of the clock.ClockConfig
IClockManager. get(SessionConfig sessionConfig, java.lang.String clockId, ITransaction transaction)
Get the configuration of the clock.java.util.List<java.lang.String>
ClockDaoJdbc. getClockIds(ITransaction transaction)
java.util.List<java.lang.String>
IClockDao. getClockIds(ITransaction transaction)
Get a list of ids of the clock.java.util.Collection<java.lang.String>
ClockDaoJdbc. getClockIdsByServiceId(java.lang.String serviceId, ITransaction transaction)
java.util.Collection<java.lang.String>
ClockManager. getClockIdsByServiceId(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IClockDao. getClockIdsByServiceId(java.lang.String serviceId, ITransaction transaction)
Get a list of ids by passing the id of the service.java.util.Collection<java.lang.String>
IClockManager. getClockIdsByServiceId(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Return the Ids of all clocks registered for the specified service.java.util.Collection<ClockConfig>
ClockDaoJdbc. getDisabledClocks(ITransaction transaction)
java.util.Collection<ClockConfig>
ClockManager. getDisabledClocks(ITransaction transaction)
java.util.Collection<ClockConfig>
IClockDao. getDisabledClocks(ITransaction transaction)
Get disabled clocksjava.util.Collection<ClockConfig>
IClockManagerSPI. getDisabledClocks(ITransaction transaction)
Get disabled clocks.java.util.List<java.lang.String>
ClockDaoJdbc. getNextSchedules(ITransaction transaction)
java.util.List<java.lang.String>
IClockDao. getNextSchedules(ITransaction transaction)
Get next schedules.java.util.Date
IServiceClock. getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Returns the scheduled date-time for the next execution of a clock.java.util.Collection<ClockConfig>
ClockManager. getRunningClocks(long timeSpent, ITransaction transaction)
java.util.Collection<ClockConfig>
IClockManagerSPI. getRunningClocks(long timeSpent, ITransaction transaction)
Get clocks running longer than a specific time in milliseconds.java.util.Collection<ClockConfig>
ClockManager. getRunningClocksInHalfMaxRunTime(ITransaction transaction)
java.util.Collection<ClockConfig>
IClockManagerSPI. getRunningClocksInHalfMaxRunTime(ITransaction transaction)
Get clocks running longer than half of its configured maximum run time.boolean
ClockManager. isPortalClockRunning(SessionConfig sessionConfig, ITransaction transaction)
boolean
IClockManager. isPortalClockRunning(SessionConfig sessionConfig, ITransaction transaction)
Verify if the portal clock is running.boolean
ClockDaoJdbc. setClockRunning(java.lang.String clockId, boolean runningState, int maxRunTime, ITransaction transaction)
boolean
IClockDao. setClockRunning(java.lang.String clockId, boolean runningState, int maxRunTime, ITransaction transaction)
Set the running of the clock.boolean
ClockManager. setRunning(SessionConfig sessionConfig, java.lang.String clockId, boolean running, ITransaction transaction)
boolean
IClockManager. setRunning(SessionConfig sessionConfig, java.lang.String clockId, boolean running, ITransaction transaction)
Sets the running status of a clock in the database.boolean
ClockDaoJdbc. update(ClockConfig clockConfig, ITransaction transaction)
void
ClockManager. update(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
boolean
IClockDao. update(ClockConfig clockConfig, ITransaction transaction)
Update the clock.void
IClockManager. update(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
Update the configuration of a clock. -
Uses of PortalException in lumis.portal.cluster
Methods in lumis.portal.cluster that throw PortalException Modifier and Type Method Description IClusterConfig
IClusterManager. getClusterConfig(ITransaction transaction)
Returns a persistent cluster configuration object.IClusterConfig
SingleServerClusterManager. getClusterConfig(ITransaction transaction)
java.util.Collection<IClusterMember>
IClusterManager. getMembers()
Returns a collection with information about the current members of this cluster. -
Uses of PortalException in lumis.portal.cluster.multiserver
Methods in lumis.portal.cluster.multiserver that throw PortalException Modifier and Type Method Description void
DeleteExpiredDurableMessagesClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
IClusterConfig
JGroupsClusterManager. getClusterConfig(ITransaction transaction)
-
Uses of PortalException in lumis.portal.commandpalette
Methods in lumis.portal.commandpalette that throw PortalException Modifier and Type Method Description java.lang.String
CommandPaletteResource. getSuggestions(java.lang.String hint)
Returns the suggestions for the given hint.void
CommandPaletteBigDataInitializedEventObserver. onEvent(IPortalEvent event)
void
CommandPaletteManager. remove(DirtyItem item)
void
ICommandPaletteManagerSPI. remove(DirtyItem item)
Removes the given dirty item.void
CommandPaletteRebuildIndexTask. run()
void
CommandPaletteReindexDirtyItemsTask. run()
IQueueTaskProcess
CommandPaletteManager. scheduleRebuildIndex()
IQueueTaskProcess
ICommandPaletteManagerSPI. scheduleRebuildIndex()
Schedule a full index rebuild.IQueueTaskProcess
CommandPaletteManager. scheduleReindexDirtyItems()
IQueueTaskProcess
ICommandPaletteManagerSPI. scheduleReindexDirtyItems()
Schedule a reindex of dirty items.void
CommandPaletteManager. setDirty(ChannelConfig channel)
void
CommandPaletteManager. setDirty(PageConfig page)
void
ICommandPaletteManagerSPI. setDirty(ChannelConfig channel)
Sets the given channel dirty.void
ICommandPaletteManagerSPI. setDirty(PageConfig page)
Sets the given page dirty. -
Uses of PortalException in lumis.portal.configuration
Methods in lumis.portal.configuration that throw PortalException Modifier and Type Method Description EnvironmentProperty
EnvironmentConfiguration. addProperty(java.lang.String name)
Adds a property with the given name in the configuration.static ServerConfiguration
ServerConfiguration. getCurrentConfiguration()
Returns the current server configuration.java.util.Map<java.lang.String,java.util.List<java.lang.String>>
EnvironmentConfiguration. getProperties()
Returns an immutable map of the environment properties.java.lang.String
EnvironmentConfiguration. getPropertyValue(java.lang.String propertyName)
Returns the value of the property that has the given name.java.util.List<java.lang.String>
EnvironmentConfiguration. getPropertyValues(java.lang.String propertyName)
Returns an immutable set of values of the property that has the given name.static void
ServerConfiguration. removeConfiguration(java.lang.String serverId)
Removes the configuration for a given server id.static void
ServerConfiguration. updateConfiguration(java.lang.String serverId, java.lang.String baseSourcePath)
Updates the configuration.static void
EnvironmentConfiguration. updateCurrentConfiguration(EnvironmentConfiguration config)
Update the current configuration. -
Uses of PortalException in lumis.portal.controller
Subclasses of PortalException in lumis.portal.controller Modifier and Type Class Description class
ControllerException
Methods in lumis.portal.controller with parameters of type PortalException Modifier and Type Method Description protected java.lang.String
ControllerXml. getResponseXml(PortalException portalException)
Methods in lumis.portal.controller that throw PortalException Modifier and Type Method Description void
ControllerHtml. deleteCookie(java.lang.String name)
Deprecated.Since 4.0.7, useCookieUtil.deleteCookie(HttpServletRequest, HttpServletResponse, String)
instead.java.lang.String
ControllerHtml. getCookie(java.lang.String name)
Deprecated.Since 4.0.7, useCookieUtil.getCookie(HttpServletRequest, String)
instead.protected int
ControllerHtml. getRequestMode()
Returns the mode for the current request.protected java.lang.String
ControllerXml. getResponseXml(PortalException portalException)
void
ControllerHtml. loadUserInfo(ITransaction transaction)
Loads the user information from ther user session Id taken from the request cookie.void
ControllerXml. loadUserInfo(org.w3c.dom.Document requestDom, ITransaction portalTransaction)
Deprecated.Since 4.0.7 this method does nothing.void
ControllerHtml. setCookie(java.lang.String name, java.lang.String value)
Deprecated.Since 4.0.7, useCookieUtil.setCookie(HttpServletRequest, HttpServletResponse, String, String)
instead.Constructors in lumis.portal.controller that throw PortalException Constructor Description ControllerHtml(HttpServletRequest request, HttpServletResponse response)
ControllerHtml(HttpServletRequest request, HttpServletResponse response, boolean initialize)
ControllerXml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.crypto
Methods in lumis.portal.crypto that throw PortalException Modifier and Type Method Description void
ICipherSpi. init(org.w3c.dom.Node configuration)
This method is called only once and before any other method are called.void
MessageDigestCipher. init(org.w3c.dom.Node configuration)
void
SymmetricCipher. init(org.w3c.dom.Node configuration)
-
Uses of PortalException in lumis.portal.css
Methods in lumis.portal.css that throw PortalException Modifier and Type Method Description void
CssDaoJdbc. add(CssConfig cssConfig, ITransaction transaction)
java.lang.String
CssManager. add(SessionConfig sessionConfig, CssConfig cssConfig, ITransaction transaction)
void
ICssDao. add(CssConfig cssConfig, ITransaction transaction)
Add the CSS.java.lang.String
ICssManager. add(SessionConfig sessionConfig, CssConfig cssConfig, ITransaction transaction)
Add a CSS.void
CssManager. addOrUpdate(SessionConfig sessionConfig, CssConfig cssConfig, ITransaction transaction)
void
ICssManager. addOrUpdate(SessionConfig sessionConfig, CssConfig cssConfig, ITransaction transaction)
void
CssDaoJdbc. delete(java.lang.String cssId, ITransaction transaction)
void
CssManager. delete(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
void
ICssDao. delete(java.lang.String cssId, ITransaction transaction)
Delete the CSS.void
ICssManager. delete(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
Delete a CSS.void
CssManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
void
CssConfig. deserialize(org.w3c.dom.Node pageNode)
java.lang.String
CssManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node cssConfigNode, ITransaction transaction)
java.lang.String
ICssManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node cssConfigNode, ITransaction transaction)
Deserialize a CSS Configuration from a XML documentCssConfig
CssDaoJdbc. get(java.lang.String cssId, ITransaction transaction)
CssConfig
CssManager. get(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
CssConfig
ICssDao. get(java.lang.String cssId, ITransaction transaction)
Get the CSS.CssConfig
ICssManager. get(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
Get a CSS configuration.java.util.List<CssConfig>
CssDaoJdbc. getAll(ITransaction transaction)
java.util.List<CssConfig>
CssManager. getAll(SessionConfig sessionConfig, ITransaction transaction)
java.util.List<CssConfig>
ICssDao. getAll(ITransaction transaction)
Get all CSSsjava.util.Collection<java.lang.String>
CssDaoJdbc. getChannelIdsUsingCss(java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
CssManager. getChannelIdsUsingCss(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
ICssDao. getChannelIdsUsingCss(java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
ICssManager. getChannelIdsUsingCss(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
CssDaoJdbc. getPageIdsUsingCss(java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
CssManager. getPageIdsUsingCss(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
ICssDao. getPageIdsUsingCss(java.lang.String cssId, ITransaction transaction)
java.util.Collection<java.lang.String>
ICssManager. getPageIdsUsingCss(SessionConfig sessionConfig, java.lang.String cssId, ITransaction transaction)
void
CssConfig. serialize(java.io.OutputStream outputStream)
void
CssManager. serialize(SessionConfig sessionConfig, java.lang.String cssId, java.io.OutputStream outputStream, ITransaction transaction)
void
ICssManager. serialize(SessionConfig sessionConfig, java.lang.String cssId, java.io.OutputStream outputStream, ITransaction transaction)
Serializes a CSS Configuration into XML outputStreamvoid
CssDaoJdbc. update(CssConfig cssConfig, ITransaction transaction)
void
CssManager. update(SessionConfig sessionConfig, CssConfig cssConfig, ITransaction transaction)
void
ICssDao. update(CssConfig cssConfig, ITransaction transaction)
Update the CSS.void
ICssManager. update(SessionConfig sessionConfig, CssConfig cssConfig, ITransaction transaction)
Update a CSS.Constructors in lumis.portal.css that throw PortalException Constructor Description CssControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.css.serialization
Methods in lumis.portal.css.serialization that throw PortalException Modifier and Type Method Description void
CssSerializationManager. deserialize(DeserializationContext deserializationContext, CssSerializableConfig cssSerializableConfig)
void
ICssSerializationManager. deserialize(DeserializationContext deserializationContext, CssSerializableConfig cssSerializableConfig)
Deserialize a CSSCssSerializableConfig
CssSerializationManager. serialize(SerializationContext serializationContext, java.lang.String cssId)
CssSerializableConfig
ICssSerializationManager. serialize(SerializationContext serializationContext, java.lang.String cssId)
Serialize a CSS -
Uses of PortalException in lumis.portal.customerexperience
Methods in lumis.portal.customerexperience that throw PortalException Modifier and Type Method Description static java.util.Optional<ServiceInstanceConfig>
CustomerExperienceUtil. getClosestCustomerExperienceServiceInstance(java.lang.String originServiceInstanceId)
Returns the Customer Experience service instance closest to the given service instance's project. -
Uses of PortalException in lumis.portal.dao
Subclasses of PortalException in lumis.portal.dao Modifier and Type Class Description class
DaoException
Dao Exception -
Uses of PortalException in lumis.portal.dao.hibernate
Methods in lumis.portal.dao.hibernate that throw PortalException Modifier and Type Method Description protected void
GenericHibernateManualUpdateDao. add(T bean, ITransaction transaction)
Adds the bean to the persistence layer.boolean
TransactionHibernate. addObserver(ITransactionObserver observer)
boolean
TransactionHibernate. addObserverFirst(ITransactionObserver observer)
protected void
GenericHibernateManualUpdateDao. addOrUpdate(T bean, ITransaction transaction)
void
GenericHibernateDao. delete(T bean, ITransaction transaction)
Deletes the given bean from persistence.protected boolean
GenericHibernateManualUpdateDao. delete(ID id, ITransaction transaction)
Deletes the bean with the given id from persistence.protected void
GenericHibernateManualUpdateDao. evict(ID id, ITransaction transaction)
Evicts the bean with the given id from the second-level cache.protected boolean
GenericHibernateManualUpdateDao. exists(ID id, ITransaction transaction)
Returns whether the bean of identifierid
exists.T
GenericHibernateDao. get(ID id, ITransaction transaction)
Returns the bean with the given id.protected T
GenericHibernateManualUpdateDao. get(ID id, ITransaction transaction)
Returns the bean with the given id.protected org.hibernate.Session
GenericHibernateDao. getSession(ITransaction transaction)
Returns the hibernate session associated with the given transaction.void
GenericHibernateDao. persist(T bean, ITransaction transaction)
Persists a transient bean, making it persistent.static java.util.List<java.lang.Exception>
HibernateUtil. rebuildEntityManagerFactoriesIfNeeded()
Rebuilds the entity manager factories if needed.boolean
TransactionHibernate. removeObserver(ITransactionObserver observer)
protected void
GenericHibernateManualUpdateDao. update(T bean, ITransaction transaction)
-
Uses of PortalException in lumis.portal.deployment
Methods in lumis.portal.deployment that throw PortalException Modifier and Type Method Description void
DeploymentManager. changeComponentResolved(java.lang.String componentId, ITransaction transaction)
void
IDeploymentManagerSPI. changeComponentResolved(java.lang.String componentId, ITransaction transaction)
Changes the resolved value of the component based on the given component identifier.void
DeploymentManager. changeModuleResolved(java.lang.String moduleId, ITransaction transaction)
void
IDeploymentManagerSPI. changeModuleResolved(java.lang.String moduleId, ITransaction transaction)
Changes the resolved value of the module based on the given module identifier.static void
DeploymentUtil. clearStylesCache(java.util.Collection<java.lang.String> stylesPath)
Clears the cache of the styles with the given paths.static void
DeploymentUtil. copyPublicFiles(java.io.File portalFile, java.io.File baseFolder)
Copies all public files from the given component public file path to each website.static void
DeploymentUtil. copyPublicFiles(java.io.File portalFile, java.io.File baseFolder, IWebsite website)
Copies all public files from the given component public file path to the static directory of the given website.static void
DeploymentUtil. copyPublicFiles(java.lang.String componentPublicFilesPath, java.util.jar.JarFile moduleFile)
Copies all public files from the given component public file path to each website.static void
DeploymentUtil. copyPublicFiles(java.lang.String componentPublicFilesPath, java.util.jar.JarFile moduleFile, java.util.Collection<IWebsite> websites)
Copies all public files from the given component public file path to the given website only.static void
DeploymentUtil. createChannelComponent(java.lang.String name, java.lang.String channelId, java.lang.String exportToPath, IModule module, IFile componentDefinitionFile, ITransaction transaction)
IDeploymentExecutionPlan
DeploymentManager. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure)
IDeploymentExecutionPlan
DeploymentManager. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure, boolean wasClosedModule)
IDeploymentExecutionPlan
IDeploymentManagerSPI. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure)
Creates, validates and returns a module deployment execution plan.IDeploymentExecutionPlan
IDeploymentManagerSPI. createModuleDeploymentExecutionPlan(IFile moduleFolder, boolean forceReprocess, boolean syncStructure, boolean wasClosedModule)
Creates, validates and returns a module deployment execution plan.IDeploymentExecutionPlan
DeploymentManager. createModuleDeploymentProcess(java.io.InputStream moduleArchive, boolean reprocessAllComponents)
IDeploymentExecutionPlan
IDeploymentManager. createModuleDeploymentProcess(java.io.InputStream moduleArchive, boolean reprocessAllComponents)
Creates adeployment execution plan
for deploying the given module.IDeploymentExecutionPlan
DeploymentManager. createModuleUndeploymentProcess(java.util.List<IModule> modules)
IDeploymentExecutionPlan
IDeploymentManager. createModuleUndeploymentProcess(java.util.List<IModule> modules)
Creates adeployment execution plan
for undeployment of the given modules.IDeploymentExecutionPlan
DeploymentManager. createPackageDeploymentProcess(java.io.File packageArchive, boolean reprocessAllComponents)
IDeploymentExecutionPlan
DeploymentManager. createPackageDeploymentProcess(java.io.File packageArchive, boolean reprocessAllComponents, boolean syncStructure)
IDeploymentExecutionPlan
IDeploymentManager. createPackageDeploymentProcess(java.io.File packageArchive, boolean reprocessAllComponents)
Creates adeployment execution plan
for deploying the given package.IDeploymentExecutionPlan
IDeploymentManagerSPI. createPackageDeploymentProcess(java.io.File packageArchive, boolean reprocessAllComponents, boolean syncStructure)
Creates adeployment execution plan
for deploying the given package.static void
DeploymentUtil. deletePublicFiles(java.util.Set<java.lang.String> componentPublicFilesPaths)
Deletes the given files from public folder.static void
DeploymentUtil. deletePublicFiles(java.util.Set<java.lang.String> componentPublicFilesPaths, IWebsite website)
Deletes the given files from public folder for the given website.void
GenericWarDeployer. deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
Deprecated.void
IPortalDeployer. deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
Deprecated.Do the specified deployment into the portal.void
DeploymentManager. deployModuleSource(IModule module)
Deploys the module passed as a parameter.void
DeploymentManager. deployModuleSource(IFile moduleFolder)
Deploys the module referenced in the File parametervoid
DeploymentManager. deployModuleSource(IFile moduleFolder, boolean syncStructure)
Deploys the module referenced in the File parametervoid
IDeploymentManagerSPI. deployModuleSource(IModule module)
Deploys the module source folder.void
IDeploymentManagerSPI. deployModuleSource(IFile moduleSourceFolder)
Deploys the module source folder.void
IDeploymentManagerSPI. deployModuleSource(IFile moduleSourceFolder, boolean syncStructure)
Deploys the module source folder.ModuleType
IDeploymentManager. detectModuleType(java.io.InputStream moduleArchive)
Detects the module type of an archive, based on its contents.java.util.Collection<ActivityPriority>
DeploymentActivityPrioritizer. generateActivityPriorities(Activity activity)
static java.util.Set<java.lang.String>
DeploymentUtil. getAllAvailableResources()
Returns all available resources of all deployed modules.IComponent
DeploymentManager. getChannelComponent(java.lang.String channelId)
IComponent
IDeploymentManagerSPI. getChannelComponent(java.lang.String channelId)
Returns the component associated to the channel.IComponent
DeploymentManager. getComponent(java.lang.String componentId)
IComponent
IDeploymentManager. getComponent(java.lang.String componentId)
Returns the component with the specified identifier.static java.io.File
DeploymentUtil. getComponentFile(IComponent component)
Utility method to obtain an archive file relative to a component.static java.io.File
DeploymentUtil. getComponentFile(IComponent component, ComponentFolder folder)
Returns the relative folder path within a component.java.util.List<IComponent>
DeploymentManager. getComponents()
java.util.List<IComponent>
IDeploymentManagerSPI. getComponents()
Returns the list of all installed components.java.lang.String
GenericWarDeployer. getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated.java.lang.String
IPortalDeployer. getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated.Returns the service interface id to be called when the deployment will use this deployer.java.lang.String
DeploymentManager. getLastDeployInstallationId()
java.lang.String
IDeploymentManagerSPI. getLastDeployInstallationId()
Returns the last deployment installation identifier.ComponentObject
Component. getMetadataForComparing()
Returns the meta data that should be used for comparing this component (or its inner objects) to other one.ModuleObject
Module. getMetadataForComparing()
Returns the meta data that should be used for comparing this module (or its inner objects) to other one.IModule
DeploymentManager. getModule(java.lang.String moduleId)
IModule
IDeploymentManager. getModule(java.lang.String moduleId)
Returns the module with the specified identifier.static org.w3c.dom.Document
DeploymentUtil. getModuleDefinitionFromJarModule(java.io.File moduleFile)
Returns the module descriptor for a module JAR file.static java.io.File
DeploymentUtil. getModuleFile(IModule module)
Utility method to obtain an archive file relative to a module.static java.io.File
DeploymentUtil. getModuleFile(IModule module, ModuleType moduleType)
Utility method to obtain an archive file relative to a module.static LocalDataFile
DeploymentUtil. getModuleLocalDataFile(java.lang.String moduleId)
Utility method to obtain an archive file relative to a module.static LocalDataFile
DeploymentUtil. getModuleLocalDataFile(IModule module)
Utility method to obtain an archive file relative to a module.java.util.Collection<IModule>
DeploymentManager. getModules(ModuleType moduleType)
java.util.Collection<IModule>
IDeploymentManager. getModules(ModuleType moduleType)
Returns the currently installed modules of the specified type.static java.io.File
DeploymentUtil. getNewVersionModuleFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.static LocalDataFile
DeploymentUtil. getNewVersionModuleLocalDataFile(IModule module)
Utility method to obtain the new version of the archive file relative to a module.static java.io.File
DeploymentUtil. getOldVersionModuleFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.static LocalDataFile
DeploymentUtil. getOldVersionModuleLocalDataFile(IModule module)
Utility method to obtain the old version of the archive file relative to a module.IPortalDeployer
DeploymentManager. getPortalDeployer(DeployConfig deployConfig)
Deprecated.IPortalDeployer
IDeploymentManager. getPortalDeployer(DeployConfig deployConfig)
Deprecated.Since 5.0.0 the use ofIPortalDeployer
has been deprecated.java.lang.String
DeploymentManager. getResourceModuleId(java.lang.String resource)
Returns the module id for the given resourcejava.lang.String
IDeploymentManagerSPI. getResourceModuleId(java.lang.String resource)
Returns the module id corresponding to a resource.java.util.Set<java.lang.String>
DeploymentManager. getResources(java.net.URI basePath, boolean recursively, IResourceFilter resourceFilter)
java.util.Set<java.lang.String>
IDeploymentManagerSPI. getResources(java.net.URI basePath, boolean recursively, IResourceFilter resourceFilter)
Returns the available resources within the given base path.static java.util.Set<java.lang.String>
DeploymentUtil. getResourcesOfModule(IModule module)
Returns all available resources of a given module.boolean
DeploymentManager. isInstallInProgress()
boolean
IDeploymentManagerSPI. isInstallInProgress()
Returns whether a deploy installation is in progress.static java.util.Collection<java.lang.String>
DeploymentUtil. readAllStylesFromModule(IModule module)
Returns all styles present in the given module.static java.util.Collection<java.lang.String>
DeploymentUtil. readAllStylesFromModule(IModule module, java.io.File moduleFile)
Returns all styles present in the given module.void
DeploymentManager. registerActivityStreamStructure()
Register activity-related structure.static ClusterMirroredLocalDataFile
DeploymentUtil. renameTempPortalFileToFinalModulePortalFile(LocalDataFile tempPortalFile)
Renames the temp module file to the unique module file name.void
DeploymentManager. resetDeployment()
void
IDeploymentManagerSPI. resetDeployment()
Resets the deployment status (and performs all required actions) to make a new deployment possible.
This method can make the portal unstable.protected boolean
BusinessContextRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
protected boolean
ServiceRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
protected boolean
ThemeRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
protected boolean
WorkflowRegisterHelper. shouldUnregister(SessionConfig sessionConfig, IDeployObject definition, ITransaction transaction)
java.lang.String
DeploymentManager. submit(IDeploymentExecutionPlan executionPlan)
java.lang.String
IDeploymentManager. submit(IDeploymentExecutionPlan executionPlan)
Submits theexecution plan
created by this manager and returns the createdprocess
identifier.void
DeploymentManager. updateChannelId(java.lang.String componentId, java.lang.String channelId)
void
DeploymentManager. updateChannelId(java.lang.String componentId, java.lang.String channelId, boolean allowUpdateIfChannelBelongsToOtherComponent)
void
IDeploymentManagerSPI. updateChannelId(java.lang.String componentId, java.lang.String channelId)
Updates the channelId of the given component.void
IDeploymentManagerSPI. updateChannelId(java.lang.String componentId, java.lang.String channelId, boolean allowUpdateIfChannelBelongsToOtherComponent)
Updates the channelId of the given component.void
DeploymentManager. updateClassLoader(java.util.Collection<IModule> modulesToBeAdded, java.util.Collection<IModule> modulesToBeRemoved, ModuleDiff diff, boolean forceReprocess)
Updates the portal classloader over the cluster..void
DeploymentMessageWriter. write(java.lang.String title, java.lang.String message, DeploymentMessageLevel level)
Writes the given message as a package message, a module message and / or a component message accordingly to the provided identifiers. -
Uses of PortalException in lumis.portal.deployment.exception
Subclasses of PortalException in lumis.portal.deployment.exception Modifier and Type Class Description class
DeploymentInProgressException
Indicates that exists a deployment in progress.class
IllegalModuleArchiveException
Indicates that a module archive provided is illegal.class
IllegalPackageArchiveException
Exception thrown when a package archive is not valid. -
Uses of PortalException in lumis.portal.deployment.process
Methods in lumis.portal.deployment.process that throw PortalException Modifier and Type Method Description static ModuleDiff
ModuleDiff. diff(IModule originalModule, IModule newModule)
Returns the diff of the given modules, if applicable ornull
. -
Uses of PortalException in lumis.portal.deployment.script.install
Methods in lumis.portal.deployment.script.install that throw PortalException Modifier and Type Method Description protected javax.xml.transform.Transformer
DeploymentSqlGenerator. createTransformer(java.lang.String sourcePath)
Constructors in lumis.portal.deployment.script.install that throw PortalException Constructor Description DeploymentSqlGenerator()
-
Uses of PortalException in lumis.portal.deployment.stepexecutable
Methods in lumis.portal.deployment.stepexecutable that throw PortalException Modifier and Type Method Description java.lang.String
AbstractDeploymentStepExecutable. localize(java.lang.String localizableString, java.lang.String... parameters)
Localize a string with the given parameters. -
Uses of PortalException in lumis.portal.deployment.stepexecutable.component
Constructors in lumis.portal.deployment.stepexecutable.component that throw PortalException Constructor Description RemoveComponentPublicFilesStepExecutable(IComponent component)
Creates a new instance. -
Uses of PortalException in lumis.portal.deployment.stepexecutable.script
Methods in lumis.portal.deployment.stepexecutable.script that throw PortalException Modifier and Type Method Description java.lang.String
DisplayMessageStepExecutable. getDescriptionInternal()
java.lang.String
RemoveGlobalNonReferencedEntriesStepExecutable. getDescriptionInternal()
java.lang.String
RunClassStepExecutable. getDescriptionInternal()
java.lang.String
RunSqlStepExecutable. getDescriptionInternal()
Constructors in lumis.portal.deployment.stepexecutable.script that throw PortalException Constructor Description RemoveBigDataDocumentTypesStepExecutable(java.util.Map<java.lang.String,java.util.List<EnvironmentType>> environment, java.lang.String message, java.util.Collection<java.lang.String> documentTypeIdsToBeRemoved)
RunClassStepExecutable(java.util.Map<java.lang.String,java.util.List<EnvironmentType>> environment, java.lang.String message, java.lang.String customClassScript, java.util.Map<java.lang.String,java.lang.String> parameters)
Creates a new instance.RunSqlStepExecutable(java.util.Map<java.lang.String,java.util.List<EnvironmentType>> environment, java.lang.String message, java.lang.String sql, java.lang.String database)
Creates a new instance.RunSqlStepExecutable(java.util.Map<java.lang.String,java.util.List<EnvironmentType>> environment, java.lang.String message, org.w3c.dom.Node runSqlNode)
Creates a new instance. -
Uses of PortalException in lumis.portal.device.activitystream
Methods in lumis.portal.device.activitystream that throw PortalException Modifier and Type Method Description void
FCMActivityNotifier. notify(ActivityDocument activityDocument, java.util.Collection<UserConfig> users)
-
Uses of PortalException in lumis.portal.documentation
Methods in lumis.portal.documentation that throw PortalException Modifier and Type Method Description void
IDocumentationManager. generateDocumentation(java.lang.String sourceRootPath, boolean reGenerateImages, java.util.Locale locale, boolean insertStringHolders)
Generates documentation for one or more services and static directories specified in a documentationdefinition.xml filevoid
IDocumentationManager. generateServiceDocumentation(java.lang.String serviceId, boolean reGenerateImages, java.util.Locale locale, boolean insertStringHolders)
Generates documentation for a given service.void
IDocumentationManager. generateStaticDocumentation(java.lang.String sourceRootPath, java.util.Locale locale)
Generates documentation given a root directory.Response
DocumentationResource. goTo(java.lang.String page, java.lang.String locale)
Redirects user to the desired page in the online documentation. -
Uses of PortalException in lumis.portal.el
Methods in lumis.portal.el that throw PortalException Modifier and Type Method Description static java.lang.String
PortalFunctionMapper. concat(java.lang.Object[] objects)
Concatenates the strings.java.util.Map<java.lang.String,java.util.List<java.lang.String>>
PortalVariableResolver.EnvironmentBean. getProperties()
static java.lang.String
PortalFunctionMapper. localize(java.lang.String[] args)
Resolves the string.protected static java.lang.String
PortalFunctionMapper. localize(IResource baseResource, java.lang.String[] args)
Resolves the string.protected static java.lang.String
PortalFunctionMapper. localize(IResource baseResource, PageWebResource pwr, java.lang.String[] args)
Resolves the string. -
Uses of PortalException in lumis.portal.event
Methods in lumis.portal.event that throw PortalException Modifier and Type Method Description java.lang.String
IPortalEventManager. addObserver(SessionConfig sessionConfig, ObserverConfig observerConfig, ITransaction transaction)
Adds an observer to the persistence.java.lang.String
PortalEventManager. addObserver(SessionConfig sessionConfig, ObserverConfig observerConfig, ITransaction transaction)
void
IPortalEventManager. deleteObserver(SessionConfig sessionConfig, java.lang.String observerId, ITransaction transaction)
Deletes an observer configuration from persistence.void
PortalEventManager. deleteObserver(SessionConfig sessionConfig, java.lang.String observerId, ITransaction transaction)
ObserverConfig
IPortalEventManager. getObserver(SessionConfig sessionConfig, java.lang.String observerId, ITransaction transaction)
Returns an observer configuration.ObserverConfig
PortalEventManager. getObserver(SessionConfig sessionConfig, java.lang.String observerId, ITransaction transaction)
ObserverConfig
IPortalEventManager. getObserverByClassName(SessionConfig sessionConfig, java.lang.String observerClassName, ITransaction transaction)
Searches for an observer configuration based on its class name.ObserverConfig
PortalEventManager. getObserverByClassName(SessionConfig sessionConfig, java.lang.String observerClassName, ITransaction transaction)
void
IPortalEventManager. initObservers(SessionConfig sessionConfig, ITransaction transaction)
Initializes the observers.void
PortalEventManager. initObservers(SessionConfig sessionConfig, ITransaction transaction)
void
IPortalEventManager. notifyObservers(IPortalEvent event)
Notify event observers of the given event.void
PortalEventManager. notifyObservers(IPortalEvent event)
void
IPortalEventObserver. onEvent(IPortalEvent event)
Notifies that an event has been raised.void
IPortalEventManager. registerObservers(SessionConfig sessionConfig, java.lang.String observersConfigPath, ITransaction transaction)
Registers the observers in the specified observer configuration file.void
PortalEventManager. registerObservers(SessionConfig sessionConfig, java.lang.String observersConfigPath, ITransaction transaction)
void
IPortalEventManager. updateObserver(SessionConfig sessionConfig, ObserverConfig observerConfig, ITransaction transaction)
Updates an observer configuration in persistence.void
PortalEventManager. updateObserver(SessionConfig sessionConfig, ObserverConfig observerConfig, ITransaction transaction)
-
Uses of PortalException in lumis.portal.event.persistence
Methods in lumis.portal.event.persistence that throw PortalException Modifier and Type Method Description protected void
PortalEventEntityListener. onPostLoad(java.lang.Object entity)
protected void
PortalEventEntityListener. onPostPersist(java.lang.Object entity)
protected void
PortalEventEntityListener. onPostRemove(java.lang.Object entity)
protected void
PortalEventEntityListener. onPostUpdate(java.lang.Object entity)
protected void
PortalEventEntityListener. onPrePersist(java.lang.Object entity)
protected void
PortalEventEntityListener. onPreRemove(java.lang.Object entity)
protected void
PortalEventEntityListener. onPreUpdate(java.lang.Object entity)
-
Uses of PortalException in lumis.portal.file
Subclasses of PortalException in lumis.portal.file Modifier and Type Class Description class
FileValidationException
Base exception for the File Validators.Methods in lumis.portal.file that throw PortalException Modifier and Type Method Description FileConfig
FileManager. add(SessionConfig sessionConfig, java.lang.String name, java.io.File file, java.lang.String contentType, java.lang.String serviceInstanceId, ITransaction transaction)
FileConfig
FileManager. add(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String fileRelativePath, java.lang.String name, java.io.File file, java.lang.String contentType, java.lang.String serviceInstanceId, ITransaction transaction)
FileConfig
FileManager. add(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String fileRelativePath, java.lang.String name, java.io.File file, java.lang.String serviceInstanceId, ITransaction transaction)
FileConfig
FileManager. add(SessionConfig sessionConfig, FileConfig fileConfig, ITransaction transaction)
Deprecated.void
FilesDaoJdbc. add(FilesConfig filesConfig, ITransaction transaction)
FileConfig
IFileManager. add(SessionConfig sessionConfig, java.lang.String name, java.io.File file, java.lang.String contentType, java.lang.String serviceInstanceId, ITransaction transaction)
Persists a file.FileConfig
IFileManager. add(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String fileRelativePath, java.lang.String name, java.io.File file, java.lang.String contentType, java.lang.String serviceInstanceId, ITransaction transaction)
Persists a file.FileConfig
IFileManager. add(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String fileRelativePath, java.lang.String name, java.io.File file, java.lang.String serviceInstanceId, ITransaction transaction)
Persists a file.FileConfig
IFileManager. add(SessionConfig sessionConfig, FileConfig fileConfig, ITransaction transaction)
Deprecated.Since 6.0.0 replaced byIFileManager.add(SessionConfig, String, File, String, String, ITransaction)
.void
IFilesDao. add(FilesConfig filesConfig, ITransaction transaction)
Add the files.void
FileManager. changeFilename(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String newFilename, ITransaction transaction)
void
IFileManager. changeFilename(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String newFilename, ITransaction transaction)
Changes the filename of a file.void
FilesDaoJdbc. delete(java.lang.String filesId, ITransaction transaction)
void
IFilesDao. delete(java.lang.String filesId, ITransaction transaction)
Delete the files.void
FilesDaoJdbc. deleteFilesLists(java.lang.String filesId, ITransaction transaction)
void
IFilesDao. deleteFilesLists(java.lang.String filesId, ITransaction transaction)
Deletes the entries in the FilesList table the has the given filesId.FileConfig
FileManager. findByFullPath(SessionConfig sessionConfig, java.lang.String fullPath, ITransaction transaction)
Finds the FileConfig by the full path.FileConfig
FileManager. get(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
FilesConfig
FilesDaoJdbc. get(java.lang.String filesId, ITransaction transaction)
FileConfig
IFileManager. get(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
Returns the FileConfig for a file with the given fileId.FilesConfig
IFilesDao. get(java.lang.String filesId, ITransaction transaction)
Get the files.java.lang.String
IContentTypeProvider. getContentType(java.lang.String fileName, java.io.InputStream fileInputStream)
Returns the content type for the given file.
If no content type could be inferred,null
should be returned.java.io.File
FileManager. getFile(SessionConfig sessionConfig, FileConfig fileConfig, ITransaction transaction)
Deprecated.java.io.File
IFileManager. getFile(SessionConfig sessionConfig, FileConfig fileConfig, ITransaction transaction)
Deprecated.since 8.0.0 replaced byIFileManager.getPortalFile(SessionConfig, FileConfig, ITransaction)
.java.util.Collection<FileConfig>
FileManager. getFileConfigsByFilesId(SessionConfig sessionConfig, java.lang.String filesId, ITransaction transaction)
java.util.Collection<FileConfig>
IFileManager. getFileConfigsByFilesId(SessionConfig sessionConfig, java.lang.String filesId, ITransaction transaction)
Returns a collection of FileConfig of file entries belonging to the files with the given id.java.util.Collection<FileConfig>
FileManager. getFileConfigsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
Returns all file configs by a given service instance id.static IMonitor
FileMonitorUtil. getFileDownloadMonitor(FileConfig fileConfig, ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.file.download" event.IServiceInterfaceUrl
FileManager. getFileHref(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
IServiceInterfaceUrl
IFileManager. getFileHref(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
Returns the href that is used to access the specified file.FilesConfig
FileManager. getFilesConfig(SessionConfig sessionConfig, java.lang.String filesId, ITransaction transaction)
FilesConfig
IFileManager. getFilesConfig(SessionConfig sessionConfig, java.lang.String filesId, ITransaction transaction)
Returns the FilesConfig for a files with the given filesId.static IMonitor
FileMonitorUtil. getFileUploadMonitor(FileConfig fileConfig, ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.file.upload" event.IFileMetadata
FileParameter. getMetadata()
Retrieves the metadata of the file.FileMimeTypeConfig
FileManager. getMimeType(SessionConfig sessionConfig, java.lang.String fileMimeType, ITransaction transaction)
FileMimeTypeConfig
IFileManager. getMimeType(SessionConfig sessionConfig, java.lang.String fileMimeType, ITransaction transaction)
Returns a mime type information.int
FileManager. getNumberOfServiceInstanceFiles(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
int
IFileManager. getNumberOfServiceInstanceFiles(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the number of files for a service instance.IFile
FileManager. getPortalFile(SessionConfig sessionConfig, FileConfig fileConfig, ITransaction transaction)
IFile
IFileManager. getPortalFile(SessionConfig sessionConfig, FileConfig fileConfig, ITransaction transaction)
Returns the File object for accessing the corresponding file in the portal filesystem.static IWebsite
FileUtil. getWebsiteByFile(FileConfig fileConfig, ITransaction transaction)
Returns the website of the given file (the website that contains the file's service instance).void
FileDownloadControllerHtml. handleRequest()
void
FileManager. moveFile(FileConfig file, IWebRootPortalBaseFolder oldWebRoot, IWebRootPortalBaseFolder newWebRoot)
Moves the givenfile
from one web root to another.void
FileManager. publicServiceInstanceFiles(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean filesArePublic, ITransaction transaction)
void
IFileManager. publicServiceInstanceFiles(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean filesArePublic, ITransaction transaction)
Creates or deletes the public copy of the files of a service instance.void
FileManager. removeStoredFile(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
void
IFileManager. removeStoredFile(SessionConfig sessionConfig, java.lang.String fileId, ITransaction transaction)
Removes the specified file.void
FileManager. removeStoredFiles(SessionConfig sessionConfig, java.lang.String filesId, ITransaction transaction)
void
IFileManager. removeStoredFiles(SessionConfig sessionConfig, java.lang.String filesId, ITransaction transaction)
Removes the files associated with the filesId given.void
FileManager. setFileContentLocaleId(java.lang.String fileId, java.lang.String contentLocaleId)
void
IFileManager. setFileContentLocaleId(java.lang.String fileId, java.lang.String contentLocaleId)
Sets the given content locale identifier in the file with the given identifier.void
FilesDaoJdbc. update(FilesConfig filesConfig, ITransaction transaction)
void
IFilesDao. update(FilesConfig filesConfig, ITransaction transaction)
Updates the files.void
FileManager. updateMetadata(java.lang.String fileId, ITransaction transaction)
Updates metadata information from a given filevoid
ExtensionFileValidator. validate(FileConfig file)
Validate the file using property bags defined on instance service.void
IFileValidator. validate(FileConfig file)
Validate the metadata of a file.Constructors in lumis.portal.file that throw PortalException Constructor Description FileDownloadControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.file.metadata
Methods in lumis.portal.file.metadata that throw PortalException Modifier and Type Method Description void
ImageMetadataExtractor. extractMetadata(java.io.InputStream inputStream, java.lang.String contentType, FileMetadata fileMetadata)
void
IMetadataExtractor. extractMetadata(java.io.InputStream inputStream, java.lang.String contentType, FileMetadata fileMetadata)
Extracts the meta data information from the given input stream.void
MultimediaMetadataExtractor. extractMetadata(java.io.File file, java.lang.String contentType, FileMetadata fileMetadata)
void
MultimediaMetadataExtractor. extractMetadata(java.io.InputStream inputStream, java.lang.String contentType, FileMetadata fileMetadata)
protected static IMetadataExtractor
MetadataExtractorFactory. getDefaultExtractor(FileMacrotype fileMetadataType)
Returns the defaultIMetadataExtractor
instance, based on theFileMacrotype
.static IMetadataExtractor
MetadataExtractorFactory. getExtractor(FileMacrotype type, java.lang.String serviceInstanceId)
Returns anextractor
based on service instance andFileMacrotype
.static void
FileMacrotypeMappingUtil. reorderMatchers(java.util.List<java.lang.String> ids)
Reorder the matchers with the given identifiers.static void
FileMacrotypeMappingUtil. scheduleAsynchronousReorderingTransactionObserver(ITransaction transaction)
Schedule the asynchronous reordering toITransactionObserver.afterCommit()
of the givenITransaction
.static void
FileMacrotypeMappingUtil. scheduleCacheClearTransactionObserver(ITransaction transaction)
Schedule the clear cache processing toITransactionObserver.afterCommit()
of the givenITransaction
. -
Uses of PortalException in lumis.portal.file.transformation
Methods in lumis.portal.file.transformation that throw PortalException Modifier and Type Method Description FileTransformation
FileTransformationManager. addFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
FileTransformation
IFileTransformationManager. addFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Persist a FileTransformation for a serviceInstance.void
FileTransformationManager. addTransformedFileConfig(TransformedFileConfig fileTransformedConfig, ITransaction transaction)
void
IFileTransformationManagerSPI. addTransformedFileConfig(TransformedFileConfig file, ITransaction transaction)
Persists a transformed file.void
FileTransformationManager. changeFilename(SessionConfig sessionConfig, java.lang.String tranformedFileId, java.lang.String newFilename, ITransaction transaction)
void
IFileTransformationManagerSPI. changeFilename(SessionConfig sessionConfig, java.lang.String fileId, java.lang.String newFilename, ITransaction transaction)
Changes the filename of a tranformed file.void
IFormatTransformer. encode(java.io.InputStream content, java.io.OutputStream output)
Performs the file encode transformations, as change of file format.IServiceInterfaceUrl
FileTransformationManager. getFileHref(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
IServiceInterfaceUrl
IFileTransformationManagerSPI. getFileHref(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
Returns the href for linking to the given transformed file in a portal's page.FileTransformation
FileTransformationManager. getFileTransformation(java.lang.String fileTransformationId, ITransaction transaction)
FileTransformation
IFileTransformationManager. getFileTransformation(java.lang.String fileTransformationId, ITransaction transaction)
Return a given persisted transformation.java.util.Collection<FileTransformation>
FileTransformationManager. getFileTransformationsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<FileTransformation>
IFileTransformationManager. getFileTransformationsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
Returns all transformations for the given service instance.java.util.Collection<IImageScaleTransformationResult>
FileTransformationManager. getImageScaleTransformationResults(FileConfig srcFile)
java.util.Collection<IImageScaleTransformationResult>
IFileTransformationManagerSPI. getImageScaleTransformationResults(FileConfig srcFile)
Returns all image scaling transformations of the given file.IFile
FileTransformationManager. getPortalFile(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
IFile
IFileTransformationManagerSPI. getPortalFile(SessionConfig sessionConfig, TransformedFileConfig transformedFileConfig, ITransaction transaction)
Returns theIFile
related to the givenTransformedFileConfig
.TransformedFileConfig
FileTransformationManager. getTransformedFileConfig(java.lang.String transformedFileId, ITransaction transaction)
TransformedFileConfig
IFileTransformationManagerSPI. getTransformedFileConfig(java.lang.String fileTrnsfPersistedId, ITransaction transaction)
Returns the persisted generated file.java.util.Collection<TransformedFileConfig>
FileTransformationManager. getTransformedFileConfigByOriginalId(java.lang.String originalFileId, ITransaction transaction)
java.util.Collection<TransformedFileConfig>
IFileTransformationManagerSPI. getTransformedFileConfigByOriginalId(java.lang.String originalFileId, ITransaction transaction)
Returns all transformed files by the original file.IFileTransformer
FileTransformerFactory. getTransformer(java.lang.String serviceInstanceId)
Returns the proper transformer.
Returns a customized extractor if defined else returns the default content extractor.static boolean
SimpleParameterType. isRemovable(java.lang.String name)
Asserts if a given transformation parameter is used by other transformations.void
FileTransformationManager. moveTransformedFiles(FileConfig fileConfig, IWebRootPortalBaseFolder oldWebRoot)
void
IFileTransformationManagerSPI. moveTransformedFiles(FileConfig fileConfig, IWebRootPortalBaseFolder oldWebRoot)
Moves the transformed public files from the old web root to the current.void
FileTransformationManager. recreateTransformations(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
void
IFileTransformationManagerSPI. recreateTransformations(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Recreates all transformations of a given file.void
FileTransformationManager. removeFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
void
IFileTransformationManager. removeFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Removes the specified transformation and its related files.void
FileTransformationManager. removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
void
IFileTransformationManagerSPI. removeFileTransformationInternal(SessionConfig sessionConfig, FileTransformation fileTransformation, IWebRootPortalBaseFolder webRoot, ITransaction transaction)
Removes the specified transformation and all related files.void
FileTransformationManager. removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, ITransaction transaction)
void
FileTransformationManager. removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder, ITransaction transaction)
void
IFileTransformationManagerSPI. removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, ITransaction transaction)
Deletes asynchronously the persisted transformed file.void
IFileTransformationManagerSPI. removeTransformedFileConfig(TransformedFileConfig transformedFileConfig, IWebRootPortalBaseFolder webRootBaseFolder, ITransaction transaction)
Deletes synchronously persisted transformed file.void
CopyTransformationsToPublicFolderTask. run()
void
MoveTransformedPublicFilesTask. run()
void
RemoveTransformationsFromPublicFolderTask. run()
void
RemoveTransformationTask. run()
void
RemoveTransformedFilesTask. run()
void
TransformationTask. run()
TransformedFileConfig
DefaultFileTransformer. transform(FileConfig fileConfig, FileTransformation fileTransformation)
void
DummyTransformation. transform(java.io.OutputStream outputStream)
TransformedFileConfig
IFileTransformer. transform(FileConfig fileConfig, FileTransformation fileTransformation)
Converts the file using the file config as source of transformation, applying the transformations.void
ImageTransformation. transform(java.io.OutputStream outputStream)
void
ITransformation. transform(java.io.OutputStream outputStream)
Performs the file transformation using theoutputStream
parameter as target of the file transformations.void
TranscodingTransformation. transform(java.io.OutputStream outputStream)
void
VideoDimensionTransformation. transform(java.io.OutputStream outputStream)
void
WebpImageTransformation. transform(java.io.OutputStream outputStream)
void
FileTransformationManager. transformFile(SessionConfig sessionConfig, java.lang.String fileId, FileTransformation fileTransformation, ITransaction transaction)
void
IFileTransformationManagerSPI. transformFile(SessionConfig sessionConfig, java.lang.String fileId, FileTransformation fileTransformation, ITransaction transaction)
Transforms a given file.void
FileTransformationManager. transformFiles(java.util.Collection<FileConfig> files, java.lang.String serviceInstanceId, ITransaction transaction)
Schedule the file transformation for the given files.void
FileTransformationManager. updateFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
void
IFileTransformationManager. updateFileTransformation(SessionConfig sessionConfig, FileTransformation fileTransformation, ITransaction transaction)
Updates a given transformation.void
FileTransformationManager. updateMetadata(java.lang.String transformedFileConfigId, ITransaction transaction)
void
IFileTransformationManagerSPI. updateMetadata(java.lang.String transformedFileConfigId, ITransaction transaction)
Updates metadata information from a given tranformed file -
Uses of PortalException in lumis.portal.file.transformation.encoder
Methods in lumis.portal.file.transformation.encoder that throw PortalException Modifier and Type Method Description void
MultiMediaFormatEncoder. encode(java.io.InputStream content, java.io.OutputStream output)
protected java.lang.String
MultiMediaFormatEncoder. getCodecByFormat(java.lang.String fileFormat)
Returns the codec for the file format.protected it.sauronsoftware.jave.EncodingAttributes
MultiMediaFormatEncoder. getEncodingAttributes(java.lang.String contentType, java.lang.String targetFormat)
Returns the encoding attributes correctly built for given content type and target format.static IFormatTransformer
FormatEncoderFactory. getFormatEncoder(java.lang.String contentType, java.lang.String targetFormat, java.lang.String serviceInstanceId)
Returns aIFormatTransformer
class instance based on content type and target format. -
Uses of PortalException in lumis.portal.geolocation
Methods in lumis.portal.geolocation that throw PortalException Modifier and Type Method Description static ExtendedGeoPoint
GeoLocationUtil. createGeoPointFromMap(java.util.Map geolocation)
Returns a newExtendedGeoPoint
from geolocation map.void
MaxMindDBUpdateClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.portal.group
Methods in lumis.portal.group that throw PortalException Modifier and Type Method Description java.lang.String
GroupManager. add(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
java.lang.String
IGroupManager. add(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
Add a group.protected void
GroupControllerXml. addGroup(ITransaction portalTransaction)
void
GroupManager. addGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
void
IGroupManager. addGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
Adds a group type.void
AbstractGroupMembershipProvider. addMember(java.lang.String groupId, java.lang.String memberId)
void
GroupManager. addMember(SessionConfig sessionConfig, java.lang.String groupId, java.lang.String memberId, ITransaction transaction)
void
IGroupManager. addMember(SessionConfig sessionConfig, java.lang.String groupId, java.lang.String memberId, ITransaction transaction)
Add a member into the group.void
IGroupMembershipProvider. addMember(java.lang.String groupId, java.lang.String memberId)
Add a member into a group.void
GroupManager. addOrUpdate(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
void
IGroupManager. addOrUpdate(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
protected java.util.Collection<CacheItem<GroupConfig>>
GroupManager. bulkLoadGroups()
Reads all groups from data base.void
GroupManager. delete(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
void
IGroupManager. delete(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
Delete a group.void
GroupManager. deleteAllMembers(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
void
IGroupManager. deleteAllMembers(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
Delete all member associations for the specified group.void
GroupManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
void
AbstractGroupMembershipProvider. deleteGroupMembershipData(java.lang.String groupId)
void
IGroupMembershipProvider. deleteGroupMembershipData(java.lang.String groupId)
Deletes all data stored for managing the membership of a group.void
GroupManager. deleteGroupType(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
void
IGroupManager. deleteGroupType(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
Deletes a group type.void
AbstractGroupMembershipProvider. deleteGroupTypeMembershipData()
void
IGroupMembershipProvider. deleteGroupTypeMembershipData()
Deletes all data stored for managing the membership of a group type.void
GroupManager. deleteMember(SessionConfig sessionConfig, java.lang.String groupId, java.lang.String memberId, ITransaction transaction)
void
IGroupManager. deleteMember(SessionConfig sessionConfig, java.lang.String groupId, java.lang.String memberId, ITransaction transaction)
Delete a member of the group.void
GroupConfig. deserialize(org.w3c.dom.Node groupNode)
java.lang.String
GroupManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node groupNode, ITransaction transaction)
java.lang.String
IGroupManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node groupNode, ITransaction transaction)
void
GroupManager. deserializeMembers(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node membersNodes, ITransaction transaction)
void
IGroupManager. deserializeMembers(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node membersNode, ITransaction transaction)
GroupConfig
GroupManager. get(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
GroupConfig
IGroupManager. get(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
Returns the group with the specified identifier.java.util.Collection<GroupConfig>
GroupManager. getByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.Collection<GroupConfig>
IGroupManager. getByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get all local groups from the specified channeljava.util.Collection<GroupConfig>
GroupManager. getByOrigin(SessionConfig sessionConfig, java.lang.String origin, ITransaction transaction)
java.util.Collection<GroupConfig>
IGroupManager. getByOrigin(SessionConfig sessionConfig, java.lang.String origin, ITransaction transaction)
Get the local groups configuration for the specified origin.java.lang.String
GroupManager. getGroupConfigurationInterfaceId(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
java.lang.String
IGroupManager. getGroupConfigurationInterfaceId(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
Returns the interface identifier for editing membership configurations of groups of a specific group type.java.util.Collection<java.lang.String>
IGroupMembershipProvider. getGroups(java.lang.String principalId)
Returns the groups of a principal.GroupType
GroupManager. getGroupType(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
GroupType
IGroupManager. getGroupType(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
Returns a group type.java.lang.String
GroupManager. getGroupTypeConfigurationInterfaceId(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
java.lang.String
IGroupManager. getGroupTypeConfigurationInterfaceId(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
Returns the interface identifier for editing membership configurations for a group type.java.util.Collection<java.lang.String>
GroupManager. getIds(SessionConfig sessionConfig, ITransaction transaction)
java.util.Collection<java.lang.String>
IGroupManager. getIds(SessionConfig sessionConfig, ITransaction transaction)
Get all groups.java.util.Collection<java.lang.String>
GroupManager. getMemberGroups(SessionConfig sessionConfig, java.lang.String memberId, boolean recursively, boolean useSessionCache, ITransaction transaction)
java.util.Collection<java.lang.String>
GroupManager. getMemberGroups(SessionConfig sessionConfig, java.lang.String memberId, boolean recursively, ITransaction transaction)
java.util.Collection<java.lang.String>
IGroupManager. getMemberGroups(SessionConfig sessionConfig, java.lang.String memberId, boolean recursively, ITransaction transaction)
Returns an array of groups of the given member.java.util.Collection<java.lang.String>
IGroupManagerSPI. getMemberGroups(SessionConfig sessionConfig, java.lang.String memberId, boolean recursively, boolean useSessionCache, ITransaction transaction)
Returns an array of groups of the given member.java.util.Collection<java.lang.String>
GroupManager. getMembers(SessionConfig sessionConfig, java.lang.String groupId, int filterType, boolean recursively, ITransaction transaction)
java.util.Collection<java.lang.String>
IGroupManager. getMembers(SessionConfig sessionConfig, java.lang.String groupId, int filterType, boolean recursively, ITransaction transaction)
Returns the immediate group members.java.util.Collection<java.lang.String>
IGroupMembershipProvider. getMembers(java.lang.String groupId, int filterType)
Returns the members of a group.void
GroupManager. invalidateGroupMembershipProvider(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
Destroys a group membership provider from the storage, cluster wide.void
IGroupManager. invalidateGroupMembershipProvider(SessionConfig sessionConfig, java.lang.String groupTypeId, ITransaction transaction)
Invalidates the group membership provider of a group type.boolean
GroupManager. isMember(SessionConfig sessionConfig, java.lang.String groupId, java.lang.String principalId, ITransaction transaction)
boolean
GroupManager. isMember(SessionConfig sessionConfig, java.util.Collection<java.lang.String> groupIds, java.lang.String principalId, ITransaction transaction)
boolean
IGroupManager. isMember(SessionConfig sessionConfig, java.lang.String groupId, java.lang.String principalId, ITransaction transaction)
Deprecated.since 11.2.0 replaced byIPrincipalManager.isMember(SessionConfig, String, Collection, ITransaction)
boolean
IGroupManager. isMember(SessionConfig sessionConfig, java.util.Collection<java.lang.String> groupIds, java.lang.String principalId, ITransaction transaction)
Deprecated.since 11.2.0 replaced byIPrincipalManager.isMember(SessionConfig, String, Collection, ITransaction)
void
AbstractGroupMembershipProvider. removeMember(java.lang.String groupId, java.lang.String memberId)
void
IGroupMembershipProvider. removeMember(java.lang.String groupId, java.lang.String memberId)
Remove a member from a group.void
GroupConfig. serialize(java.io.OutputStream outputStream)
void
GroupManager. serialize(SessionConfig sessionConfig, GroupConfig groupConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
IGroupManager. serialize(SessionConfig sessionConfig, GroupConfig groupConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
GroupManager. serializeMembers(SessionConfig sessionConfig, GroupConfig groupConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
IGroupManager. serializeMembers(SessionConfig sessionConfig, GroupConfig groupConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
GroupManager. update(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
void
IGroupManager. update(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
Update the group configuration.void
GroupManager. updateGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
void
IGroupManager. updateGroupType(SessionConfig sessionConfig, GroupType groupType, ITransaction transaction)
Updates a group type.Constructors in lumis.portal.group that throw PortalException Constructor Description GroupControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.group.acl
Methods in lumis.portal.group.acl that throw PortalException Modifier and Type Method Description java.lang.String
GroupAclManager. add(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
java.lang.String
IGroupAclManager. add(SessionConfig sessionConfig, GroupConfig groupConfig, ITransaction transaction)
Add an Access Control List to the Group.void
GroupAclManager. checkRequiredPermissions(AccessControlList acl)
void
IGroupAclManager. checkRequiredPermissions(AccessControlList acl)
Checks if the required permissions were given for someone.AccessControlList
GroupAclManager. get(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
AccessControlList
IGroupAclManager. get(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
Get the Group's Access Control List.protected AccessControlList
GroupAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String groupId, ITransaction transaction)
static int[]
GroupPermissions. getImplies()
protected int
GroupAclManager. getRequiredPermissions()
static int
GroupPermissions. getRequiredPermissions()
void
GroupAclManager. update(SessionConfig sessionConfig, java.lang.String groupId, AccessControlList acl, ITransaction transaction)
void
IGroupAclManager. update(SessionConfig sessionConfig, java.lang.String groupId, AccessControlList acl, ITransaction transaction)
Update the Groups's ACL. -
Uses of PortalException in lumis.portal.group.acl.serialization
Methods in lumis.portal.group.acl.serialization that throw PortalException Modifier and Type Method Description SerializationMessageConfigNode
GroupAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig GroupConfig, AccessControlList accessControlList)
SerializationMessageConfigNode
GroupAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig GroupConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
SerializationMessageConfigNode
IGroupAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig groupConfig, AccessControlList accessControlList)
Get aSerializationMessageConfigNode
object containing fully recursive information about a group ACL.SerializationMessageConfigNode
IGroupAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig groupConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a group ACL.AccessControlListSerializableConfig
GroupAclSerializationManager. serialize(SerializationContext serializationContext, java.lang.String securableId)
-
Uses of PortalException in lumis.portal.group.databaseviewmembership
Methods in lumis.portal.group.databaseviewmembership that throw PortalException Modifier and Type Method Description void
DatabaseViewGroupMembershipProvider. deleteGroupMembershipData(java.lang.String groupId)
DeletesDatabaseViewGroupConfig
of the specified group.void
DatabaseViewGroupMembershipProvider. deleteGroupTypeMembershipData()
DeletesDatabaseViewGroupTypeConfig
of the current group type.java.util.Collection<java.lang.String>
DatabaseViewGroupMembershipProvider. getGroups(java.lang.String principalId)
java.util.Collection<java.lang.String>
DatabaseViewGroupMembershipProvider. getMembers(java.lang.String groupId, int filterType)
IFormulaStatement
DatabaseViewGroupConfig. getMembersFormula()
Returns the membership formula statement, according to this configuration.protected java.util.Map<java.lang.String,java.lang.Object>
DatabaseViewGroupMembershipProvider. readMemberData(java.lang.String principalId)
Returns the data for a specific member.protected java.util.Collection<java.lang.String>
DatabaseViewGroupMembershipProvider. readMembers(DatabaseViewGroupConfig databaseViewGroupConfig, int filterType)
Read from persistence the identifiers of principals that match the specified criteria. -
Uses of PortalException in lumis.portal.group.serialization
Methods in lumis.portal.group.serialization that throw PortalException Modifier and Type Method Description void
GroupSerializationManager. deserialize(DeserializationContext deserializationContext, GroupSerializableConfig groupSerializableConfig)
void
IGroupSerializationManager. deserialize(DeserializationContext deserializationContext, GroupSerializableConfig groupSerializableConfig)
Deserialize a group.SerializationMessageConfigNode
GroupSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig groupConfig)
SerializationMessageConfigNode
GroupSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig groupConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
SerializationMessageConfigNode
IGroupSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig groupConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a group.SerializationMessageConfigNode
IGroupSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, GroupConfig groupConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a group.GroupSerializableConfig
GroupSerializationManager. serialize(SerializationContext serializationContext, GroupConfig groupConfig)
GroupSerializableConfig
IGroupSerializationManager. serialize(SerializationContext serializationContext, GroupConfig groupConfig)
Serialize a group. -
Uses of PortalException in lumis.portal.group.standardmembership
Methods in lumis.portal.group.standardmembership that throw PortalException Modifier and Type Method Description void
StandardGroupMembershipProvider. addMember(java.lang.String groupId, java.lang.String memberId)
protected java.util.Collection<CacheItem<java.util.Collection<java.lang.String>>>
StandardGroupMembershipProvider. bulkLoadMemberships(ICacheMultiDataProvider.IRequest request)
Bulk load the memberships.void
StandardGroupMembershipProvider. deleteGroupMembershipData(java.lang.String groupId)
java.util.Collection<java.lang.String>
StandardGroupMembershipProvider. getGroups(java.lang.String principalId)
java.util.Collection<java.lang.String>
StandardGroupMembershipProvider. getMembers(java.lang.String groupId, int filterType)
void
StandardGroupMembershipProvider. removeMember(java.lang.String groupId, java.lang.String memberId)
-
Uses of PortalException in lumis.portal.healthmonitor
Methods in lumis.portal.healthmonitor that throw PortalException Modifier and Type Method Description protected java.util.Map<java.lang.String,java.util.Date>
HealthCheckGeneral. getLumisServersTime()
Returns the LumisXP servers time.Constructors in lumis.portal.healthmonitor that throw PortalException Constructor Description HealthCheckInfo(java.lang.Class<?> cls, java.lang.reflect.Method method)
-
Uses of PortalException in lumis.portal.hyperlink
Methods in lumis.portal.hyperlink that throw PortalException Modifier and Type Method Description protected IServiceInterfaceUrl
GenericHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
Creates an URL for the given hyperlink.java.lang.String
HyperLinkManager. getHyperlinkServiceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
java.lang.String
IHyperLinkManager. getHyperlinkServiceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Returns the id of the service related to the given hyperlink.IServiceInterfaceUrl
HyperLinkManager. getUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
IHyperLinkManager. getUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Returns the URL corresponding to the information contained in the givenHyperlinkConfig
.java.lang.String
HyperLinkManager. getXmlString(SessionConfig sessionConfig, org.w3c.dom.Node hyperLinksNode, java.lang.String serviceId, java.lang.String serviceInstanceId, java.lang.String sourcePageId, ITransaction transaction)
Deprecated.java.lang.String
IHyperLinkManager. getXmlString(SessionConfig sessionConfig, org.w3c.dom.Node hyperLinkNode, java.lang.String serviceId, java.lang.String serviceInstanceId, java.lang.String sourcePageId, ITransaction transaction)
Deprecated.This method may be removed in the future.void
HyperLinkControllerHtml. hyperLink()
protected boolean
GenericHyperLinkResolver. interfaceInstanceCanBeUsedAsLinkTarget(java.lang.String interfaceInstanceId)
Returns whether the interface instance with the given identifier can be used in hyperlinks or not.protected java.lang.String
GenericHyperLinkResolver. resolveDestinationInterfaceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves the interface that should be the destination for the givenhyperlinkConfig
protected java.lang.String
GenericHyperLinkResolver. resolveDestinationPageId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Tries to resolve the destination page for the specified hyperlink.IServiceInterfaceUrl
GenericHyperLinkResolver. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.IServiceInterfaceUrl
IHyperLinkResolver. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
Resolves an hyperlink to the corresponding URL.protected void
GenericHyperLinkResolver. setUrlParameters(SessionConfig sessionConfig, IServiceInterfaceUrl url, java.util.Map<java.lang.String,java.lang.String[]> parameters, ITransaction transaction)
Replaces the parameters in the url with the parameters in the given map.Constructors in lumis.portal.hyperlink that throw PortalException Constructor Description HyperLinkControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.incontextedit
Methods in lumis.portal.incontextedit that throw PortalException Modifier and Type Method Description java.lang.String
IServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, java.lang.String itemId, java.lang.String sourcePageId, ITransaction transaction)
Returns in context edit menu XML string for the given content (represented by a version's item id).java.lang.String
IServiceInterfaceInContextEdit. getInContextEditMenu(SessionConfig sessionConfig, IURLFactory urlFactory, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.lang.String detailsLumItemId, ITransaction transaction)
Returns in context edit menu XML string for the given service interface instance.java.lang.String
IServiceInterfaceInContextEdit. processInContextEditContent(ServiceContainerRenderRequest renderRequest, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.lang.String outputHTML, ITransaction transaction)
Process in context edit content related attributes.boolean
IServiceInterfaceInContextEdit. removeInContextEditInterfaceInstance(SessionConfig sessionConfig, IPortalMode portalMode, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.lang.String html, org.apache.wicket.util.string.AppendingStringBuffer sb, java.lang.String detailsLumItemId, ITransaction transaction)
Removes in context editing interface instance related attributes if needed.Constructors in lumis.portal.incontextedit that throw PortalException Constructor Description InContextEditControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.interactiveprocess
Subclasses of PortalException in lumis.portal.interactiveprocess Modifier and Type Class Description class
MandatoryStepIgnoredException
class
ProcessNotOwnedException
PortalException
that indicates a process was requested by an owner that differs from it's one.Methods in lumis.portal.interactiveprocess that throw PortalException Modifier and Type Method Description IProcess
IInteractiveProcessManager. createProcess(java.lang.String title, java.util.List<Step> steps, IProcessCallbackHandler callbackHandler)
Creates aportal interactive process
with the givensteps
.IProcess
InteractiveProcessManager. createProcess(java.lang.String title, java.util.List<Step> steps, IProcessCallbackHandler callbackHandler)
StepOutcome
Step. execute()
Executes this step and returns the outcome.
If this step has already been executed and it's outcome isStepOutcomeStatus.SUCCESS
orStepOutcomeStatus.IGNORED
anIllegalStateException
is raised.IStepOutcome
IProcess. executeNextStep()
Executes the next step of this process and returns the outcome.IStepOutcome
Process. executeNextStep()
IStepExecutable
Step. getExecutable()
Returns this step's executable.java.lang.Integer
IProcess. getLastExecutedStep()
Returns the last executed step.java.lang.Integer
Process. getLastExecutedStep()
IProcess
IInteractiveProcessManager. getProcess(java.lang.String processId, java.lang.String owner)
Returns the process of the given identifier.
The parameterprocessId
is required.Process
InteractiveProcessManager. getProcess(java.lang.String processId, java.lang.String ownerId)
IProcessCallbackHandler
Process. getProcessCallbackHandler()
Converts the Process Callback Handler from bytes to object and returns it.java.util.List<IStep>
IProcess. getSteps()
Returns an unmodifiable list of the steps.IStepOutcome
IProcess. ignoreNextStep()
Ignores the next step of this process.IStepOutcome
Process. ignoreNextStep()
void
InteractiveProcessManager. recover(java.lang.String processId)
Changes the process status to "Ready".void
IProcess. stop()
Stops the process.void
Process. stop()
java.lang.String
IInteractiveProcessManager. submitProcess(IProcess process)
Submits a process created with#createProcess(String, List)
.java.lang.String
InteractiveProcessManager. submitProcess(IProcess process)
java.lang.String
IInteractiveProcessManager. takeOwnership(java.lang.String processId)
Takes the ownership of the process with the given identifier.java.lang.String
InteractiveProcessManager. takeOwnership(java.lang.String processId)
boolean
IProcess. tryToExecuteUntilTheEnd()
Tries to execute the process until the end.boolean
Process. tryToExecuteUntilTheEnd()
-
Uses of PortalException in lumis.portal.localization
Methods in lumis.portal.localization that throw PortalException Modifier and Type Method Description void
ILocalizationManager. add(LocaleConfig locale)
Adds the given locale.void
LocalizationManager. add(LocaleConfig localeConfig)
java.lang.String
ILocalizationManager. addCustomString(SessionConfig sessionConfig, CustomStringConfig customStringConfig, ITransaction transaction)
Add a Custom Stringjava.lang.String
LocalizationManager. addCustomString(SessionConfig sessionConfig, CustomStringConfig customStringConfig, ITransaction transaction)
void
CustomStringLocalizationDaoJdbc. addOrUpdate(CustomStringConfig customStringConfig, ITransaction transaction)
void
ICustomStringLocalizationDao. addOrUpdate(CustomStringConfig customStringConfig, ITransaction transaction)
Add or Update the specified custom stringvoid
ILocalizationManager. clearCache()
Clear the localization cache.void
ILocalizationManager. clearCache(java.lang.String resourcePath)
Clear the localization cache by passing the resource path.void
ILocalizationManager. clearCache(java.lang.String resourcePath, java.util.Locale locale)
Clear the localization cache by passing the resource path and the locale.void
LocalizationManager. clearCache()
void
LocalizationManager. clearCache(java.lang.String resourcePath)
void
LocalizationManager. clearCache(java.lang.String resourcePath, java.util.Locale locale)
void
CustomStringLocalizationDaoJdbc. delete(java.lang.String customStringId, ITransaction transaction)
void
ICustomStringLocalizationDao. delete(java.lang.String customStringId, ITransaction transaction)
Delete CustomStringvoid
ILocalizationManager. delete(java.lang.String id)
Deletes the locale with the given identifier.void
LocalizationManager. delete(java.lang.String id)
void
ILocalizationManager. deleteCustomString(SessionConfig sessionConfig, java.lang.String customStringId, ITransaction transaction)
Delete a specified Custom Stringvoid
LocalizationManager. deleteCustomString(SessionConfig sessionConfig, java.lang.String customStringId, ITransaction transaction)
CustomStringConfig
CustomStringLocalizationDaoJdbc. get(java.lang.String customStringId, ITransaction transaction)
CustomStringConfig
ICustomStringLocalizationDao. get(java.lang.String customStringId, ITransaction transaction)
Get the CustomString objectCustomStringConfig
ILocalizationManager. getCustomString(SessionConfig sessionConfig, java.lang.String customStringId, ITransaction transaction)
Get the Custom String objectCustomStringConfig
LocalizationManager. getCustomString(SessionConfig sessionConfig, java.lang.String customStringId, ITransaction transaction)
java.lang.String
CustomStringLocalizationDaoJdbc. getIdByStringInfo(CustomStringConfig customStringConfig, ITransaction transaction)
java.lang.String
ICustomStringLocalizationDao. getIdByStringInfo(CustomStringConfig customStringConfig, ITransaction transaction)
Get CustomStringId from stringId, resourcePath and localeCodejava.util.Collection<LocaleConfig>
ILocalizationManager. getLocales(ITransaction transaction)
Returns the available locales for the portal.java.util.Collection<LocaleConfig>
LocalizationManager. getLocales(ITransaction transaction)
Returns a collection of locale configjava.util.Map<java.lang.String,java.lang.String>
CustomStringLocalizationDaoJdbc. getStringTable(java.lang.String resourcePath, java.util.Locale locale, java.util.List<ITheme> themes)
java.util.Map<java.lang.String,java.lang.String>
IStringLocalizationDao. getStringTable(java.lang.String resourcePath, java.util.Locale locale, java.util.List<ITheme> themes)
Get the string table of the string localization.java.util.Map<java.lang.String,java.lang.String>
MainStringLocalizationDaoXml. getStringTable(java.lang.String resourcePath, java.util.Locale locale, java.util.List<ITheme> themes)
void
LocalizationControllerHtml. handleSetLocaleRequest()
static boolean
LocaleUtilInternal. isCurrentLocaleValid(ChannelConfig channel)
Returns whether the session locale is valid for a given channel.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources)
Localizes the given string id using the given resources and current locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale)
Localizes the given string id using the given resources and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale, WebResource pageWebResource)
Localizes the given string id using the given resources,WebResource
and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, PageWebResource pageWebResource)
Localizes the given string id using the given resources,PageWebResource
and current locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource)
Localizes the given string id using the given resource and current locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale)
Localizes the given string id using the given resource and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale, WebResource webResource)
Localizes the given string id using the given resource,WebResource
and locale.java.lang.String
ILocalizationManager. localize(java.lang.String id, IResource resource, PageWebResource pageWebResource)
Localizes the given string id using the given resource,PageWebResource
and current locale.java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources)
java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale)
java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, java.util.Locale locale, WebResource webResource)
java.lang.String
LocalizationManager. localize(java.lang.String id, java.util.List<IResource> resources, PageWebResource pageWebResource)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource, java.util.Locale locale, WebResource webResource)
java.lang.String
LocalizationManager. localize(java.lang.String id, IResource resource, PageWebResource pageWebResource)
void
LocalizationCacheClearObserver. onEvent(IPortalEvent event)
static java.util.Locale
LocaleUtilInternal. selectLocale(HttpServletRequest request, ChannelConfig channel)
Returns the selected locale for a given channel and request.void
ILocalizationManager. update(LocaleConfig locale)
Updates the given locale.void
LocalizationManager. update(LocaleConfig locale)
void
ILocalizationManager. updateCustomString(SessionConfig sessionConfig, CustomStringConfig customStringConfig, ITransaction transaction)
Update a specified Custom Stringvoid
LocalizationManager. updateCustomString(SessionConfig sessionConfig, CustomStringConfig customStringConfig, ITransaction transaction)
Constructors in lumis.portal.localization that throw PortalException Constructor Description LocalizationControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.lock
Methods in lumis.portal.lock that throw PortalException Modifier and Type Method Description void
LockManager. forceSingleUnlock(java.lang.String id)
Force the unlock of a single lock with the specified identifier (database id).void
LockManager. forceUnlock(java.lang.String resourceId)
Forces the unlock of the specified lock resource, independently of the current owner.java.util.Collection<java.lang.String>
ILockManagerSPI. getRecentlyLock(long lastMilliseconds)
Return write locks for the last millisencondsjava.util.Collection<java.lang.String>
LockManager. getRecentlyLock(long lastMilliseconds)
void
ILockManager. unlockExpiredLocks()
Deletes all the locks that have expired.void
LockManager. unlockExpiredLocks()
-
Uses of PortalException in lumis.portal.lock.clock
Methods in lumis.portal.lock.clock that throw PortalException Modifier and Type Method Description void
LockClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.portal.manager
Subclasses of PortalException in lumis.portal.manager Modifier and Type Class Description class
ManagerException
-
Uses of PortalException in lumis.portal.metatag
Methods in lumis.portal.metatag that throw PortalException Modifier and Type Method Description void
IMetaTagDao. add(MetaTagConfig metaTagConfig, ITransaction transaction)
Add a meta-tagjava.lang.String
IMetaTagManager. add(SessionConfig sessionConfig, MetaTagConfig metaTagConfig, ITransaction transaction)
Adds a meta-tagvoid
MetaTagDao. add(MetaTagConfig metaTagConfig, ITransaction transaction)
java.lang.String
MetaTagManager. add(SessionConfig sessionConfig, MetaTagConfig metaTagConfig, ITransaction transaction)
void
IMetaTagManager. addOrUpdate(SessionConfig sessionConfig, MetaTagConfig metaTagConfig, ITransaction transaction)
Update a meta-tag.void
MetaTagManager. addOrUpdate(SessionConfig sessionConfig, MetaTagConfig metaTagConfig, ITransaction transaction)
void
IMetaTagDao. delete(java.lang.String id, ITransaction transaction)
Delete a meta-tag.void
IMetaTagManager. delete(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
Delete a meta-tag.void
MetaTagDao. delete(java.lang.String id, ITransaction transaction)
void
MetaTagManager. delete(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
void
IMetaTagManagerSPI. deserializeMetaTags(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node metaTagsNodes, ChannelConfig parentChannel, ITransaction transaction)
Deserialize meta-tags into a channel.void
IMetaTagManagerSPI. deserializeMetaTags(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node metaTagsNodes, PageConfig parentPage, ITransaction transaction)
Deserialize meta-tags into a page.void
MetaTagManager. deserializeMetaTags(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node metaTagsNodes, ChannelConfig parentChannel, ITransaction transaction)
void
MetaTagManager. deserializeMetaTags(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node metaTagsNodes, PageConfig parentPage, ITransaction transaction)
MetaTagConfig
IMetaTagDao. get(java.lang.String id, ITransaction transaction)
Get a meta-tag object.MetaTagConfig
IMetaTagManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
Get a meta-tag objectMetaTagConfig
MetaTagDao. get(java.lang.String id, ITransaction transaction)
MetaTagConfig
MetaTagManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
java.util.List<java.lang.String>
IMetaTagDao. getIdsByParentId(java.lang.String parentId, ITransaction transaction)
Get a list of meta-tag ids given the parentIdjava.util.List<java.lang.String>
IMetaTagManager. getIdsByParentId(SessionConfig sessionConfig, java.lang.String parentId, ITransaction transaction)
Get a list of meta-tag ids given the parent channelId or pageIdjava.util.List<java.lang.String>
MetaTagDao. getIdsByParentId(java.lang.String parentId, ITransaction transaction)
java.util.List<java.lang.String>
MetaTagManager. getIdsByParentId(SessionConfig sessionConfig, java.lang.String parentId, ITransaction transaction)
java.util.List<MetaTagConfig>
IMetaTagManagerSPI. getMetaTagsByParentId(SessionConfig sessionConfig, java.lang.String parentId, ITransaction transaction)
Get a list of meta-tag object given the parent pageIdjava.util.List<MetaTagConfig>
MetaTagManager. getMetaTagsByParentId(SessionConfig sessionConfig, java.lang.String parentId, ITransaction transaction)
void
IMetaTagManagerSPI. serializeMetaTags(SessionConfig sessionConfig, java.lang.String parentId, java.lang.StringBuilder output, ITransaction transaction)
Serializes the meta-tags belonging to the specified parent.void
MetaTagManager. serializeMetaTags(SessionConfig sessionConfig, java.lang.String parentId, java.lang.StringBuilder output, ITransaction transaction)
void
IMetaTagDao. update(MetaTagConfig metaTagConfig, ITransaction transaction)
Update a meta-tag configuration.void
IMetaTagManager. update(SessionConfig sessionConfig, MetaTagConfig metaTagConfig, ITransaction transaction)
Update a meta-tag configuration.void
MetaTagDao. update(MetaTagConfig metaTagConfig, ITransaction transaction)
void
MetaTagManager. update(SessionConfig sessionConfig, MetaTagConfig metaTagConfig, ITransaction transaction)
-
Uses of PortalException in lumis.portal.mobileapp
Methods in lumis.portal.mobileapp that throw PortalException Modifier and Type Method Description static java.lang.String
MobileAPIUtils. getGCMProjectId()
Returns the currently configured GCM project id.protected java.lang.String
MobileAPIV10. getGCMProjectId()
Returns the GCM project identifier. -
Uses of PortalException in lumis.portal.monitor
Methods in lumis.portal.monitor that throw PortalException Modifier and Type Method Description void
IMonitorManagerSPI. addMonitorUser(UserConfig userConfig)
Adds a new monitor user to persistence.IMonitorValuesProvider
MonitorHelper. addSessionValues(SessionConfig sessionConfig, HttpSession httpSession)
Adds a value provider related toSessionConfig
andHttpSession
.void
IMonitorManagerSPI. anonymizeAllMonitorUser()
Anonymizes all monitor users without consent.void
IMonitorManagerSPI. anonymizeMonitorUser(java.lang.String monitorUserId)
Anonymizes the given monitor user.void
IMonitorManagerSPI. anonymizeMonitorUsers(java.util.Collection<java.lang.String> monitorUserIds)
Anonymizes the given monitor users.void
IMonitorManagerSPI. clearEventsCache(java.lang.String eventId)
Clears the cache relative to the event with the given identifier.void
IMonitorManagerSPI. clearRequestRulesCache()
Clears the request rules cache.void
IMonitorManagerSPI. deleteUserActivities(java.lang.String userId)
Delete monitor user activities.java.util.Collection<IMonitorEvent>
IMonitorManagerSPI. getAllEvents()
Returns all monitor events.java.util.Collection<IMonitorFieldGroup>
IMonitorManagerSPI. getAllFieldGroups()
Returns all monitor field groups.java.util.Collection<IMonitorField>
IMonitorManagerSPI. getAllFields()
Returns all monitor fields.IMonitorEvent
IMonitorManager. getEvent(java.lang.String eventId)
Returns an unmodifiable event.IMonitorEventSPI
IMonitorManagerSPI. getEventFromCache(java.lang.String eventId)
Returns the event with the given identifier using the internal monitor manager events cache.IMonitorField
IMonitorManager. getField(java.lang.String fieldId)
Returns an unmodifiable field.IMonitorFieldSPI
IMonitorManagerSPI. getFieldFromCache(java.lang.String fieldId)
Returns the field with the given identifier using the internal monitor manager fields cache.static IMonitorField
MonitorUtilInternal. getFieldFromCache(java.lang.String fieldId)
Returns the field from cache and throws aPortalObjectNotFoundException
if the field was not found.IMonitorFieldGroup
IMonitorManager. getFieldGroup(java.lang.String fieldGroupId)
Returns an unmodifiable field group.java.lang.String
IMonitorManagerSPI. getFriendlyIdUserField()
Returns the field used to calculated the monitor user's friendly id for portal users.static IMonitorFilter
MonitorUtilInternal. getMonitorFilter()
Returns the monitor filter.void
IMonitorManagerSPI. initializeMonitoringData(ITransaction transaction)
Method called during portal database initialization to populate the monitoring related data.void
IMonitorManagerSPI. initializeMonitorRequestRules()
Initializes the monitor request rules.void
IMonitorManagerSPI. loadMonitorUserInfo(java.lang.String userId, IUserConfigInitializer userConfigInitializer)
Provides a monitor user information toIUserConfigInitializer
.void
IMonitorManagerSPI. mergeMonitorUserDuringAuthentication(java.lang.String httpSessionId, java.lang.String srcMonitorUserId, java.lang.String destMonitorUserId)
Merges a monitor user to another, because a http session identified as the first monitor user was authenticated as the second monitor user.void
IMonitorManagerSPI. mergeMonitorUsers(java.lang.String srcMonitorUserId, java.lang.String destMonitorUserId)
Merger monitor users.IMonitor
IMonitorManager. monitor(java.lang.String eventId)
Returns the monitor for an event with the given identifier.IMonitor
IMonitorManager. monitor(java.lang.String eventId, ITransaction transaction)
Returns the monitor for an event with the given identifier.void
IMonitorManagerSPI. reindexAllMonitorUser()
Reindex all monitor users and their event data.void
IMonitorManagerSPI. reindexGroupMember(java.util.Collection<java.lang.String> principalIds)
Schedule reindex of monitor users due to membership change.void
IMonitorManagerSPI. reindexMonitorUsers(java.util.Collection<java.lang.String> monitorUserIds)
Reindex the given monitor users.void
IMonitorManagerSPI. scheduleReindexMonitorUser(java.lang.String id, java.lang.Long visitorId)
Schedules the reindexing of the monitor user with the given identifier on big data after the commit of the current transaction.void
IMonitorManagerSPI. setFriendlyIdUserField(java.lang.String field)
Sets the field used to calculated the monitor user's friendly id for portal users.boolean
IMonitorFilter. shouldCollect(IProject project, Document document)
Returns whether the given collect should be performed.boolean
IMonitorManagerSPI. shouldMonitorRequest(HttpServletRequest request)
Returns whether the given request should have the events monitored.IMonitor
IMonitorManagerSPI. syncMonitor(java.lang.String eventId)
Returns a synchronous monitor.void
IMonitorManagerSPI. updateAllEventsDocumentTypes()
Updates all events document types.void
IMonitorManagerSPI. updateAllMonitorEventDocumentTypes()
Deprecated.void
IMonitorManagerSPI. updateMonitorDefinition(java.util.Set<java.lang.String> definitionPaths)
Updates the monitor definition from the given file paths.void
IMonitorManagerSPI. updateMonitorUser(UserConfig userConfig, UserConfig original)
Updates the data stored in a monitor user with the corresponding data on a portal user.default void
IMonitorManagerSPI. updateMonitorUserDocumentType()
Updates monitor user document types.void
IMonitorManagerSPI. updateMonitorUserDocumentType(IBigDataRepository repository)
Updates monitor user document types.void
IMonitorManagerSPI. upgradeEventData()
Schedules the upgrade of event data in BigData. -
Uses of PortalException in lumis.portal.monitor.impl
Methods in lumis.portal.monitor.impl that throw PortalException Modifier and Type Method Description void
MonitorManager. addMonitorUser(UserConfig userConfig)
void
MonitorManager. anonymizeAllMonitorUser()
void
MonitorManager. anonymizeMonitorUser(java.lang.String monitorUserId)
static void
MonitorManager. anonymizeMonitorUserPendingData(MonitorUser monitorUser)
Anonymizes data for the given user that should be anonimized but it is not.void
MonitorManager. anonymizeMonitorUsers(java.util.Collection<java.lang.String> monitorUserIds)
ServiceInstanceConfig
AbstractMonitorResource. checkModeManagePermission(java.lang.String serviceInstanceId)
Checks user has the required manage permissions.static ServiceInstanceConfig
AbstractMonitorResource. checkModeManagePermission(CustomerExperienceApp app, java.lang.String serviceInstanceId)
Checks user has the required manage permissions.static ServiceInstanceConfig
MonitorUtilInternal. checkModeManagePermission(CustomerExperienceApp app, java.lang.String serviceInstanceId)
Checks user has the required manage permissions.ServiceInstanceConfig
AbstractMonitorResource. checkModeViewPermission(java.lang.String serviceInstanceId)
Checks user has the required view permissions.ServiceInstanceConfig
AbstractMonitorResource. checkModeViewPermission(CustomerExperienceApp app, java.lang.String serviceInstanceId)
Checks user has the required view permissions.static ServiceInstanceConfig
MonitorUtilInternal. checkModeViewPermission(CustomerExperienceApp app, java.lang.String serviceInstanceId)
Checks user has the required view permissions.static ServiceInstanceConfig
AbstractMonitorResource. checkViewServiceInstancePermission(java.lang.String serviceInstanceId)
Checks user has the required view service instance permission.static ServiceInstanceConfig
MonitorUtilInternal. checkViewServiceInstancePermission(java.lang.String serviceInstanceId)
Checks user has the required view service instance permission.void
MonitorManager. clearEventsCache(java.lang.String eventId)
void
MonitorManager. clearRequestRulesCache()
void
MonitorManager. deleteUserActivities(java.lang.String userId)
void
MonitorCleanupClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
protected void
RemoveEventOrphanIndicesTask. execute()
IMonitorEventSPI
MonitorManager. getEvent(java.lang.String eventId)
MonitorEvent
MonitorManager. getEventFromCache(java.lang.String eventId)
IMonitorFieldSPI
MonitorManager. getField(java.lang.String fieldId)
Deprecated.IMonitorFieldSPI
MonitorManager. getFieldFromCache(java.lang.String fieldId)
IMonitorFieldGroup
MonitorManager. getFieldGroup(java.lang.String fieldGroupId)
java.lang.String
MonitorManager. getFriendlyIdUserField()
static ISearchQueryFilter
MonitorUtilInternal. getPrivacyFilter(ServiceInstanceConfig analyticsServiceInstance, DocumentTypeField acceptedPurposetsTypeField)
Returns the privacy term part filter.static ISearchQueryFilter
MonitorUtilInternal. getProjectIdFilter(ServiceInstanceConfig serviceInstance, boolean forMonitorUser)
Returns a search query filter to filter the data with the appropriated area tags.static java.util.Set<java.lang.String>
MonitorUtilInternal. getValuesToFilterProjectIdFor(ServiceInstanceConfig serviceInstance, boolean forMonitorUser)
Returns the filter values to be applied in project id field.void
MonitorManager. initializeMonitoringData(ITransaction transaction)
void
MonitorManager. initializeMonitorRequestRules()
void
MonitorResource. leavePage(@javax.validation.constraints.NotNull long duration, @NotNull java.lang.String clientTitle, java.lang.String lumItemId)
Logs the page enter event.void
MonitorManager. loadMonitorUserInfo(java.lang.String userId, IUserConfigInitializer userConfigInitializer)
void
MonitorManager. mergeMonitorUserDuringAuthentication(java.lang.String httpSessionId, java.lang.String srcMonitorUserId, java.lang.String destMonitorUserId)
void
MonitorManager. mergeMonitorUsers(java.lang.String srcMonitorUserId, java.lang.String destMonitorUserId)
IMonitor
MonitorManager. monitor(java.lang.String eventId)
IMonitor
MonitorManager. monitor(java.lang.String eventId, ITransaction transaction)
void
MonitorBigDataInitObserver. onEvent(IPortalEvent event)
void
MonitorResource. pageView(@NotNull java.lang.String clientTitle)
Logs the view event.static void
MonitorUtilInternal. refreshMonitorIndices()
Refreshes all monitor indices.void
MonitorManager. reindexAllMonitorUser()
void
MonitorManager. reindexGroupMember(java.util.Collection<java.lang.String> principalIds)
void
MonitorManager. reindexMonitorUsers(java.util.Collection<java.lang.String> monitorUserIds)
void
FillProjectIdInEventDataPostUpgradeTask. run()
void
MonitorUserAnonymizeAllTask. run()
void
MonitorUserMergeTask. run()
void
PageViewEventUpdateTask. run()
static void
FillProjectIdInEventDataPostUpgradeTask. schedule()
Schedule execution.static void
MonitorUserAnonymizeAllTask. schedule()
Schedules the execution of task that anonymize all monitor users.static void
PageViewEventUpdateTask. schedule()
Schedules the execution of task that upgrades page view event data.void
MonitorUser. scheduleReindex()
Schedules the reindexing of this monitor user on big data.void
MonitorManager. scheduleReindexMonitorUser(java.lang.String id, java.lang.Long visitorId)
void
MonitorUser. setFriendlyId(java.lang.String friendlyId)
Sets the friendly identifier of this user.void
MonitorManager. setFriendlyIdUserField(java.lang.String requestField)
static void
MonitorUtilInternal. setUserCustomAttributesByPkIfPresents(boolean isTrusted, boolean affectTrusted, MonitorUser monitorUser, org.json.simple.JSONObject sourceFields)
Update monitor user custom fields if key field presents in JSON.static void
MonitorUtilInternal. setUserInfoIfPresent(boolean isTrusted, boolean affectTrusted, MonitorUser monitorUser, org.json.simple.JSONObject sourceFields)
Update monitor user fields if key field presents in JSON.static void
MonitorUtilInternal. setUserInfoIfPresent(boolean isTrusted, boolean affectTrusted, MonitorUser monitorUser, org.json.simple.JSONObject sourceFields, org.json.simple.JSONObject customAttributes)
Update monitor user fields if key field presents in JSON.boolean
MonitorManager. shouldMonitorRequest(HttpServletRequest request)
IMonitor
MonitorManager. syncMonitor(java.lang.String eventId)
void
MonitorManager. updateAllEventsDocumentTypes()
void
MonitorManager. updateAllMonitorEventDocumentTypes()
Deprecated.void
MonitorManager. updateMonitorDefinition(java.util.Set<java.lang.String> definitionPaths)
void
MonitorManager. updateMonitorUser(UserConfig userConfig, UserConfig originalUserConfig)
void
MonitorManager. updateMonitorUserDocumentType(IBigDataRepository repository)
void
MonitorManager. upgradeEventData()
protected void
MonitorEvent. validateLocalId(java.lang.String localId)
Constructors in lumis.portal.monitor.impl that throw PortalException Constructor Description MonitorEvent(java.lang.String id, java.lang.String serviceInstanceId)
MonitorEventValuesProvider(java.util.Map<java.lang.String,java.lang.Object> source, MonitorUser monUser, java.lang.String eventId)
MonitorField(java.lang.String id, java.lang.String serviceInstanceId, IMonitorField.DataType dataType)
MonitorFieldGroup(java.lang.String id, java.lang.String serviceInstanceId)
Creates a new field group. -
Uses of PortalException in lumis.portal.monitor.impl.rest
Methods in lumis.portal.monitor.impl.rest that throw PortalException Modifier and Type Method Description Response
MonitorV1Resource. identifyMonitorUser(@NotNull java.lang.String trackId, @NotNull java.lang.String reqData)
Identify monitor user.Response
MonitorV1Resource. updateMonitorUser(@NotNull java.lang.String trackId, @NotNull java.lang.String reqData)
Update the requested monitor user. -
Uses of PortalException in lumis.portal.page
Methods in lumis.portal.page that throw PortalException Modifier and Type Method Description void
IPageDao. add(PageConfig pageConfig, ITransaction transaction)
Add the page.java.lang.String
IPageManager. add(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Add a page.void
PageDaoHib. add(PageConfig pageConfig, ITransaction transaction)
java.lang.String
PageManager. add(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
void
IPageDao. addCss(java.lang.String pageId, java.lang.String cssId, int position, ITransaction transaction)
void
PageDaoHib. addCss(java.lang.String pageId, java.lang.String cssId, int position, ITransaction transaction)
void
IPageManager. addCssLink(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String cssId, int position, ITransaction transaction)
Add the hyperlink to the page's CSS file.void
PageManager. addCssLink(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String cssId, int position, ITransaction transaction)
void
IPageManager. addOrUpdate(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Add or Update a Page, depending on its previous existence.void
PageManager. addOrUpdate(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
protected void
PageControllerXml. addPage(ITransaction transaction)
protected void
PageConfig. applyPropertyBagChanges()
void
IPageManager. clearCache(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Clear the page cache.void
IPageManager. clearCache(SessionConfig sessionConfig, java.util.Collection<java.lang.String> pageIds, ITransaction transaction)
Clears the cache for a group of pages.void
PageManager. clearCache(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
void
PageManager. clearCache(SessionConfig sessionConfig, java.util.Collection<java.lang.String> pageIds, ITransaction transaction)
void
PageManager. clearCssAndMetatagCache(java.lang.String pageId, ITransaction transaction)
Clears the CSS and Metatag caches of the page with the given identifier.void
IPageManager. copy(SessionConfig sessionConfig, java.lang.String sourcePageId, java.lang.String destinationPageId, ITransaction transaction)
Copy the layout and properties from the original page to the destination page.void
PageManager. copy(SessionConfig sessionConfig, java.lang.String sourcePageId, java.lang.String destinationPageId, ITransaction transaction)
WebResource
PageManager. createWebResourceByDynamicPath(java.lang.String dynamicPath)
boolean
IPageDao. delete(java.lang.String pageId, ITransaction transaction)
Delete the page.void
IPageManager. delete(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Delete a page.boolean
PageDaoHib. delete(java.lang.String pageId, ITransaction transaction)
void
PageManager. delete(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
void
PageManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
void
IPageDao. deleteCss(java.lang.String pageId, java.lang.String cssId, ITransaction transaction)
Delete the CSS from the page.void
PageDaoHib. deleteCss(java.lang.String pageId, java.lang.String cssId, ITransaction transaction)
void
IPageManager. deleteCssLink(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String cssId, ITransaction transaction)
Delete the hyperlink to the page's CSS file.void
PageManager. deleteCssLink(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String cssId, ITransaction transaction)
void
IPageManager. deleteOrphanInterfaces(SessionConfig sessionConfig, java.lang.String pageId, ITransaction daoTransaction)
Remove any interface instance associated to the page that is not being referenced in it's layout.void
PageManager. deleteOrphanInterfaces(SessionConfig sessionConfig, java.lang.String pageId, ITransaction daoTransaction)
protected void
PageControllerXml. deletePage(ITransaction portalTransaction)
java.lang.String
IPageManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node pageNode, boolean firstDeserialization, ITransaction transaction)
java.lang.String
IPageManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node pageNode, ITransaction transaction)
void
PageConfig. deserialize(org.w3c.dom.Node pageNode)
java.lang.String
PageManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node pageNode, boolean firstDeserialization, ITransaction transaction)
java.lang.String
PageManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node pageNode, ITransaction transaction)
void
IPageManager. deserializeCss(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node cssLinksNodes, ITransaction transaction)
void
PageManager. deserializeCss(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node cssLinksNodes, ITransaction transaction)
protected void
PageConfig. deserializePropertyBag(org.w3c.dom.Node propertyBagNode)
void
IPageManager. disconnectFromTemplate(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Disconnect the page from its template if one existsvoid
PageManager. disconnectFromTemplate(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
protected void
PageManager. disconnectFromTemplate_Internal(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
void
IPageDao. evict(java.lang.String pageId, ITransaction transaction)
Removes the specified page from this DAO's cache.void
PageDaoHib. evict(java.lang.String pageId, ITransaction transaction)
PageConfig
IPageDao. get(java.lang.String pageId, ITransaction transaction)
Get the page.PageConfig
IPageManager. get(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Get the configuration of the page.PageConfig
PageDaoHib. get(java.lang.String pageId, ITransaction transaction)
PageConfig
PageManager. get(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
int
IPageManager. getCachePage(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
int
PageManager. getCachePage(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
boolean
IPageManager. getCenterPage(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
boolean
PageManager. getCenterPage(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
java.util.List<IChannelChild>
IPageDao. getChannelsChildren(java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
PageDaoHib. getChannelsChildren(java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
IPageDao. getChildrenData(java.lang.String channelId, int hidePages, int hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
PageDaoHib. getChildrenData(java.lang.String channelId, int hidePages, int hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
PageConfig
IPageDao. getCommitted(java.lang.String pageId, ITransaction transaction)
Get the lastest committed version of the page.PageConfig
PageDaoHib. getCommitted(java.lang.String pageId, ITransaction transaction)
java.util.List<java.lang.String>
IPageDao. getCssIds(java.lang.String pageId, ITransaction transaction)
Get the ids of the page's CSS.java.util.List<java.lang.String>
IPageManager. getCssIds(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Get a list of Css Ids of the page.java.util.List<java.lang.String>
PageDaoHib. getCssIds(java.lang.String pageId, ITransaction transaction)
java.util.List<java.lang.String>
PageManager. getCssIds(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.util.List<java.lang.String>
IPageManager. getCssIdsRecursively(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Get a list of Css Ids of the page including inherited Css.java.util.List<java.lang.String>
PageManager. getCssIdsRecursively(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.lang.String
IPageDao. getFirstIdByChannelId(java.lang.String channelId, ITransaction transaction)
Get the id of the first child page.java.lang.String
IPageManager. getFirstIdByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
PageDaoHib. getFirstIdByChannelId(java.lang.String channelId, ITransaction transaction)
java.lang.String
PageManager. getFirstIdByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
PageConfig
IPageManager. getFirstPageByChannelIdRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Returns the first page for a channel, including pages in sub-channels.PageConfig
PageManager. getFirstPageByChannelIdRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
IPageDao. getIdByUserId(java.lang.String userId, ITransaction transaction)
Get the id of the user's home page.java.lang.String
PageDaoHib. getIdByUserId(java.lang.String userId, ITransaction transaction)
java.util.List<java.lang.String>
IPageDao. getIdsByChannelId(java.lang.String channelId, ITransaction transaction)
Get the list of page's ids given the channel's id.java.util.List<java.lang.String>
PageDaoHib. getIdsByChannelId(java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IPageManager. getIdsByParentChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Returns all the pages that have the given channel as their parent channel.java.util.List<java.lang.String>
PageManager. getIdsByParentChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
IPageManager. getIdsByParentChannelIdRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.List<java.lang.String>
PageManager. getIdsByParentChannelIdRecursively(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.Collection<java.lang.String>
IPageDao. getIdsByParentTemplateId(java.lang.String parentTemplateId, ITransaction transaction)
Add the CSS to the page.java.util.Collection<java.lang.String>
IPageManager. getIdsByParentTemplateId(SessionConfig sessionConfig, java.lang.String parentTemplateId, ITransaction transaction)
java.util.Collection<java.lang.String>
PageDaoHib. getIdsByParentTemplateId(java.lang.String parentTemplateId, ITransaction transaction)
java.util.Collection<java.lang.String>
PageManager. getIdsByParentTemplateId(SessionConfig sessionConfig, java.lang.String parentTemplateId, ITransaction transaction)
java.util.Collection<java.lang.String>
IPageDao. getIdsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IPageManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
PageDaoHib. getIdsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
PageManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
static java.util.List<java.lang.String>
PageLayoutUtil. getLayoutServiceInstanceIds(org.w3c.dom.Document document)
Gets alist
of theservice interface instance identifiers
contained into theDocument
.int
IPageManager. getLayoutType(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Returns the layout type used for rendering the page to the end user.int
PageManager. getLayoutType(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
java.util.List<java.lang.String>
IPageManager. getMetaTagIdsRecursively(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Get a list of Meta-Tags Ids of the page including inherited Meta-Tags.java.util.List<java.lang.String>
PageManager. getMetaTagIdsRecursively(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
static java.lang.String
PageLayoutUtil. getNodeInterfaceInstanceId(org.w3c.dom.Node interfaceInstanceNode)
Gets the service interface instance identifier present into itsNode
.java.util.Collection<PageConfig>
PageRenderDataChangedEvent. getPagesChanged()
Returns the pages whose render data may have changed.java.lang.String
IPageManager. getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Returns theIPageWebResourceDataProvider
class name for the given page.java.lang.String
PageManager. getPageWebResourceDataProviderClassName(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
java.util.List<java.lang.String>
IPageManager. getParentPathIds(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Returns the Ids of parent channels recursively.java.util.List<java.lang.String>
PageManager. getParentPathIds(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.lang.String
IPageManager. getPath(SessionConfig sessionConfig, java.lang.String pageId, boolean localizable, ITransaction transaction)
Returns the complete path beginning from the root channel to the page.java.lang.String
IPageManager. getPath(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Returns the complete path beginning from the root channel to the page.java.lang.String
PageManager. getPath(SessionConfig sessionConfig, java.lang.String pageId, boolean localizable, ITransaction transaction)
java.lang.String
PageManager. getPath(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
IProject
PageWebResource. getProject()
IProject
PageWebResourceWithExtraParametersWrapper. getProject()
java.lang.String
IPageManager. getProtocolScheme(SessionConfig sessionConfig, int protocolType, ITransaction transaction)
Return the protocol Scheme of the page given a protocol type.java.lang.String
PageManager. getProtocolScheme(SessionConfig sessionConfig, int protocolType, ITransaction transaction)
int
IPageManager. getProtocolType(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Returns the protocolType of the given page.int
PageManager. getProtocolType(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
java.lang.String
IPageManager. getRuntimeDataProviderClassName(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Deprecated.Since 5.0.0 replaced byIPageManager.getPageWebResourceDataProviderClassName(SessionConfig, PageConfig, ITransaction)
.java.lang.String
PageManager. getRuntimeDataProviderClassName(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Deprecated.protected java.lang.String
PageWebResource. getSeoRuleUrlPattern()
protected java.lang.String
PageWebResourceWithExtraParametersWrapper. getSeoRuleUrlPattern()
java.util.Collection<java.util.Locale>
PageManager. getWebResourceSupportedLocales(WebResource webResource)
boolean
IPageDao. hasDependentPages(java.lang.String pageTemplateId, ITransaction transaction)
boolean
PageDaoHib. hasDependentPages(java.lang.String pageTemplateId, ITransaction transaction)
boolean
PageManager. isCacheEnabled(WebResource webResource)
protected void
PageConfig. loadPropertyBagValues()
static java.lang.String
PageWebResourceFunctionMapper. localize(java.lang.String[] args)
Resolves the string.protected boolean
PageConfig. mayUseFriendlyId(java.lang.String friendlyId)
static void
PageLayoutUtil. replaceInterfaceInstanceIds(org.w3c.dom.Document layout, java.util.Map<java.lang.String,java.lang.String> mapping)
Replaces service interface instance identifiers of givenlayout
using theMap
to resolve the identifiers.static void
PageLayoutUtil. replaceInterfaceInstanceIds(org.w3c.dom.Document layoutDocument, PageLayoutUtil.IMappingResolver resolver)
Replaces service interface instance identifiers of givenlayout
using the givenPageLayoutUtil.IMappingResolver
to resolve the identifiers.java.lang.String
PageLayoutUtil.IMappingResolver. resolve(java.lang.String serviceInterfaceInstaceId)
Resolves a service interface instance identifier into another one.static java.lang.String
PageWebResourceFunctionMapper. resolveURL(java.lang.String url)
Resolves the given URL.
The URL will only be resolved against the applied themes if the requested page was previously set withinPageWebResourceFunctionMapper.beforeEvaluation()
.void
IPageManager. serialize(SessionConfig sessionConfig, java.lang.String pageId, java.io.OutputStream outputStream, ITransaction transaction)
void
PageConfig. serialize(PageConfig pageConfig, java.io.OutputStream outputStream)
void
PageManager. serialize(SessionConfig sessionConfig, java.lang.String pageId, java.io.OutputStream outputStream, ITransaction transaction)
void
IPageManager. serializeCss(SessionConfig sessionConfig, java.lang.String pageId, java.io.OutputStream outputStream, ITransaction transaction)
void
PageManager. serializeCss(SessionConfig sessionConfig, java.lang.String pageId, java.io.OutputStream outputStream, ITransaction transaction)
void
PageManager. setWebResourcesMissingData(java.lang.String resourceId, boolean processChildren)
void
IPageDao. update(PageConfig pageConfig, ITransaction transaction)
Update the page.void
IPageManager. update(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Update a page.void
PageDaoHib. update(PageConfig pageConfig, ITransaction transaction)
void
PageManager. update(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
void
IPageManager. updateDeserializedPageLayout(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, java.lang.String pageId, ITransaction transaction)
void
PageManager. updateDeserializedPageLayout(SessionConfig sessionConfig, DeserializationConfig deserealizationConfig, java.lang.String pageId, ITransaction transaction)
void
IPageManager. updateLayout(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String layout, ITransaction transaction)
Update the page layout.void
PageManager. updateLayout(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String layout, ITransaction transaction)
void
IPageManager. updateSsiProperty(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Updates the server side include property of the interface's page.void
PageManager. updateSsiProperty(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Constructors in lumis.portal.page that throw PortalException Constructor Description PageControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.page.acl
Methods in lumis.portal.page.acl that throw PortalException Modifier and Type Method Description java.lang.String
IPageAclManager. add(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Add an Access Control List to the Page.java.lang.String
PageAclManager. add(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
void
IPageAclManager. checkRequiredPermissions(AccessControlList acl)
Checks if the required permissions were given for someone.void
PageAclManager. checkRequiredPermissions(AccessControlList acl)
AccessControlList
IPageAclManager. get(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Get the Page's Access Control List.AccessControlList
PageAclManager. get(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
protected AccessControlList
PageAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
static int[]
PagePermissions. getImplies()
protected int
PageAclManager. getRequiredPermissions()
static int
PagePermissions. getRequiredPermissions()
void
IPageAclManager. update(SessionConfig sessionConfig, java.lang.String pageId, AccessControlList acl, ITransaction transaction)
Update the Page's ACL.void
PageAclManager. update(SessionConfig sessionConfig, java.lang.String pageId, AccessControlList acl, ITransaction transaction)
-
Uses of PortalException in lumis.portal.page.acl.serialization
Methods in lumis.portal.page.acl.serialization that throw PortalException Modifier and Type Method Description SerializationMessageConfigNode
IPageAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig, AccessControlList accessControlList)
Get aSerializationMessageConfigNode
object containing fully recursive information about a page ACL.SerializationMessageConfigNode
IPageAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a page ACL.SerializationMessageConfigNode
PageAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig, AccessControlList accessControlList)
SerializationMessageConfigNode
PageAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
AccessControlListSerializableConfig
PageAclSerializationManager. serialize(SerializationContext serializationContext, java.lang.String securableId)
-
Uses of PortalException in lumis.portal.page.cache
Subclasses of PortalException in lumis.portal.page.cache Modifier and Type Class Description protected static class
PageCacheControllerHtml.PageUnavailableException
Exception thrown when the requested page is temporarily unavailable, for example, due to timeout in the page generation.Methods in lumis.portal.page.cache that throw PortalException Modifier and Type Method Description void
IPageCacheManager. clearAllHTMLCache(ITransaction transaction)
Clears all page HTML cache.void
PageCacheManager. clearAllHTMLCache(ITransaction transaction)
void
IPageCacheManager. clearCacheByChannelIds(SessionConfig sessionConfig, java.util.Collection<java.lang.String> channelIds, java.util.Map<java.lang.String,java.lang.String[]> parameters, int changeType, ITransaction transaction)
Clear the cache of the pages within the specified channels recursively.void
PageCacheManager. clearCacheByChannelIds(SessionConfig sessionConfig, java.util.Collection<java.lang.String> channelIds, java.util.Map<java.lang.String,java.lang.String[]> parameters, int changeType, ITransaction transaction)
void
IPageCacheManager. clearCacheByPagesIds(SessionConfig sessionConfig, java.util.Collection<java.lang.String> pagesIds, java.util.Map<java.lang.String,java.lang.String[]> parameters, java.util.Locale locale, int changeType, ITransaction transaction)
Clear the cache of the specified pages.void
PageCacheManager. clearCacheByPagesIds(SessionConfig sessionConfig, java.util.Collection<java.lang.String> pagesIds, java.util.Map<java.lang.String,java.lang.String[]> parameters, java.util.Locale locale, int changeType, ITransaction transaction)
void
IPageCacheManager. clearPageCacheErrors(java.util.Collection<java.lang.String> pageCacheIds, ITransaction transaction)
Clear page cache errors in the database.void
PageCacheManager. clearPageCacheErrors(java.util.Collection<java.lang.String> pageCacheIds, ITransaction transaction)
void
IPageCacheManager. delete(SessionConfig sessionConfig, java.lang.String pageCacheId, ITransaction transaction)
Delete a page cache.void
PageCacheManager. delete(SessionConfig sessionConfig, java.lang.String pageCacheId, ITransaction transaction)
protected void
PageCacheControllerHtml. dispatchToDefaultErrorPage(java.lang.Exception exception)
Dispatches the request to the default error page.protected void
PageCacheControllerHtml. doHandleError()
Contains the logic for processing the not found (404) error event.protected PageCacheManager.HttpAccessResult
PageCacheManager. doHttpAccess(java.net.URL url, java.lang.String cookies, PageCacheConfig pageCacheConfig)
void
IPageCacheManager. expirePageCache(PageCacheConfig pageCacheConfig)
Expires a singlePageCacheConfig
.void
PageCacheManager. expirePageCache(PageCacheConfig pageCacheConfig)
Expires a singlePageCacheConfig
PageCacheConfig
PageCacheManager. generateNextPage(lumis.portal.page.cache.GenerationSelectStrategy generationSelectStrategy)
Generates next outdated page cache, according to the given strategy.PageCacheConfig
IPageCacheManager. generatePage(java.lang.String pageCacheId)
Generates a page cache.PageCacheConfig
PageCacheManager. generatePage(java.lang.String pageCacheId)
protected void
PageCacheManager. generatePage(PageCacheConfig pageCacheConfig)
PageCacheConfig
IPageCacheManager. get(java.lang.String pageCacheId)
Returns a page cache given its identifier.PageCacheConfig
PageCacheManager. get(java.lang.String pageCacheId)
protected PageCacheConfig
PageCacheManager. getGenerationLock(java.lang.String pageCacheId)
Gets a lock for generating a cached page.protected PageCacheConfig
PageCacheManager. getNextPageForGeneration(lumis.portal.page.cache.GenerationSelectStrategy generationSelectStrategy)
Returns the next page cache to be generated.static PageConfig
PageCacheUtil. getPageByPageCache(SessionConfig sessionConfig, PageCacheConfig pageCacheConfig, ITransaction transaction)
Returns the page that will be rendered when accessing a web resource.int
IPageCacheManager. getPageCacheGenerationState(SessionConfig sessionConfig, ITransaction transaction)
Deprecated.Since 5.0.0, replaced byIPageCacheManager.isPageCacheGenerationEnabled()
for better performance and easier use.int
PageCacheManager. getPageCacheGenerationState(SessionConfig sessionConfig, ITransaction transaction)
Deprecated.static java.lang.String
PageCacheUtil. getPageCacheGeneratorUserAgent()
Returns the user agent string to be used when requesting a page for cache generation.static IMonitor
PageCacheMonitorUtil. getPageCacheMonitor(PageCacheConfig pageCacheConfig)
Returns amonitor
by apage cache configuration
.void
PageCacheControllerHtml. handleError()
void
PageCacheObserver. onEvent(IPortalEvent event)
void
IPageCacheManager. pageCacheMissed(java.lang.String pageCacheId, boolean forImmediateUse)
Indicates a miss in the page cache occurred.void
PageCacheManager. pageCacheMissed(java.lang.String pageCacheId, boolean forImmediateUse)
java.lang.String
IPageCacheManager. processHTMLForPageCache(java.lang.String htmlContent, PageCacheConfig pageCache)
Processes a HTML code for storing for a page cache.default java.lang.String
IPageCacheManager. processHTMLForPageCache(java.lang.String htmlContent, PageCacheConfig pageCache, boolean convertGuestOnlyCaches)
Deprecated.since 10.3.0 replaced byIPageCacheManager.processHTMLForPageCache(String, PageCacheConfig)
.java.lang.String
PageCacheManager. processHTMLForPageCache(java.lang.String htmlContent, PageCacheConfig pageCache)
void
PageCacheManager. recalculateCaches(java.lang.String channelId)
Recalculates the attributes for the caches in the portal area inside the specified channel.protected void
PageCacheManager. releaseGenerationLock(PageCacheConfig pageCacheConfig, IPageCacheManager.GenerationOutcome outcome)
Releases the generation lock for a cached page.void
IPageCacheManagerSPI. resetExpiredGeneratingPages()
Resets all pages that have been in the generating state for more than 30 minutes.void
PageCacheManager. resetExpiredGeneratingPages()
void
IPageCacheManagerSPI. scheduleRecalculateCachesEnabled(ChannelConfig channel)
Schedules recalculation if page caches are enabled after the current transaction completes.void
IPageCacheManagerSPI. scheduleRecalculateCachesEnabled(PageConfig page)
Schedules recalculation if page caches are enabled after the current transaction completes.void
PageCacheManager. scheduleRecalculateCachesEnabled(ChannelConfig channel)
void
PageCacheManager. scheduleRecalculateCachesEnabled(PageConfig page)
void
IPageCacheManager. setPageCacheGenerationState(SessionConfig sessionConfig, int state, ITransaction transaction)
Sets the page cache generation statevoid
PageCacheManager. setPageCacheGenerationState(SessionConfig sessionConfig, int state, ITransaction transaction)
Sets the page cache generation state.void
IPageCacheManager. updateCachedFilesLastModifiedDate(SessionConfig sessionConfig, PageConfig pageConfig, java.util.Locale locale, java.util.Date lastModifiedDate, ITransaction transaction)
Updates the last modified date of the cached files that match the given pageId and locale.void
PageCacheManager. updateCachedFilesLastModifiedDate(SessionConfig sessionConfig, PageConfig pageConfig, java.util.Locale locale, java.util.Date lastModifiedDate, ITransaction transaction)
java.lang.String
IPageCacheManager. waitForGeneration(java.lang.String pageCacheId, long timeout)
Waits for the generation of a page cache.java.lang.String
PageCacheManager. waitForGeneration(java.lang.String pageCacheId, long timeout)
void
IPageCacheManager. waitForPagesReadyToGenerate(long timeout, boolean forImmediateUseOnly)
Waits for new pages to be ready to be generated.Constructors in lumis.portal.page.cache that throw PortalException Constructor Description HtmlGenerationConfig(org.w3c.dom.Node htmlGenerationNode)
PageCacheControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.page.link
Methods in lumis.portal.page.link that throw PortalException Modifier and Type Method Description void
IPageLinkDao. add(PageLinkConfig pageLinkConfig, ITransaction transaction)
Add the page link.java.lang.String
IPageLinkManager. add(SessionConfig sessionConfig, PageLinkConfig pageLinkConfig, ITransaction transaction)
Add a page link.void
PageLinkDaoJdbc. add(PageLinkConfig pageLinkConfig, ITransaction transaction)
java.lang.String
PageLinkManager. add(SessionConfig sessionConfig, PageLinkConfig pageLinkConfig, ITransaction transaction)
void
IPageLinkDao. delete(java.lang.String pageLinkId, ITransaction transaction)
Delete the page link.void
IPageLinkManager. delete(SessionConfig sessionConfig, java.lang.String pageLinkId, ITransaction transaction)
Delete a page link.void
PageLinkDaoJdbc. delete(java.lang.String pageLinkId, ITransaction transaction)
void
PageLinkManager. delete(SessionConfig sessionConfig, java.lang.String pageLinkId, ITransaction transaction)
PageLinkConfig
IPageLinkDao. get(java.lang.String pageLinkId, ITransaction transaction)
Get the page link.PageLinkConfig
IPageLinkManager. get(SessionConfig sessionConfig, java.lang.String pageLinkId, ITransaction transaction)
Get the page link configuraton.PageLinkConfig
PageLinkDaoJdbc. get(java.lang.String pageLinkId, ITransaction transaction)
PageLinkConfig
PageLinkManager. get(SessionConfig sessionConfig, java.lang.String pageLinkId, ITransaction transaction)
java.util.Collection<java.lang.String>
IPageLinkDao. getByPageId(java.lang.String pageId, ITransaction transaction)
Get page links associated with one pagejava.util.Collection<java.lang.String>
IPageLinkManager. getByPageId(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Get the page link ids associated to a pagejava.util.Collection<java.lang.String>
PageLinkDaoJdbc. getByPageId(java.lang.String pageId, ITransaction transaction)
java.util.Collection<java.lang.String>
PageLinkManager. getByPageId(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.util.List<PageLinkConfig>
IPageLinkDao. getByTypeAndWebsite(int type, java.lang.String website, ITransaction transaction)
Returns a list of page links given a type and website.PageLinkConfig
IPageLinkManager. getByTypeAndWebsite(SessionConfig sessionConfig, int type, java.lang.String website, ITransaction transaction)
Deprecated.Since 6.2.0 this method was specialized and replaced byIPageLinkManager.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, ITransaction)
andIPageLinkManager.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, ITransaction)
.PageLinkConfig
IPageLinkManagerSPI. getByTypeAndWebsite(SessionConfig sessionConfig, int type, java.lang.String website, PortalRequestContext requestContext, ITransaction transaction)
Deprecated.Since 6.2.0 this method was specialized and replaced byIPageLinkManagerSPI.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, PortalRequestContext, ITransaction)
andIPageLinkManagerSPI.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, PortalRequestContext, ITransaction)
.java.util.List<PageLinkConfig>
PageLinkDaoJdbc. getByTypeAndWebsite(int type, java.lang.String websiteId, ITransaction transaction)
PageLinkConfig
PageLinkManager. getByTypeAndWebsite(SessionConfig sessionConfig, int type, java.lang.String website, PortalRequestContext requestContext, ITransaction transaction)
Deprecated.PageLinkConfig
PageLinkManager. getByTypeAndWebsite(SessionConfig sessionConfig, int type, java.lang.String website, ITransaction transaction)
Deprecated.java.util.List<PageLinkConfig>
IPageLinkManagerSPI. getByTypeAndWebsiteIdentifier(SessionConfig sessionConfig, int type, java.lang.String websiteId, ITransaction transaction)
Returns the list ofpage links
with the given type and website identifier.java.util.List<PageLinkConfig>
PageLinkManager. getByTypeAndWebsiteIdentifier(SessionConfig sessionConfig, int type, java.lang.String websiteId, ITransaction transaction)
PageLinkConfig
IPageLinkDao. getByTypeWebsiteAndChannelId(int type, java.lang.String websiteId, java.lang.String channelId, ITransaction transaction)
Get the page link given type, website and channelId.PageLinkConfig
IPageLinkManager. getByTypeWebsiteAndChannelId(SessionConfig sessionConfig, int type, java.lang.String website, java.lang.String channelId, ITransaction transaction)
Deprecated.Since 6.2.0 this method was specialized and replaced byIPageLinkManager.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, ITransaction)
andIPageLinkManager.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, ITransaction)
.PageLinkConfig
IPageLinkManagerSPI. getByTypeWebsiteAndChannelId(SessionConfig sessionConfig, int type, java.lang.String website, java.lang.String channelId, PortalRequestContext requestContext, ITransaction transaction)
Deprecated.Since 6.2.0 this method was specialized and replaced byIPageLinkManagerSPI.getDefaultLoginPage(SessionConfig, IWebsiteBaseURL, String, PortalRequestContext, ITransaction)
andIPageLinkManagerSPI.getDefaultHomePage(SessionConfig, IWebsiteBaseURL, PortalRequestContext, ITransaction)
.PageLinkConfig
PageLinkDaoJdbc. getByTypeWebsiteAndChannelId(int type, java.lang.String websiteId, java.lang.String channelId, ITransaction transaction)
PageLinkConfig
PageLinkManager. getByTypeWebsiteAndChannelId(SessionConfig sessionConfig, int type, java.lang.String website, java.lang.String requestedChannelId, PortalRequestContext requestContext, ITransaction transaction)
Deprecated.PageLinkConfig
PageLinkManager. getByTypeWebsiteAndChannelId(SessionConfig sessionConfig, int type, java.lang.String website, java.lang.String requestedChannelId, ITransaction transaction)
Deprecated.PageLinkConfig
IPageLinkManagerSPI. getDefaultErrorPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, java.lang.String channelId, PortalRequestContext requestContext, ITransaction transaction)
Returns the most appropriate error page, based on the given website base URL.default PageLinkConfig
IPageLinkManagerSPI. getDefaultErrorPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, PortalRequestContext requestContext, ITransaction transaction)
Returns the most appropriate error page, based on the given website base URL.PageLinkConfig
PageLinkManager. getDefaultErrorPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, java.lang.String channelId, PortalRequestContext requestContext, ITransaction transaction)
PageLinkConfig
IPageLinkManager. getDefaultHomePage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, ITransaction transaction)
Returns the most appropriate home page, based on the given website base URL.PageLinkConfig
IPageLinkManagerSPI. getDefaultHomePage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, PortalRequestContext requestContext, ITransaction transaction)
Returns the most appropriate home page is identified based on the website, priority and Context Rules.PageLinkConfig
PageLinkManager. getDefaultHomePage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, PortalRequestContext requestContext, ITransaction transaction)
PageLinkConfig
PageLinkManager. getDefaultHomePage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, ITransaction transaction)
PageLinkConfig
IPageLinkManager. getDefaultLoginPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, java.lang.String channelId, ITransaction transaction)
Returns the most appropriate login page, based on the given website base URL and destination channel identifier.PageLinkConfig
IPageLinkManagerSPI. getDefaultLoginPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, java.lang.String channelId, PortalRequestContext requestContext, ITransaction transaction)
Returns the most appropriate login page is identified based on the website, priority, Context Rules and destination channel identifier.PageLinkConfig
PageLinkManager. getDefaultLoginPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, java.lang.String channelId, PortalRequestContext requestContext, ITransaction transaction)
PageLinkConfig
PageLinkManager. getDefaultLoginPage(SessionConfig sessionConfig, IWebsiteBaseURL websiteBaseURL, java.lang.String channelId, ITransaction transaction)
void
IPageLinkDao. update(PageLinkConfig pageLinkConfig, ITransaction transaction)
Update the page link.void
IPageLinkManager. update(SessionConfig sessionConfig, PageLinkConfig pageLinkConfig, ITransaction transaction)
Update the page link.void
PageLinkDaoJdbc. update(PageLinkConfig pageLinkConfig, ITransaction transaction)
void
PageLinkManager. update(SessionConfig sessionConfig, PageLinkConfig pageLinkConfig, ITransaction transaction)
-
Uses of PortalException in lumis.portal.page.serialization
Methods in lumis.portal.page.serialization that throw PortalException Modifier and Type Method Description void
IPageSerializationManager. deserialize(DeserializationContext deserializationContext, PageSerializableConfig pageSerializableConfig)
Deserialize a page.void
PageSerializationManager. deserialize(DeserializationContext deserializationContext, PageSerializableConfig pageSerializableConfig)
SerializationMessageConfigNode
IPageSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a page.SerializationMessageConfigNode
IPageSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a page.SerializationMessageConfigNode
PageSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig)
SerializationMessageConfigNode
PageSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, PageConfig pageConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
boolean
PageConfigPersister. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
boolean
PageSerializationManager. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
PageSerializableConfig
IPageSerializationManager. serialize(SerializationContext serializationContext, java.lang.String pageId, boolean deepSerialization)
Serialize a page.PageSerializableConfig
PageSerializationManager. serialize(SerializationContext serializationContext, java.lang.String pageId, boolean deepSerialization)
-
Uses of PortalException in lumis.portal.page.template
Methods in lumis.portal.page.template that throw PortalException Modifier and Type Method Description protected void
PageTemplateManager. createAllNewInterfaces(SessionConfig sessionConfig, java.lang.String pageId, org.w3c.dom.Document newPageLayoutDoc, ITransaction transaction)
java.lang.String
IPageTemplateManager. generateDefaultLayout(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.lang.String
PageTemplateManager. generateDefaultLayout(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.lang.String
InterfaceInstanceNodeWrapper. getInterfaceHolderId()
boolean
IPageTemplateManager. hasInterfaceHolder(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Returns true if the given page template has an interface holderboolean
PageTemplateManager. hasInterfaceHolder(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
protected void
PageTemplateManager. insertIndependentInterfaces(SessionConfig sessionConfig, InterfaceHolderMapping interfaceHolderMapping, org.w3c.dom.Document newPageLayoutDoc, org.w3c.dom.Document oldPageLayoutDoc, ITransaction transaction)
protected void
PageTemplateManager. insertInterfaceInstance(SessionConfig sessionConfig, InterfaceInstanceNodeWrapper pageInterface, org.w3c.dom.Document newPageLayoutDoc, InterfaceHolderMapping interfaceHolderMapping, ITransaction transaction)
protected void
PageTemplateManager. updateLinkedInterfaces(SessionConfig sessionConfig, org.w3c.dom.Document newPageLayoutDoc, org.w3c.dom.Document oldPageLayoutDoc, ITransaction transaction)
void
IPageTemplateManager. updatePageLayoutFromTemplate(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Updates the given page layout based on the layout of the template that the page belongs to.protected void
PageTemplateControllerXml. updatePageLayoutFromTemplate(ITransaction portalTransaction)
void
PageTemplateManager. updatePageLayoutFromTemplate(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Constructors in lumis.portal.page.template that throw PortalException Constructor Description InterfaceHolderMapping(SessionConfig sessionConfig, org.w3c.dom.Document fromPageLayoutDoc, org.w3c.dom.Document toPageLayoutDoc, ITransaction transaction)
InterfaceInstanceNodeWrapper(SessionConfig sessionConfig, java.lang.String interfaceId, org.w3c.dom.Document layoutDoc, ITransaction transaction)
InterfaceInstanceNodeWrapper(SessionConfig sessionConfig, org.w3c.dom.Node interfaceInstanceNode, ITransaction transaction)
PageTemplateControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.page.template.acl
Methods in lumis.portal.page.template.acl that throw PortalException Modifier and Type Method Description void
IPageTemplateAclManager. add(SessionConfig sessionConfig, PageConfig pageConfig, ITransaction transaction)
Add an Access Control List to the Page.void
PageTemplateAclManager. add(SessionConfig sessionConfig, PageConfig pageTemplateConfig, ITransaction transaction)
AccessControlList
IPageTemplateAclManager. get(SessionConfig sessionConfig, java.lang.String pageTemplateId, ITransaction transaction)
Get the Page Template's Access Control List.AccessControlList
PageTemplateAclManager. get(SessionConfig sessionConfig, java.lang.String pageTemplateId, ITransaction transaction)
protected AccessControlList
PageTemplateAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String pageTemplateId, ITransaction transaction)
static int[]
PageTemplatePermissions. getImplies()
protected int
PageTemplateAclManager. getRequiredPermissions()
static int
PageTemplatePermissions. getRequiredPermissions()
void
IPageTemplateAclManager. parentAclUpdated(SessionConfig sessionConfig, java.lang.String parentChannelId, AccessControlList parentChannelAcl, ITransaction transaction)
Update Page Template's inheriting permissions.void
PageTemplateAclManager. parentAclUpdated(SessionConfig sessionConfig, java.lang.String parentChannelId, AccessControlList parentChannelAcl, ITransaction transaction)
void
IPageTemplateAclManager. setInheritance(SessionConfig sessionConfig, java.lang.String pageId, boolean inherit, ITransaction transaction)
Specifies if the page template inherits its parent channel`s ACL.void
PageTemplateAclManager. setInheritance(SessionConfig sessionConfig, java.lang.String pageTemplateId, boolean inherit, ITransaction transaction)
void
IPageTemplateAclManager. update(SessionConfig sessionConfig, java.lang.String pageTemplateId, AccessControlList acl, ITransaction transaction)
Update the Page Template's ACL.void
PageTemplateAclManager. update(SessionConfig sessionConfig, java.lang.String pageTemplateId, AccessControlList acl, ITransaction transaction)
-
Uses of PortalException in lumis.portal.page.webresource
Methods in lumis.portal.page.webresource that throw PortalException Modifier and Type Method Description protected java.net.URL
AbstractPageWebResourceDataProvider. getCanonicalUrl()
Returns the URL used for the canonical URL link element for theAbstractPageWebResourceDataProvider.pageWebResource
.protected java.net.URL
DefaultPageWebResourceDataProvider. getCanonicalUrl()
Returns the URL used for the canonical URL link element for theAbstractPageWebResourceDataProvider.pageWebResource
.static java.net.URL
SeoWebResourceUtil. getCanonicalUrl(java.lang.String pageId, java.util.Locale locale)
Returns the canonical URL for the specifiedpage
SeoRule
if defined.protected abstract java.lang.String
AbstractPageWebResourceDataProvider. getDescription()
Returns the description for the page web resource.protected java.lang.String
DefaultPageWebResourceDataProvider. getDescription()
protected abstract java.util.List<java.lang.String>
AbstractPageWebResourceDataProvider. getKeywords()
Returns the keywords for the page web resource.protected java.util.List<java.lang.String>
DefaultPageWebResourceDataProvider. getKeywords()
protected java.util.Map<java.lang.String,java.lang.String>
AbstractPageWebResourceDataProvider. getMetaTags()
Returns the meta tags map for the page web resource.protected java.util.Map<java.lang.String,java.lang.String>
DefaultPageWebResourceDataProvider. getMetaTags()
static java.lang.String
SeoWebResourceUtil. getPageDescription(java.lang.String pageId, java.util.Locale locale)
Returns the description for the specifiedpage
SeoRule
if defined.static java.lang.String
SeoWebResourceUtil. getPageSocialDescription(java.lang.String pageId, java.util.Locale locale)
Returns the social description for the specifiedpage
SeoRule
if defined.static java.lang.String
SeoWebResourceUtil. getPageSocialImageFileId(java.lang.String pageId, java.util.Locale locale)
Returns the social image file id for the specifiedpage
SeoRule
if defined.static java.lang.String
SeoWebResourceUtil. getPageSocialTitle(java.lang.String pageId, java.util.Locale locale)
Returns the social title for the specifiedpage
SeoRule
if defined.static java.lang.String
SeoWebResourceUtil. getPageTitle(java.lang.String pageId, java.util.Locale locale)
Returns the title for the specifiedpage
SeoRule
if defined.static java.lang.String
SeoWebResourceUtil. getPageTitlePattern(java.lang.String pageId, java.util.Locale locale)
Returns the page title pattern for the given page and locale.PageWebResourceData
AbstractPageWebResourceDataProvider. getPageWebResourceData()
Template method for filling up a page web resource data properties.PageWebResourceData
IPageWebResourceDataProvider. getPageWebResourceData()
Returns the data about a page web resource.protected abstract java.lang.String
AbstractPageWebResourceDataProvider. getSimpleTitle()
Returns the simple title for the page web resource.protected java.lang.String
DefaultPageWebResourceDataProvider. getSimpleTitle()
protected abstract java.lang.String
AbstractPageWebResourceDataProvider. getTitle()
Returns the title for the page web resource.protected java.lang.String
DefaultPageWebResourceDataProvider. getTitle()
protected java.lang.String
DefaultPageWebResourceDataProvider. getTitlePattern()
Returns the pattern to be used when resolving the title ornull
if there's no specific title pattern.static java.lang.String
SeoWebResourceUtil. getUrlPathByChannelId(java.lang.String channelId, java.util.Locale locale)
Returns the url path for the specifiedchannel
SeoRule
if defined.static java.lang.String
SeoWebResourceUtil. getUrlPathByPageId(java.lang.String pageId, java.util.Locale locale)
Returns the url path for the specifiedPageConfig#getId( page)
SeoRule
if defined.protected java.lang.String
AbstractPageWebResourceDataProvider. getUrlTitle()
Returns the title to be used when generating the URL of the page web resource.protected VariableResolver
DefaultPageWebResourceDataProvider. getVariableResolver()
Returns the variable resolver used to resolve title against the title pattern.void
AbstractPageWebResourceDataProvider. init(PageWebResource pageWebResource)
SetsAbstractPageWebResourceDataProvider.pageWebResource
attribute with the given pageWebResource object.void
DefaultPageWebResourceDataProvider. init(PageWebResource pageWebResource)
void
IPageWebResourceDataProvider. init(PageWebResource pageWebResource)
Initializes this page web resource data provider. -
Uses of PortalException in lumis.portal.preferences
Methods in lumis.portal.preferences that throw PortalException Modifier and Type Method Description void
IPreferencesManagerSPI. copySharedInterfaceInstancePreferences(java.lang.String srcInterfaceInstanceId, java.lang.String destInterfaceInstanceId)
Copies the shared interface instance preferences from an interface instance to another.void
PreferencesManager. copySharedInterfaceInstancePreferences(java.lang.String srcInterfaceInstanceId, java.lang.String destInterfaceInstanceId)
void
IPreferencesManager. delete(SessionConfig sessionConfig, java.lang.String resourceId, int resourceType, ITransaction transaction)
Deprecated.Since 10.2.0, replaced byIPreferencesManager.deletePreferencesByServiceInterfaceInstanceId(String)
.void
PreferencesManager. delete(SessionConfig sessionConfig, java.lang.String resourceId, int resourceType, ITransaction transaction)
Deprecated.void
IPreferencesManager. deletePreferencesByServiceInterfaceInstanceId(java.lang.String serviceInterfaceInstanceId)
Deletes all non-structure level preferences associated with the specified service interface instance.void
PreferencesManager. deletePreferencesByServiceInterfaceInstanceId(java.lang.String serviceInterfaceInstanceId)
IPreferences
IPreferencesManager. getPreferences(SessionConfig sessionConfig, java.lang.String resourceId, int resourceType)
Deprecated.Since 10.2.0, replaced byIPreferencesManager.getServiceInterfaceInstancePreferences(String, PreferencesLevel)
.IPreferences
PreferencesManager. getPreferences(SessionConfig sessionConfig, java.lang.String resourceId, int resourceType)
Deprecated.IPreferences
IPreferencesManager. getServiceInterfaceInstancePreferences(java.lang.String serviceInterfaceInstanceId, PreferencesLevel level)
Returns the preferences for a specified resource at the specified level.IPreferences
PreferencesManager. getServiceInterfaceInstancePreferences(java.lang.String serviceInterfaceInstanceId, PreferencesLevel level)
void
IPreferencesManagerSPI. setSharedInterfaceInstancePreferences(java.lang.String interfaceInstanceId, java.util.Map<java.lang.String,java.lang.String[]> sharedPreferences)
Sets the shared interface instance preferences for the given interface instance identifier.void
PreferencesManager. setSharedInterfaceInstancePreferences(java.lang.String interfaceInstanceId, java.util.Map<java.lang.String,java.lang.String[]> sharedPreferences)
-
Uses of PortalException in lumis.portal.presentation
Methods in lumis.portal.presentation that throw PortalException Modifier and Type Method Description protected void
PresentationControllerHtml. checkForFileUpload(ITransaction transaction)
protected boolean
PresentationControllerHtml. checkForProtocolRedirect(ITransaction portalTransaction)
java.util.List<java.lang.String>
IPresentationManager. getAdministrationBarChannelIds(SessionConfig sessionConfig, ITransaction transaction)
Get the Ids of the administration bar of the Channel.java.util.List<java.lang.String>
PresentationManager. getAdministrationBarChannelIds(SessionConfig sessionConfig, ITransaction transaction)
PageConfig
IPresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.String website, int mode, ITransaction daoTransaction)
Deprecated.PageConfig
IPresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, IWebsiteBaseURL websiteBaseURL, int mode, ITransaction daoTransaction)
Get the default Page.PageConfig
IPresentationManagerSPI. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.String website, int mode, PortalRequestContext requestContext, ITransaction daoTransaction)
Deprecated.PageConfig
IPresentationManagerSPI. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, IWebsiteBaseURL websiteBaseURL, IPortalMode mode, PortalRequestContext requestContext, boolean fallbackToFirstWebsitePage, ITransaction transaction)
Get the default Page.PageConfig
IPresentationManagerSPI. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, IWebsiteBaseURL websiteBaseURL, IPortalMode mode, PortalRequestContext requestContext, ITransaction daoTransaction)
Get the default Page.PageConfig
PresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.String website, int mode, PortalRequestContext requestContext, ITransaction transaction)
Deprecated.PageConfig
PresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, java.lang.String website, int mode, ITransaction daoTransaction)
Deprecated.PageConfig
PresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, IWebsiteBaseURL websiteBaseURL, int mode, ITransaction daoTransaction)
PageConfig
PresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, IWebsiteBaseURL websiteBaseURL, IPortalMode mode, PortalRequestContext requestContext, boolean fallbackToFirstWebsitePage, ITransaction transaction)
PageConfig
PresentationManager. getDefaultPage(SessionConfig sessionConfig, java.lang.String pageId, java.lang.String channelId, IWebsiteBaseURL websiteBaseURL, IPortalMode mode, PortalRequestContext requestContext, ITransaction transaction)
java.util.List<IHtmlProcessor>
IPresentationManagerSPI. getProcessors(PageWebResource webResource)
Returns a list with theHTML processors
for the givenweb resource
.java.util.List<IHtmlProcessor>
PresentationManager. getProcessors(PageWebResource webResource)
protected java.lang.String
AbstractHtmlProcessor. getPropertyValue(java.lang.String propertyName, IPageWebResourceRenderRequest request)
Returns the property value for the given request.protected java.util.List<java.lang.String>
AbstractHtmlProcessor. getPropertyValues(java.lang.String propertyName, IPageWebResourceRenderRequest request)
Returns the property values for the given request.protected java.lang.String
AbstractHtmlProcessor. getServiceInstancePropertyValue(java.lang.String propertyName)
Returns the first value for the specified property name in the property bag of this HTML processor's service instance.protected java.util.List<java.lang.String>
AbstractHtmlProcessor. getServiceInstancePropertyValues(java.lang.String propertyName)
Returns the values for the specified property name in the property bag of this HTML processor's service instance.static java.lang.String
PageRendererUtil. getServiceInterfaceInstanceSafeModeHTML(java.lang.String serviceInterfaceInstanceId)
Returns the HTML used for a service interface instance rendering in safe mode.void
AbstractHtmlProcessor. init(java.lang.String serviceInstanceId)
void
IHtmlProcessor. init(java.lang.String serviceInstanceId)
Initializes this HTML processor with the given service instance identifier.static void
HttpSessionMonitor. monitorSession(SessionConfig sessionConfig, PageWebResource webResource, HttpSession session, java.lang.String lastTrackId)
Starts monitoring the given http session.void
HtmlProcessorEventObserver. onEvent(IPortalEvent event)
protected void
PresentationControllerHtml. prepareForPageRendering(ITransaction portalTransaction)
Performs any initialization required before page rendering.java.lang.String
IHtmlProcessor. process(java.lang.String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest)
Returns the processed HMTL for user.protected ITransaction
PresentationControllerHtml. processActionIfRequired(ITransaction portalTransaction)
Checks to see if an action is to be processed.void
PresentationControllerHtml. renderPage()
Renders a portal page.protected void
PresentationControllerHtml. renderPagePortalSettingsMode(ITransaction portalTransaction)
Renders the page in portal settings mode .protected void
PresentationControllerHtml. renderPagePortalStudioMode(ITransaction portalTransaction)
Renders the page in portal studio mode .protected void
PresentationControllerHtml. renderPagePublisherMode(ITransaction portalTransaction)
Renders the page in publisher perspective.protected void
PresentationControllerHtml. renderPageUserMode(ITransaction portalTransaction)
Render the page in UserMode.void
IPresentationManager. resetAdministrationBarChannelIds()
Reset the administration bar of the Channel.protected void
PresentationControllerHtml. setDataPreviewMode(ITransaction portalTransaction)
Sets the Page Preview Mode.protected void
PresentationControllerHtml. setPageInfo(ITransaction portalTransaction)
This method calls thepresentationManager.getDefaultPage
to calculate the page that needs to be rendered.protected void
PresentationControllerHtml. setPageMode(ITransaction portalTransaction)
Sets the Page Mode.protected void
PresentationControllerHtml. setUACompatibleHeader()
Sets a new HTTP Header with the value stored in the property lumis.portal.presentation.X-UA-Compatible.protected void
PresentationControllerHtml. setWebResource(ITransaction transaction)
SetsPresentationControllerHtml.webResource
with the web resource instance for the current request.protected AccessError
PresentationControllerHtml. validatePageAccess(ITransaction transaction)
Constructors in lumis.portal.presentation that throw PortalException Constructor Description PresentationControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.presentation.layout.defaultlayout
Methods in lumis.portal.presentation.layout.defaultlayout that throw PortalException Modifier and Type Method Description protected boolean
AbstractPageBodyMiddleComponent. columnsHavePercentWidths(org.w3c.dom.Node[] columns)
Returns the columns width of the wished columns collection.protected org.w3c.dom.Document
AbstractPageBodyMiddleComponent. generatePageLayout()
Returns the page layout.protected java.lang.String
AbstractPageBodyMiddleComponent. generateSpan(ServiceInterfaceInstanceConfig serviceInterfaceInstConfig)
Generates the Colspans and Rowspans of the component.protected java.lang.String
AbstractPageBodyMiddleComponent. generateStyles(ServiceInterfaceInstanceConfig serviceInterfaceInstConfig)
Generates the style of the component.protected org.w3c.dom.Document
AbstractPageBodyMiddleComponent. getPageLayout()
Returns the layout of the current Page.protected ServiceInterfaceInstanceConfig
AbstractPageBodyMiddleComponent. getServiceInterfaceInstanceConfigForRendering(java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the Interface instance config to be rendered. -
Uses of PortalException in lumis.portal.presentation.mode
Methods in lumis.portal.presentation.mode that throw PortalException Modifier and Type Method Description protected ContextValidatingPortalMode.PageChannelResolveResult
ContentPublicationPortalMode. resolve(HttpServletRequest request, IPageWebResourceRequest webResourceRequest)
protected abstract ContextValidatingPortalMode.PageChannelResolveResult
ContextValidatingPortalMode. resolve(HttpServletRequest request, IPageWebResourceRequest webResourceRequest)
Resolves the context.protected ContextValidatingPortalMode.PageChannelResolveResult
PortalStudioPortalMode. resolve(HttpServletRequest request, IPageWebResourceRequest webResourceRequest)
boolean
ContentAdministrationPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
boolean
ContextValidatingPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
boolean
IPortalModeSPI. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
Checks whether the current user has access to the given portal mode.boolean
SettingsPortalMode. validateAccess(IPortalMode currentMode, HttpServletRequest httpServletRequest, IPageWebResourceRequest webResourceRequest)
-
Uses of PortalException in lumis.portal.presentation.mode.customerexperience
Methods in lumis.portal.presentation.mode.customerexperience that throw PortalException Modifier and Type Method Description static java.lang.String
CustomerExperienceSubHeader. buildTargetUrl(SessionConfig sessionConfig, HttpServletRequest httpServletRequest, ServiceInstanceConfig serviceInstanceConfig)
Builds the target url for the current service instance to use the customer experience functionality.static java.lang.String
CustomerExperienceSubHeader. buildTargetUrlInternal(SessionConfig sessionConfig, HttpServletRequest httpServletRequest, ServiceInstanceConfig serviceInstanceConfig, CustomerExperienceApp analyticsApp)
Builds the target url for the current service instance to use the customer experience functionality.static java.util.Map<CustomerExperienceApp,ServiceInstanceConfig>
CustomerExperienceHelper. findCurrentAnalyticsServiceInstance(SessionConfig sessionConfig, java.lang.String channelId, java.util.Collection<java.lang.String> serviceInstanceIds, ITransaction transaction)
Tries to find the best Customer Experience service instances the user has access to based on the given channel.IPermission
CustomerExperienceApp. getManagePermission()
Returns the permission required so that a user can manage the mode.IPermission
CustomerExperienceApp. getViewPermission()
Returns the permission required so that a user can view the mode. -
Uses of PortalException in lumis.portal.presentation.mode.portaladministration
Methods in lumis.portal.presentation.mode.portaladministration that throw PortalException Modifier and Type Method Description protected org.apache.wicket.util.string.AppendingStringBuffer
PortalSettingsNavigationComponent. renderAdministrationMenu(LayoutFilePage page, ChannelConfig curChannel, int iLevel, boolean isLast, ITransaction transaction)
-
Uses of PortalException in lumis.portal.presentation.mode.publisher
Methods in lumis.portal.presentation.mode.publisher that throw PortalException Modifier and Type Method Description static ServiceInstanceConfig
AutoAdministrationHelper. findBestAccessibleServiceInstance(java.lang.String startingChannelId)
Finds thechannelId
of the best matching accessible auto-administration service instance relative to the given channel identifier.static ServiceInstanceConfig
AutoAdministrationHelper. findCurrentAutoAdministrationServiceInstance(SessionConfig sessionConfig, java.lang.String channelId, java.util.Collection<java.lang.String> serviceInstanceIds, ITransaction transaction)
Discovers the current auto administration service instance.static java.lang.String
AutoAdministrationHelper. findTargetChannelId(java.lang.String startingChannelId)
Retrieves thechannelId
of the closets auto-administration service instance for thestartingChannelId
.static java.lang.String
AutoAdministrationHelper. getAutoAdministrationPageId(java.lang.String channelId)
Discovers the pageId from the nearest auto administration service instance.static java.lang.String
AutoAdministrationHelper. getAutoAdministrationPageIdForServiceInstance(java.lang.String serviceInstanceId)
Returns the page identifier to be used for the specified auto administration service instance. -
Uses of PortalException in lumis.portal.principal
Methods in lumis.portal.principal that throw PortalException Modifier and Type Method Description void
IPrincipalDao. add(PrincipalConfig principal, ITransaction transaction)
Adds a new principalvoid
IPrincipalManager. add(SessionConfig sessionConfig, PrincipalConfig principal, ITransaction transaction)
Add a Principal.void
PrincipalDaoJdbc. add(PrincipalConfig principal, ITransaction transaction)
void
PrincipalManager. add(SessionConfig sessionConfig, PrincipalConfig principal, ITransaction transaction)
java.util.Collection<PrincipalConfig>
IPrincipalDao. bulkLoad(java.lang.String principalId, int numOfElements, ITransaction transaction)
Bulk loads principals and return them.java.util.Collection<PrincipalConfig>
PrincipalDaoJdbc. bulkLoad(java.lang.String principalId, int numOfElements, ITransaction transaction)
protected java.util.Collection<CacheItem<PrincipalConfig>>
PrincipalManager. bulkLoadPrincipals(ICacheMultiDataProvider.IRequest request)
Read all principals given the cache request.void
IPrincipalDao. delete(java.lang.String principalId, ITransaction transaction)
Delets a principalvoid
IPrincipalManager. delete(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
Remove a Principal.void
PrincipalDaoJdbc. delete(java.lang.String principalId, ITransaction transaction)
void
PrincipalManager. delete(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
PrincipalConfig
IPrincipalDao. get(java.lang.String principalId, ITransaction transaction)
Get the principal.PrincipalConfig
IPrincipalManager. get(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
Get the Principal.PrincipalConfig
PrincipalDaoJdbc. get(java.lang.String principalId, ITransaction transaction)
PrincipalConfig
PrincipalManager. get(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
PrincipalConfig
IPrincipalDao. getByShortId(java.lang.String shortId, ITransaction transaction)
Get the principal by his's short IdPrincipalConfig
IPrincipalManager. getByShortId(SessionConfig sessionConfig, java.lang.String shortId, ITransaction transaction)
Get the Principal given the shortId.PrincipalConfig
PrincipalDaoJdbc. getByShortId(java.lang.String shortId, ITransaction transaction)
PrincipalConfig
PrincipalManager. getByShortId(SessionConfig sessionConfig, java.lang.String shortId, ITransaction transaction)
Principals
IPrincipalManagerSPI. getCurrentUserPrincipals()
Returns the current user's principals.
This method follows the same rules ofIPrincipalManagerSPI.getPrincipalPrincipals(SessionConfig, String, boolean, ITransaction)
.Principals
PrincipalManager. getCurrentUserPrincipals()
java.util.Set<java.lang.String>
IPrincipalManager. getPortalUserMembers(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
Returns the members that are (portal) users of the given principal.
The return value will be:
If the given principal is a user: a set with a single entry that is the given user itself. If the given principal is a user segmentation: a set with the users that are members of the given segmentation. If the given principal is a group: a set containing the result of a recursion in this method with each direct member of the given group.java.util.Set<java.lang.String>
PrincipalManager. getPortalUserMembers(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
Principals
IPrincipalManagerSPI. getPrincipalPrincipals(SessionConfig sessionConfig, java.lang.String principalId, boolean useSessionCache, ITransaction transaction)
Returns the principals of the given principal.
The return value will be:
If the given principal is a user: a set with an entry that is the given user itself and the result of the recursion in this method for each group and segmentation the user is member of.Principals
PrincipalManager. getPrincipalPrincipals(SessionConfig sessionConfig, java.lang.String principalId, boolean useSessionCache, ITransaction transaction)
java.util.Set<java.lang.String>
IPrincipalManager. getPrincipals(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
Returns the principals of the given principal.
The return value will be:
If the given principal is a user: a set with an entry that is the given user itself and the result of the recursion in this method for each group and segmentation the user is member of.java.util.Set<java.lang.String>
PrincipalManager. getPrincipals(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
boolean
IPrincipalManager. isMember(SessionConfig sessionConfig, java.lang.String portalUserId, java.util.Collection<java.lang.String> principalIds, ITransaction transaction)
Check whether the principal is a member of any given principal.boolean
PrincipalManager. isMember(SessionConfig sessionConfig, java.lang.String portalUserId, java.util.Collection<java.lang.String> principalIds, ITransaction transaction)
void
IPrincipalDao. update(PrincipalConfig principal, ITransaction transaction)
Updates a principalvoid
IPrincipalManager. update(SessionConfig sessionConfig, PrincipalConfig principal, ITransaction transaction)
Update a Principal.void
PrincipalDaoJdbc. update(PrincipalConfig principal, ITransaction transaction)
void
PrincipalManager. update(SessionConfig sessionConfig, PrincipalConfig principal, ITransaction transaction)
protected int
PrincipalManager. validateAccess(SessionConfig sessionConfig, PrincipalConfig principal, ITransaction transaction)
protected void
PrincipalManager. validateAdministrationAccess(SessionConfig sessionConfig, PrincipalConfig principal, ITransaction transaction)
-
Uses of PortalException in lumis.portal.principal.importprincipal
Methods in lumis.portal.principal.importprincipal that throw PortalException Modifier and Type Method Description void
ImportPrincipalClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
Scheduled method that executes the automatic run of the read/write principals operation.void
IImportPrincipalManager. readPrincipals(SessionConfig sessionConfig, java.lang.String principalReaderConfigId, ITransaction transaction)
Read xml config file initializing the declared readers building a xml file with the users and groups extracted by the users.void
ImportPrincipalManager. readPrincipals(SessionConfig sessionConfig, java.lang.String principalReaderConfigId, ITransaction transaction)
void
IImportPrincipalManager. writePrincipals(SessionConfig sessionConfig, java.lang.String principalWriterConfigId, ITransaction transaction)
Read a xml file with user's and group's configuration and import them to Lumis database.void
ImportPrincipalManager. writePrincipals(SessionConfig sessionConfig, java.lang.String principalWriterConfigId, ITransaction transaction)
-
Uses of PortalException in lumis.portal.principal.importprincipal.reader
Methods in lumis.portal.principal.importprincipal.reader that throw PortalException Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
ActiveDirectoryPrincipalReader. read(org.w3c.dom.Node reader)
java.util.Map<java.lang.String,java.lang.String>
IPrincipalReader. read(org.w3c.dom.Node reader)
Read users and groups and return them in string format in entries named userList and groupList of the map returned.protected java.lang.String
ActiveDirectoryPrincipalReader. readGroups()
Returns a XML string containing the groups read from AD.protected void
ActiveDirectoryPrincipalReader. readGroups(java.lang.StringBuilder sbGroup, javax.naming.ldap.LdapContext context, boolean recursive)
Reads the groups using the givenLdapContext
and stores the XML string in the givenStringBuilder
.protected java.lang.String
ActiveDirectoryPrincipalReader. readUsers()
Returns a XML string containing the users read from AD.protected void
ActiveDirectoryPrincipalReader. readUsers(java.lang.StringBuilder sbUser, javax.naming.ldap.LdapContext context, boolean recursive)
Reads the users from ActiveDirectory using the givenLdapContext
and store the result XML string in the givenStringBuilder
. -
Uses of PortalException in lumis.portal.principal.serialization
Methods in lumis.portal.principal.serialization that throw PortalException Modifier and Type Method Description void
IPrincipalSerializationManager. analyzeExternalDependencies(SerializationContext serializationContext, ISerializationMessageConfigNodeBuilder serializationMessageConfigNodeBuilder, java.lang.String principalId)
void
PrincipalSerializationManager. analyzeExternalDependencies(SerializationContext serializationContext, ISerializationMessageConfigNodeBuilder serializationMessageConfigNodeBuilder, java.lang.String principalId)
boolean
IPrincipalSerializationManager. isGlobalPrincipal(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
boolean
PrincipalSerializationManager. isGlobalPrincipal(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
-
Uses of PortalException in lumis.portal.privacyterm
Methods in lumis.portal.privacyterm that throw PortalException Modifier and Type Method Description void
IPrivacyTermManager. acceptAllPurposesOfPrivacyTerm(java.lang.String serviceInstanceId, java.lang.String sourceIp)
This method is used to make the current monitored user to accept all purposes of the privacy term with the given service instance.void
IPrivacyTermManagerSPI. changeProcessPurpose(java.lang.String serviceInstanceId)
Changes the term process purpose to a new one.java.util.List<java.lang.String>
IPrivacyTermManagerSPI. getPrivacyProcessPurposes(ServiceInstanceConfig analyticsServiceInstance)
Returns all privacy term process purposes identifier of analytics service instance.boolean
IPrivacyTermManagerSPI. hasUserConsentedForDependentServiceInstance(java.lang.String dependentServiceInstanceId, java.lang.String monitorUserId)
Check if monitor user accepted a privacy term the given dependent service instance of privacy term service instances.boolean
IPrivacyTermManager. isAllPurposesOfPrivacyTermAccepted(java.lang.String serviceInstanceId)
Returns whether current monitor user has accepted all processing purposes of the privacy term with the given service instance with the given identifier.void
IPrivacyTermManager. revokeConsentOfAllPurposesOfPrivacyTerm(java.lang.String serviceInstanceId)
Revokes the consent of the current monitored user on all purposes of the privacy term of the given service instance. -
Uses of PortalException in lumis.portal.processqueue
Methods in lumis.portal.processqueue that throw PortalException Modifier and Type Method Description IQueueTaskProcess
IProcessQueueManagerSPI. getNextQueueTaskProcessForExecution()
Returns the next task process for execution.IQueueTaskProcess
QueueManager. getNextQueueTaskProcessForExecution()
IQueueStatistics
IProcessQueueManager. getQueueStatistics()
Retrieves the current situation statistics of the queue.IQueueStatistics
QueueManager. getQueueStatistics()
IQueueTaskProcess
IProcessQueueManager. getTaskProcess(java.lang.String processId)
Retrieves the queue item of represented by the processId.IQueueTaskProcess
QueueManager. getTaskProcess(java.lang.String processId)
java.util.Collection<IQueueTaskProcess>
IProcessQueueManager. getTaskProcessByOwnerId(java.lang.String ownerId)
Returns the processes of a given owner.java.util.Collection<IQueueTaskProcess>
QueueManager. getTaskProcessByOwnerId(java.lang.String ownerId)
void
IProcessQueueManagerSPI. removeFromQueue(IQueueTaskProcess item, boolean notifyListeners)
Removes from queue the current item.void
QueueManager. removeFromQueue(IQueueTaskProcess item, boolean notifyListeners)
void
IProcessQueueManager. reprocess(java.lang.String processId)
Triggers the process to be retried.void
QueueManager. reprocess(java.lang.String processId)
void
IQueueTask. run()
Method to be called by queue processor in order to process queue item.IQueueTaskProcess
IProcessQueueManager. schedule(IQueueTask task, QueueTaskScheduleConfig taskScheduleConfig)
Schedules the execution of the given task.IQueueTaskProcess
QueueManager. schedule(IQueueTask task, QueueTaskScheduleConfig taskScheduleConfig)
void
IProcessQueueManagerSPI. setFailedStatus(IQueueTaskProcess queueItem)
Sets the given process the status ofQueueTaskProcessStatus.Failed
.void
QueueManager. setFailedStatus(IQueueTaskProcess queueItem)
-
Uses of PortalException in lumis.portal.progress
Methods in lumis.portal.progress that throw PortalException Modifier and Type Method Description void
IProgressDao. add(ProgressConfig progressConfig)
void
ProgressDaoJdbc. add(ProgressConfig progressConfig)
void
IProgressManager. addOrUpdate(ProgressConfig progressConfig)
void
ProgressManager. addOrUpdate(ProgressConfig progressConfig)
void
IProgressDao. addOrUpdateStep(ProgressConfig progressConfig)
void
ProgressDaoJdbc. addOrUpdateStep(ProgressConfig progressConfig)
void
IProgressDao. deleteByProcessId(java.lang.String processId)
void
IProgressManager. deleteByProcessId(java.lang.String processId)
void
ProgressDaoJdbc. deleteByProcessId(java.lang.String processId)
void
ProgressManager. deleteByProcessId(java.lang.String processId)
void
IProgressDao. deleteExpired(java.sql.Timestamp expirationDateTime)
void
IProgressManager. deleteExpired(java.sql.Timestamp expirationDateTime)
void
ProgressDaoJdbc. deleteExpired(java.sql.Timestamp expirationDateTime)
void
ProgressManager. deleteExpired(java.sql.Timestamp expirationDateTime)
boolean
IProgressDao. getAbortedByProcessId(java.lang.String processId)
boolean
IProgressManager. getAbortedByProcessId(java.lang.String processId)
boolean
ProgressDaoJdbc. getAbortedByProcessId(java.lang.String processId)
boolean
ProgressManager. getAbortedByProcessId(java.lang.String processId)
java.util.Collection<ProgressConfig>
IProgressDao. getByProcessId(java.lang.String processId, java.sql.Timestamp startDateTime)
java.util.Collection<ProgressConfig>
IProgressManager. getByProcessId(java.lang.String processId, java.sql.Timestamp startDateTime)
java.util.Collection<ProgressConfig>
ProgressDaoJdbc. getByProcessId(java.lang.String processId, java.sql.Timestamp startDateTime)
java.util.Collection<ProgressConfig>
ProgressManager. getByProcessId(java.lang.String processId, java.sql.Timestamp startDateTime)
Constructors in lumis.portal.progress that throw PortalException Constructor Description ProgressControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.portal.project
Methods in lumis.portal.project that throw PortalException Modifier and Type Method Description void
IProjectManagerSPI. addProject(IProject project)
Adds the given project.void
ProjectManager. addProject(IProject project)
void
IProjectManagerSPI. clearCache()
Clears cache using current transaction..void
ProjectManager. clearCache()
void
IProjectManagerSPI. deleteProjects(java.util.Collection<java.lang.String> ids)
Deletes the projects with the given identifiers.void
ProjectManager. deleteProjects(java.util.Collection<java.lang.String> ids)
void
IProjectManagerSPI. disconnectProjectFromChannel(java.lang.String channelId)
Disconnects the project (if any) of the given channel.void
ProjectManager. disconnectProjectFromChannel(java.lang.String channelId)
java.util.Collection<IProject>
IProjectManagerSPI. getAllProjects()
Returns all projects.java.util.Collection<IProject>
ProjectManager. getAllProjects()
java.util.Optional<IProject>
IProjectManagerSPI. getLocalProjectByChannelId(java.lang.String channelId)
Returns an optional project based on the given channel identifier.java.util.Optional<IProject>
ProjectManager. getLocalProjectByChannelId(java.lang.String channelId)
java.util.Optional<IProject>
IProjectManagerSPI. getProjectByChannelId(java.lang.String channelId)
Returns an optional project based on the given channel identifier.java.util.Optional<IProject>
ProjectManager. getProjectByChannelId(java.lang.String channelId)
java.util.Optional<IProject>
IProjectManagerSPI. getProjectByWebsiteId(java.lang.String websiteId)
Returns an optional project based on the given website identifier.java.util.Optional<IProject>
ProjectManager. getProjectByWebsiteId(java.lang.String websiteId)
void
IProjectManagerSPI. updateProject(IProject project)
Updates the given project.void
ProjectManager. updateProject(IProject project)
-
Uses of PortalException in lumis.portal.propertybag
Methods in lumis.portal.propertybag that throw PortalException Modifier and Type Method Description void
IPropertyBagManager. add(PropertyBag bag)
Persists a property bag.void
PropertyBagManager. add(PropertyBag bag)
void
IPropertyBagManager. delete(PropertyBag bag)
Deletes the given property bag.void
PropertyBagManager. delete(PropertyBag bag)
PropertyBag
IPropertyBagManager. get(java.lang.String propertyBagId)
Returns the property bag with the given identifier.PropertyBag
PropertyBagManager. get(java.lang.String propertyBagId)
Property
PropertyBag. getLocalProperty(java.lang.String propertyName)
Returns a property in this property bag.static <T> T
PropertyBagUtil. getOrDefault(StructureElement structureElement, java.lang.String propertyName, T defaultValue, java.util.function.Function<java.lang.String,T> convertFunction)
Returns either the value defined in property bag of the given structure element or the default value.Property
PropertyBag. getProperty(java.lang.String propertyName)
Returns a property of this property bag.java.lang.String
IPropertyBagManager. getValue(java.lang.String propertyBagId, java.lang.String propertyName, java.lang.String defaultValue)
Returns the value of the property with the given name for the property bag with the given identifier and, if no value was found, return the given default value.
The calculated value will be calculated considering the inherited values.
When changing some property bag values, the new values will only be available in this method after the transaction that changed the property bag values is commited.
This method is preferable toPropertyBag.getValue(String, String)
.java.lang.String
PropertyBagManager. getValue(java.lang.String propertyBagId, java.lang.String propertyName, java.lang.String defaultValue)
java.util.Map<java.lang.String,java.util.List<java.lang.String>>
IPropertyBagManager. getValueMap(java.lang.String propertyBagId)
Returns the value map for the property bag with the given identifier.
The resulting map will be calculated considering the inherited values and will be an unmodifiable map.
When changing some property bag values, the new values will only be available in this method after the transaction that changed the property bag values is commited.
This method is preferable toPropertyBag.getValueMap()
.java.util.Map<java.lang.String,java.util.List<java.lang.String>>
PropertyBagManager. getValueMap(java.lang.String propertyBagId)
java.util.List<java.lang.String>
IPropertyBagManager. getValues(java.lang.String propertyBagId, java.lang.String propertyName, java.util.List<java.lang.String> defaultValues)
Returns the values of the property with the given name for the property bag with the given identifier and, if no value was found, return the given default values.
The calculated value will be calculated considering the inherited values.
When changing some property bag values, the new values will only be available in this method after the transaction that changed the property bag values is commited.
If the values could be calculated (and, thus, the default values are not used), the returned list will be immutable.
If the values couldn't be found, the default values will be returned and, whether it is an immutable list is not defined.
This method is preferable toPropertyBag.getValues(String, List)
.Tuple2<java.util.Map<java.lang.String,java.util.List<java.lang.String>>,java.util.Map<java.lang.String,java.util.List<java.lang.String>>>
IPropertyBagManagerSPI. getValues(java.lang.String propertyBagId)
Tuple2<java.util.Map<java.lang.String,java.util.List<java.lang.String>>,java.util.Map<java.lang.String,java.util.List<java.lang.String>>>
PropertyBagManager. getValues(java.lang.String propertyBagId)
java.util.List<java.lang.String>
PropertyBagManager. getValues(java.lang.String propertyBagId, java.lang.String propertyName, java.util.List<java.lang.String> defaultValues)
void
PropertyBag. removeProperty(java.lang.String propertyName)
Removes a property from this property bag.static void
PropertyBagManager. scheduleClearCache(java.lang.String propertyBagId)
Schedules a cache clear if needed. -
Uses of PortalException in lumis.portal.propertybag.serialization
Methods in lumis.portal.propertybag.serialization that throw PortalException Modifier and Type Method Description void
IPropertyBagSerializationManager. deserializePropertyBag(DeserializationContext deserializationContext, java.lang.String propertyBagId, java.lang.String parentPropertyBagId)
Deserializes aPropertyBag
object.void
PropertyBagSerializationManager. deserializePropertyBag(DeserializationContext deserializationContext, java.lang.String propertyBagId, java.lang.String parentPropertyBagId)
void
IPropertyBagSerializationManager. serialize(SerializationContext serializationContext, java.lang.String propertyBag)
Serializes a property bag.void
PropertyBagSerializationManager. serialize(SerializationContext serializationContext, java.lang.String propertyBagId)
-
Uses of PortalException in lumis.portal.publicfiles
Methods in lumis.portal.publicfiles that throw PortalException Modifier and Type Method Description static void
PublicFilesUtil. copyPortalWWWFiles(IWebRootPortalBaseFolder baseFolder)
Copy (asynchronously) portal public files to the given base folder.static void
PublicFilesUtil. removePortalWWWFiles(IWebRootPortalBaseFolder baseFolder, boolean async)
Removes (asynchronously) portal public files from the given base folder. -
Uses of PortalException in lumis.portal.redirect
Methods in lumis.portal.redirect that throw PortalException Modifier and Type Method Description void
IURLRedirectManagerSPI. deleteRedirectsByServiceInstanceId(ServiceInstanceConfig serviceInstance)
Removes all redirects of a given service instance.void
URLRedirectManager. deleteRedirectsByServiceInstanceId(ServiceInstanceConfig serviceInstance)
IURLRedirecter
IURLRedirectManagerSPI. getTargetRedirect(HttpServletRequest request)
Returns theURL redirecter
for the given request ornull
if none could be found.IURLRedirecter
URLRedirectManager. getTargetRedirect(HttpServletRequest request)
java.util.Collection<CacheItem<java.util.List<URLRedirect>>>
URLRedirectCacheMultiValueProvider. loadData(ICacheMultiDataProvider.IRequest request)
void
IURLRedirectManagerSPI. scheduleClearCache()
Schedules a complete cache clear.void
IURLRedirectManagerSPI. scheduleClearCache(java.lang.String serviceInstanceId)
Schedules a cache clear for the given service instance.void
URLRedirectManager. scheduleClearCache()
void
URLRedirectManager. scheduleClearCache(java.lang.String serviceInstanceId)
-
Uses of PortalException in lumis.portal.rest.util
Methods in lumis.portal.rest.util that throw PortalException Modifier and Type Method Description java.lang.String
PortalHrefToAbsoluteXmlAdapter. marshal(java.lang.String value)
java.lang.String
PortalHrefToAbsoluteXmlAdapter. unmarshal(java.lang.String value)
-
Uses of PortalException in lumis.portal.security.csr
Methods in lumis.portal.security.csr that throw PortalException Modifier and Type Method Description void
CrossSiteRequestManager. clearCache(ITransaction transaction)
void
ICrossSiteRequestManagerSPI. clearCache(ITransaction transaction)
Clears the cache after the commit of the given transaction.void
CrossSiteRequestManager. clearCORSCache(ITransaction transaction)
void
ICrossSiteRequestManagerSPI. clearCORSCache(ITransaction transaction)
Clears the CORS definitions cache after the commit of the given transaction.CorsRule
CrossSiteRequestManager. findCorsRuleForActualRequest(HttpServletRequest request)
CorsRule
ICrossSiteRequestManagerSPI. findCorsRuleForActualRequest(HttpServletRequest request)
Returns theCorsRule
to be applied for the given actual request.CorsRule
CrossSiteRequestManager. findCorsRuleForPreflightRequest(HttpServletRequest request)
CorsRule
ICrossSiteRequestManagerSPI. findCorsRuleForPreflightRequest(HttpServletRequest request)
Returns theCorsRule
to be applied for the given preflight request.boolean
CrossSiteRequestManager. isAllowed(HttpServletRequest request)
boolean
ICrossSiteRequestManagerSPI. isAllowed(HttpServletRequest request)
Returns whether the given request is allowed to be performed. -
Uses of PortalException in lumis.portal.sendmail
Methods in lumis.portal.sendmail that throw PortalException Modifier and Type Method Description void
ISendMailManager. addMailToSendQueue(SessionConfig sessionConfig, IMultipleMail mail, java.lang.String queueId, ITransaction transaction)
Adds an e-mail to the send queue.void
ISendMailManager. addMailToSendQueue(SessionConfig sessionConfig, ISingleMail mail, java.lang.String queueId, ITransaction transaction)
Adds an e-mail to the send queue.void
SendMailManager. addMailToSendQueue(SessionConfig sessionConfig, IMultipleMail mail, java.lang.String queueId, ITransaction transaction)
void
SendMailManager. addMailToSendQueue(SessionConfig sessionConfig, ISingleMail mail, java.lang.String queueId, ITransaction transaction)
IMailAttachment
ISendMailManager. createMailAttachment()
Factory method for creating a new mail attachment instance.IMailAttachment
SendMailManager. createMailAttachment()
IMailDestination
ISendMailManager. createMailDestination()
Factory method for creating a new mail destination instance.IMailDestination
SendMailManager. createMailDestination()
IMultipleMail
ISendMailManager. createMultipleMail()
Factory method for creating a new blank mail instance.IMultipleMail
SendMailManager. createMultipleMail()
ISingleMail
ISendMailManager. createSingleMail()
Factory method for creating a new blank mail instance.ISingleMail
SendMailManager. createSingleMail()
void
ISendMailManager. deleteMail(SessionConfig sessionConfig, java.lang.String mailId, ITransaction transaction)
Deletes a mail and all its internal components (body, attachments, destinations).void
SendMailManager. deleteMail(SessionConfig sessionConfig, java.lang.String mailId, ITransaction transaction)
void
ISendMailManager. deleteMailDestination(SessionConfig sessionConfig, java.lang.String mailDestinationId, ITransaction transaction)
Deletes a mail destination.void
SendMailManager. deleteMailDestination(SessionConfig sessionConfig, java.lang.String mailDestinationId, ITransaction transaction)
void
SendMailClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
java.lang.String
ISendMailManager. generateNewQueueId()
Returns a new generated queue id.java.lang.String
SendMailManager. generateNewQueueId()
IMailConfig
ISendMailManager. getMailConfig(SessionConfig sessionConfig, ITransaction transaction)
Returns the IMailConfig containing the configurations for sending e-mails.IMailConfig
SendMailManager. getMailConfig(SessionConfig sessionConfig, ITransaction transaction)
protected IMailSender
SendMailManager. getMailSender(SessionConfig sessionConfig, ITransaction transaction)
Returns a new instance of theIMailSender
to be used by this manager for sending e-mails.void
ISendMailManager. pollMailQueueProcessing()
Verifies the need to create another mail queue process thread, and create it if necessary.void
SendMailManager. pollMailQueueProcessing()
boolean
SendMailManager. processNextQueuedMail(java.lang.String queueId)
void
IMailSender. sendMail(SessionConfig sessionConfig, ISingleMail mail, ITransaction transaction)
Sends a mail.void
ISendMailManager. sendMail(SessionConfig sessionConfig, ISingleMail mail, ITransaction transaction)
Sends an e-mail immediately.void
SendMailManager. sendMail(SessionConfig sessionConfig, ISingleMail mail, ITransaction transaction)
void
ISendMailManager. setMailConfig(SessionConfig sessionConfig, IMailConfig mailConfig, ITransaction transaction)
Sets the IMailConfig containing the configurations for sending e-mails.void
SendMailManager. setMailConfig(SessionConfig sessionConfig, IMailConfig mailConfig, ITransaction transaction)
-
Uses of PortalException in lumis.portal.sendmail.dao
Methods in lumis.portal.sendmail.dao that throw PortalException Modifier and Type Method Description IMultipleMail
ISendMailDao. createMultipleMail()
Factory method for creating a new blank mail instance.ISingleMail
ISendMailDao. createSingleMail()
Factory method for creating a new blank mail instance. -
Uses of PortalException in lumis.portal.sendmail.dao.hibernate
Methods in lumis.portal.sendmail.dao.hibernate that throw PortalException Modifier and Type Method Description IMultipleMail
SendMailDaoHib. createMultipleMail()
ISingleMail
SendMailDaoHib. createSingleMail()
-
Uses of PortalException in lumis.portal.sendmail.smtp
Methods in lumis.portal.sendmail.smtp that throw PortalException Modifier and Type Method Description protected IMailConfig
SmtpMailSender. getMailConfig()
Returns the MailConfig with the configurations to be used when sending the e-mail.void
SmtpMailSender. sendMail(SessionConfig sessionConfig, ISingleMail mail, ITransaction transaction)
-
Uses of PortalException in lumis.portal.serialization
Subclasses of PortalException in lumis.portal.serialization Modifier and Type Class Description class
SerializationAbortedException
Exception that is raised when a user request to stop a serialization processclass
SerializationException
General exception for serialization problemsclass
SerializationSimulationException
Exception raised when an importing simulation endsMethods in lumis.portal.serialization that throw PortalException Modifier and Type Method Description boolean
SerializationConfig.IChannelFilter. accept(java.lang.String channelId)
void
FileCopyTransactionObserver. afterCommit()
void
FileCopyTransactionObserver. afterRollback()
boolean
FileCopyTransactionObserver. beforeCommit()
void
FileCopyTransactionObserver. beforeRollback()
void
ISerializationManager2. beginDeserializeChannel(DeserializationContext deserializationContext)
Deserialize a channel from a xml file asynchronously.void
SerializationManager2. beginDeserializeChannel(DeserializationContext deserializationContext)
void
ISerializationManager2. beginDeserializeServiceInstanceContent(DeserializationContext deserializationContext, java.lang.String serviceInstanceId)
Deserialize the contents of aServiceInstanceConfig
from a xml file asynchronously.void
SerializationManager2. beginDeserializeServiceInstanceContent(DeserializationContext deserializationContext, java.lang.String serviceInstanceId)
void
ISerializationManager2. beginSerializeChannel(SerializationContext serializationContext)
Serialize a channel to a xml file asynchronously.void
SerializationManager2. beginSerializeChannel(SerializationContext serializationContext)
SerializationMessageConfigNode
ISerializationMessageConfigNodeBuilder. build()
java.lang.String
ISerializationManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
java.lang.String
SerializationManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeAccessControlLists(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, boolean onlyAddSimpleAcls, ITransaction transaction)
java.lang.String
ISerializationManager2. deserializeChannel(DeserializationContext deserializationContext)
Deserialize a channel from a xml file.java.lang.String
SerializationManager2. deserializeChannel(DeserializationContext deserializationContext)
protected java.lang.String
SerializationManager. deserializeChannels(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeChannelsSecondPass(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeCss(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeLocalGroups(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
void
ISerializationManager2. deserializePage(DeserializationContext deserializationContext, java.lang.String pageId, boolean setupSerializationContext, boolean checkUnresolvedDependencies)
Deserialize a page from a xml file.void
SerializationManager2. deserializePage(DeserializationContext deserializationContext, java.lang.String pageId, boolean setupSerializationContext, boolean checkUnresolvedDependencies)
protected void
SerializationManager. deserializePages(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializePageServiceInterfaceInstances(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializePageTemplates(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, boolean firstDeserialization, ITransaction transaction)
protected void
SerializationManager. deserializePageTemplateServiceInterfaceInstances(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeServiceInstanceDependencies(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeServiceInstances(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeServiceInterfaceInstances(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, boolean isTemplate, ITransaction transaction)
protected void
SerializationManager. deserializeStyles(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. deserializeTemplateChannelLinks(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Document importDocument, ITransaction transaction)
protected void
SerializationManager. loadChannelCssIdsRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.util.HashMap<java.lang.String,java.lang.String> cssIdMap, ITransaction transaction)
protected void
SerializationManager. loadPageCssIdsRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.util.HashMap<java.lang.String,java.lang.String> cssIdMap, ITransaction transaction)
void
ExternalDependencyLocalizer. localizeMessage(Dependency dependency)
void
DeserializationContext. persistAllDependentConfigs()
void
DeserializationContext. persistDependentConfigs(java.lang.String dependencyKey)
void
BaseSerializationContext. sendProgressFinalNotification(java.lang.String message, ProgressConfig.Type type)
void
BaseSerializationContext. sendProgressNotification(java.lang.String message, ProgressConfig.Type type, java.lang.String innerProgressId)
void
BaseSerializationContext. sendProgressNotification(org.w3c.dom.Document messageDoc, java.lang.String styleFilename, ProgressConfig.Type type)
java.io.OutputStream
ISerializationManager. serialize(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
java.io.OutputStream
SerializationManager. serialize(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeAccessControlLists(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
ISerializationManager2. serializeChannel(SerializationContext serializationContext)
Serialize a channel to a xml file.void
SerializationManager2. serializeChannel(SerializationContext serializationContext)
protected void
SerializationManager. serializeChannelAccessControlListRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelLocalGroupAccessControlListRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelLocalGroupsRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelPageAccessControlListRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelPagesRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannels(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelServiceInstanceAccessControlListRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelServiceInstancesRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelServiceInterfaceInstancesRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelTemplateLinks(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeChannelTemplateLinksRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeCss(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeLocalGroups(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
ISerializationManager2. serializePage(SerializationContext serializationContext, java.lang.String pageId, boolean setupSerializationContext)
Serialize a page to a xml file.protected void
SerializationManager. serializePage(SessionConfig sessionConfig, java.lang.String pageId, java.io.OutputStream outputStream, ITransaction transaction)
void
SerializationManager2. serializePage(SerializationContext serializationContext, java.lang.String pageId, boolean setupSerializationContext)
protected void
SerializationManager. serializePages(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializePageServiceInterfaceInstances(SessionConfig sessionConfig, java.lang.String pageId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeServiceInstance(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeServiceInstanceDependencies(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeServiceInstanceDependenciesRecursively(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.lang.String channelId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeServiceInstances(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeServiceInterfaceInstance(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeServiceInterfaceInstances(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
protected void
SerializationManager. serializeStyles(SessionConfig sessionConfig, SerializationConfig serializationConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
BaseSerializationContext. updateProgressBar(int incrementOverallProgress, int incrementItemProgress, java.lang.String itemName)
void
BaseSerializationContext. updateProgressBar(int incrementOverallProgress, java.lang.String itemName)
Constructors in lumis.portal.serialization that throw PortalException Constructor Description SerializationContext(SessionConfig sessionConfig, ITransaction transaction, java.lang.String rootChannelId, IDirectory directory, boolean progressEnabled, boolean includeContent)
SerializationContext(SessionConfig sessionConfig, ITransaction transaction, java.lang.String rootChannelId, IDirectory directory, boolean progressEnabled, boolean includeContent, boolean forExport)
-
Uses of PortalException in lumis.portal.serialization.operation
Methods in lumis.portal.serialization.operation that throw PortalException Modifier and Type Method Description void
IConfigDeleter. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
void
ConfigDependencyAnalyzer. persist(IConfigPersister configPersister, boolean firstPersistenceIsRequired)
boolean
IConfigPersister. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
Performs a config persistance (add or update) operation -
Uses of PortalException in lumis.portal.service
Subclasses of PortalException in lumis.portal.service Modifier and Type Class Description class
ServiceException
Exception for ServicesMethods in lumis.portal.service that throw PortalException Modifier and Type Method Description void
IServiceDao. add(ServiceConfig serviceConfig, ITransaction transaction)
Add the service.void
ServiceDaoHib. add(ServiceConfig serviceConfig, ITransaction transaction)
protected void
ServiceControllerXml. addServiceInstance(ITransaction portalTransaction)
protected void
ServiceControllerXml. addServiceInterfaceInstance(ITransaction portalTransaction)
void
GenericService. autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
IService. autoAddDependencies(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
Adds service specific dependencies.default boolean
IService. checkFileAccess(FileConfig file)
Returns whether the current user has access to the given file.void
IServiceDao. clearCache()
Clears the caches in this DAO.void
IServiceManager. clearCache()
Clear the manager cache entries for Services, Service Configs and Service Types.void
ServiceDaoHib. clearCache()
void
ServiceManager. clearCache()
boolean
IServiceDao. delete(java.lang.String serviceId, ITransaction transaction)
Delete the service.boolean
ServiceDaoHib. delete(java.lang.String serviceId, ITransaction transaction)
void
GenericService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
IService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
Deserializes service instance Content.ServiceConfig
IServiceDao. get(java.lang.String serviceId, ITransaction transaction)
Get the service.ServiceConfig
IServiceManager. get(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Get the configuration of the service.ServiceConfig
ServiceDaoHib. get(java.lang.String serviceId, ITransaction transaction)
ServiceConfig
ServiceManager. get(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
ServiceConfig
IServiceDao. getByBaseUrl(java.lang.String baseUrl, ITransaction daoTransaction)
Returns a ServiceConfig by it's baseUrl.ServiceConfig
ServiceDaoHib. getByBaseUrl(java.lang.String baseUrl, ITransaction daoTransaction)
org.w3c.dom.Node
IServiceClockDefinitionProvider. getClocks(SessionConfig sessionConfig, ServiceConfig config, ITransaction transaction)
org.w3c.dom.Element
GenericService. getDefaultServiceInstanceMenu(ServiceInstanceConfig serviceInstance)
org.w3c.dom.Element
IService. getDefaultServiceInstanceMenu(ServiceInstanceConfig serviceInstance)
Returns the default service instance menu definition to use for a service instance.java.util.Date
GenericServiceClock. getNextScheduleTime(SessionConfig sessionConfig, ClockConfig clockConfig, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceManager. getPreBuiltChannelFiles(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Returns a collection of paths to the pre built channel files for the specified service.java.util.Collection<java.lang.String>
ServiceManager. getPreBuiltChannelFiles(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
IService
IServiceManager. getService(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Get the service.IService
ServiceManager. getService(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
java.util.Collection<ServiceConfig>
IServiceManager. getServices(SessionConfig sessionConfig, boolean getInstantiableServicesOnly, ITransaction transaction)
Get services.java.util.Collection<ServiceConfig>
ServiceManager. getServices(SessionConfig sessionConfig, boolean getInstantiableServicesOnly, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceDao. getServicesIds(boolean getInstantiableServicesOnly, ITransaction transaction)
Get the ids of services.java.util.Collection<java.lang.String>
ServiceDaoHib. getServicesIds(boolean getInstantiableServicesOnly, ITransaction transaction)
ServiceTypeConfig
ServiceManager. getServiceTypeConfig(SessionConfig sessionConfig, java.lang.String serviceType, ITransaction transaction)
void
GenericService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
IService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
Called by the service container to indicate that a service instance has been added.void
GenericService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
IService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
Called by the service container to indicate that a service instance is about to be deleted.void
GenericService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node accessControlListNode, ITransaction transaction)
void
GenericService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
IService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node accessControlListNode, ITransaction transaction)
Called after an service instance is deserialized.void
IService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
Called after an service instance is deserialized.void
IService. instanceLoaded(ServiceInstanceConfig config)
Deprecated.Since 11.2.0 because this method was never called and may be removed in the future.void
GenericService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
void
GenericService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
default void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ChannelConfig oldChannel, ChannelConfig newChannel, ITransaction transaction)
Called to indicate the given service instance was moved from a channel to the other channel.void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
Called to indicate the given service instance has been moved from aweb root base folder
to another one.void
IService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
Called to indicate the given service instance has been moved from awebsite
to another one.void
GenericService. instanceSerialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
GenericService. instanceSerialized(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
void
IService. instanceSerialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
Called after the serialization of a service instance.void
IService. instanceSerialized(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
Called after the serialization of a service instance.void
IService. instanceUnloaded(ServiceInstanceConfig config)
Deprecated.Since 11.2.0 because this method was never called and may be removed in the future.void
GenericService. load(ServiceConfig config)
void
IService. load(ServiceConfig config)
Called by the service container to indicate to a service that the service is being activated.void
GenericService. postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
void
IService. postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
Called by the service manager after a service definition is registered.void
GenericService. postUnregister(SessionConfig sessionConfig, ITransaction transaction)
void
IService. postUnregister(SessionConfig sessionConfig, ITransaction transaction)
Called by the service manager after a service has been unregistered.void
GenericService. preRegister(SessionConfig sessionConfig, org.w3c.dom.Node serviceXmlNode, ITransaction transaction)
void
IService. preRegister(SessionConfig sessionConfig, org.w3c.dom.Node serviceXmlNode, ITransaction transaction)
Called by the service manager when a service definition is about to be registered.void
GenericService. preUnregister(SessionConfig sessionConfig, ITransaction transaction)
void
IService. preUnregister(SessionConfig sessionConfig, ITransaction transaction)
Called by the service manager when a service is about to be unregistered.void
IServiceManager. register(SessionConfig sessionConfig, java.lang.String serviceConfigPath, ITransaction transaction)
Register the service.protected void
ServiceControllerXml. register(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
void
ServiceManager. register(SessionConfig sessionConfig, java.lang.String serviceConfigPath, ITransaction transaction)
Servicevoid
IServiceManager. registerServiceTypes(SessionConfig sessionConfig, java.lang.String serviceTypesConfigPath, ITransaction transaction)
Register the types of service.protected void
ServiceControllerXml. registerServiceTypes(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
void
ServiceManager. registerServiceTypes(SessionConfig sessionConfig, java.lang.String serviceTypesConfigPath, ITransaction transaction)
void
GenericService. unload(ServiceConfig config)
void
IService. unload(ServiceConfig config)
Called by the service container to indicate to a service that the it is being de-activated.void
IServiceManager. unregister(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Unregister a service.void
ServiceManager. unregister(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
void
IServiceManager. unregisterServiceType(SessionConfig sessionConfig, java.lang.String typeId, ITransaction transaction)
Unregister the service´s type.void
ServiceManager. unregisterServiceType(SessionConfig sessionConfig, java.lang.String typeId, ITransaction transaction)
void
IServiceDao. update(ServiceConfig serviceConfig, ITransaction transaction)
Update the service.void
ServiceDaoHib. update(ServiceConfig serviceConfig, ITransaction transaction)
Constructors in lumis.portal.service that throw PortalException Constructor Description ServiceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
ServiceRenderDataChangedEvent(SessionConfig sessionConfig, java.util.Collection<ServiceConfig> servicesChanged, ITransaction transaction)
Creates a new event of change for the given services. -
Uses of PortalException in lumis.portal.service.acl
Methods in lumis.portal.service.acl that throw PortalException Modifier and Type Method Description java.lang.String
IServiceAclManager. add(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
Add an Access Control List to the Service.java.lang.String
ServiceAclManager. add(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
AccessControlList
IServiceAclManager. get(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Get the Service's Access Control List.AccessControlList
ServiceAclManager. get(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
protected AccessControlList
ServiceAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
static int[]
ServicePermissions. getImplies()
protected int
ServiceAclManager. getRequiredPermissions()
static int
ServicePermissions. getRequiredPermissions()
void
IServiceAclManager. update(SessionConfig sessionConfig, java.lang.String serviceId, AccessControlList acl, ITransaction transaction)
Update the Service's ACL.void
ServiceAclManager. update(SessionConfig sessionConfig, java.lang.String serviceId, AccessControlList acl, ITransaction transaction)
-
Uses of PortalException in lumis.portal.service.serialization
Methods in lumis.portal.service.serialization that throw PortalException Modifier and Type Method Description SerializationMessageConfigNode
IServiceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceConfig serviceConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a service.SerializationMessageConfigNode
ServiceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceConfig serviceConfig)
-
Uses of PortalException in lumis.portal.service.type
Methods in lumis.portal.service.type that throw PortalException Modifier and Type Method Description void
IServiceTypeDao. addOrUpdate(ServiceTypeConfig definition, ITransaction transaction)
Add or update the service's type.void
ServiceTypeDaoJdbc. addOrUpdate(ServiceTypeConfig definition, ITransaction transaction)
void
IServiceTypeDao. delete(java.lang.String serviceType, ITransaction transaction)
Delete the service's type.void
ServiceTypeDaoJdbc. delete(java.lang.String serviceType, ITransaction transaction)
ServiceTypeConfig
IServiceTypeDao. get(java.lang.String serviceType, ITransaction transaction)
Get the service's type.ServiceTypeConfig
ServiceTypeDaoJdbc. get(java.lang.String serviceType, ITransaction transaction)
-
Uses of PortalException in lumis.portal.servicecontainer
Subclasses of PortalException in lumis.portal.servicecontainer Modifier and Type Class Description class
ServiceContainerException
Generic exception thrown by the service container.Methods in lumis.portal.servicecontainer that throw PortalException Modifier and Type Method Description void
ServiceContainerRenderResponse. applyStyle(int applyRule, java.lang.String styleFile)
void
ServiceContainerRequestDispatcher. forward(IServiceInterfaceRenderRequest renderRequest, IServiceInterfaceRenderResponse renderResponse)
protected java.lang.String
ServiceContainer. getAccessDeniedOutput(ServiceContainerRenderRequest renderRequest, ITransaction portalTransaction)
int
ServiceContainerRenderResponse. getApplyStyleRule()
java.lang.String
ServiceContainerUrl. getOpenScript(IServiceInterfaceRequest request, java.lang.String controlContainerFormName, ITransaction transaction)
Deprecated.Returns the script for opening this URL based on the provided parameters.java.lang.String
ServiceContainerUrl. getOpenScript(IServiceInterfaceRequest request, OpenRuntimeInterfaceBehavior behavior, java.lang.String controlContainerFormName, ITransaction transaction)
Deprecated.Returns the script for opening this URL based on the provided parameters.java.lang.String
ServiceContainerHttpServletRequest. getServiceInterfaceInstanceParameter(java.lang.String name, java.lang.String serviceInterfaceInstanceId)
java.util.Enumeration<java.lang.String>
ServiceContainerHttpServletRequest. getServiceInterfaceInstanceParameterNames(java.lang.String serviceInterfaceInstanceId)
java.util.Map<java.lang.String,java.lang.String[]>
ServiceContainerHttpServletRequest. getServiceInterfaceInstanceParameters(java.lang.String serviceInterfaceInstanceId)
java.lang.String[]
ServiceContainerHttpServletRequest. getServiceInterfaceInstanceParameterValues(java.lang.String name, java.lang.String serviceInterfaceInstanceId)
java.lang.String
ServiceContainerRenderResponse. getStyleFile()
java.lang.String
ServiceContainerRenderResponse. getStyleId()
java.lang.String
ServiceContainerUrl. getUrl()
Deprecated.Since 4.0.7 this method was replaced byServiceContainerUrl.toString()
method, so this interface uses the same method as specified in thePortletURL
interface.java.lang.String
ServiceContainerUrl. getWindowOpen(ITransaction transaction)
Deprecated.since 8.2.0 replaced byServiceContainerUrl.getOpenScript(IServiceInterfaceRequest, String, ITransaction)
java.lang.String
ReplaceInterfacesStorage. handleReplaceInterfaceOperations(java.lang.String currentInterfaceInstanceId, java.lang.String[] replaceInterfaceOperations, PortalRequestParameters parameters)
Handles the replace interface commands.void
ServiceContainerRequestDispatcher. include(IServiceInterfaceRenderRequest renderRequest, IServiceInterfaceRenderResponse renderResponse)
static java.lang.String
ServiceContainerRequestFunctionMapper. localize(java.lang.String[] args)
Resolves the string.ITransaction
ServiceContainer. processServiceInterfaceInstanceAction(ServiceContainerActionRequest actionRequest, ServiceContainerActionResponse actionResponse, ITransaction portalTransaction)
Processes the action for a service interface instance.java.lang.String
ServiceContainer. renderServiceInterfaceInstance(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, ITransaction portalTransaction)
Renders a single service interface instance.void
ServiceContainerRenderResponse. setApplyStyleRule(int applyRule)
void
ServiceContainerHttpServletRequest. setServiceInterfaceInstanceFileParameters(java.lang.String serviceInterfaceInstanceId, java.util.Map<java.lang.String,FileParameter> parameters)
void
ServiceContainerHttpServletRequest. setServiceInterfaceInstanceParameters(java.lang.String serviceInterfaceInstanceId, java.util.Map<java.lang.String,java.lang.String[]> parameters)
void
ServiceContainerRenderResponse. setStyleId(java.lang.String styleId)
-
Uses of PortalException in lumis.portal.serviceinstance
Subclasses of PortalException in lumis.portal.serviceinstance Modifier and Type Class Description class
ServiceInstanceDuplicatedInChannelException
Exception that indicates that there are more than one service instance of the same service id in a channel.Methods in lumis.portal.serviceinstance that throw PortalException Modifier and Type Method Description void
IServiceInstanceDao. add(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Add the service's instance.java.lang.String
IServiceInstanceManager. add(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, boolean fromDeserialization, ITransaction transaction)
java.lang.String
IServiceInstanceManager. add(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Add a service instance.void
ServiceInstanceDaoJdbc. add(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
java.lang.String
ServiceInstanceManager. add(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, boolean fromDeserialization, ITransaction transaction)
java.lang.String
ServiceInstanceManager. add(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
IServiceInstanceManager. addOrUpdate(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, boolean fromDeserialization, ITransaction transaction)
void
IServiceInstanceManager. addOrUpdate(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Add or Update a Service Instance, depending on its previous existence.void
ServiceInstanceManager. addOrUpdate(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, boolean fromDeserialization, ITransaction transaction)
void
ServiceInstanceManager. addOrUpdate(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
IServiceInstanceDao. addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig, ITransaction transaction)
Add the given service instance dependency to the persistence.void
ServiceInstanceDaoHib. addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig, ITransaction transaction)
void
ServiceInstanceDaoJdbc. addServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig, ITransaction transaction)
void
IServiceInstanceManagerSPI. clearAppropriateAutoAdministrationsPerPageIdCache(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Clears the entry in the cacheAutoAdministrationPageIds cache if the service config is an instance of a an auto-administration service.void
ServiceInstanceManager. clearAppropriateAutoAdministrationsPerPageIdCache(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
IServiceInstanceManager. clearServiceInstanceCache(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Remove the object cache entries for the specificed Service Instance also clearing it's ACL cache.void
ServiceInstanceManager. clearServiceInstanceCache(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
void
ServiceInstanceManager. clearServiceInstanceMemoryCache(java.lang.String serviceInstanceId, ITransaction transaction)
Clears the service instance information cached in this manager.void
IServiceInstanceDao. delete(java.lang.String serviceInstanceId, ITransaction transaction)
Delete the service's instance.void
IServiceInstanceManager. delete(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean force, ITransaction transaction)
Delete a service instance.void
ServiceInstanceDaoHib. delete(java.lang.String serviceInstanceId, ITransaction transaction)
void
ServiceInstanceDaoJdbc. delete(java.lang.String serviceInstanceId, ITransaction transaction)
void
ServiceInstanceManager. delete(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean force, ITransaction transaction)
void
ServiceInstanceManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
void
IServiceInstanceDao. deleteCustomProperties(java.lang.String serviceInstanceId, ITransaction daoTransaction)
Delete all service instance´s custom properties.void
IServiceInstanceManager. deleteCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Deletes all service instance´s custom propertiesvoid
ServiceInstanceDaoJdbc. deleteCustomProperties(java.lang.String serviceInstanceId, ITransaction daoTransaction)
void
ServiceInstanceManager. deleteCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
void
IServiceInstanceDao. deleteCustomProperty(java.lang.String serviceInstanceId, java.lang.String name, ITransaction daoTransaction)
Delete a service instance´s custom property.void
IServiceInstanceManager. deleteCustomProperty(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String name, ITransaction transaction)
Deletes a service instance custom propertyvoid
ServiceInstanceDaoJdbc. deleteCustomProperty(java.lang.String serviceInstanceId, java.lang.String name, ITransaction daoTransaction)
void
ServiceInstanceManager. deleteCustomProperty(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String name, ITransaction transaction)
java.lang.String
IServiceInstanceManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInstanceNode, ITransaction transaction)
void
ServiceInstanceConfig. deserialize(org.w3c.dom.Node serviceInstanceNode)
void
ServiceInstanceDependencyConfig. deserialize(org.w3c.dom.Node serviceInstanceDependencyNode)
java.lang.String
ServiceInstanceManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInstanceNode, ITransaction transaction)
void
IServiceInstanceManager. deserializeCustomProperties(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInstanceCustomPropertiesNode, ITransaction transaction)
Deprecated.Since 6.2.0 this method is no longer used and may be removed in a future version.void
ServiceInstanceManager. deserializeCustomProperties(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInstanceCustomPropertiesNode, ITransaction transaction)
Deprecated.java.lang.String
IServiceInstanceManager. deserializeDependency(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInstanceDependencyNode, ITransaction transaction)
Deserializes the given dependencyjava.lang.String
ServiceInstanceManager. deserializeDependency(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInstanceDependencyNode, ITransaction transaction)
protected void
ServiceInstanceConfig. deserializePropertyBag(org.w3c.dom.Node propertyBagNode)
boolean
IServiceInstanceManagerSPI. existsRestShortName(java.lang.String restShortName, java.lang.String serviceInstanceIdToIgnore, java.lang.String parentChannelId, ITransaction transaction)
Verify if a given name exists.boolean
ServiceInstanceManager. existsRestShortName(java.lang.String restShortName, java.lang.String serviceInstanceIdToIgnore, java.lang.String parentChannelId, ITransaction transaction)
ServiceInstanceConfig
IServiceInstanceManager. findServiceInstanceThroughChannelTree(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String serviceId, ITransaction transaction)
Searches for a service instanceServiceInstanceConfig
ServiceInstanceManager. findServiceInstanceThroughChannelTree(SessionConfig sessionConfig, java.lang.String channelId, java.lang.String serviceId, ITransaction transaction)
ServiceInstanceConfig
IServiceInstanceDao. get(java.lang.String serviceInstanceId, ITransaction transaction)
Get the service's instance.ServiceInstanceConfig
IServiceInstanceManager. get(java.lang.String serviceInstanceId, ITransaction transaction)
Get the configuration of the service instance.ServiceInstanceConfig
ServiceInstanceDaoJdbc. get(java.lang.String serviceInstanceId, ITransaction transaction)
ServiceInstanceConfig
ServiceInstanceManager. get(java.lang.String serviceInstanceId, ITransaction transaction)
java.lang.String
IServiceInstanceMenuItem. getActionJavascript(ServiceInstanceConfig serviceInstance, org.w3c.dom.Element menuItemDefinition)
Returns the javascript code to be executed when this menu item is triggered by the user.ServiceInstanceConfig
IServiceInstanceDao. getByRestShortName(java.lang.String restShortName, ITransaction transaction)
Get the service's instance by rest short name, only for valid service instance.ServiceInstanceConfig
IServiceInstanceManagerSPI. getByRestShortName(java.lang.String restShortName, ITransaction transaction)
Get the service's instance by rest short name.ServiceInstanceConfig
ServiceInstanceDaoJdbc. getByRestShortName(java.lang.String restShortName, ITransaction transaction)
ServiceInstanceConfig
ServiceInstanceManager. getByRestShortName(java.lang.String restShortName, ITransaction transaction)
java.util.List<IChannelChild>
IServiceInstanceDao. getChannelsChildren(java.lang.String parentChannelIds, boolean hideItems, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceDaoJdbc. getChannelsChildren(java.lang.String parentChannelIds, boolean hideItems, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
IServiceInstanceDao. getChildrenData(java.lang.String channelId, int hidePages, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceDaoJdbc. getChildrenData(java.lang.String channelId, int hidePages, java.lang.String serviceId, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.HashMap<java.lang.String,java.lang.String>
IServiceInstanceDao. getCustomProperties(java.lang.String serviceInstanceId, ITransaction daoTransaction)
Get all service instance's custom properties.java.util.Map<java.lang.String,java.lang.String>
IServiceInstanceManager. getCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Gets all the custom properties of a specified service instance.java.util.HashMap<java.lang.String,java.lang.String>
ServiceInstanceDaoJdbc. getCustomProperties(java.lang.String serviceInstanceId, ITransaction daoTransaction)
java.util.Map<java.lang.String,java.lang.String>
ServiceInstanceManager. getCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.lang.String
IServiceInstanceDao. getCustomProperty(java.lang.String serviceInstanceId, java.lang.String name, ITransaction daoTransaction)
Get service instance´s custom property.java.lang.String
IServiceInstanceManager. getCustomProperty(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String name, ITransaction transaction)
Returns the specified custom property.java.lang.String
ServiceInstanceDaoJdbc. getCustomProperty(java.lang.String serviceInstanceId, java.lang.String name, ITransaction daoTransaction)
java.lang.String
ServiceInstanceManager. getCustomProperty(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String name, ITransaction transaction)
java.util.Map<java.lang.String,java.util.Set<java.lang.String>>
IServiceInstanceDao. getDependenciesOfDependentServiceInstances(java.lang.String serviceInstanceId, ITransaction transaction)
Returns a map with all the dependencies of a given service instance (grouped by the dependency type).java.util.Map<java.lang.String,java.util.Set<java.lang.String>>
ServiceInstanceDaoJdbc. getDependenciesOfDependentServiceInstances(java.lang.String serviceInstanceId, ITransaction transaction)
ServiceInstanceDependencyConfig
IServiceInstanceManager. getDependency(java.lang.String serviceInstanceDependencyId, ITransaction transaction)
ServiceInstanceDependencyConfig
ServiceInstanceManager. getDependency(java.lang.String serviceInstanceDependencyId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceDao. getDependencyIdsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
Get the ids of all the service instances that the given service instance depends onjava.util.Collection<java.lang.String>
IServiceInstanceManager. getDependencyIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the service instance ids that the given service instance id depends onjava.util.Collection<java.lang.String>
ServiceInstanceDaoJdbc. getDependencyIdsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInstanceManager. getDependencyIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceManager. getDependentServiceInstanceIds(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInstanceManager. getDependentServiceInstanceIds(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<ServiceInstanceConfig>
IServiceInstanceManager. getDependentServiceInstances(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the service instances that are dependent on the specified service instance.java.util.Collection<ServiceInstanceConfig>
ServiceInstanceManager. getDependentServiceInstances(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<FileTransformation>
ServiceInstanceManager. getFileTransformations(java.lang.String serviceInstanceId)
Gets all fileTransformations using an serviceInstance´s id..java.util.Collection<java.lang.String>
IServiceInstanceManager. getIds(SessionConfig sessionConfig, ITransaction transaction)
Get the ids of all services instancesjava.util.Collection<java.lang.String>
ServiceInstanceManager. getIds(SessionConfig sessionConfig, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceManager. getIdsByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the ids of the services instances by passing the channel id.java.util.Collection<java.lang.String>
ServiceInstanceManager. getIdsByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceDao. getIdsByChannelIdAndServiceId(java.lang.String channelId, java.lang.String serviceId, ITransaction transaction)
Get a list of ids in a given channel and of a given service.java.util.Collection<java.lang.String>
ServiceInstanceDaoJdbc. getIdsByChannelIdAndServiceId(java.lang.String channelId, java.lang.String serviceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceManager. getIdsByChannelTree(SessionConfig sessionConfig, java.lang.String rootChannelId, ITransaction transaction)
Get the ids of the services instances of all the channel tree by passing the tree's root channel id.java.util.Collection<java.lang.String>
ServiceInstanceManager. getIdsByChannelTree(SessionConfig sessionConfig, java.lang.String rootChannelId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceManager. getIdsByChannelTreeAndAreaTags(SessionConfig sessionConfig, java.lang.String rootChannelId, java.util.Collection<java.lang.String> areaTags, ITransaction transaction)
Returns the identifiers of services instances that belong to the channel tree inside the specified root channel, and contains any of the specified area tags.java.util.Collection<java.lang.String>
ServiceInstanceManager. getIdsByChannelTreeAndAreaTags(SessionConfig sessionConfig, java.lang.String rootChannelId, java.util.Collection<java.lang.String> areaTags, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceManager. getIdsByServiceId(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
Get the ids of the services instances by passing the service id.java.util.Collection<java.lang.String>
ServiceInstanceManager. getIdsByServiceId(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceDao. getIdsByServiceInstanceAndDependencyType(java.lang.String serviceInstanceId, java.lang.String dependencyType, ITransaction transaction)
Get the ids of the service instances that the given service instance depends on by the given dependency type.java.util.Collection<java.lang.String>
ServiceInstanceDaoJdbc. getIdsByServiceInstanceAndDependencyType(java.lang.String serviceInstanceId, java.lang.String dependencyType, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInstanceDao. getIdsOfDependentServiceInstances(java.lang.String serviceInstanceId, ITransaction transaction)
Get the ids of all service instances that depends on the given service instance.java.util.Collection<java.lang.String>
ServiceInstanceDaoJdbc. getIdsOfDependentServiceInstances(java.lang.String serviceInstanceId, ITransaction transaction)
java.lang.String
IServiceInstanceManagerSPI. getMenuXml(java.lang.String serviceInstanceId)
Returns the configuration menu in XML for a service instance.java.lang.String
ServiceInstanceManager. getMenuXml(java.lang.String serviceInstanceId)
ServiceInstanceConfig
IServiceInstanceManager. getServiceInstanceByDependency(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String dependencyType, ITransaction transaction)
Get the service instance the given service instance depends on by the given dependency type.ServiceInstanceConfig
ServiceInstanceManager. getServiceInstanceByDependency(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String dependencyType, ITransaction transaction)
ServiceInstanceDependencyConfig
IServiceInstanceDao. getServiceInstanceDependency(java.lang.String dependencyId, ITransaction transaction)
Get aServiceInstanceDependencyConfig
by the dependencyId.ServiceInstanceDependencyConfig
ServiceInstanceDaoHib. getServiceInstanceDependency(java.lang.String dependencyId, ITransaction transaction)
ServiceInstanceDependencyConfig
ServiceInstanceDaoJdbc. getServiceInstanceDependency(java.lang.String dependencyId, ITransaction transaction)
java.util.Collection<ServiceInstanceConfig>
IServiceInstanceManager. getServiceInstancesByDependency(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String dependencyType, ITransaction transaction)
Returns the service instances the given service instance depends on by the given dependency type.java.util.Collection<ServiceInstanceConfig>
ServiceInstanceManager. getServiceInstancesByDependency(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String dependencyType, ITransaction transaction)
java.util.Collection<ServiceInstanceConfig>
IServiceInstanceManagerSPI. getServiceInstancesByServiceAndWebsite(java.lang.String serviceId, java.lang.String websiteId)
Returns all instances of a given service inside a given website.java.util.Collection<ServiceInstanceConfig>
ServiceInstanceManager. getServiceInstancesByServiceAndWebsite(java.lang.String serviceId, java.lang.String websiteId)
java.util.Collection<java.lang.String>
IServiceInstanceDao. getServiceInstancesIdsByAutoAdminPageId(java.lang.String pageId, ITransaction transaction)
Returns a collection of serviceInstanceIds that contain the pageid as its auto administration page.java.util.Collection<java.lang.String>
IServiceInstanceManagerSPI. getServiceInstancesIdsByAutoAdminPageId(java.lang.String pageId, ITransaction transaction)
Returns the service instance ids that use the indicated page id as the auto administration page.java.util.Collection<java.lang.String>
ServiceInstanceDaoJdbc. getServiceInstancesIdsByAutoAdminPageId(java.lang.String pageId, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInstanceManager. getServiceInstancesIdsByAutoAdminPageId(java.lang.String pageId, ITransaction transaction)
protected boolean
ServiceInstanceConfig. mayUseFriendlyId(java.lang.String friendlyId)
void
IServiceInstanceDao. removeServiceInstanceDependencies(java.lang.String dependentServiceInstanceId, java.lang.String dependencyType, ITransaction transaction)
Remove the service instance dependencies that matches the dependent service instance id and dependency type given.void
ServiceInstanceDaoHib. removeServiceInstanceDependencies(java.lang.String dependentServiceInstanceId, java.lang.String dependencyType, ITransaction transaction)
void
ServiceInstanceDaoJdbc. removeServiceInstanceDependencies(java.lang.String dependentServiceInstanceId, java.lang.String dependencyType, ITransaction transaction)
void
IServiceInstanceManager. serialize(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
ServiceInstanceConfig. serialize(SessionConfig sessionConfig, java.io.OutputStream outputStream, ITransaction transaction)
void
ServiceInstanceManager. serialize(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInstanceManager. serializeCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
Serializes the custom properties of a service instance into the specified outputstream.void
ServiceInstanceManager. serializeCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInstanceManager. serializeDependencies(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
Serializes the dependencies of a service instancevoid
ServiceInstanceManager. serializeDependencies(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInstanceManagerSPI. serializeFileTransformations(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
serialize a fileTransformation to be used in a new channel created from channel template.void
ServiceInstanceManager. serializeFileTransformations(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInstanceManager. setCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.util.Map<java.lang.String,java.lang.String> propertiesTable, ITransaction transaction)
Receives a Map with one or more properties to be set for the given service instance.void
ServiceInstanceManager. setCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.util.Map<java.lang.String,java.lang.String> propertiesTable, ITransaction transaction)
void
IServiceInstanceDao. setCustomProperty(java.lang.String serviceInstanceId, java.lang.String name, java.lang.String value, ITransaction daoTransaction)
Set service instance´s custom property.void
IServiceInstanceManager. setCustomProperty(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String name, java.lang.String value, ITransaction transaction)
Set a custom property for the given service instance.void
ServiceInstanceDaoJdbc. setCustomProperty(java.lang.String serviceInstanceId, java.lang.String name, java.lang.String value, ITransaction daoTransaction)
void
ServiceInstanceManager. setCustomProperty(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String name, java.lang.String value, ITransaction transaction)
void
IServiceInstanceManager. setServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig, ITransaction transaction)
Sets the given service instance dependency.void
ServiceInstanceManager. setServiceInstanceDependency(ServiceInstanceDependencyConfig serviceInstanceDependencyConfig, ITransaction transaction)
void
IServiceInstanceDao. update(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Update the service's instance.void
IServiceInstanceManager. update(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Update a service instance.void
ServiceInstanceDaoJdbc. update(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
ServiceInstanceManager. update(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
ServiceInstanceManager. validateDuplicateInstanceInChannel(ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Validates that there are no duplicates of a service instance in the same channel.Constructors in lumis.portal.serviceinstance that throw PortalException Constructor Description ServiceInstanceRenderDataChangedEvent(SessionConfig sessionConfig, java.util.Collection<ServiceInstanceConfig> serviceInstancesChanged, ITransaction transaction)
-
Uses of PortalException in lumis.portal.serviceinstance.acl
Methods in lumis.portal.serviceinstance.acl that throw PortalException Modifier and Type Method Description java.lang.String
IServiceInstanceAclManager. add(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Add an Access Control List to the Service Instance.java.lang.String
ServiceInstanceAclManager. add(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
IServiceInstanceAclManager. checkRequiredPermissions(AccessControlList acl)
Checks if the required permissions were given for someone.void
ServiceInstanceAclManager. checkRequiredPermissions(AccessControlList acl)
boolean
IServiceInstanceAclManager. checkServiceInstancePermission(SessionConfig sessionConfig, java.lang.String userId, java.lang.String serviceInstanceId, java.lang.String permissionId, ITransaction transaction)
Checks if an user has a permission on a service instance.boolean
IServiceInstanceAclManager. checkServiceInstancePermission(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String permissionId, ITransaction transaction)
Checks if an user has a permission on a service instance.boolean
ServiceInstanceAclManager. checkServiceInstancePermission(SessionConfig sessionConfig, java.lang.String userId, java.lang.String serviceInstanceId, java.lang.String permissionId, ITransaction transaction)
boolean
ServiceInstanceAclManager. checkServiceInstancePermission(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String permissionId, ITransaction transaction)
void
IServiceInstanceAclManager. clearCache(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Reloads the ACL associated with the given serviceInstanceId.void
ServiceInstanceAclManager. clearCache(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
AccessControlList
IServiceInstanceAclManager. get(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Get the Service Instance's Access Control List.AccessControlList
ServiceInstanceAclManager. get(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
protected AccessControlList
ServiceInstanceAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
int[]
ServiceInstancePermissions. getImplies()
java.util.HashMap<java.lang.Integer,java.lang.Integer>
ServiceInstancePermissions. getInheritPermissionsMap()
ServiceInstancePermissions
IServiceInstanceAclManager. getPermissions(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
ServiceInstancePermissions
ServiceInstanceAclManager. getPermissions(SessionConfig sessionConfig, java.lang.String serviceId, ITransaction transaction)
java.lang.String
ServiceInstancePermissions. getPermissionsDefinition(java.util.Locale locale)
java.lang.String
ServiceInstancePermissions. getRecursiveImplies(IPermission permission)
protected int
ServiceInstanceAclManager. getRequiredPermissions()
void
IServiceInstanceAclManager. update(SessionConfig sessionConfig, java.lang.String serviceInstanceId, AccessControlList acl, ITransaction transaction)
Update the Service Instance's ACL.void
ServiceInstanceAclManager. update(SessionConfig sessionConfig, java.lang.String serviceInstanceId, AccessControlList acl, ITransaction transaction)
IPermission
ServiceInstancePermissions. valueOf(java.lang.String permissionName)
IPermission[]
ServiceInstancePermissions. values()
-
Uses of PortalException in lumis.portal.serviceinstance.acl.serialization
Methods in lumis.portal.serviceinstance.acl.serialization that throw PortalException Modifier and Type Method Description SerializationMessageConfigNode
IServiceInstanceAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, AccessControlList accessControlList)
Get aSerializationMessageConfigNode
object containing fully recursive information about a service instance ACL.SerializationMessageConfigNode
IServiceInstanceAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a service instance ACL.SerializationMessageConfigNode
ServiceInstanceAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, AccessControlList accessControlList)
SerializationMessageConfigNode
ServiceInstanceAclSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, AccessControlList accessControlList, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
AccessControlListSerializableConfig
ServiceInstanceAclSerializationManager. serialize(SerializationContext serializationContext, java.lang.String securableId)
-
Uses of PortalException in lumis.portal.serviceinstance.serialization
Methods in lumis.portal.serviceinstance.serialization that throw PortalException Modifier and Type Method Description void
ServiceInstanceSerializationManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
void
IServiceInstanceSerializationManager. deserialize(DeserializationContext deserializationContext, ServiceInstanceSerializableConfig serviceInstanceSerializableConfig)
Deserialize a service instance.void
ServiceInstanceSerializationManager. deserialize(DeserializationContext deserializationContext, ServiceInstanceSerializableConfig serviceInstanceSerializableConfig)
void
IServiceInstanceSerializationManager. deserializeContent(DeserializationContext deserializationContext, ServiceInstanceSerializableConfig serviceInstanceSerializableConfig)
Deserialize service instance content.void
IServiceInstanceSerializationManager. deserializeContent(DeserializationContext deserializationContext, ServiceInstanceConfig serviceInstanceConfig)
Deserialize service instance content.void
ServiceInstanceSerializationManager. deserializeContent(DeserializationContext deserializationContext, ServiceInstanceSerializableConfig serviceInstanceSerializableConfig)
void
ServiceInstanceSerializationManager. deserializeContent(DeserializationContext deserializationContext, ServiceInstanceConfig serviceInstanceConfig)
void
ServiceInstanceBaseSerializationContext. finalizeInnerProgressBar(java.lang.String text)
SerializationMessageConfigNode
IServiceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a service instance.SerializationMessageConfigNode
IServiceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a service instance.SerializationMessageConfigNode
ServiceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig)
SerializationMessageConfigNode
ServiceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInstanceConfig serviceInstanceConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
void
ServiceInstanceBaseSerializationContext. initializeInnerProgressBar(int innerProgressMax, java.lang.String text)
void
ServiceInstanceDeserializationContext. persistDependentConfigs(java.lang.String dependencyKey)
void
ServiceInstanceDeserializationContext. sendProgressFinalNotification(java.lang.String message, ProgressConfig.Type type)
void
ServiceInstanceSerializationContext. sendProgressFinalNotification(java.lang.String message, ProgressConfig.Type type)
void
ServiceInstanceDeserializationContext. sendProgressNotification(java.lang.String message, ProgressConfig.Type type)
void
ServiceInstanceDeserializationContext. sendProgressNotification(org.w3c.dom.Document messageDoc, java.lang.String styleFilename, ProgressConfig.Type type)
void
ServiceInstanceSerializationContext. sendProgressNotification(java.lang.String message, ProgressConfig.Type type)
void
ServiceInstanceSerializationContext. sendProgressNotification(org.w3c.dom.Document messageDoc, java.lang.String styleFilename, ProgressConfig.Type type)
ServiceInstanceSerializableConfig
IServiceInstanceSerializationManager. serialize(SerializationContext serializationContext, java.lang.String serviceInstanceId)
Serialize a service instance.ServiceInstanceSerializableConfig
ServiceInstanceSerializationManager. serialize(SerializationContext serializationContext, java.lang.String serviceInstanceId)
void
ServiceInstanceBaseSerializationContext. updateInnerProgressBar(int increment, java.lang.String text)
-
Uses of PortalException in lumis.portal.serviceinterface
Subclasses of PortalException in lumis.portal.serviceinterface Modifier and Type Class Description class
ServiceInterfaceException
Methods in lumis.portal.serviceinterface that throw PortalException Modifier and Type Method Description void
IServiceInterfaceDao. addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
Add or update the service's interface.void
ServiceInterfaceDaoHib. addOrUpdate(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
void
IServiceInterfaceManager. addOrUpdateStyle(SessionConfig sessionConfig, ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
Add or update a Style.void
ServiceInterfaceManager. addOrUpdateStyle(SessionConfig sessionConfig, ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction transaction)
void
IServiceInterfaceRenderResponse. applyStyle(int applyRule, java.lang.String styleFile)
void
ServiceInterfaceRenderResponseSPIWrapper. applyStyle(int applyRule, java.lang.String styleFile)
protected boolean
GenericServiceInterface. calculateIsRequestInitializerSupported(ServiceInterfaceConfig serviceInterface)
Calculates whether the given service interface supports request initialization.boolean
IServiceInterfaceDao. delete(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
Delete the service's interface.boolean
ServiceInterfaceDaoHib. delete(ServiceInterfaceConfig serviceInterfaceConfig, ITransaction daoTransaction)
void
IServiceInterfaceManager. deleteStyle(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
Delete a Style.void
ServiceInterfaceManager. deleteStyle(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
void
IServiceInterfaceManager. deserializeStyle(SessionConfig sessionConfig, org.w3c.dom.Node interfaceStyleNode, ITransaction transaction)
Deserializes a ServiceInterfaceStyleConfig contained in the interfaceStyleNode.void
ServiceInterfaceManager. deserializeStyle(SessionConfig sessionConfig, org.w3c.dom.Node interfaceStyleNode, ITransaction transaction)
static OpenRuntimeInterfaceBehavior
OpenRuntimeInterfaceBehavior. from(PageWebResource pageWebResource, boolean keepParentActive)
Returns theOpenRuntimeInterfaceBehavior
for the given page.ServiceInterfaceConfig
IServiceInterfaceDao. get(java.lang.String interfaceId, ITransaction daoTransaction)
Get the service's interface.ServiceInterfaceConfig
ServiceInterfaceDaoHib. get(java.lang.String serviceInterfaceId, ITransaction daoTransaction)
java.lang.String
IServiceInterfaceDao. getCustomDefaultStyleId(java.lang.String serviceInterfaceId, ITransaction daoTransaction)
Get the id of the custom default style.java.lang.String
ServiceInterfaceDaoHib. getCustomDefaultStyleId(java.lang.String serviceInterfaceId, ITransaction daoTransaction)
java.lang.String
IServiceInterfaceDao. getDefaultStyleId(java.lang.String serviceInterfaceId, ITransaction daoTransaction)
Get the default style of the service's interface.java.lang.String
ServiceInterfaceDaoHib. getDefaultStyleId(java.lang.String serviceInterfaceId, ITransaction daoTransaction)
java.lang.String
ServiceInterfaceConfig. getDefinition()
org.w3c.dom.Node
ServiceInterfaceConfig. getDefinitionNode()
java.util.Collection<java.lang.String>
IServiceInterfaceDao. getIdsByServiceId(java.lang.String serviceId, ITransaction daoTransaction)
Get all interfaces ids from a given service.java.util.Collection<java.lang.String>
IServiceInterfaceManager. getIdsByServiceId(java.lang.String serviceId, ITransaction transaction)
Get the service interface ids from a given service.java.util.Collection<java.lang.String>
ServiceInterfaceDaoHib. getIdsByServiceId(java.lang.String serviceId, ITransaction daoTransaction)
java.util.Collection<java.lang.String>
ServiceInterfaceManager. getIdsByServiceId(java.lang.String serviceId, ITransaction transaction)
org.w3c.dom.Node
IServiceInterfaceMenu. getMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
org.w3c.dom.Node
StyledServiceInterface. getMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
ServiceInterfaceMenuGroupTypeConfig
IServiceInterfaceManager. getMenuGroupType(SessionConfig sessionConfig, java.lang.String menuGroupTypeId, ITransaction transaction)
Get the menu group type.ServiceInterfaceMenuGroupTypeConfig
ServiceInterfaceManager. getMenuGroupType(SessionConfig sessionConfig, java.lang.String menuGroupTypeId, ITransaction transaction)
ServiceInterfaceMenuItemTypeConfig
IServiceInterfaceManager. getMenuItemType(SessionConfig sessionConfig, java.lang.String menuItemTypeId, ITransaction transaction)
Get the menu item type.ServiceInterfaceMenuItemTypeConfig
ServiceInterfaceManager. getMenuItemType(SessionConfig sessionConfig, java.lang.String menuItemTypeId, ITransaction transaction)
java.lang.String
ServiceInterfaceConfig. getPopupWindowProperties()
IResource
ServiceInterfaceConfig. getResource()
IServiceInterface
IServiceInterfaceManager. getServiceInterface(java.lang.String serviceInterfaceId, ITransaction transaction)
Get the service interface.IServiceInterface
ServiceInterfaceManager. getServiceInterface(java.lang.String serviceInterfaceId, ITransaction transaction)
ServiceInterfaceConfig
IServiceInterfaceManager. getServiceInterfaceConfig(java.lang.String serviceInterfaceId, ITransaction transaction)
Get the configuration of the service interface.ServiceInterfaceConfig
ServiceInterfaceManager. getServiceInterfaceConfig(java.lang.String serviceInterfaceId, ITransaction transaction)
protected ServiceInterfaceTypeConfig
ServiceInterfaceManager. getServiceInterfaceTypeConfig(java.lang.String interfaceType, ITransaction transaction)
ServiceInterfaceStyleConfig
IServiceInterfaceManager. getStyle(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
Get the style configuration os the service interface.ServiceInterfaceStyleConfig
ServiceInterfaceManager. getStyle(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
ServiceInterfaceStyleConfig
IServiceInterfaceManager. getStyleByServiceInterfaceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Get the Style given the ServiceInterfaceInstanceId.ServiceInterfaceStyleConfig
ServiceInterfaceManager. getStyleByServiceInterfaceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInterfaceManager. getStyleIds(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, ITransaction transaction)
Get the Id of all styles associated with a service interface.java.util.Collection<java.lang.String>
ServiceInterfaceManager. getStyleIds(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInterfaceManager. getStyleIdsByInterfaceInstance(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction, boolean onlyCustomStyles)
Get the Id of all styles available to an interface instance considering the isolation rules.java.util.Collection<java.lang.String>
ServiceInterfaceManager. getStyleIdsByInterfaceInstance(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction, boolean onlyCustomStyles)
java.lang.String
IServiceInterfaceUrl. getUrl()
Deprecated.Since 4.0.7 this method was replaced byIServiceInterfaceUrl.toString()
method, so this interface uses the same method as specified in thePortletURL
interface.void
IServiceInterfaceRequestDispatcher. include(IServiceInterfaceRenderRequest renderRequest, IServiceInterfaceRenderResponse renderResponse)
default void
IServiceInterface. initializeRequest(IServiceInterfaceRequest originalRequest, IRequestInitializer requestInitializer)
Initializes the request by changing the given request initializer.void
GenericServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
IServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
Called by the service container to indicate that a service interface instance has been addedvoid
GenericServiceInterface. instanceDeleted(ServiceInterfaceInstanceConfig config)
void
IServiceInterface. instanceDeleted(ServiceInterfaceInstanceConfig config)
Called by the service container to indicate that a service interface instance has been deletedvoid
GenericServiceInterface. instanceLoaded(ServiceInterfaceInstanceConfig config)
void
IServiceInterface. instanceLoaded(ServiceInterfaceInstanceConfig config)
void
GenericServiceInterface. instanceUnLoaded(ServiceInterfaceInstanceConfig config)
void
IServiceInterface. instanceUnLoaded(ServiceInterfaceInstanceConfig config)
Called by the service container to indicate that a service interface instance is about to be destroyedboolean
GenericServiceInterface. isRequestInitializerSupported(ServiceInterfaceConfig serviceInterface)
Returns whether the given service interface supports request initialization.default boolean
IServiceInterface. isRequestInitializerSupported(ServiceInterfaceConfig serviceInterface)
Returns whether the given service interface supports request initialization.boolean
ServiceInterfaceConfig. isRestEnabled()
Returns whether Rest API is enabled for the interface.void
GenericServiceInterface. load(ServiceInterfaceConfig config)
void
IServiceInterface. load(ServiceInterfaceConfig config)
Called by the service interface container to indicate to a service interface that the service interface is being placed into service.void
GenericServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
IServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
Called by the service interface container to allow the service interface to process an action request.void
GenericServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
void
IServiceInterface. register(SessionConfig sessionConfig, org.w3c.dom.Node serviceInterfaceXmlNode, ITransaction transaction)
Called by the service interface manager when a service interface definition is registered.void
IServiceInterfaceManager. register(SessionConfig sessionConfig, java.lang.String serviceConfigPath, ITransaction transaction)
Register the service interface.void
ServiceInterfaceManager. register(SessionConfig sessionConfig, java.lang.String serviceConfigPath, ITransaction transaction)
void
IServiceInterfaceManager. registerMenuGroupTypes(SessionConfig sessionConfig, java.lang.String groupTypesConfigPath, ITransaction transaction)
Register the menu group types.void
ServiceInterfaceManager. registerMenuGroupTypes(SessionConfig sessionConfig, java.lang.String groupTypesConfigPath, ITransaction transaction)
void
IServiceInterfaceManager. registerMenuItemTypes(SessionConfig sessionConfig, java.lang.String itemTypesConfigPath, ITransaction transaction)
Register menu item type.void
ServiceInterfaceManager. registerMenuItemTypes(SessionConfig sessionConfig, java.lang.String itemTypesConfigPath, ITransaction transaction)
void
IServiceInterfaceManager. registerServiceInterfaceTypes(SessionConfig sessionConfig, java.lang.String serviceTypesConfigPath, ITransaction transaction)
Register the type of the service interface.void
ServiceInterfaceManager. registerServiceInterfaceTypes(SessionConfig sessionConfig, java.lang.String serviceTypesConfigPath, ITransaction transaction)
void
GenericServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
IServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container to allow the service interface to generate the content of the response based on its current state.void
StyledServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
GenericServiceInterface. renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
IServiceInterface. renderBefore(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Called by the service interface container before rendering the interface client side.void
IServiceInterfaceManager. serializeStyle(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, java.io.OutputStream outputStream, ITransaction transaction)
Serializes a ServiceInterfaceStyleConfig to the specified outputStream.void
ServiceInterfaceManager. serializeStyle(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInterfaceDao. setCustomDefaultStyleId(java.lang.String serviceInterfaceId, java.lang.String serviceInterfaceStyleId, ITransaction daoTransaction)
Update the id of the custom default style.void
ServiceInterfaceDaoHib. setCustomDefaultStyleId(java.lang.String serviceInterfaceId, java.lang.String serviceInterfaceStyleId, ITransaction daoTransaction)
void
IServiceInterfaceDao. setDefaultStyleId(java.lang.String serviceInterfaceId, java.lang.String serviceInterfaceStyleId, ITransaction daoTransaction)
Update the default style of the service's interface.void
ServiceInterfaceDaoHib. setDefaultStyleId(java.lang.String serviceInterfaceId, java.lang.String serviceInterfaceStyleId, ITransaction daoTransaction)
void
ServiceInterfaceConfig. setDefinition(java.lang.String interfaceDefinition)
void
ServiceInterfaceConfig. setDefinitionNode(org.w3c.dom.Node interfaceXmlNode)
void
IServiceInterfaceRenderResponse. setStyleId(java.lang.String styleId)
void
ServiceInterfaceRenderResponseSPIWrapper. setStyleId(java.lang.String styleId)
void
GenericServiceInterface. unload()
void
IServiceInterface. unload()
Called by the service interface container to indicate to a service interface that the service interface is being taken out of service.void
IServiceInterfaceManager. unregister(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, ITransaction transaction)
Unregister the Service Interface.void
ServiceInterfaceManager. unregister(SessionConfig sessionConfig, ServiceInterfaceConfig serviceInterfaceConfig, ITransaction transaction)
void
IServiceInterfaceManager. unregisterMenuGroupType(SessionConfig sessionConfig, java.lang.String typeId, ITransaction transaction)
Unregisters a service menu group type.void
ServiceInterfaceManager. unregisterMenuGroupType(SessionConfig sessionConfig, java.lang.String typeId, ITransaction transaction)
void
IServiceInterfaceManager. unregisterMenuItemType(SessionConfig sessionConfig, java.lang.String typeId, ITransaction transaction)
Unregisters a service menu item type.void
ServiceInterfaceManager. unregisterMenuItemType(SessionConfig sessionConfig, java.lang.String typeId, ITransaction transaction)
void
IServiceInterfaceManager. unregisterServiceInterfaceType(java.lang.String typeId, ITransaction transaction)
Unregister the type of service interface.void
ServiceInterfaceManager. unregisterServiceInterfaceType(java.lang.String typeId, ITransaction transaction)
Constructors in lumis.portal.serviceinterface that throw PortalException Constructor Description ServiceInterfaceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.serviceinterface.list
Methods in lumis.portal.serviceinterface.list that throw PortalException Modifier and Type Method Description java.lang.String
IServiceInterfaceListManager. get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Get the data of the service interface list.java.lang.String
ServiceInterfaceListManager. get(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.lang.String
IServiceInterfaceListDao. getData(java.lang.String channelId, ITransaction transaction)
Get the data of the service's interface list.java.lang.String
ServiceInterfaceListDaoJdbc. getData(java.lang.String channelId, ITransaction transaction)
Constructors in lumis.portal.serviceinterface.list that throw PortalException Constructor Description ServiceInterfaceListControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.serviceinterface.menu
Methods in lumis.portal.serviceinterface.menu that throw PortalException Modifier and Type Method Description void
IServiceInterfaceMenuGroupTypeDao. addOrUpdate(ServiceInterfaceMenuGroupTypeConfig config, ITransaction transaction)
void
IServiceInterfaceMenuItemTypeDao. addOrUpdate(ServiceInterfaceMenuItemTypeConfig config, ITransaction transaction)
void
ServiceInterfaceMenuGroupTypeDaoHib. addOrUpdate(ServiceInterfaceMenuGroupTypeConfig config, ITransaction transaction)
void
ServiceInterfaceMenuGroupTypeDaoJdbc. addOrUpdate(ServiceInterfaceMenuGroupTypeConfig config, ITransaction transaction)
void
ServiceInterfaceMenuItemTypeDaoHib. addOrUpdate(ServiceInterfaceMenuItemTypeConfig config, ITransaction transaction)
void
ServiceInterfaceMenuItemTypeDaoJdbc. addOrUpdate(ServiceInterfaceMenuItemTypeConfig config, ITransaction transaction)
boolean
IServiceInterfaceMenuGroupTypeDao. delete(java.lang.String menuGroupType, ITransaction transaction)
boolean
IServiceInterfaceMenuItemTypeDao. delete(java.lang.String menuItemTypeId, ITransaction transaction)
boolean
ServiceInterfaceMenuGroupTypeDaoHib. delete(java.lang.String menuGroupTypeId, ITransaction transaction)
boolean
ServiceInterfaceMenuGroupTypeDaoJdbc. delete(java.lang.String menuGroupTypeId, ITransaction transaction)
boolean
ServiceInterfaceMenuItemTypeDaoHib. delete(java.lang.String menuItemTypeId, ITransaction transaction)
boolean
ServiceInterfaceMenuItemTypeDaoJdbc. delete(java.lang.String menuItemTypeId, ITransaction transaction)
java.lang.String
IMenuItemParser. generateMenuItemXml(java.lang.Object menuItemImpl, org.w3c.dom.Element itemDefinition)
Generates the XML used for rendering a menu item.ServiceInterfaceMenuGroupTypeConfig
IServiceInterfaceMenuGroupTypeDao. get(java.lang.String menuGroupType, ITransaction transaction)
ServiceInterfaceMenuItemTypeConfig
IServiceInterfaceMenuItemTypeDao. get(java.lang.String menuItemTypeId, ITransaction transaction)
ServiceInterfaceMenuGroupTypeConfig
ServiceInterfaceMenuGroupTypeDaoHib. get(java.lang.String menuGroupTypeId, ITransaction transaction)
ServiceInterfaceMenuGroupTypeConfig
ServiceInterfaceMenuGroupTypeDaoJdbc. get(java.lang.String menuGroupTypeId, ITransaction transaction)
ServiceInterfaceMenuItemTypeConfig
ServiceInterfaceMenuItemTypeDaoHib. get(java.lang.String menuItemTypeId, ITransaction transaction)
ServiceInterfaceMenuItemTypeConfig
ServiceInterfaceMenuItemTypeDaoJdbc. get(java.lang.String menuItemTypeId, ITransaction transaction)
java.lang.String
AddPopupInterface. getActionJavascript(ServiceInstanceConfig serviceInstance, org.w3c.dom.Element menuItemDefinition)
java.lang.String
AddPopupInterface. getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest)
java.lang.String
AddStylePopupInterface. getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest)
java.lang.String
IServiceInterfaceMenuItem. getActionJavascript(IServiceInterfaceMenuItemRequest menuItemRequest)
Returns the javascript code to be executed when this menu item is triggered by the user. -
Uses of PortalException in lumis.portal.serviceinterface.serialization
Methods in lumis.portal.serviceinterface.serialization that throw PortalException Modifier and Type Method Description void
IServiceInterfaceSerializationManager. deserializeStyle(DeserializationContext deserializationContext, ServiceInterfaceStyleSerializableConfig serviceInterfaceStyleSerializableConfig)
Deserialize a service interface style.void
ServiceInterfaceSerializationManager. deserializeStyle(DeserializationContext deserializationContext, ServiceInterfaceStyleSerializableConfig serviceInterfaceStyleSerializableConfig)
SerializationMessageConfigNode
IServiceInterfaceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceConfig serviceInterfaceConfig)
Get aSerializationMessageConfigNode
object containing partially recursive information about a service interface.SerializationMessageConfigNode
ServiceInterfaceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceConfig serviceInterfaceConfig)
ServiceInterfaceStyleSerializableConfig
IServiceInterfaceSerializationManager. serializeStyle(SerializationContext serializationContext, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId)
Serialize a service interface style.ServiceInterfaceStyleSerializableConfig
ServiceInterfaceSerializationManager. serializeStyle(SerializationContext serializationContext, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId)
void
IServiceInterfaceSerializationManager. updateStyleDependency(DeserializationContext deserializationContext, ServiceInterfaceStyleSerializableConfig serviceInterfaceStyleSerializableConfig)
Updates the style isolation dependency.void
ServiceInterfaceSerializationManager. updateStyleDependency(DeserializationContext deserializationContext, ServiceInterfaceStyleSerializableConfig serviceInterfaceStyleSerializableConfig)
-
Uses of PortalException in lumis.portal.serviceinterface.style
Subclasses of PortalException in lumis.portal.serviceinterface.style Modifier and Type Class Description class
IsolationLevelValidationException
This exception is thrown when the validation performed due to the change of the isolation level of a service interface style has failed.Methods in lumis.portal.serviceinterface.style that throw PortalException Modifier and Type Method Description static void
ServiceInterfaceStyleDao. addOrUpdate(ServiceInterfaceStyleConfig serviceInterfaceStyleConfig, ITransaction daoTransaction)
void
IServiceInterfaceStyleManager. addStyleCacheConfig(StyleCacheConfig styleCacheConfig)
Add a cache of the style.static void
ServiceInterfaceStyleDao. addStyleCacheConfig(StyleCacheConfig styleCacheConfig, ITransaction transaction)
void
ServiceInterfaceStyleManager. addStyleCacheConfig(StyleCacheConfig styleCacheConfig)
void
IServiceInterfaceStyleManager. clearStyleCache(java.lang.String fileName)
Clear the cache for the specified style file.void
IServiceInterfaceStyleManager. clearStyleCache(ITransaction transaction)
Clears all style cache.void
ServiceInterfaceStyleManager. clearStyleCache(java.lang.String fileName)
void
ServiceInterfaceStyleManager. clearStyleCache(ITransaction transaction)
void
IServiceInterfaceStyleManager. clearStyleCacheByThemeId(java.lang.String themeId)
Clears the cache for the styles that may be used by the given theme.void
ServiceInterfaceStyleManager. clearStyleCacheByThemeId(java.lang.String themeId)
IStyle
IStyleFactory. createCachedStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
Creates a cached version of the requested style.IStyle
IStyleFactory. createDynamicStyle(java.lang.String styleString, java.lang.String stylePath, java.util.List<ITheme> themes)
Creates a dynamic version of the requested style using the given style text.IStyle
IStyleFactory. createDynamicStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
Creates a dynamic version of the requested style.static void
ServiceInterfaceStyleDao. delete(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction daoTransaction)
void
IServiceInterfaceStyleManager. deleteStyleCacheConfig(java.lang.String fileName)
Delete the cache of the style.static void
ServiceInterfaceStyleDao. deleteStyleCacheConfig(java.lang.String fileName, ITransaction transaction)
void
ServiceInterfaceStyleManager. deleteStyleCacheConfig(java.lang.String fileName)
void
ServiceInterfaceStyleConfig. deserialize(org.w3c.dom.Node serviceInstanceNode)
Deserialize the properties of the ServiceInstanceStyleConfig from the specified XML Node.static ServiceInterfaceStyleConfig
ServiceInterfaceStyleDao. get(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction daoTransaction)
IStyle
IServiceInterfaceStyleManager. getCachedStyle(java.lang.String stylePath)
Returns the cached version of the style in the given path.IStyle
IServiceInterfaceStyleManager. getCachedStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
Returns the cached version of the style in the given path.IStyle
ServiceInterfaceStyleManager. getCachedStyle(java.lang.String stylePath)
IStyle
ServiceInterfaceStyleManager. getCachedStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
IServiceInterfaceStyleManager. getDynamicStyle(java.lang.String stylePath)
Returns the dynamic version of the style in the given path.IStyle
IServiceInterfaceStyleManager. getDynamicStyle(java.lang.String styleString, java.lang.String stylePath, java.util.List<ITheme> themes)
Returns the cached version of the style in the given path.IStyle
IServiceInterfaceStyleManager. getDynamicStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
Returns the dynamic version of the style in the given path.IStyle
ServiceInterfaceStyleManager. getDynamicStyle(java.lang.String stylePath)
IStyle
ServiceInterfaceStyleManager. getDynamicStyle(java.lang.String styleString, java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
ServiceInterfaceStyleManager. getDynamicStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
static java.util.Collection<java.lang.String>
ServiceInterfaceStyleDao. getIdsByInterfaceInstanceId(java.lang.String interfaceId, java.lang.String serviceInstanceId, java.lang.String interfaceInstanceId, boolean onlyCustomStyles, ITransaction daoTransaction)
static java.util.Collection<java.lang.String>
ServiceInterfaceStyleDao. getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, ITransaction daoTransaction)
static java.util.Collection<java.lang.String>
ServiceInterfaceStyleDao. getIdsByStyleFilePath(java.lang.String styleFilePath, ITransaction daoTransaction)
StyleCacheConfig
IServiceInterfaceStyleManager. getStyleCacheConfig(java.lang.String fileName)
Get the styleCacheConfig.static StyleCacheConfig
ServiceInterfaceStyleDao. getStyleCacheConfig(java.lang.String fileName, ITransaction transaction)
StyleCacheConfig
ServiceInterfaceStyleManager. getStyleCacheConfig(java.lang.String fileName)
static ServiceInterfaceStyleConfig
ServiceInterfaceStyleDao. getWidgetStyle(java.lang.String serviceInterfaceId, ITransaction transaction)
void
ServiceInterfaceStyleConfig. serialize(ServiceInterfaceStyleConfig styleConfig, java.io.OutputStream outputStream)
Serializes the interface style config to the specified output stream.void
ServiceInterfaceStyleConfig. setIsolation(ServiceInterfaceStyleConfig.IsolationLevel isolationLevel, java.util.Collection<java.lang.String> allowedConsumers)
Sets the isolationLevel.void
IStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
Transforms the output of a service interface.void
IStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, java.lang.String xml)
Transforms the output of a service interface using the given XML.void
IServiceInterfaceStyleManager. updateStyleCacheConfig(StyleCacheConfig styleCacheConfig)
Update the cache of the style.static void
ServiceInterfaceStyleDao. updateStyleCacheConfig(StyleCacheConfig styleCacheConfig, ITransaction transaction)
void
ServiceInterfaceStyleManager. updateStyleCacheConfig(StyleCacheConfig styleCacheConfig)
-
Uses of PortalException in lumis.portal.serviceinterface.style.impl.scripting
Methods in lumis.portal.serviceinterface.style.impl.scripting that throw PortalException Modifier and Type Method Description IStyle
AbstractScriptingStyleFactory. createCachedStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
AbstractScriptingStyleFactory. createDynamicStyle(java.lang.String styleString, java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
AbstractScriptingStyleFactory. createDynamicStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
void
GenericCompiledScriptStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
void
GenericCompiledScriptStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, java.lang.String output)
void
GenericScriptingStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
void
GenericScriptingStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, java.lang.String output)
-
Uses of PortalException in lumis.portal.serviceinterface.style.impl.thymeleaf
Methods in lumis.portal.serviceinterface.style.impl.thymeleaf that throw PortalException Modifier and Type Method Description IStyle
ThymeleafStyleFactory. createCachedStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
ThymeleafStyleFactory. createDynamicStyle(java.lang.String styleString, java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
ThymeleafStyleFactory. createDynamicStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
-
Uses of PortalException in lumis.portal.serviceinterface.style.impl.xsl
Methods in lumis.portal.serviceinterface.style.impl.xsl that throw PortalException Modifier and Type Method Description IStyle
XslStyleFactory. createCachedStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
IStyle
XslStyleFactory. createDynamicStyle(java.lang.String xslStringDocument, java.lang.String resourcePath, java.util.List<ITheme> themes)
IStyle
XslStyleFactory. createDynamicStyle(java.lang.String stylePath, java.util.List<ITheme> themes)
javax.xml.transform.Transformer
XslStyle. getTransformer()
Returns the transformer.void
XslStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response)
void
XslStyle. transformOutput(IServiceInterfaceRequestSPI request, IServiceInterfaceRenderResponseSPI response, java.lang.String output)
-
Uses of PortalException in lumis.portal.serviceinterface.type
Methods in lumis.portal.serviceinterface.type that throw PortalException Modifier and Type Method Description void
IServiceInterfaceTypeDao. addOrUpdate(ServiceInterfaceTypeConfig definition, ITransaction transaction)
Add or update the type of the service's interface.void
ServiceInterfaceTypeDaoJdbc. addOrUpdate(ServiceInterfaceTypeConfig definition, ITransaction transaction)
void
IServiceInterfaceTypeDao. delete(java.lang.String interfaceType, ITransaction transaction)
Delete the type of the service's interface.void
ServiceInterfaceTypeDaoJdbc. delete(java.lang.String interfaceType, ITransaction transaction)
ServiceInterfaceTypeConfig
IServiceInterfaceTypeDao. get(java.lang.String interfaceType, ITransaction transaction)
Get the type of the service's interface.ServiceInterfaceTypeConfig
ServiceInterfaceTypeDaoJdbc. get(java.lang.String interfaceType, ITransaction transaction)
-
Uses of PortalException in lumis.portal.serviceinterfaceinstance
Subclasses of PortalException in lumis.portal.serviceinterfaceinstance Modifier and Type Class Description class
CacheKeyProviderClassNotFoundException
Portal Exception that indicates that the class that is used to generate the cache key is not available at runtime.Methods in lumis.portal.serviceinterfaceinstance that throw PortalException Modifier and Type Method Description void
IServiceInterfaceInstanceDao. add(ServiceInterfaceInstanceConfig serviceInterfaceInstance, ITransaction daoTransaction)
Add the service's interface's instance.java.lang.String
IServiceInterfaceInstanceManager. add(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Add a service interface instance.void
ServiceInterfaceInstanceDaoJdbc. add(ServiceInterfaceInstanceConfig serviceInterfaceInstance, ITransaction transaction)
java.lang.String
ServiceInterfaceInstanceManager. add(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
void
IServiceInterfaceInstanceManager. addOrUpdate(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Add or Update a Service Interface Instance, depending on its previous existence.void
ServiceInterfaceInstanceManager. addOrUpdate(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Service Interface Instanceboolean
DummyInterfaceInstanceOwner. checkPermission(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ServiceInterfaceInstancePermission permission)
boolean
IServiceInterfaceInstanceOwner. checkPermission(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ServiceInterfaceInstancePermission permission)
Checks the user permission based on the owner rules.void
IServiceInterfaceInstanceManager. clearCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Clears the caches of a service interface instance.void
IServiceInterfaceInstanceManager. clearCache(ITransaction transaction)
Clears all cache stored in this manager.void
ServiceInterfaceInstanceManager. clearCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
void
ServiceInterfaceInstanceManager. clearCache(ITransaction transaction)
void
IServiceInterfaceInstanceManagerSPI. clearHtmlCache(java.lang.String serviceInterfaceInstanceId)
Clears the HTML cache of a service interface instance.void
ServiceInterfaceInstanceManager. clearHtmlCache(java.lang.String serviceInterfaceInstanceId)
protected void
ServiceInterfaceInstanceControllerHtml. clearServiceInterfaceInstanceCache()
Clears the HTML cache of the specified interface, if any, and clears the XSL Transformer cache for the XSL file used by the interface.void
IServiceInterfaceInstanceManagerSPI. clearTimeoutCache(java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Clears the cache for the timeout cache value.void
ServiceInterfaceInstanceManager. clearTimeoutCache(java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. copy(SessionConfig sessionConfig, java.lang.String sourceServiceInterfaceInstanceId, java.lang.String destinationPageId, boolean destinationInterfaceInstanceIsFromTemplate, ITransaction transaction)
Creates a copy of the given interface instance to the specified page.java.lang.String
ServiceInterfaceInstanceManager. copy(SessionConfig sessionConfig, java.lang.String sourceServiceInterfaceInstanceId, java.lang.String destinationPageId, boolean destinationInterfaceInstanceIsFromTemplate, ITransaction transaction)
java.lang.String
ServiceInterfaceInstanceManager. copy(SessionConfig sessionConfig, java.lang.String sourceServiceInterfaceInstanceId, java.lang.String destinationPageId, java.lang.Class<? extends IServiceInterfaceInstanceOwner> ownerClass, boolean destinationInterfaceInstanceIsFromTemplate, ITransaction transaction)
Copies a Service Interface Instance based on the passed id to a given page or orphan if owner info is passed.void
IServiceInterfaceInstanceDao. delete(java.lang.String serviceInterfaceInstanceId, ITransaction daoTransaction)
Delete the service's interface's instance.void
IServiceInterfaceInstanceManager. delete(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Delete a service interface instance.void
ServiceInterfaceInstanceDaoJdbc. delete(java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
void
ServiceInterfaceInstanceManager. delete(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
void
IServiceInterfaceInstanceDao. deleteCustomProperties(java.lang.String interfaceInstanceId, ITransaction daoTransaction)
Delete the custom propertires of the service's interface's instance.void
IServiceInterfaceInstanceManager. deleteCustomProperties(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
Deletes all the interface instance custom propertiesvoid
ServiceInterfaceInstanceDaoJdbc. deleteCustomProperties(java.lang.String interfaceInstanceId, ITransaction transaction)
void
ServiceInterfaceInstanceManager. deleteCustomProperties(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
boolean
IServiceInterfaceInstanceDao. deleteCustomProperty(java.lang.String interfaceInstanceId, java.lang.String name, ITransaction daoTransaction)
Delete a custom property of the service's interface's instance.void
IServiceInterfaceInstanceManager. deleteCustomProperty(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String name, ITransaction transaction)
Deletes the interface instance custom propertyboolean
ServiceInterfaceInstanceDaoJdbc. deleteCustomProperty(java.lang.String interfaceInstanceId, java.lang.String name, ITransaction transaction)
void
ServiceInterfaceInstanceManager. deleteCustomProperty(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String name, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInterfaceInstanceNode, ITransaction transaction)
void
ServiceInterfaceInstanceConfig. deserialize(org.w3c.dom.Node serviceInterfaceInstanceNode)
java.lang.String
ServiceInterfaceInstanceManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInterfaceInstanceNode, ITransaction transaction)
void
IServiceInterfaceInstanceManager. deserializeCustomProperties(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInterfaceInstanceCustomPropertiesNode, ITransaction transaction)
Deprecated.Since 6.2.0 this method is no longer used and may be removed in a future version.void
ServiceInterfaceInstanceManager. deserializeCustomProperties(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node serviceInterfaceInstanceCustomPropertiesNode, ITransaction transaction)
Deprecated.java.lang.String
IServiceInterfaceInstanceManagerSPI. generateMenu(org.w3c.dom.Node menuDefinition, IMenuItemParser menuItemParser, org.w3c.dom.Element defaultMenu)
Generates a configuration menu XML definition for use by Portal Studio.java.lang.String
ServiceInterfaceInstanceManager. generateMenu(org.w3c.dom.Node menuDefinition, IMenuItemParser menuItemParser, org.w3c.dom.Element defaultMenu)
ServiceInterfaceInstanceConfig
IServiceInterfaceInstanceDao. get(java.lang.String interfaceInstanceId, ITransaction daoTransaction)
Get the service's interface's instance.ServiceInterfaceInstanceConfig
IServiceInterfaceInstanceManager. get(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Get the configuration of the service interface instance.ServiceInterfaceInstanceConfig
ServiceInterfaceInstanceDaoJdbc. get(java.lang.String interfaceInstanceId, ITransaction transaction)
ServiceInterfaceInstanceConfig
ServiceInterfaceInstanceManager. get(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
java.lang.String
IInterfaceInstanceCacheKeyProvider. getCacheKey(IServiceInterfaceRenderRequest request)
Generates the cache key for a specificServiceInterfaceInstanceConfig
.int
IServiceInterfaceInstanceManager. getCacheLevel(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the cacheLevel property of an interface instance.int
ServiceInterfaceInstanceManager. getCacheLevel(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
int
IServiceInterfaceInstanceManager. getCachePersonalization(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the cachePersonalization property of an interface instance.int
ServiceInterfaceInstanceManager. getCachePersonalization(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
boolean
IServiceInterfaceInstanceManager. getCacheServerSideInclude(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the cacheServerSideInclude property of an interface instance.boolean
ServiceInterfaceInstanceManager. getCacheServerSideInclude(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
java.util.HashMap<java.lang.String,java.lang.String>
IServiceInterfaceInstanceDao. getCustomProperties(java.lang.String interfaceInstanceId, ITransaction daoTransaction)
Get all custom properties of the specified service insterface instance.java.util.Map<java.lang.String,java.lang.String>
IServiceInterfaceInstanceManager. getCustomProperties(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
Returns a Map containing all name/value pairs of custom properties from the specified service interface instance.java.util.HashMap<java.lang.String,java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getCustomProperties(java.lang.String interfaceInstanceId, ITransaction transaction)
java.util.Map<java.lang.String,java.lang.String>
ServiceInterfaceInstanceManager. getCustomProperties(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceDao. getCustomProperty(java.lang.String interfaceInstanceId, java.lang.String name, ITransaction daoTransaction)
Get the custom property of the service's interface's instance.java.lang.String
IServiceInterfaceInstanceManager. getCustomProperty(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String name, ITransaction transaction)
Returns the specified custom property.java.lang.String
ServiceInterfaceInstanceDaoJdbc. getCustomProperty(java.lang.String interfaceInstanceId, java.lang.String name, ITransaction transaction)
java.lang.String
ServiceInterfaceInstanceManager. getCustomProperty(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String name, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. getDisplayName(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Returns the display name for a service interface instance.java.lang.String
ServiceInterfaceInstanceManager. getDisplayName(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
boolean
IServiceInterfaceInstanceManager. getEnableCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the enableCache property of an interface instance.boolean
ServiceInterfaceInstanceManager. getEnableCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
java.util.List<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByBaseInterfaceInstanceId(java.lang.String interfaceInstanceId, ITransaction daoTransaction)
Returns a list of ids of interface instances that have the given base interface instance id.java.util.List<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByBaseInterfaceInstanceId(java.lang.String interfaceInstanceId, ITransaction daoTransaction)
java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManagerSPI. getIdsByBaseServiceInterfaceInstance(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the identifiers of derived interface instances that derives from the interface instance with the given identifier.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByBaseServiceInterfaceInstance(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
java.util.List<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByInterfaceStyleId(java.lang.String interfaceStyleId, ITransaction daoTransaction)
Returns a list of ids of interface instances that uses the given interface style id.java.util.List<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByInterfaceStyleId(java.lang.String interfaceStyleId, ITransaction daoTransaction)
java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByPageId(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
Get a list of ids by passing the page's id.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByPageId(SessionConfig sessionConfig, java.lang.String pageId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByServiceInstanceId(java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
Get a list of ids given the id of the id of the service's instance.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean includeRunTimeInterfaces, ITransaction transaction)
Get the Ids given the ServiceInstanceId.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Get a list of ids by passing the id of the service instance.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByServiceInstanceId(java.lang.String serviceInstanceId, boolean includeRunTimeInterfaces, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, boolean includeRunTimeInterfaces, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
Get a list of ids given the id of the service's interface.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
Get a list of ids given the id of the service's interface.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInterfaceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
Get a list of ids by passing the ids of the service interface.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInterfaceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
Get a list of ids by passing the ids of the service interface.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByServiceInterfaceId(java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInterfaceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInterfaceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByServiceInterfaceIdAndServiceInstanceId(java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
Get a list of ids given the id of the service's interface and the id of the service's instance.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByServiceInterfaceIdAndServiceInstanceId(java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
Get a list of ids given the id of the service's interface and the id of the service's instance.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
Get a list of ids by passing the ids of service interface and the service instance.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
Get a list of ids by passing the ids of service interface and the service instance.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByServiceInterfaceIdAndServiceInstanceId(java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByServiceInterfaceIdAndServiceInstanceId(java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, boolean ignorePageTemplates, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInterfaceIdAndServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, boolean ignoreRuntimeInterfaces, ITransaction transaction)
java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getIdsByServiceInterfaceStyleId(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction daoTransaction)
Get the id given the id of the service's interface's style.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceManager. getIdsByServiceInterfaceStyleId(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
Get the Ids given the ServiceInterfaceStyleId.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getIdsByServiceInterfaceStyleId(java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
java.util.Collection<java.lang.String>
ServiceInterfaceInstanceManager. getIdsByServiceInterfaceStyleId(SessionConfig sessionConfig, java.lang.String serviceInterfaceStyleId, java.lang.String serviceInterfaceId, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. getInterfaceInstanceHtmlCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.util.Locale locale, ITransaction transaction)
Deprecated.since 7.0.0 deprecated without replacement.ServiceInterfaceInstanceCacheEntry
IServiceInterfaceInstanceManagerSPI. getInterfaceInstanceHtmlCache(java.lang.String serviceInterfaceInstanceId, IServiceInterfaceRenderRequest request, ITransaction transaction)
Get the HTML Cache of the Interface Instance.ServiceInterfaceInstanceCacheEntry
ServiceInterfaceInstanceManager. getInterfaceInstanceHtmlCache(java.lang.String serviceInterfaceInstanceId, IServiceInterfaceRenderRequest request, ITransaction transaction)
java.lang.String
ServiceInterfaceInstanceManager. getInterfaceInstanceHtmlCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.util.Locale locale, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. getMenu(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Deprecated.java.lang.String
ServiceInterfaceInstanceManager. getMenu(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Deprecated.java.lang.String
IServiceInterfaceInstanceManagerSPI. getMenuItemXml(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, java.lang.String menuItemId, ITransaction transaction)
Returns the XML for the menu item in the specified service interface instance and menu level.java.lang.String
ServiceInterfaceInstanceManager. getMenuItemXml(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, java.lang.String menuItemId, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. getMenuXml(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, ITransaction transaction)
Returns the XML for the menu for the specified service interface instance and menu level.java.lang.String
ServiceInterfaceInstanceManager. getMenuXml(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ServiceInterfaceMenuLevel menuLevel, ITransaction transaction)
ServiceInterfaceInstanceConfig
IServiceInterfaceInstanceManager. getOrAddServiceInterfaceRunTimeInstance(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, java.lang.String pageId, ITransaction transaction)
Get or Add the ServiceInterfaceRunTimeInstance.ServiceInterfaceInstanceConfig
ServiceInterfaceInstanceManager. getOrAddServiceInterfaceRunTimeInstance(SessionConfig sessionConfig, java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, java.lang.String pageId, ITransaction transaction)
IServiceInterfaceInstanceOwner
ServiceInterfaceInstanceConfig. getOwner()
Returns the owner.java.util.Collection<java.lang.String>
IServiceInterfaceInstanceDao. getPageInterfaceInstanceIds(java.lang.String pageId, ITransaction daoTransaction)
Get the ids of the page's interface's instance.java.util.Collection<java.lang.String>
ServiceInterfaceInstanceDaoJdbc. getPageInterfaceInstanceIds(java.lang.String pageId, ITransaction transaction)
boolean
IServiceInterfaceInstanceManager. getPrintable(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the printable property of an interface instance.boolean
ServiceInterfaceInstanceManager. getPrintable(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
int
IServiceInterfaceInstanceManager. getRenderAs(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Returns the renderAs property of an interface instance.int
ServiceInterfaceInstanceManager. getRenderAs(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
ServiceInterfaceInstanceConfig
IServiceInterfaceInstanceDao. getRunTimeInstance(java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, java.lang.String pagetId, ITransaction daoTransaction)
Get the runtime instance.ServiceInterfaceInstanceConfig
ServiceInterfaceInstanceDaoJdbc. getRunTimeInstance(java.lang.String serviceInterfaceId, java.lang.String serviceInstanceId, java.lang.String pageId, ITransaction transaction)
protected void
ServiceInterfaceInstanceControllerXml. getServiceInterfaceInstanceMenu(org.w3c.dom.Node methodNode, ServiceInterfaceMenuLevel menuLevel, ITransaction portalTransaction)
protected void
ServiceInterfaceInstanceControllerXml. getServiceInterfaceInstanceProperties(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
java.util.Collection<ServiceInterfaceInstanceConfig>
ServiceInterfaceInstanceRenderDataChangedEvent. getServiceInterfaceInstancesChanged()
Returns the service interface instances whose render data may have changed.protected void
ServiceInterfaceInstanceControllerHtml. getServiceInterfaceInstanceXmlData()
java.lang.String
IServiceInterfaceInstanceManager. getTitle(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Returns the title for a service interface instance.java.lang.String
ServiceInterfaceInstanceManager. getTitle(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
java.lang.String
IServiceInterfaceInstanceManager. getXmlData(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId)
Returns the previously saved XML data for the service interface instance for the given user sessionjava.lang.String
ServiceInterfaceInstanceManager. getXmlData(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId)
boolean
ServiceInterfaceInstanceManager. isDerivedFromTemplate(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Verify whether service interface instance is derived from a channel template or page template.void
ServiceInterfaceInstanceObserver. onEvent(IPortalEvent ev)
protected java.lang.String
ServiceInterfaceInstanceControllerHtml. processHTML(ServiceContainerRenderRequest renderRequest, java.lang.String outputHTML)
Processes the HTML generated by the service interface instance, for proper rendering in the final page.protected void
ServiceInterfaceInstanceControllerXml. refreshInterfaceInstance(org.w3c.dom.Node methodNode, ITransaction portalTransaction)
protected void
ServiceInterfaceInstanceControllerHtml. renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, java.util.Map<java.lang.String,java.lang.String> originalMap, ITransaction portalTransaction)
protected void
ServiceInterfaceInstanceControllerHtml. renderServiceInterfaceInstance()
Returns the HTML for a single service interface instance.void
IServiceInterfaceInstanceManager. serialize(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
ServiceInterfaceInstanceConfig. serialize(ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.io.OutputStream outputStream)
void
ServiceInterfaceInstanceManager. serialize(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInterfaceInstanceManager. serializeCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
ServiceInterfaceInstanceManager. serializeCustomProperties(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
IServiceInterfaceInstanceManager. setCustomProperties(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.util.Map<java.lang.String,java.lang.String> propertiesTable, ITransaction transaction)
Receives a Map with one or more properties to be set for the given interface.void
ServiceInterfaceInstanceManager. setCustomProperties(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.util.Map<java.lang.String,java.lang.String> propertiesTable, ITransaction transaction)
boolean
IServiceInterfaceInstanceDao. setCustomProperty(java.lang.String interfaceInstanceId, java.lang.String name, java.lang.String value, ITransaction daoTransaction)
Set the custom property of the service's interface's instance.void
IServiceInterfaceInstanceManager. setCustomProperty(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String name, java.lang.String value, ITransaction transaction)
Set a custom property for the given interface instance.boolean
ServiceInterfaceInstanceDaoJdbc. setCustomProperty(java.lang.String interfaceInstanceId, java.lang.String name, java.lang.String value, ITransaction transaction)
void
ServiceInterfaceInstanceManager. setCustomProperty(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, java.lang.String name, java.lang.String value, ITransaction transaction)
void
IServiceInterfaceInstanceManager. setInterfaceInstanceHtmlCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.util.Locale locale, java.lang.String serviceInterfaceInstanceHtml, ITransaction transaction)
Deprecated.since 7.0.0 deprecated without replacement.void
IServiceInterfaceInstanceManagerSPI. setInterfaceInstanceHtmlCache(java.lang.String serviceInterfaceInstanceId, IServiceInterfaceRenderRequest request, java.lang.String serviceInterfaceInstanceHtml, java.util.Map<PortalPrintWriter.WritePosition,java.util.LinkedHashMap<java.lang.String,java.lang.String>> headWrites, ITransaction transaction)
Set the HTML Cache of the Interface Instance.void
ServiceInterfaceInstanceManager. setInterfaceInstanceHtmlCache(java.lang.String serviceInterfaceInstanceId, IServiceInterfaceRenderRequest request, java.lang.String serviceInterfaceInstanceHtml, java.util.Map<PortalPrintWriter.WritePosition,java.util.LinkedHashMap<java.lang.String,java.lang.String>> headWrites, ITransaction transaction)
void
ServiceInterfaceInstanceManager. setInterfaceInstanceHtmlCache(SessionConfig sessionConfig, java.lang.String serviceInterfaceInstanceId, java.util.Locale locale, java.lang.String serviceInterfaceInstanceHtml, ITransaction transaction)
protected void
ServiceInterfaceInstanceControllerHtml. setRequestMode()
Sets the Request Mode.void
IServiceInterfaceInstanceDao. update(ServiceInterfaceInstanceConfig serviceInterfaceInstance, ITransaction daoTransaction)
Update the service's interface's instance.void
IServiceInterfaceInstanceManager. update(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
Update a service interface instance.void
ServiceInterfaceInstanceDaoJdbc. update(ServiceInterfaceInstanceConfig serviceInterfaceInstance, ITransaction transaction)
void
ServiceInterfaceInstanceManager. update(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ITransaction transaction)
void
IServiceInterfaceInstanceManager. updateCustomPropertiesFromTemplate(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
Update the interface instance custom properties from parent interface instancevoid
ServiceInterfaceInstanceManager. updateCustomPropertiesFromTemplate(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
void
IServiceInterfaceInstanceManager. updatePropertiesFromTemplate(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
Update the properties of from the template.void
ServiceInterfaceInstanceManager. updatePropertiesFromTemplate(SessionConfig sessionConfig, java.lang.String interfaceInstanceId, ITransaction transaction)
Constructors in lumis.portal.serviceinterfaceinstance that throw PortalException Constructor Description ServiceInterfaceInstanceControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
ServiceInterfaceInstanceControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
ServiceInterfaceInstanceRenderDataChangedEvent(SessionConfig sessionConfig, java.util.Collection<ServiceInterfaceInstanceConfig> interfaceInstancesChanged, ITransaction transaction)
-
Uses of PortalException in lumis.portal.serviceinterfaceinstance.serialization
Methods in lumis.portal.serviceinterfaceinstance.serialization that throw PortalException Modifier and Type Method Description void
IServiceInterfaceInstanceSerializationManager. deserialize(DeserializationContext deserializationContext, ServiceInterfaceInstanceSerializableConfig serviceInterfaceInstanceSerializableConfig)
Deserialize a service interface instance.void
IServiceInterfaceInstanceSerializationManager. deserialize(DeserializationContext deserializationContext, ServiceInterfaceInstanceSerializableConfig serviceInterfaceInstanceSerializableConfig, IDirectory directory, java.lang.String interfaceInstanceInputPath, java.lang.String customPropertiesInputPath)
Deserializes a service interface instance from specific output path.void
ServiceInterfaceInstanceSerializationManager. deserialize(DeserializationContext deserializationContext, ServiceInterfaceInstanceSerializableConfig serviceInterfaceInstanceSerializableConfig)
void
ServiceInterfaceInstanceSerializationManager. deserialize(DeserializationContext deserializationContext, ServiceInterfaceInstanceSerializableConfig serviceInterfaceInstanceSerializableConfig, IDirectory directory, java.lang.String interfaceInstanceInputPath, java.lang.String customPropertiesInputPath)
SerializationMessageConfigNode
IServiceInterfaceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a service interface instance.SerializationMessageConfigNode
IServiceInterfaceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a service interface instance.SerializationMessageConfigNode
ServiceInterfaceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig)
SerializationMessageConfigNode
ServiceInterfaceInstanceSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
void
ServiceInterfaceInstanceConfigDependencyAnalyzer. persist(IConfigPersister configPersister, boolean firstPersistenceIsRequired)
boolean
ServiceInterfaceInstanceSerializationManager. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
ServiceInterfaceInstanceSerializableConfig
IServiceInterfaceInstanceSerializationManager. serialize(SerializationContext serializationContext, java.lang.String serviceInterfaceInstanceId)
Serialize a service interface instance.ServiceInterfaceInstanceSerializableConfig
IServiceInterfaceInstanceSerializationManager. serialize(SerializationContext serializationContext, java.lang.String serviceInterfaceInstanceId, IDirectory directory, java.lang.String interfaceInstanceOutputPath, java.lang.String customPropertiesOutputPath)
Serializes a service interface instance to specific output path.ServiceInterfaceInstanceSerializableConfig
ServiceInterfaceInstanceSerializationManager. serialize(SerializationContext serializationContext, java.lang.String serviceInterfaceInstanceId)
ServiceInterfaceInstanceSerializableConfig
ServiceInterfaceInstanceSerializationManager. serialize(SerializationContext serializationContext, java.lang.String serviceInterfaceInstanceId, IDirectory directory, java.lang.String interfaceInstanceOutputPath, java.lang.String customPropertiesOutputPath)
-
Uses of PortalException in lumis.portal.servlet
Methods in lumis.portal.servlet that throw PortalException Modifier and Type Method Description java.lang.String
IUniqueWriterController. processHtml(java.lang.String html, boolean isServerSide)
Deprecated.since 8.2.0 replaced byIUniqueWriterController.processHtml(String, boolean, IPageWebResourceRenderRequest)
.java.lang.String
IUniqueWriterController. processHtml(java.lang.String html, boolean isServerSide, IPageWebResourceRenderRequest renderRequest)
Process the HTML replacing the found markers for their text fragment accordingly.java.lang.String
IUniqueWriterController. processHtml(java.lang.String html, java.util.Set<java.lang.String> usedKeys, boolean isServerSide, IPageWebResourceRenderRequest renderRequest)
Process the HTML replacing the found markers for their text fragment accordingly. -
Uses of PortalException in lumis.portal.socialnetwork.relationship
Methods in lumis.portal.socialnetwork.relationship that throw PortalException Modifier and Type Method Description java.lang.String
IRelationshipManager. addRelationship(IRelatable source, IRelatable target, IRelationshipType relationshipType)
Adds a new relationship between the source and target nodes.java.lang.String
IRelationshipManager. addRelationshipType(java.lang.String id, java.lang.String name, java.lang.String reverseName, java.util.Set<java.lang.String> sourceTypes, java.util.Set<java.lang.String> targetTypes, boolean bidirectional)
Adds a new type of relationship.IRelatable
IRelationshipManager. getNode(java.lang.String id)
Gets the relatable node.IRelatable
IRelationshipManager. getNode(java.lang.String type, java.lang.String objectId, boolean createNode)
Gets the relatable node or creates a new node with the values in type and objectId params if the param createNode is equal to true.IRelationship
IRelationshipManager. getRelationship(java.lang.String id)
Gets the relationship.java.util.Set<IRelatable>
IRelationshipManager. listRelationships(IRelatable firstObject, IRelatable secondObject, IRelationshipType relationshipType)
Lists all relatable nodes that contains a relationship with firstObject and secondObject.java.util.Set<IRelationship>
IRelationshipManager. listRelationships(IRelatable source, IRelationshipType relationshipType)
Lists all relationships where the param source is the source and where the param source is the target if the relationship is bidirectional. -
Uses of PortalException in lumis.portal.structure
Methods in lumis.portal.structure that throw PortalException Modifier and Type Method Description protected void
StructureElement. applyPropertyBagChanges()
Apply the changes made to the properties managed by this element to the property bag persistence entities.protected void
StructureElement. deserializePropertyBag(org.w3c.dom.Node propertyBagNode)
Updates this element's property bag according to the given serialized property bag node.protected java.lang.String
StructureElement. getAutomaticFriendlyId(java.lang.String value)
Generates a friendly identifier for the element based on the given value.protected java.lang.String
StructureElement. getFriendlyIdBaseValue(java.lang.String value)
Returns the base value from the given value.protected java.lang.String
StructureElement. getFriendlyIdValueForCounter(java.lang.String baseValue, java.lang.Integer counter)
Returns the result of base value inserting the given counter.protected void
StructureElement. loadPropertyBagValues()
Loads the values of the property bag of this element.protected abstract boolean
StructureElement. mayUseFriendlyId(java.lang.String friendlyId)
Indicates if the element may use the given friendly identifier.protected java.lang.String
StructureElement. serializePropertyBag()
Serialize the property bags. -
Uses of PortalException in lumis.portal.structure.areatag
Methods in lumis.portal.structure.areatag that throw PortalException Modifier and Type Method Description java.util.Set<java.lang.String>
AreaTagManager. getAppliedAreaTags(ChannelConfig channel)
java.util.Set<java.lang.String>
AreaTagManager. getAppliedAreaTags(ChannelConfig channel, boolean includeProjectId)
Returns the applied area tags in the given channel.java.util.Set<java.lang.String>
AreaTagManager. getAppliedAreaTags(ServiceInstanceConfig serviceInstance)
java.util.Set<java.lang.String>
AreaTagManager. getAppliedAreaTags(ServiceInstanceConfig serviceInstance, boolean includeProjectId)
Returns the applied area tags in the given service instance.java.util.Set<java.lang.String>
IAreaTagManagerSPI. getAppliedAreaTags(ChannelConfig channel)
Return the applied area tags in the given channel.java.util.Set<java.lang.String>
IAreaTagManagerSPI. getAppliedAreaTags(ServiceInstanceConfig serviceInstance)
Returns the applied area tags in the given service instance.AreaTagUsageConfig
AreaTagManager. getLocalAreaTags(ChannelConfig channel)
AreaTagUsageConfig
AreaTagManager. getLocalAreaTags(ServiceInstanceConfig serviceInstance)
AreaTagUsageConfig
IAreaTagManagerSPI. getLocalAreaTags(ChannelConfig channel)
Returns thearea tag usage
for the given channel.AreaTagUsageConfig
IAreaTagManagerSPI. getLocalAreaTags(ServiceInstanceConfig serviceInstance)
Returns thearea tag usage
for the given service instance.void
AreaTagManager. updateLocalAreaTagUsage(ChannelConfig channel, AreaTagUsageConfig areaTagAppliance)
void
AreaTagManager. updateLocalAreaTagUsage(ServiceInstanceConfig serviceInstance, AreaTagUsageConfig areaTagAppliance)
void
IAreaTagManagerSPI. updateLocalAreaTagUsage(ChannelConfig channel, AreaTagUsageConfig areaTagAppliance)
Updates thetheme appliance
for the given channel.void
IAreaTagManagerSPI. updateLocalAreaTagUsage(ServiceInstanceConfig serviceInstance, AreaTagUsageConfig areaTagAppliance)
Updates thetheme appliance
for the given service instance. -
Uses of PortalException in lumis.portal.structure.sync
Methods in lumis.portal.structure.sync that throw PortalException Modifier and Type Method Description void
ParallelExecutor. awaitExecutions()
Pauses until all pending tasks complete execution.void
ParallelExecutor. awaitExecutions(boolean flushAndClearSession)
Pauses until all pending tasks complete execution.ITransaction
ParallelExecutor.ITransactionFactory. createTransaction()
Creates a transaction and returns it.void
IStructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, boolean clearHtmlCache)
Synchronizes a structure from the file system to the portal database.void
IStructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, java.io.File structureRoot, boolean clearHtmlCache)
Deprecated.since 8.0.0 replaced byIStructureSyncManager.syncIn(String, Set, String, IFile, boolean)
void
IStructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, IFile structureRoot, boolean clearHtmlCache)
Synchronizes a structure from the file system to the portal database.void
IStructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, IFile structureRoot, boolean clearHtmlCache, java.util.Collection<IComponent> removedComponents)
Synchronizes a structure from the file system to the portal database.void
StructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, boolean clearHtmlCache)
void
StructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, java.io.File structureRoot, boolean clearHtmlCache)
void
StructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, IFile structureRoot, boolean clearHtmlCache)
void
StructureSyncManager. syncIn(java.lang.String rootChannelId, java.util.Set<java.lang.String> selectedElements, java.lang.String processId, IFile structureRoot, boolean clearHtmlCache, java.util.Collection<IComponent> removedComponents)
void
IStructureSyncManager. syncOut(java.lang.String rootChannelId, java.lang.String processId, java.util.Set<java.lang.String> globalGroupsToBeExported)
Synchronizes a structure from the portal database to the file system.void
StructureSyncManager. syncOut(java.lang.String rootChannelId, java.lang.String processId, java.util.Set<java.lang.String> globalGroupsToBeExported)
lumis.portal.structure.sync.ChannelHierarchy
SyncOutProcessor. syncOut(java.lang.String rootChannelId, IFile rootDir, java.lang.String processId, java.util.Set<java.lang.String> globalGroupsToBeExported, boolean isSyncOut)
Synchronizes the structure of a channel hierarchy from the portal to the file system. -
Uses of PortalException in lumis.portal.theme
Subclasses of PortalException in lumis.portal.theme Modifier and Type Class Description class
ThemeException
PortalException
extension to be used in theme scope.Methods in lumis.portal.theme that throw PortalException Modifier and Type Method Description static void
ThemeUtil. addNewTheme(java.lang.String themeName, java.lang.String themeDescription, java.lang.String themePath, java.lang.String moduleId, IResource resource)
void
ThemeManager. copyThemesFilesToWebRoots(java.util.Collection<? extends ITheme> themes, java.util.Collection<IWebRootPortalBaseFolder> webRoots)
Copies the given themes' WWW resources to the given web root folders.java.util.Collection<ITheme>
IThemeManagerSPI. getAllThemes()
Returns all registered themesjava.util.Collection<ITheme>
ThemeManager. getAllThemes()
Returns all existent themes.java.util.List<java.lang.String>
ThemeManager. getAppliedThemesIds(ChannelConfig channel)
Return the applied themes (identifiers) in the given channel.java.util.List<java.lang.String>
ThemeManager. getAppliedThemesIds(PageConfig page)
Returns the applied themes (identifiers) in the given page.ThemeUsageConfig
ThemeManager. getLocalThemes(ChannelConfig channel, java.lang.String runtimeInterfaceId)
Returns thetheme usage
for the given channel.ThemeUsageConfig
ThemeManager. getLocalThemes(PageConfig page, java.lang.String runtimeInterfaceId)
Returns thetheme usage
for the given page.java.util.Set<java.lang.String>
IThemeSPI. getResources(IThemeSPI.ResourceFolder resourceFolder)
Returns the resources inside the given resource folder of this theme.IThemeSPI
IThemeManagerSPI. getTheme(java.lang.String themeId)
Returns the theme with the given identifier.IThemeSPI
ThemeManager. getTheme(java.lang.String themeId)
static IFile
ThemeUtil. getThemeRootDir(java.lang.String themePath)
java.util.List<ITheme>
IThemeProvider. getThemes()
Returns the list of themes that should be used.java.util.List<ITheme>
ThemeManager. getThemes(java.util.List<java.lang.String> appliedThemeIds)
Returns the applied themes from an applied themes identifiers list.java.util.List<ITheme>
ThemeManager. getThemes(WebResource webResource)
Returns the applied themes in the given web resource.static java.util.List<? extends ITheme>
ThemeUtil. getThemes(PageConfig page)
Returns the applied themes in the given page.static java.util.List<? extends ITheme>
ThemeUtil. getThemesByChannelId(java.lang.String channelId)
Returns the themes applied (either directly or inherited) on the channel with the given id.static boolean
ThemeUtil. isEditableTheme(java.lang.String themeId)
Returns whether the given theme is editable.void
IThemeManagerSPI. register(java.lang.String themePath)
Registers a theme in the specified classpath relative path.void
ThemeManager. register(java.lang.String themePath)
void
ThemeManager. removeThemeFolderFromWebRoots(java.util.Collection<? extends ITheme> themes, java.util.Collection<IWebRootPortalBaseFolder> webRoots)
Removes the given themes' folders from the given web root folders.static java.lang.String
ThemeUtil. resolveDefinitionFilePath(java.lang.String definitionFilePath, java.util.List<? extends ITheme> themes)
Resolves the definition file path with the given applied themes applying the following rules:
If theappliedThemes
parameter isnull
or if it is empty the original resource path will be returned The given resource will be searched through the applied themes' resource (underIThemeSPI.ResourceFolder.DEF
)
If the resource was found in any applied theme, the resolved resource will be compound as: If the resource was not found, the original one will be returnedstatic java.lang.String
ThemeUtil. resolveLayoutFilePath(java.lang.String layoutFilePath, java.util.List<? extends ITheme> themes)
Resolves the layout file path with the given applied themes applying the following rules:
If theappliedThemes
parameter isnull
or if it is empty the original resource path will be returned The given resource will be searched through the applied themes' resource (underIThemeSPI.ResourceFolder.DEF
)
If the resource was found in any applied theme, the resolved resource will be compound as: If the resource was not found, the original one will be returnedstatic java.lang.String
ThemeUtil. resolveWWWResourcePath(java.lang.String resourcePath, java.util.List<? extends ITheme> themes)
Resolves the resources' paths with the given applied themes applying the following rules:
If the resource path start withno theme prefix
, then the returned resource path will be the original one without the prefix If theappliedThemes
parameter isnull
or if it is empty the original resource path will be returned The given resource will be searched through the applied themes' resource (underIThemeSPI.ResourceFolder.WWW
)
If the resource was found in any applied theme, the resolved resource will be compound as: (where<theme www prefix>
isThemeManager.THEME_WWW_RESOURCE_PREFIX
) If the resource was not found, the original one will be returnedvoid
IThemeManagerSPI. unregister(java.lang.String themeId)
Unregisters a theme, removing it from the themes registry.void
ThemeManager. unregister(java.lang.String themeId)
void
ThemeManager. unregister(java.lang.String themeId, boolean verifyUsage)
Unregisters a theme, removing it from the themes registry.void
ThemeManager. updateLocalThemeUsage(ChannelConfig channel, ThemeUsageConfig themeUsage)
Updates thetheme usage
for the given channel.void
ThemeManager. updateLocalThemeUsage(PageConfig page, ThemeUsageConfig themeUsage)
Updates thetheme usage
for the given page. -
Uses of PortalException in lumis.portal.transaction
Methods in lumis.portal.transaction that throw PortalException Modifier and Type Method Description void
AbstractTransactionObserver. afterCommit()
void
ITransactionObserver. afterCommit()
Called by the observed transaction just after the commit operation.void
AbstractTransactionObserver. afterRollback()
void
ITransactionObserver. afterRollback()
Called by the observed transaction just after the rollback operation.boolean
AbstractTransactionObserver. beforeCommit()
boolean
ITransactionObserver. beforeCommit()
Called by the observed transaction just before the commit operation.void
AbstractTransactionObserver. beforeRollback()
void
ITransactionObserver. beforeRollback()
Called by the observed transaction just before the rollback operation.static ITransaction
PortalTransactionFactory. getTransaction()
Deprecated.Since 4.2.0, replaced byPortalTransactionFactory.createTransaction()
andPortalTransactionFactory.getCurrentTransaction()
. -
Uses of PortalException in lumis.portal.transaction.spi
Methods in lumis.portal.transaction.spi that throw PortalException Modifier and Type Method Description boolean
ITransactionSPI. addObserverFirst(ITransactionObserver observer)
Adds an observer for this transaction as the first observer in the observer list. -
Uses of PortalException in lumis.portal.url
Methods in lumis.portal.url that throw PortalException Modifier and Type Method Description java.lang.String
IURLManager. convertHTMLPathsToDynamicPaths(java.lang.String html)
Deprecated.Since 6.2.0, replaced byIURLManager.convertHTMLPathsToDynamicPaths(String, IWebsite)
due to the inclusion of multiple websites feature.java.lang.String
IURLManager. convertHTMLPathsToDynamicPaths(java.lang.String html, IWebsite baseWebsite)
Deprecated.since 8.2.0 replaced byIURLManager.processHTML(String, IPageWebResourceRenderRequest)
.java.lang.String
URLManager. convertHTMLPathsToDynamicPaths(java.lang.String html)
Deprecated.java.lang.String
URLManager. convertHTMLPathsToDynamicPaths(java.lang.String html, IWebsite baseWebsite)
Deprecated.java.lang.String
IURLManager. convertHTMLPathToDynamicPath(java.lang.String href, IWebsite baseWebsite)
Replaces the given path to web resource by the corresponding dynamic path.java.lang.String
URLManager. convertHTMLPathToDynamicPath(java.lang.String href, IWebsite baseWebsite)
WebResource
IWebResourceFactory. createWebResourceByDynamicPath(java.lang.String dynamicPath)
Creates aWebResource
instance based on a dynamic path.void
URLManager. deleteWebResourceByPageIds(SessionConfig sessionConfig, java.util.Collection<java.lang.String> pagesIds, java.util.Map<java.lang.String,java.lang.String[]> parameters, java.util.Locale locale, PortalEventOperationType opType, boolean isAutomaticBulkExpiration, ITransaction transaction)
Delete the webresources by page identifier.void
IURLManager. deleteWebResourceRedirection(java.lang.String sourceWebsiteId, java.lang.String sourcePath)
Deletes the web resource redirection rule for the specified source website and path.void
URLManager. deleteWebResourceRedirection(java.lang.String sourceWebsiteId, java.lang.String sourcePath)
void
IURLManager. deleteWebResourcesFromPage(java.lang.String pageId)
Delete allweb resources
from the page that has the given identifier.void
URLManager. deleteWebResourcesFromPage(java.lang.String pageId)
void
IURLManager. deleteWebResourcesInChannelTree(java.lang.String rootChannelId)
Delete allweb resources
in the tree for which the root is the givenrootChannelId
.void
URLManager. deleteWebResourcesInChannelTree(java.lang.String rootChannelId)
protected WebResource
WebResourceDiscoveryFilter. findWebResource(HttpServletRequest request, WebsiteDiscoveryFilter.WebsiteRequest websiteRequest, HttpServletResponse response)
Returns the web resource for the given request.WebResource
IURLManager. findWebResourceByPathAndWebsite(java.lang.String websiteId, java.lang.String path)
Finds a web resource by it's website identifier and path.WebResource
URLManager. findWebResourceByPathAndWebsite(java.lang.String websiteId, java.lang.String path)
java.lang.String
IURLManager. fixReferencesAccordingToPath(java.lang.String html, java.lang.String path)
Deprecated.since 8.2.0 replaced byIURLManager.fixReferencesAccordingToPath(String, String, IPortalMode, String)
java.lang.String
IURLManager. fixReferencesAccordingToPath(java.lang.String html, java.lang.String path, IPortalMode portalMode)
Deprecated.since 8.2.0 replaced byIURLManager.fixReferencesAccordingToPath(String, String, IPortalMode, String)
java.lang.String
IURLManager. fixReferencesAccordingToPath(java.lang.String html, java.lang.String path, IPortalMode portalMode, java.lang.String pageId)
Fixes references within an HTML according to the given path.java.lang.String
URLManager. fixReferencesAccordingToPath(java.lang.String html, java.lang.String path)
Deprecated.java.lang.String
URLManager. fixReferencesAccordingToPath(java.lang.String html, java.lang.String path, IPortalMode portalMode)
Deprecated.java.lang.String
URLManager. fixReferencesAccordingToPath(java.lang.String html, java.lang.String path, IPortalMode portalMode, java.lang.String pageId)
static PageWebResource
URLUtil. getFirstPageWebResource(ChannelWebResource cwr)
Returns the page web resource for the first page whithin the channel of the given channel web resource.static IURLManager.PathReferenceType
IURLManager.PathReferenceType. getFromPage(PageConfig pageConfig, java.lang.Object request)
abstract IProject
WebResource. getProject()
Returns the project this web resource belongs to (if any).
It is important to notice that the relation webresource <-> project is not persisted.protected abstract java.lang.String
WebResource. getSeoRuleUrlPattern()
Get the Url Path from the SeoRule linked to this WebResource.static java.util.Optional<WebResource>
URLUtil. getWebResource(java.lang.String location, HttpServletRequest currentRequest)
Returns the web resource related to the given location.default WebResource
IURLManager. getWebResourceByDynamicPath(java.lang.String dynamicPath, IURLManager.CreateStrategy createStrategy)
Returns a web resource for the given dynamic path.default WebResource
IURLManager. getWebResourceByDynamicPath(java.lang.String dynamicPath, IURLManager.CreateStrategy createStrategy, java.util.Locale locale)
Returns a web resource for the given dynamic path.WebResource
IURLManager. getWebResourceByDynamicPath(java.lang.String dynamicPath, IURLManager.CreateStrategy createStrategy, java.util.Locale locale, WebResource creator)
Returns a web resource for the given dynamic path.WebResource
URLManager. getWebResourceByDynamicPath(java.lang.String dynamicPath, IURLManager.CreateStrategy createStrategy, java.util.Locale locale, WebResource creator)
java.lang.String
IURLManager. getWebResourcePathByDynamicPath(java.lang.String dynamicPath, java.util.Locale locale)
Deprecated.Since 6.2.0, due to inclusion of website feature, the web resource path is not unique, so this method is no longer appropriated for its original purpose of adjusting links URIs.java.lang.String
URLManager. getWebResourcePathByDynamicPath(java.lang.String dynamicPath, java.util.Locale locale)
Deprecated.java.util.Collection<java.util.Locale>
IWebResourceFactory. getWebResourceSupportedLocales(WebResource webResource)
Returns the locales that are supported for aWebResource
created by this factory.WebResource
IURLManager. getWebResourceToRedirect(java.lang.String sourceWebsiteId, java.lang.String sourcePath)
Returns the web resource to redirect to when the given path on the given website is accessed.WebResource
URLManager. getWebResourceToRedirect(java.lang.String sourceWebsiteId, java.lang.String sourcePath)
default java.net.URI
IURLManager. getWebResourceURI(java.lang.String dynamicPath, java.util.Locale locale, IWebsite baseWebsite, boolean baseSecure)
Deprecated.The (portal mode
is now relevant and should be passed as parameter.default java.net.URI
IURLManager. getWebResourceURI(java.lang.String dynamicPath, java.util.Locale locale, IWebsite baseWebsite, boolean baseSecure, IPortalMode portalMode)
Returns the URI for referencing a web resource given its dynamic path.java.net.URI
IURLManager. getWebResourceURI(java.lang.String dynamicPath, java.util.Locale locale, IWebsite baseWebsite, boolean baseSecure, IPortalMode portalMode, WebResource creator)
Returns the URI for referencing a web resource given its dynamic path.java.net.URI
URLManager. getWebResourceURI(java.lang.String dynamicPath, java.util.Locale locale, IWebsite baseWebsite, boolean baseSecure, IPortalMode portalMode, WebResource creator)
boolean
IWebResourceFactory. isCacheEnabled(WebResource webResource)
Returns if the cache is enabled for a web resource.void
URLConversionCacheObserver. onEvent(IPortalEvent ev)
protected java.lang.String
URLManager. processBackgroundHref(lumis.portal.url.URLManager.IHrefProcessor processor, java.lang.String matchString)
default java.lang.String
IURLManager. processHref(java.lang.String url, java.util.List<ITheme> themes, java.lang.String applicationRequestedPath, java.util.Locale locale, IWebsiteBaseURL websiteBaseURL, boolean baseSecure)
Deprecated.since 8.2.0 replaced byIURLManager.processHref(String, List, String, Locale, IWebsiteBaseURL, boolean, IPortalMode)
.default java.lang.String
IURLManager. processHref(java.lang.String url, java.util.List<ITheme> themes, java.lang.String applicationRequestedPath, java.util.Locale locale, IWebsiteBaseURL websiteBaseURL, boolean baseSecure, IPortalMode portalMode)
Deprecated.default java.lang.String
IURLManager. processHref(java.lang.String url, java.util.List<ITheme> themes, java.lang.String applicationRequestedPath, java.util.Locale locale, IWebsiteBaseURL websiteBaseURL, boolean baseSecure, IPortalMode portalMode, IURLManager.PathReferenceType pathReferenceType)
Processes a URL to be rendered correctly in a portal page.java.lang.String
IURLManager. processHref(java.lang.String url, java.util.List<ITheme> themes, java.lang.String applicationRequestedPath, java.util.Locale locale, IWebsiteBaseURL websiteBaseURL, boolean baseSecure, IPortalMode portalMode, IURLManager.PathReferenceType pathReferenceType, WebResource creator)
Processes a URL to be rendered correctly in a portal page.java.lang.String
URLManager. processHref(java.lang.String url, java.util.List<ITheme> themes, java.lang.String applicationRequestedPath, java.util.Locale locale, IWebsiteBaseURL websiteBaseURL, boolean baseSecure, IPortalMode portalMode, IURLManager.PathReferenceType pathfixType, WebResource creator)
java.lang.String
IURLManager. processHTML(java.lang.String originalHtml, java.util.List<ITheme> themes, java.util.Locale locale, boolean baseSecure, IWebsiteBaseURL baseURL)
Processes a HTML to be used.java.lang.String
IURLManager. processHTML(java.lang.String originalHtml, java.util.Locale locale)
Processes a HTML to be used.default java.lang.String
IURLManager. processHTML(java.lang.String originalHtml, java.util.Locale locale, boolean baseSecure, IWebsiteBaseURL baseURL)
Processes a HTML to be used.java.lang.String
IURLManager. processHTML(java.lang.String originalHtml, IPageWebResourceRenderRequest renderRequest)
Processes a HTML to be rendered correctly in a portal page.java.lang.String
URLManager. processHTML(java.lang.String originalHtml, java.util.List<ITheme> themes, java.util.Locale locale, boolean baseSecure, IWebsiteBaseURL baseURL)
java.lang.String
URLManager. processHTML(java.lang.String originalHtml, java.util.Locale locale)
java.lang.String
URLManager. processHTML(java.lang.String originalHtml, IPageWebResourceRenderRequest request)
java.lang.String
IURLManager. processHTMLDynamicPathReferences(java.lang.String html)
Deprecated.Since 6.2.0, replaced byIURLManager.processHTMLDynamicPathReferences(String, Locale, IWebsite, boolean)
due to the inclusion of multiple websites feature.java.lang.String
IURLManager. processHTMLDynamicPathReferences(java.lang.String htmlModifiedContent, java.util.Locale locale, boolean convertGuestOnlyCaches)
Deprecated.Since 6.2.0, replaced byIURLManager.processHTMLDynamicPathReferences(String, Locale, IWebsite, boolean)
due to the inclusion of multiple websites feature.java.lang.String
IURLManager. processHTMLDynamicPathReferences(java.lang.String htmlContent, java.util.Locale locale, IWebsite baseWebsite, boolean baseSecure)
Processes references to dynamic paths in a given HTML code.java.lang.String
URLManager. processHTMLDynamicPathReferences(java.lang.String html)
Deprecated.java.lang.String
URLManager. processHTMLDynamicPathReferences(java.lang.String htmlContent, java.util.Locale locale, boolean convertGuestOnlyCaches)
Deprecated.java.lang.String
URLManager. processHTMLDynamicPathReferences(java.lang.String htmlContent, java.util.Locale locale, IWebsite baseWebsite, boolean baseSecure)
static java.lang.String
URLUtil. processURL(java.lang.String uri, PageWebResource pageWR, HttpServletRequest req)
Process the given URL.void
IURLManager. recalculateFriendlyPaths(java.util.Collection<? extends WebResource> webResources)
Calculates and updates friendly paths of the given web resources.void
URLManager. recalculateFriendlyPaths(java.util.Collection<? extends WebResource> webResources)
void
IURLManager. recalculateFriendlyPathsInChannelTree(java.lang.String rootChannelId)
Calculates and updates friendly paths of allweb resources
in the tree for which the root is the givenrootChannelId
.void
URLManager. recalculateFriendlyPathsInChannelTree(java.lang.String rootChannelId)
java.lang.String
GenericURLResolver. resolveFriendlyPath(WebResource resource, java.lang.String currentPath)
java.lang.String
IURLResolver. resolveFriendlyPath(WebResource resource, java.lang.String currentPath)
Resolves the friendly path for a web resource.void
IWebResourceFactory. setPageCacheFilePath(PageCacheConfig pageCache)
Sets the file path for aPageCacheConfig
.void
IURLManager. setWebResourcesMissingData(IWebResourceFactory webResourceFactory, java.util.Collection<WebResource> webResources, boolean cacheEnabled, boolean friendlyURLEnabled)
Sets missing data in the given web resources.void
IWebResourceFactory. setWebResourcesMissingData(java.lang.String resourceId, boolean processChildren)
Sets missing data in the web resources of the specified resource.void
URLManager. setWebResourcesMissingData(IWebResourceFactory webResourceFactory, java.util.Collection<WebResource> webResources, boolean cacheEnabled, boolean friendlyURLEnabled)
-
Uses of PortalException in lumis.portal.urlshortener
Methods in lumis.portal.urlshortener that throw PortalException Modifier and Type Method Description java.lang.String
DummyURLShortener. expand(java.lang.String url)
IURLShortener
IURLShortenerManager. get(ChannelConfig channel)
Returns theURL shortener
for the givenchannel
.IURLShortener
IURLShortenerManager. get(ServiceInstanceConfig serviceInstance)
Returns theURL shortener
for the given service instance.IURLShortener
URLShortenerManager. get(ChannelConfig channel)
IURLShortener
URLShortenerManager. get(ServiceInstanceConfig serviceInstance)
protected java.lang.String
CustomURLShortener. getApiURL()
protected java.lang.String
DummyURLShortener. getApiURL()
java.lang.String
CustomURLShortener. getCustomUrl()
Returns the custom URL set on this shortener.boolean
URLShortenerManager. isLocal(ChannelConfig channel)
Returns whether the channel has a localshortener
.void
IURLShortenerManager. put(ChannelConfig channel, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> parameters)
Sets theURL shortener
for the given channel.
The class name received must be one of the following:
lumis.portal.urlshortener.CustomURLShortener
lumis.portal.urlshortener.TinyURLShortener
void
IURLShortenerManager. put(ServiceInstanceConfig serviceInstance, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> parameters)
Sets theURL shortener
for the given service instance.
The class name received must be one of the following:
lumis.portal.urlshortener.CustomURLShortener
lumis.portal.urlshortener.TinyURLShortener
void
URLShortenerManager. put(ChannelConfig channel, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> parameters)
void
URLShortenerManager. put(ServiceInstanceConfig serviceInstance, java.lang.String className, java.util.Map<java.lang.String,java.lang.String> parameters)
void
IURLShortenerManager. remove(ChannelConfig channel)
Removes theURL shortener
of the given channel.void
IURLShortenerManager. remove(ServiceInstanceConfig serviceInstance)
Removes theURL shortener
of the given service instance.void
URLShortenerManager. remove(ChannelConfig channel)
void
URLShortenerManager. remove(ServiceInstanceConfig serviceInstance)
java.lang.String
DummyURLShortener. shorten(java.lang.String url)
java.lang.String
IURLShortener. shorten(java.lang.String url)
Shortens a given URL. -
Uses of PortalException in lumis.portal.user
Methods in lumis.portal.user that throw PortalException Modifier and Type Method Description void
IUserDao. add(UserConfig userConfig, ITransaction transaction)
Add the user.java.lang.String
IUserManager. add(SessionConfig sessionConfig, UserConfig userConfig, ITransaction transaction)
Adds a user to the portal and returns the identifier of the user added.void
UserDaoJdbc. add(UserConfig userConfig, ITransaction transaction)
java.lang.String
UserManager. add(SessionConfig sessionConfig, UserConfig userConfig, ITransaction transaction)
void
IUserDao. addAlternativeLogin(java.lang.String userId, java.lang.String newLogin, ITransaction transaction)
Adds an alternative login to a user.void
IUserManager. addAlternativeLogin(SessionConfig sessionConfig, java.lang.String userId, java.lang.String newLogin, ITransaction transaction)
Adds an alternative login for an user.void
UserDaoJdbc. addAlternativeLogin(java.lang.String userId, java.lang.String newLogin, ITransaction transaction)
void
UserManager. addAlternativeLogin(SessionConfig sessionConfig, java.lang.String userId, java.lang.String newLogin, ITransaction transaction)
void
IUserManager. addOrUpdate(SessionConfig sessionConfig, UserConfig userConfig, ITransaction transaction)
void
UserManager. addOrUpdate(SessionConfig sessionConfig, UserConfig userConfig, ITransaction transaction)
protected void
UserControllerXml. addUser(ITransaction portalTransaction)
void
IUserDao. delete(java.lang.String userId, ITransaction transaction)
Delete the user.void
IUserManager. delete(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
Delete an user.void
UserDaoJdbc. delete(java.lang.String userId, ITransaction transaction)
void
UserManager. delete(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
void
IUserDao. deleteAlternativeLogin(java.lang.String loginToDelete, ITransaction transaction)
Deletes an alternative login.void
IUserManager. deleteAlternativeLogin(SessionConfig sessionConfig, java.lang.String loginToDelete, ITransaction transaction)
Deletes an alternative login.void
UserDaoJdbc. deleteAlternativeLogin(java.lang.String loginToDelete, ITransaction transaction)
void
UserManager. deleteAlternativeLogin(SessionConfig sessionConfig, java.lang.String loginToDelete, ITransaction transaction)
void
UserManager. deleteConfig(DeserializationContext deserializationContext, java.lang.String configId)
java.util.List<UserConfig>
IUserDao. findUsers(java.lang.String query, boolean includeFrameworkUsers, int maxResults)
Find users by user login or user name, given a search query.default java.util.List<UserConfig>
IUserManagerSPI. findUsers(java.lang.String query)
Find the first five users which are not framework users, given a search query for user login or user name.java.util.List<UserConfig>
IUserManagerSPI. findUsers(java.lang.String query, boolean includeFrameworkUsers, int maxResults)
Find users by user login or user name, given a search query.java.util.List<UserConfig>
UserDaoJdbc. findUsers(java.lang.String query, boolean includeFrameworkUsers, int maxResults)
java.util.List<UserConfig>
UserManager. findUsers(java.lang.String query, boolean includeFrameworkUsers, int maxResults)
UserConfig
IUserDao. get(java.lang.String userId, ITransaction transaction)
get the user.UserConfig
IUserManager. get(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
Get user configuration from userId.UserConfig
UserDaoJdbc. get(java.lang.String userId, ITransaction transaction)
UserConfig
UserManager. get(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
java.util.Collection<java.lang.String>
IUserDao. getAllUserIds(ITransaction transaction)
Returns all user ids.java.util.Collection<java.lang.String>
UserDaoJdbc. getAllUserIds(ITransaction transaction)
java.util.Collection<java.lang.String>
IUserDao. getAlternativeLogins(java.lang.String userId, ITransaction transaction)
Returns the alternative logins of an user.java.util.Collection<java.lang.String>
IUserManager. getAlternativeLogins(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
Returns the alternative logins for an user.java.util.Collection<java.lang.String>
UserDaoJdbc. getAlternativeLogins(java.lang.String userId, ITransaction transaction)
java.util.Collection<java.lang.String>
UserManager. getAlternativeLogins(SessionConfig sessionConfig, java.lang.String userId, ITransaction transaction)
java.util.Collection<UserAttribute>
IUserAttributeManagerSPI. getAvailableUserAttributes(ServiceInstanceConfig serviceInstance, ITransaction transaction)
Returns all user attributes that the service instance ha permission to use.java.util.Collection<UserAttribute>
UserAttributeManager. getAvailableUserAttributes(ServiceInstanceConfig serviceInstance, ITransaction transaction)
java.util.Collection<java.lang.String>
IUserDao. getByChannelId(java.lang.String channelId, ITransaction transaction)
Return the local users IDs of the specified channeljava.util.Collection<UserConfig>
IUserManager. getByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
Returns the local users of the specified channeljava.util.Collection<java.lang.String>
UserDaoJdbc. getByChannelId(java.lang.String channelId, ITransaction transaction)
java.util.Collection<UserConfig>
UserManager. getByChannelId(SessionConfig sessionConfig, java.lang.String channelId, ITransaction transaction)
java.util.Collection<java.lang.String>
IUserDao. getByOrigin(java.lang.String origin, ITransaction transaction)
Return the user ids, searching by the user's origin.java.util.Collection<UserConfig>
IUserManager. getByOrigin(SessionConfig sessionConfig, java.lang.String origin, ITransaction transaction)
Return the users, searching by the user's origin.java.util.Collection<java.lang.String>
UserDaoJdbc. getByOrigin(java.lang.String origin, ITransaction transaction)
java.util.Collection<UserConfig>
UserManager. getByOrigin(SessionConfig sessionConfig, java.lang.String origin, ITransaction transaction)
UserConfig
UserResource. getCurrentUser()
Returns the current logged in user.java.lang.String
IUserManager. getUserId(SessionConfig sessionConfig, java.lang.String userLogin, ITransaction transaction)
Deprecated.Since 4.0.10, replaced byIUserManager.getUserIdByLogin(SessionConfig, String, ITransaction)
.java.lang.String
UserManager. getUserId(SessionConfig sessionConfig, java.lang.String userLogin, ITransaction transaction)
Deprecated.java.lang.String
IUserDao. getUserIdByLogin(java.lang.String login, ITransaction transaction)
Get the id of the user.java.lang.String
IUserManager. getUserIdByLogin(SessionConfig sessionConfig, java.lang.String userLogin, ITransaction transaction)
Get the id for a user with the given login.java.lang.String
UserDaoJdbc. getUserIdByLogin(java.lang.String login, ITransaction transaction)
java.lang.String
UserManager. getUserIdByLogin(SessionConfig sessionConfig, java.lang.String userLogin, ITransaction transaction)
java.util.Collection<UserConfig>
IUserDao. getUsersByLogins(java.util.Set<java.lang.String> logins)
Get users with the given logins.java.util.Collection<UserConfig>
IUserManagerSPI. getUsersByLogins(java.util.Set<java.lang.String> logins)
Get users with the given logins.java.util.Collection<UserConfig>
UserDaoJdbc. getUsersByLogins(java.util.Set<java.lang.String> logins)
java.util.Collection<UserConfig>
UserManager. getUsersByLogins(java.util.Set<java.lang.String> logins)
Response
UserResource. isMember(@NotBlank java.lang.String groupAlias)
Returnstrue
if the user of the given session is member of the group with the given alias orfalse
otherwise.void
IUserDao. setPassword(java.lang.String userId, java.lang.String password, ITransaction transaction)
Sets a new password for the uservoid
IUserManager. setPassword(SessionConfig sessionConfig, java.lang.String userId, java.lang.String password, ITransaction transaction)
Set a new password for the uservoid
UserDaoJdbc. setPassword(java.lang.String userId, java.lang.String password, ITransaction transaction)
void
UserManager. setPassword(SessionConfig sessionConfig, java.lang.String userId, java.lang.String password, ITransaction transaction)
void
UserConfig. setProfileImage(java.io.InputStream imageStream, java.lang.String mimeType)
Sets the profile image of the given user.void
IUserDao. update(UserConfig userConfig, ITransaction transaction)
Update the user.void
IUserManager. update(SessionConfig sessionConfig, UserConfig userConfig, ITransaction transaction)
Update the user configuration.void
UserDaoJdbc. update(UserConfig userConfig, ITransaction transaction)
void
UserManager. update(SessionConfig sessionConfig, UserConfig userConfig, ITransaction transaction)
void
IUserDao. updateLoginHistory(java.lang.String userId, boolean loginSuccess)
Updates persistence information about a user login history.void
UserDaoJdbc. updateLoginHistory(java.lang.String userId, boolean loginSuccess)
Constructors in lumis.portal.user that throw PortalException Constructor Description UserControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.portal.user.serialization
Methods in lumis.portal.user.serialization that throw PortalException Modifier and Type Method Description void
IUserSerializationManager. deserialize(DeserializationContext deserializationContext, UserSerializableConfig userSerializableConfig)
Deserialize a user.void
UserSerializationManager. deserialize(DeserializationContext deserializationContext, UserSerializableConfig userSerializableConfig)
SerializationMessageConfigNode
IUserSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, UserConfig userConfig)
Get aSerializationMessageConfigNode
object containing fully recursive information about a user.SerializationMessageConfigNode
IUserSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, UserConfig userConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
Get aSerializationMessageConfigNode
object containing partially recursive information about a user.SerializationMessageConfigNode
UserSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, UserConfig userConfig)
SerializationMessageConfigNode
UserSerializationManager. getSerializationMessageConfigNode(BaseSerializationContext baseSerializationContext, UserConfig userConfig, java.util.EnumSet<SerializationMessageConfigNode.RecursionStopPoints> recursionStopPoints)
UserSerializableConfig
IUserSerializationManager. serialize(SerializationContext serializationContext, UserConfig userConfig)
Serialize a user.UserSerializableConfig
UserSerializationManager. serialize(SerializationContext serializationContext, UserConfig userConfig)
-
Uses of PortalException in lumis.portal.util
Methods in lumis.portal.util that return PortalException Modifier and Type Method Description static PortalException
PortalUtilInternal. unwrapOrWrapException(java.lang.Exception e)
Returns aPortalException
to the given exception either by unwrapping or by wrapping that exception.Methods in lumis.portal.util that throw PortalException Modifier and Type Method Description static org.w3c.dom.Document
PortalUtilInternal. getDefinitionDocument(java.lang.String relativePath)
Returns the XML Document for a definition file.static org.jsoup.nodes.Element
PortalUtilInternal. getPageHolderHtmlByServiceInterfaceInstance(java.lang.String lumServiceInterfaceInstance)
Returns the service interface instance pageholder HTML fragment, if there is any. -
Uses of PortalException in lumis.portal.webfilereplication
Methods in lumis.portal.webfilereplication that throw PortalException Modifier and Type Method Description void
WebFileReplicationObserver. onEvent(IPortalEvent ev)
-
Uses of PortalException in lumis.portal.webservice
Methods in lumis.portal.webservice that throw PortalException Modifier and Type Method Description static SessionConfig
WebServiceUtil. getSessionConfig(java.lang.String sessionId, ITransaction transaction)
Get aSessionConfig
object for a sessionId. -
Uses of PortalException in lumis.portal.website
Subclasses of PortalException in lumis.portal.website Modifier and Type Class Description class
InvalidWebsiteURLException
Exception used to indicate that a website URL definition is invalid.Methods in lumis.portal.website that throw PortalException Modifier and Type Method Description void
Website. addAdditionalBaseURL(java.lang.String domain, int port, java.lang.String path)
Adds an additional base URL for this website.void
Website. addAdditionalBaseURL(java.lang.String domain, int port, java.lang.String path, boolean checkURLUnique)
Adds an additional base URL for this website.void
WebsiteManager. changeChannelWebsite(java.lang.String channelId, IWebsite newWebsite, IWebsite oldWebsite, boolean changeEvenIfIsWebsiteRoot)
void
WebsiteManager. deletePageWebResources(java.lang.String pageId)
Deletes the given pageweb resources
.IWebsite
WebsiteManager. get(java.lang.String id)
Returns thewebsite
with the given identifier.java.util.List<IWebsite>
WebsiteManager. getAllWebsites()
Returns all websites existent in the portal.static java.util.Optional<IWebsiteBaseURL>
WebsiteUtil. getBestBaseURLForChannel(java.lang.String channelId)
Returns the best URL for the given channel.static java.lang.String
WebsiteUtil. getDefaultPageWebSiteURL(HttpServletRequest request, IPortalMode portalMode)
Returns the URL to the current website with page id to the defined portal mode.IWebsite
IWebsiteManagerSPI. getDefaultWebsite()
Returns the website flagged as the default website.IWebsite
WebsiteManager. getDefaultWebsite()
IWebsiteBaseURL
IWebsiteManager. getWebsiteBaseURL(java.net.URI uri)
Returns the website base URL that serves the given URI ornull
if there's no base URL that serves the given URI.
If the given URI is not absolute or is opaque,null
will be returned.
This method will not fallback to default website if no website can relativize the given URI.IWebsiteBaseURL
IWebsiteManager. getWebsiteBaseURL(HttpServletRequest request)
Returns the website's base URL that a request corresponds to.IWebsiteBaseURL
WebsiteManager. getWebsiteBaseURL(java.net.URI uri)
IWebsiteBaseURL
WebsiteManager. getWebsiteBaseURL(HttpServletRequest request)
java.net.URI
IWebsiteManager. getWebsiteBaseURLAsURI(java.net.URI uri)
Returns the website base URL as a URI that serves the given URI ornull
if there's no base URL that serves the given URI.
If the given URI is not absolute or is opaque,null
will be returned.
This method will not fallback to default website if no website can relativize the given URI.java.net.URI
WebsiteManager. getWebsiteBaseURLAsURI(java.net.URI uri)
IWebsite
IWebsiteManagerSPI. getWebsiteByChannelId(java.lang.String channelId)
Returns the website that the specific channel belongs to.IWebsite
WebsiteManager. getWebsiteByChannelId(java.lang.String channelId)
IWebsite
WebsiteManager. getWebsiteByChannelId(java.lang.String channelId, FlushModeType flushModeType)
Returns the website that the specific channel belongs to using the specifiedFlushModeType
.IWebsite
WebsiteManager. getWebsiteByChannelIdNonRecursively(java.lang.String channelId, FlushModeType flushModeType)
Returns the channel'sWebsite
non-recursively (i.e.boolean
WebsiteManager. isWebsiteRoot(java.lang.String channelId)
Returns whether the given channel is a website root.void
WebsiteManager. moveServiceInstanceFiles(java.lang.String serviceInstanceId, IWebsite newWebsite, IWebsite oldWebsite, ITransaction transaction)
Moves the service instance files from the old website to the new one.void
Website. removeAdditionalBaseURL(IWebsiteBaseURL url)
Removes an additional base URL from this website.static IWebsiteBaseURL
WebsiteUtil. resolveWebsiteBaseURLByString(java.lang.String websiteStr)
Deprecated.since 10.4.0, useIWebsiteManager.getWebsiteBaseURL(URI)
instead.static IWebsite
WebsiteUtil. resolveWebsiteByString(java.lang.String websiteStr)
Resolves the given website string in awebsite
.
The given string will be parsed asnew URI(String)
, so that it must adhere withURI
syntax.void
IWebsiteManagerSPI. setDefaultWebsite(IWebsite website)
Sets which website is the default website.void
WebsiteManager. setDefaultWebsite(IWebsite website)
void
Website. setMainNonSecureBaseURL(java.lang.String domain, int port, java.lang.String path)
Sets the main non-secure base URL of this website.void
Website. setMainSecureBaseURL(java.lang.String domain, int port, java.lang.String path)
Sets the main secure base URL of this website.void
Website. setName(java.lang.String name)
Sets the website name.void
Website. setPriority(int priority)
Sets the priority for this website.void
Website. setRootChannelId(java.lang.String rootChannelId)
Sets the root channel of this web site.void
Website. setWebRootPath(java.lang.String webRootPath)
Sets the web root path defined for this website.void
Website. updateWebsiteBaseURL(IWebsiteBaseURL baseURL, java.lang.String domain, int port, java.lang.String path)
Updates the givenbase URL
with the given parameters. -
Uses of PortalException in lumis.portalmanagement.doui.control.itempicker
Methods in lumis.portalmanagement.doui.control.itempicker that throw PortalException Modifier and Type Method Description java.lang.String
AreaTagsResource. getAreaTags(HttpServletResponse response, java.lang.String hint, java.lang.String maxResults, java.lang.String channelId, java.lang.String serviceInstanceId)
Returns the list of area tags. -
Uses of PortalException in lumis.portalmanagement.doui.control.tag
Methods in lumis.portalmanagement.doui.control.tag that throw PortalException Modifier and Type Method Description void
TagControl. buildSubControls()
protected IConverter
TagControl. createConverter()
IResource
TagControl. getControlResource()
protected java.lang.Object
TagControl. getParameterValue(java.lang.String parameterName)
protected java.lang.Class<?>
TagControl. getValueClass()
void
TagControl. setRenderData()
-
Uses of PortalException in lumis.portlet
Subclasses of PortalException in lumis.portlet Modifier and Type Class Description class
PortletException
APortalException
that uses the lumis.portlet.strings as default resource. -
Uses of PortalException in lumis.portlet.container.deployment
Methods in lumis.portlet.container.deployment that throw PortalException Modifier and Type Method Description void
PortletDeployer. deploy(SessionConfig sessionConfig, DeployConfig deployConfig)
Deprecated.java.lang.String
PortletDeployer. getCustomDeploymentInterfaceId(DeployConfig deployConfig)
Deprecated. -
Uses of PortalException in lumis.portlet.container.manager
Methods in lumis.portlet.container.manager that throw PortalException Modifier and Type Method Description void
IPortletManager. deploy(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction)
Deploys a portlet war.void
PortletManager. deploy(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction)
void
IPortletManager. export(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction)
Exports a processed portlet WAR for manual deployment.void
PortletManager. export(SessionConfig sessionConfig, PortletDeployConfig deployConfig, ITransaction transaction)
-
Uses of PortalException in lumis.portlet.container.service
Methods in lumis.portlet.container.service that throw PortalException Modifier and Type Method Description void
PortletService. postUnregister(SessionConfig sessionConfig, ITransaction transaction)
void
PortletServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PortletServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.search
Subclasses of PortalException in lumis.search Modifier and Type Class Description class
SearchException
Deprecated.Since 8.1.0, lumis.search was replaced by lumis.portal.bigdata.Methods in lumis.search that throw PortalException Modifier and Type Method Description abstract SearchHit
SearchResults. getHit(int hitIndex)
Deprecated.Returns ahit
of the collection.static Searcher
SearcherFactory. getSearcher(java.lang.String searchEngineId)
Deprecated.Creates an instance of the defaultSearcher
class for the specified search engine.static Searcher
SearcherFactory. getSearcher(java.lang.String searchEngineId, java.lang.String searcherId)
Deprecated.Creates an instance of theSearcher
class for the specified search engine and searcher.
The class is determined by a searcher confignode
in search config file.abstract SearchResults
Searcher. search(SearchQuery searchQuery)
Deprecated.Runs the givensearch query
and returns thesearch results
.abstract void
Searcher. validate(SearchQuery searchQuery)
Deprecated.Checks is the givensearch query
is syntactically correct.Constructors in lumis.search that throw PortalException Constructor Description Processor(org.w3c.dom.Node definitionNode)
Deprecated.Constructs a processor based on given definitionnode
.Searcher(org.w3c.dom.Node definitionNode)
Deprecated.Creates a Searcher, configured by the given definitionnode
. -
Uses of PortalException in lumis.search.lucene
Methods in lumis.search.lucene that throw PortalException Modifier and Type Method Description protected java.lang.String
LuceneSearcher. getMainPublishedContextUrlValue(ISearchHit hit)
Deprecated.Returns the main context URL value that user has access permission.SearchResults
LuceneSearcher. search(SearchQuery searchQuery)
Deprecated.void
LuceneSearcher. validate(SearchQuery searchQuery)
Deprecated.Constructors in lumis.search.lucene that throw PortalException Constructor Description LuceneSearcher()
Deprecated. -
Uses of PortalException in lumis.service.abstractuserinteraction
Methods in lumis.service.abstractuserinteraction that throw PortalException Modifier and Type Method Description protected void
AbstractObjectInteractionMonitorUtil. addMonitorValues(MonitorHelper monitorHelper)
Adds the monitoring values.void
AbstractObjectInteractionMonitorUtil. collect()
Collects the data.protected IMonitor
AbstractObjectInteractionMonitorUtil. getMonitor()
Returns the monitor.Constructors in lumis.service.abstractuserinteraction that throw PortalException Constructor Description AbstractObjectInteractionMonitorUtil(HttpServletRequest request, java.lang.String targetObjectName, java.lang.String targetObjectId, java.lang.String targetObjectServiceInstance, java.lang.String serviceInstanceId, ITransaction transaction)
Creates a new instance. -
Uses of PortalException in lumis.service.activitystream
Methods in lumis.service.activitystream that throw PortalException Modifier and Type Method Description protected IQueryValue
ActivityDateFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
ActivityStreamResource. deleteActivity(@NotNull java.lang.String activityId)
Deletes an activity.java.util.Collection<ActivityPriority>
CreateMessagePrioritizer. generateActivityPriorities(Activity activity)
ActivityStreamResource.ActivityDocumentListResult
ActivityStreamResource. getActivities(@NotNull java.lang.String activityStreamInterfaceInstanceId, DateParam before, int maxResults)
Returns the list ofactivity documents
returned byActivityStreamManager.getRecentActivities
using the given parameters.IQueryFilter
ActivityDateFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
ActivityStreamResource.CountVO
ActivityStreamResource. getUnreadActivitiesCount(@NotNull java.lang.String activityStreamInterfaceInstanceId, DateParam before)
Returns the number of unread activities the current user has in the specified activity stream interface instance.void
ActivityStreamServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
NotificationsServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
ActivityObjectTypesByInterfaceInstanceCustomPropertyDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ActivityScopesByInterfaceInstanceCustomPropertyDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ActivityStreamInterfaceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
ActivityStreamServiceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
ActivityStreamResource.CountVO
ActivityStreamResource. markActivitiesAsRead(@NotNull java.lang.String activityStreamInterfaceInstanceId, DateParam before)
Marks all activities displayed in the specified interface instance as read by the current user.void
ActivityStreamResource. markActivityAsRead(@NotNull java.lang.String activityId)
Marks an activity as read by the current user.void
ActivityDocumentObserver. onEvent(IPortalEvent event)
void
ActivityStreamService. postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
void
ActivityStreamService. postUnregister(SessionConfig sessionConfig, ITransaction transaction)
void
ActivityStreamDeleteProcessActionHandler. processAction()
void
ActivityPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ActivityStreamConfigurationInfoControl. setRenderData()
-
Uses of PortalException in lumis.service.album
Methods in lumis.service.album that throw PortalException Modifier and Type Method Description protected void
AlbumAddMultipleProcessActionHandler. doAction()
java.util.Collection<java.lang.String>
AlbumDaoJdbc. getAlbumPhotos(java.lang.String albumId, ITransaction transaction)
void
CheckAlbumAccessProcessActionHandler. processAction()
void
CheckAlbumDeleteProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.analytics
Methods in lumis.service.analytics that throw PortalException Modifier and Type Method Description protected void
CreateOrOverrideSegmentationProcessAction. addDefaultResponse()
void
AnalyticsService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
protected void
CreateOrOverrideSegmentationProcessAction. doAction()
Response
AbstractResourceForDouiAdministrations. goToAdmin()
Returns the response to go the administration.boolean
AnalyticsService. hasHtmlField(ITransaction transaction)
void
AnalyticsHolderServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
AnalyticsService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
AnalyticsService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
AnalyticsService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node node, ITransaction transaction)
void
AnalyticsService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
AnalyticsService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ChannelConfig oldChannel, ChannelConfig newChannel, ITransaction transaction)
void
AnalyticsService. instanceSerialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.io.OutputStream outputStream, ITransaction transaction)
void
AnalyticsService. instanceSerialized(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
static java.lang.String
AnalyticsStringResource. localize(java.lang.String stringId)
Localize using self resource.void
AnalyticsHolderServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
boolean
AnalyticsService. usesDocumentService(ITransaction transaction)
boolean
AnalyticsService. usesMediaRepository(ITransaction transaction)
-
Uses of PortalException in lumis.service.analytics.abtest.clock
Methods in lumis.service.analytics.abtest.clock that throw PortalException Modifier and Type Method Description void
ClearOrphanContentExperiments. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.service.analytics.abtest.doui
Methods in lumis.service.analytics.abtest.doui that throw PortalException Modifier and Type Method Description protected void
ExperimentSource. deleteVersionDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected IContentTableSourceAddDataResult
ExperimentSource. doAddData(IParameters data)
protected ISourceAddDataResult
VariantSource. doAddData(IParameters data)
protected void
VariantSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected IContentTableSourceUpdateDataResult
ExperimentSource. doUpdateData(IParameters data)
protected ISourceUpdateDataResult
VariantSource. doUpdateData(IParameters data)
Constructors in lumis.service.analytics.abtest.doui that throw PortalException Constructor Description ExperimentSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
This class' constructor.VariantSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
This class' constructor -
Uses of PortalException in lumis.service.analytics.abtest.doui.dataprovider
Methods in lumis.service.analytics.abtest.doui.dataprovider that throw PortalException Modifier and Type Method Description void
AdminExtraInfoDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
HtmlSnippetDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.analytics.abtest.doui.postload
Methods in lumis.service.analytics.abtest.doui.postload that throw PortalException Modifier and Type Method Description void
AdminVariantPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EditVariantPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.analytics.abtest.doui.processaction
Methods in lumis.service.analytics.abtest.doui.processaction that throw PortalException Modifier and Type Method Description void
ApplyVariantProcessActionHandler. processAction()
void
DeleteVariantProcessActionHandler. processAction()
void
ValidateExperimentProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.analytics.abtest.rest
Methods in lumis.service.analytics.abtest.rest that throw PortalException Modifier and Type Method Description void
ABTestResource. abandonExperiment(HttpServletRequest request, java.lang.String experimentId, @NotNull java.lang.String reqData)
Abandon theActiveExperimentVariant
.java.lang.String
ABTestResource. applyExperiment(HttpServletRequest request, java.lang.String experimentId, @NotNull java.lang.String reqData)
Perform the operation of creating a newActiveExperimentVariant
if need and respond with theABTestExperimentVariant
configuration.void
ABTestResource. deleteExperiment(java.lang.String experimentId)
Deletes the experiment with the given identifier.void
ABTestResource. experimentGoalAchieved(HttpServletRequest request, java.lang.String experimentId, @NotNull java.lang.String reqData)
Complete theActiveExperimentVariant
.Response
ABTestAdminResource. goToExperimentPerformanceDashboard(java.lang.String cxServiceInstanceId, java.lang.String experimentId)
Intermediate endpoint to redirect the user to the correct URL. -
Uses of PortalException in lumis.service.analytics.abtest.track
Methods in lumis.service.analytics.abtest.track that throw PortalException Modifier and Type Method Description static void
ExperimentVariantsTracker. abandonExperiment(HttpSession session, java.lang.String experimentId, java.lang.String trackId)
Abandon the given experiment in the current session.static ActiveExperimentVariant
ExperimentVariantsTracker. applyExperiment(HttpSession session, java.lang.String experimentId, java.lang.String trackId)
Apply the given experiment to the current session.static void
ExperimentVariantsTracker. completeExperiment(HttpSession session, java.lang.String experimentId, java.lang.String trackId)
Complete the given experiment in the current session. -
Uses of PortalException in lumis.service.analytics.abtest.util
Methods in lumis.service.analytics.abtest.util that throw PortalException Modifier and Type Method Description static void
ABTestUtil. clearExperimentCache(java.lang.String experimentId)
Clears experiment cache.static void
ABTestUtil. clearOrphanContentExperiments()
Clears orphan content experiments.static void
ABTestUtil. deleteRelatedExperiments(ContentLocale contentLocale)
Deletes the experiments related to the given content locale.static java.lang.String
ABTestUtil. getApplyVariantCommand(java.lang.String variantId)
Returns the apply variant command to be executed in parent CKEditor.static org.json.JSONObject
ABTestUtil. getVariantResponseJSON(ABTestExperimentVariant variant, java.lang.String referrer, HttpServletRequest request)
Returns the variant JSON object to be applied by track.js.static java.lang.Boolean
ABTestUtil. isExperimentEnabled(java.lang.String experimentId)
Returns whether the experiment with the given id is enabled.static void
ABTestUtil. onPostAddHtmlField(java.lang.String html, ISourceField field, SourcePostAddDataEvent event)
Callback to be called after an HTML field is added.static void
ABTestUtil. onPostUpdateHtmlField(java.lang.String html, ISourceField field, SourcePostUpdateDataEvent event)
Callback to be called after an HTML field is updated. -
Uses of PortalException in lumis.service.analytics.automationflow
Methods in lumis.service.analytics.automationflow that throw PortalException Modifier and Type Method Description java.lang.String
FlowResource. getFlowsByServiceInstance()
Returns the flows of the given service instance as a JSON array.java.lang.String
FlowResource. getUserSegmentationsByServiceInstanceId()
Returns the user segmentations of the given service instance.java.lang.String
FlowResource. quickSave(java.lang.String flowId, java.lang.String flowDefinition)
Updates the definition of the flow with the given identifier. -
Uses of PortalException in lumis.service.analytics.automationflow.control
Methods in lumis.service.analytics.automationflow.control that throw PortalException Modifier and Type Method Description void
FlowEditorControl. loadFromRequest()
void
FlowEditorControl. setRenderData()
-
Uses of PortalException in lumis.service.analytics.automationflow.processaction
Methods in lumis.service.analytics.automationflow.processaction that throw PortalException Modifier and Type Method Description protected void
CreateOrOverrideAutomationFlowProcessAction. addDefaultResponse()
protected void
CreateOrOverrideAutomationFlowProcessAction. doAction()
-
Uses of PortalException in lumis.service.analytics.automationflow.source
Methods in lumis.service.analytics.automationflow.source that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
AutomationFlowSource. doAddData(IParameters data)
protected void
AutomationFlowSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
AutomationFlowSource. doUpdateData(IParameters data)
Constructors in lumis.service.analytics.automationflow.source that throw PortalException Constructor Description AutomationFlowSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.analytics.commons
Methods in lumis.service.analytics.commons that throw PortalException Modifier and Type Method Description static boolean
FlowContextFilterUtils. checkMatchValue(FlowContext flowContext, Operator operator, IMonitorField.DataType dataType, java.lang.String subFieldId, java.lang.Object filterValue, java.util.Collection storedValue)
Check if filter value match field value that comes from big data.static boolean
FlowContextFilterUtils. evalueteNotIndexedValue(FlowContext flowContext, Operator operator, IMonitorField.DataType dataType, java.lang.String subFieldId, java.lang.Object filterValue, java.util.Collection persistedValue)
Evaluates if filter values matches with persisted field value that comes from relational database.static boolean
FlowContextFilterUtils. evaluteEventPropertyFilter(FlowContext flowContext, Operator operator, IMonitorField monitorField, java.lang.String subFieldId, java.lang.Object valueFilter)
Check if event field value match with filter.java.lang.String
CustomerExperienceResource. getExactlyOperatorAutoComplete(@NotNull java.lang.String fieldId, @NotNull java.lang.String fieldDataType, @NotNull java.lang.String fieldType, java.lang.String userQuery)
static boolean
FlowContextFilterUtils. isFlowContextAcceptedByServiceInstance(FlowContext flowContext, ServiceInstanceConfig serviceInstanceConfig)
Check if event flow isn't in current service instance analytics channel chain. -
Uses of PortalException in lumis.service.analytics.commons.control
Methods in lumis.service.analytics.commons.control that throw PortalException Modifier and Type Method Description void
CustomerExperienceCommonsControl. loadFromRequest()
void
CustomerExperienceCommonsControl. setRenderData()
-
Uses of PortalException in lumis.service.analytics.eventanalytics
Methods in lumis.service.analytics.eventanalytics that throw PortalException Modifier and Type Method Description static boolean
EventAnalyticsUtil. canInheritReport(java.lang.String reportId, java.lang.String requestServiceInstanceId)
Returns whether the service instance config can inherit the report.static void
EventAnalyticsUtil. clearDashboardTemplateInstancesCache()
Clears dashboard template instances cache.static void
EventAnalyticsUtil. clearStandardReportsCache(java.lang.String serviceInstanceId)
Clears the standard reports cache by the given service instance id.static EventFilterData
EventFilterData. create(ServiceInstanceConfig serviceInstance, org.json.JSONObject jsonData)
Returns a parsed filter ornull
if the resulting filter is ano-op filter.static EventFilterData
EventFilterData. create(ServiceInstanceConfig serviceInstance, org.json.JSONObject jsonData, org.json.JSONObject dynamicFilter)
Returns a parsed filter ornull
if the resulting filter is ano-op filter.static void
EventAnalyticsUtil. createStandardReportsAndDashboards(java.lang.String serviceInstanceId)
Creates the standard definitions for the given service instance.protected IContentTableSourceAddDataResult
DashboardSource. doAddData(IParameters data)
protected void
DashboardSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected IContentTableSourceUpdateDataResult
DashboardSource. doUpdateData(IParameters data)
boolean
EventFilterData. evaluate(FlowContext flowContext)
Evaluates this filter against the given flow context.static ISearchQueryFilter
EventFilterData. getAnalyticsServiceInstanceFilter(ServiceInstanceConfig analyticsServiceInstance)
Returns the appropriate filter for restricting events for the analytics service instance ornull
if no filter is required.static org.json.JSONArray
EventAnalyticsUtil. getDashboardOptions(java.lang.String serviceInstanceId)
Returns the dash boards options of service instance.static java.util.Collection<Tuple2<EventAnalyticsDashboard,ServiceInstanceConfig>>
DashboardEmailUtil. getDashboardsPendingToSendEmail()
Returns the dashboards that are pending either to be sent via email or to have the schedule date filled.static java.util.Set<java.lang.String>
EventAnalyticsUtil. getDashboardTemplateInstancesIds()
Returns the dashboards template instances identifiers.ISearchQueryFilter
EventFilterData. getFilter()
Returns the big data filter.ISearchQueryFilter
EventFilterData.IEventFilter. getFilter()
Returns the big data filter.static java.util.Collection<org.json.JSONObject>
EventAnalyticsUtil. getPersistedDashboard(java.lang.String serviceInstanceId, boolean onlyShared)
Returns the dashboard created in the given analytics instance.static EventAnalyticsReport
EventAnalyticsUtil. getReport(java.lang.String reportId)
Returns the given report.static EventAnalyticsReport
EventAnalyticsUtil. getReport(java.lang.String reportId, boolean translateTitleOfStdReport)
Returns the given report.static EventAnalyticsDashboard
EventAnalyticsUtil. getStandardDashboardByType(java.lang.String dashboardType)
Returns the standard dashboard by its type.static java.util.Optional<EventAnalyticsReport>
EventAnalyticsUtil. getStandardReportByTitle(java.lang.String title, java.lang.String serviceInstanceId)
Returns the standard report by the given title and service instance identifier.static java.util.Map<java.lang.String,java.util.Collection<EventAnalyticsDashboard>>
EventAnalyticsUtil. getTemplateDashboards()
Returns a map with the template dashboards.static boolean
EventAnalyticsUtil. isDashboardTemplateInstance(java.lang.String serviceInstanceId)
Returns a boolean indicating if the given service instance is a dashboard template one.static boolean
EventAnalyticsUtil. isDashboardTemplateInstance(ServiceInstanceConfig serviceInstance)
Returns a boolean indicating if the given service instance is a dashboard template one.void
DashboardTypesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
static java.lang.String
EventAnalyticsUtil. localize(java.lang.String title)
Translates the given string.static ISingleMail
DashboardEmailUtil. prepareDashboardEmail(EventAnalyticsDashboard dashboard, ServiceInstanceConfig cxServiceInstance)
Prepare the email for the given dashboard.static byte[]
XChartUtil. printBarChart(DashboardEmailUtil.Series series, EventAnalyticsReport report, ServiceInstanceConfig cxServiceInstance)
Returns a PNG image (bytes) for the given bar chart.static byte[]
XChartUtil. printLineChart(DashboardEmailUtil.Series series, EventAnalyticsReport report, ServiceInstanceConfig cxServiceInstance)
Returns a PNG image (bytes) for the given line chart.static byte[]
XChartUtil. printPieChart(DashboardEmailUtil.Series series, EventAnalyticsReport report, boolean isDonut, ServiceInstanceConfig cxServiceInstance)
Returns a PNG image (bytes) for the given chart.void
DeleteReportProcessActionHandler. processAction()
void
EditDashboardProcessActionHandler. processAction()
void
EditReportProcessActionHandler. processAction()
void
DashboardTypeReplaceNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EditDashboardRemapTypePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
static void
EventAnalyticsUpgradeUtil. removeTroubleshootingDashboards()
static void
EventAnalyticsResource. saveReportInternal(java.lang.String jsonStr, java.lang.String reportId, java.lang.String serviceInstanceId)
Save report utility.void
DashboardEmailUtil.ReportRenderResult. setEmailAttachment(ISingleMail email)
Adds the image (if any) as attachment of the given email.Constructors in lumis.service.analytics.eventanalytics that throw PortalException Constructor Description DashboardSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.analytics.eventanalytics.bean
Methods in lumis.service.analytics.eventanalytics.bean that throw PortalException Modifier and Type Method Description java.lang.String
Metric. getFormattedDescription()
Returns a formatted description.java.lang.String
Metric.MetricType. getFormattedDescription(IMonitorField field)
Returns a formatted description for the metric and the given field.java.lang.String
GroupBy. getFormattedString()
Returns a formatted string.GroupBy
EventAnalyticsReport. getParsedGroupBy()
Returns the parsed groupBy.java.util.List<GroupBy>
EventAnalyticsReport. getParsedGroupBys()
Returns the parsed group by list.java.util.Collection<Metric>
EventAnalyticsReport. getParsedMetrics()
Returns the parsed metrics.java.util.Collection<EventAnalyticsReportDashboard>
EventAnalyticsDashboard. getReportsToBeUsed()
Returns the reports to be used when accessing the dashboard.Constructors in lumis.service.analytics.eventanalytics.bean that throw PortalException Constructor Description AbstractGroupingElement(org.json.JSONObject groupingJson, java.lang.Class<TYPE> enumClass)
Creates a new instance.GroupBy(org.json.JSONObject groupByJson)
Creates a new instance.Metric(org.json.JSONObject metricJson)
Creates a new instance. -
Uses of PortalException in lumis.service.analytics.eventanalytics.control
Methods in lumis.service.analytics.eventanalytics.control that throw PortalException Modifier and Type Method Description void
EventAnalyticsControl. loadFromRequest()
void
EventAnalyticsControl. setRenderData()
-
Uses of PortalException in lumis.service.analytics.eventanalytics.dashboard.email
Methods in lumis.service.analytics.eventanalytics.dashboard.email that throw PortalException Modifier and Type Method Description void
SendDashboardEmailClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.service.analytics.eventanalytics.dashboard.rest
Constructors in lumis.service.analytics.eventanalytics.dashboard.rest that throw PortalException Constructor Description EventAnalyticsDashboardRequest(org.json.JSONObject request)
Creates a new instance. -
Uses of PortalException in lumis.service.analytics.eventanalytics.report
Methods in lumis.service.analytics.eventanalytics.report that throw PortalException Modifier and Type Method Description protected IContentTableSourceAddDataResult
ReportSource. doAddData(IParameters data)
protected void
ReportSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected IContentTableSourceUpdateDataResult
ReportSource. doUpdateData(IParameters data)
Constructors in lumis.service.analytics.eventanalytics.report that throw PortalException Constructor Description ReportSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.analytics.eventanalytics.report.rest
Methods in lumis.service.analytics.eventanalytics.report.rest that throw PortalException Modifier and Type Method Description java.lang.String
ContentPerformanceResource. getContentPerformance(ContentPerformanceRequestBody requestBody)
Returns the performance of the contents with the given identifiers.java.lang.String
EventAnalyticsReportResource. getGraph(java.lang.String requestJSONStr, java.lang.String graphType)
Returns the JSON data for a requested graph request.java.lang.String
AnalyticsReportCustomResource. getReport(java.lang.String serviceInstanceId, @NotNull java.lang.String reportFriendlyId, java.lang.String projectIdFilter, HttpServletRequest request)
Returns the JSON response for the reportResponse
ContentPerformanceResource. goToContentPerformanceDashboard(java.lang.String serviceInstanceId, java.lang.String contentId)
Intermediate endpoint to redirect the user to the correct URL.Response
ContentPerformanceResource. goToContentPerformanceDashboard(java.lang.String serviceInstanceId, java.lang.String contentId, java.lang.String locale)
Intermediate endpoint to redirect the user to the correct URL.Constructors in lumis.service.analytics.eventanalytics.report.rest that throw PortalException Constructor Description EventAnalyticsReportRequest(org.json.JSONObject request)
Constructor. -
Uses of PortalException in lumis.service.analytics.eventsadmin
Methods in lumis.service.analytics.eventsadmin that throw PortalException Modifier and Type Method Description protected void
EventFieldGroupSource. checkIfCanBeRemoved(MonitorFieldGroup entity)
protected void
EventFieldSource. checkIfCanBeRemoved(MonitorField entity)
protected void
EventSource. checkIfCanBeRemoved(MonitorEvent entity)
Source
AllFieldGroupsControl. getSource()
Source
AllFieldsControl. getSource()
void
AllFieldGroupsControl. loadFromRequest()
void
AllFieldsControl. loadFromRequest()
protected MonitorField
EventFieldSource. newEntity(java.lang.String id, IParameters data)
void
EditEventPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EditFieldGroupPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EventAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EventFieldAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
EventFieldGroupAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AllFieldGroupsControl. setRenderData()
void
AllFieldsControl. setRenderData()
protected void
AllFieldGroupsControl. setValueFromSource()
protected void
AllFieldsControl. setValueFromSource()
protected void
EventFieldGroupSource. updateEntity(MonitorFieldGroup entity, IParameters parameters)
protected void
EventFieldSource. updateEntity(MonitorField entity, IParameters parameters)
protected void
EventSource. updateEntity(MonitorEvent entity, IParameters parameters)
Constructors in lumis.service.analytics.eventsadmin that throw PortalException Constructor Description EventFieldGroupSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
EventFieldSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
EventSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.analytics.journey
Methods in lumis.service.analytics.journey that throw PortalException Modifier and Type Method Description java.lang.String
JourneyResource. getJourneys()
Returns the journeys of service instance.java.lang.String
JourneyResource. getJourneyStage(java.lang.String journeyStageId)
Returns the journeys of service instance. -
Uses of PortalException in lumis.service.analytics.journey.filter
Methods in lumis.service.analytics.journey.filter that throw PortalException Modifier and Type Method Description protected IQueryValue
ParentJourneyFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected IQueryValue
UserJourneyInstanceFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
-
Uses of PortalException in lumis.service.analytics.journey.postload
Methods in lumis.service.analytics.journey.postload that throw PortalException Modifier and Type Method Description void
JourneyStageAddEditPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
UserJourneyInstancePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.analytics.journey.processaction
Methods in lumis.service.analytics.journey.processaction that throw PortalException Modifier and Type Method Description protected void
DeleteUserJourneyInstanceProcessAction. doAction()
-
Uses of PortalException in lumis.service.analytics.journey.source
Methods in lumis.service.analytics.journey.source that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
JourneySource. doAddData(IParameters data)
protected ISourceAddDataResult
JourneyStageSource. doAddData(IParameters data)
protected void
JourneySource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> journeyIds)
protected void
JourneyStageSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> stageIds)
protected ISourceUpdateDataResult
JourneySource. doUpdateData(IParameters data)
protected ISourceUpdateDataResult
JourneyStageSource. doUpdateData(IParameters data)
Constructors in lumis.service.analytics.journey.source that throw PortalException Constructor Description JourneySource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
JourneyStageSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.analytics.userattributes
Methods in lumis.service.analytics.userattributes that throw PortalException Modifier and Type Method Description Response
UserAttributesResource. goToAdmin()
Returns the flows of the given service instance as a JSON array. -
Uses of PortalException in lumis.service.analytics.usersegmentation.bean
Constructors in lumis.service.analytics.usersegmentation.bean that throw PortalException Constructor Description UserSegmentation(JourneyStage stage)
Creates a new segmentation for the given journey stage (identifier). -
Uses of PortalException in lumis.service.analytics.usersegmentation.clock
Methods in lumis.service.analytics.usersegmentation.clock that throw PortalException Modifier and Type Method Description void
UserSegmentationGroupGenerationClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.service.analytics.usersegmentation.control
Methods in lumis.service.analytics.usersegmentation.control that throw PortalException Modifier and Type Method Description static UserSegmentationData
UserSegmentationData. create(ServiceInstanceConfig serviceInstance, org.json.JSONObject jsonData)
Creates a new data, from the given service instance and JSON object.static UserSegmentationData
UserSegmentationData. create(ServiceInstanceConfig serviceInstance, org.json.JSONObject jsonData, org.json.JSONObject dynamicFilter)
Creates a new data, from the given service instance and JSON object.boolean
UserSegmentationData. evaluate(FlowContext flowContext)
Evaluates this filter against the given flow context.Tuple2<ISearchQueryFilter,java.lang.Boolean>
UserSegmentationData. getBigDataFilter(ISearchQueryFilter... additionalFilters)
Returns the big data filter for search user segmentation.UserSegmentationData.CreateQueryResult
UserSegmentationData.ISegmentationFilter. getBigDataFilter()
static ISearchQueryFilter
UserSegmentationData. getEmptyBigDataFilter(ServiceInstanceConfig serviceInstanceConfig)
Returns the empty big data filter to bring all users with the default fields and in context.void
UserSegmentationControl. loadFromRequest()
void
UserSegmentationControl. setRenderData()
-
Uses of PortalException in lumis.service.analytics.usersegmentation.dao
Methods in lumis.service.analytics.usersegmentation.dao that throw PortalException Modifier and Type Method Description static void
UserSegmentationDaoJdbc. addMembers(java.lang.String segmentationId, java.util.Collection<java.lang.String> monitorUserIds)
Add members to segmentation.static void
UserSegmentationDaoJdbc. deleteSegmentationMemberships(java.lang.String segmentationId, java.util.Collection<java.lang.String> monitorUserIds)
Delete members of segmentation.static java.util.Collection<UserSegmentationMembership>
UserSegmentationDaoJdbc. getAllMemberships()
Returns all memberships.static java.util.Set<java.lang.String>
UserSegmentationDaoJdbc. getCurrentMembers(java.lang.String segmentationId)
Returns the current members of the given segmentation.static java.util.Set<java.lang.String>
UserSegmentationDaoJdbc. getCurrentPortalMembers(java.lang.String segmentationId)
Returns the current members of the given segmentation.static java.util.Set<java.lang.String>
UserSegmentationDaoJdbc. getCurrentSegmentations(java.lang.String monitorUserId)
Returns the current segmentations of the given monitor user. -
Uses of PortalException in lumis.service.analytics.usersegmentation.dataprovider
Methods in lumis.service.analytics.usersegmentation.dataprovider that throw PortalException Modifier and Type Method Description void
ExpirationTimeCacheUnitsOptionsDataProvider. loadData(SessionConfig sessionConfig, T source, ITransaction transaction)
void
UserSegmentationFieldsCSVDataProvider. loadData(SessionConfig sessionConfig, T source, ITransaction transaction)
-
Uses of PortalException in lumis.service.analytics.usersegmentation.enums
Methods in lumis.service.analytics.usersegmentation.enums that throw PortalException Modifier and Type Method Description static java.lang.String
UserMonitorFieldsCSVEnum. getLabel(java.lang.String fullIdElasticSearchField, IResource resource)
Get localized label for the field.java.lang.String
UserMonitorFieldsCSVEnum. getLabel(IResource resource)
Get localized label for the field. -
Uses of PortalException in lumis.service.analytics.usersegmentation.manager
Methods in lumis.service.analytics.usersegmentation.manager that throw PortalException Modifier and Type Method Description IUserSegmentation
UserSegmentationManager. createSegmentationForJourneyStage(JourneyStage stage)
Creates a segmentation for the given journey stage.void
UserSegmentationManager. deleteSegmentations(java.util.Collection<java.lang.String> ids, java.lang.String serviceInstanceId)
void
UserSegmentationManager. deleteSegmentationsByServiceInstanceId(java.lang.String serviceInstanceId)
java.util.List<IUserSegmentation>
UserSegmentationManager. findByServiceInstanceAndLikeName(java.lang.String name, java.lang.String serviceInstanceId)
UserSegmentation
UserSegmentationManager. getById(java.lang.String id)
IUserSegmentation
UserSegmentationManager. getByJourneyStage(java.lang.String journeyStageId)
Returns the segmentation of a journey stage ornull
if there's none.UserSegmentation
UserSegmentationManager. getByNameAndServiceInstance(java.lang.String name, java.lang.String serviceInstanceId)
java.util.List<IUserSegmentation>
UserSegmentationManager. getByServiceInstance(java.lang.String serviceInstanceId)
java.util.Collection<java.lang.String>
UserSegmentationManager. getMemberSegmentations(java.lang.String monitorUserId)
java.util.Collection<java.lang.String>
UserSegmentationManager. getMemberSegmentations(java.lang.String monitorUserId, boolean useSessionCache)
java.util.Collection<java.lang.String>
UserSegmentationManager. getPortalMembers(java.lang.String segmentationId)
java.util.Collection<java.lang.String>
UserSegmentationManager. getPortalMemberSegmentations(java.lang.String portalUserId, boolean useSessionCache)
java.util.Collection<IUserSegmentation>
UserSegmentationManager. getSegmentationsThatNeedToHaveMembershipUpdated()
boolean
UserSegmentationManager. isMember(java.util.Collection<java.lang.String> segmentationIds, java.lang.String monitorUserId)
java.lang.String
UserSegmentationManager. saveSegmentation(java.lang.String name, java.lang.String serviceInstanceId, org.json.JSONObject segmentationFilter)
IUserSegmentation
UserSegmentationManager. updateSegmentation(java.lang.String id, java.lang.String serviceInstanceId, org.json.JSONObject filter)
void
UserSegmentationManager. updateSegmentationMembership(IUserSegmentation segmentation)
void
UserSegmentationManager. updateSegmentationMembership(IUserSegmentation segmentation, java.lang.String monitorUserId)
-
Uses of PortalException in lumis.service.analytics.usersegmentation.rest
Methods in lumis.service.analytics.usersegmentation.rest that throw PortalException Modifier and Type Method Description Response
UserSegmentationRestAPI. downloadSegmentationCSV(java.lang.String jsonData, java.util.List<java.lang.String> fields, java.lang.Character columnSeparator)
Returns a CSV file containing the users in a given segmentation list.static org.json.JSONObject
UserSegmentationRestAPI. getEventProperties(SessionConfig sessionConfig, ITransaction transaction, java.util.Map<java.lang.String,IMonitorField> fields, java.util.Map<java.lang.String,java.lang.Object> lum_monitor, IMonitorEvent event, boolean removeUser)
Returns the event fields values.java.lang.String
FieldReportCSV. getLabel(ServiceConfig serviceConfig)
Whill return self label field localized by service resource stringResponse
UserSegmentationRestAPI. getNextActivities(java.lang.String visitorId, java.lang.Integer page, java.lang.Long firstEventDateMilli, lumis.service.analytics.usersegmentation.rest.UserSegmentationRestAPI.NextActivitiesRequest bodyRequest)
Returns only activities of user for be appended in the activities of user.Response
UserSegmentationRestAPI. getSegmentations(java.lang.String name)
Returns the segmentations list.Response
UserSegmentationRestAPI. getUserDetails(java.lang.String visitorId)
Returns the user details.Response
UserSegmentationRestAPI. getUsers(java.lang.String jsonData, @javax.validation.constraints.Min(1L),@javax.validation.constraints.Max(50L) int maxSize, @javax.validation.constraints.Min(1L) int startAt)
Returns the users list based on the given filters.Response
UserSegmentationRestAPI. updateMonitorUserAttributes(@javax.validation.constraints.NotNull long visitorId, java.lang.String saveType, @NotNull java.lang.String reqData)
Update monitor user attributes. -
Uses of PortalException in lumis.service.analytics.usersegmentation.source
Methods in lumis.service.analytics.usersegmentation.source that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
UserSegmentationSource. doAddData(IParameters data)
protected void
UserSegmentationSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
UserSegmentationSource. doUpdateData(IParameters data)
Constructors in lumis.service.analytics.usersegmentation.source that throw PortalException Constructor Description UserSegmentationSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.announcement
Methods in lumis.service.announcement that throw PortalException Modifier and Type Method Description protected java.lang.String
AnnouncementTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
AnnouncementTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
-
Uses of PortalException in lumis.service.association
Methods in lumis.service.association that throw PortalException Modifier and Type Method Description protected java.lang.String
AssociationDataProvider. getAssociationType()
protected java.lang.String
AssociationTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
boolean
IServiceInstancePermissionChecker. hasPermission(java.lang.String serviceInstanceId)
void
AssociationDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
-
Uses of PortalException in lumis.service.autoadministration
Methods in lumis.service.autoadministration that throw PortalException Modifier and Type Method Description void
ExecuteWorkflowActionProcessActionHandler. clearRequestParameters(java.util.List<java.lang.String> parametersToclear)
Clear all parameters in the given list from the request and sets this result on response.QueryBuilder
LastContentsDataProvider. createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
QueryBuilder
WorkFlowStatusDataProvider. createQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
java.util.Collection<java.lang.String>
AutoAdministrationValidatorUtil. getAllowedServiceInstances(java.lang.String autoAdminChannelId)
Returns a collection of allowed service instances for the current user.static boolean
AutoAdministrationValidatorUtil. hasPermissionToEditContent(SessionConfig sessionConfig, java.lang.String itemId, ITransaction transaction)
Returns true if the current user has permission to edit the content, otherwise false.void
AutoAdministrationService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
HolderServiceInterface. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
AutoAdministrationService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node node, ITransaction transaction)
void
AutoAdministrationService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
MyPortalDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
NavigationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
NavigationTypeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
WorkflowStatesByLocalizedNameDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
AutoAdministrationObserver. onEvent(IPortalEvent event)
void
ContentLockProcessActionHandler. processAction()
void
ExecuteWorkflowActionProcessActionHandler. processAction()
void
HolderServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
AutoAdministrationBreadCrumbTreeItemControl. setRenderData()
Constructors in lumis.service.autoadministration that throw PortalException Constructor Description LastContentsDataProvider()
NavigationDataProvider()
NavigationSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Source constructor.WorkFlowStatusDataProvider()
-
Uses of PortalException in lumis.service.autoadministration.control
Methods in lumis.service.autoadministration.control that throw PortalException Modifier and Type Method Description void
WorkflowMetaDataControl. buildSubControls()
protected IDouiDataType
WorkflowStateControl. createDataType()
protected ContentWorkflowMetaData
WorkflowMetaDataControl. getContentWorkflowMetaData()
Returns the content workflow metadata.protected ContentWorkflowMetaData
WorkflowMetaDataControl. getContentWorkflowMetaData(ContentTableSource source)
Returns the content workflow meta data from the given source and control's itemId.IResource
WorkflowSendToControl. getControlResource()
protected java.lang.String
ExecuteScriptControl. getItemId()
Returns the itemId.protected java.lang.String
WorkflowMetaDataControl. getItemId()
Returns the itemId.java.util.List<IResource>
WorkflowMetaDataControl. getResources()
void
ExecuteScriptControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WorkflowMetaDataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WorkflowAssignedToControl. loadFromRequest()
void
WorkflowStateControl. loadFromRequest()
protected void
LastWeekDateTimePickerControl. setDefaultValue()
protected void
CallEditInterfaceScriptControl. setDefinitionNode(java.lang.String itemId)
protected void
CallLockContentScriptControl. setDefinitionNode(java.lang.String itemId)
protected void
CallPreviewInterfaceScriptControl. setDefinitionNode(java.lang.String itemId)
protected void
CallVersionsInterfaceScriptControl. setDefinitionNode(java.lang.String itemId)
protected abstract void
ExecuteScriptControl. setDefinitionNode(java.lang.String itemId)
Defines the node to be transformed in link from control.void
WorkflowActionControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
WorkflowSendToControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
ExecuteScriptControl. setRenderData()
void
WorkflowActionControl. setRenderData()
void
WorkflowAssignedToControl. setRenderData()
void
WorkflowMetaDataControl. setRenderData()
void
WorkflowSendToControl. setRenderData()
void
WorkflowStateControl. setRenderData()
void
WorkflowStatusAdvancedTabularDataControl. setRenderData()
protected void
WorkflowAssignedToControl. setValueFromSource(ContentTableSource source)
protected void
WorkflowMetaDataControl. setValueFromSource()
protected void
WorkflowMetaDataControl. setValueFromSource(ContentTableSource source)
protected void
WorkflowSendToControl. setValueFromSource(ContentTableSource source)
protected void
WorkflowStateControl. setValueFromSource(ContentTableSource source)
-
Uses of PortalException in lumis.service.autoadministration.entity
Methods in lumis.service.autoadministration.entity that throw PortalException Modifier and Type Method Description static void
AutoAdministrationTreeManager. clearCacheByExclusion(java.lang.String exclusionId)
Clears the tree cache by tree item exclusion identifier.static void
AutoAdministrationTreeManager. clearCacheByTree(java.lang.String treeId)
Clears the tree cache by tree identifier.static AutoAdministrationTree
AutoAdministrationTreeManager. get(java.lang.String treeId)
Returns the custom auto administration navigation tree by identifier. -
Uses of PortalException in lumis.service.autoadministration.processaction
Methods in lumis.service.autoadministration.processaction that throw PortalException Modifier and Type Method Description void
AddTreeExclusionProcessActionHandler. processAction()
void
AddTreeItemProcessActionHandler. processAction()
void
DeleteTreeExclusionProcessActionHandler. processAction()
void
DeleteTreeItemProcessActionHandler. processAction()
void
DeleteTreeProcessActionHandler. processAction()
void
EditTreeExclusionProcessActionHandler. processAction()
void
EditTreeItemProcessActionHandler. processAction()
void
EditTreeProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.autoadministration.table
Methods in lumis.service.autoadministration.table that throw PortalException Modifier and Type Method Description protected void
LastContentsQueryBuilder. addQueryTables(QueryBase queryBase)
Adds the appropriate meta data tables based on the meta data that the given content supports.protected void
WorkflowStatusQueryBuilder. addQueryTables(QueryBase queryBase)
Adds the appropriate meta data tables based on the meta data that the given content supports.Constructors in lumis.service.autoadministration.table that throw PortalException Constructor Description LastContentsQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
Creates the object.WorkflowStatusQueryBuilder(IParameters parameters, TableSource source, ITransaction transaction)
Creates the object. -
Uses of PortalException in lumis.service.autoadministration.table.filter
Methods in lumis.service.autoadministration.table.filter that throw PortalException Modifier and Type Method Description IQueryFilter
MyLastModifiedDateTimeTableSourceFilter. getQueryFilter(QueryBase queryBase, IParameters params)
IQueryFilter
MyLastModifiedDateTimeTableSourceFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
IQueryFilter
WorklowStateTableSourceFilter. getQueryFilter(QueryBase queryBase, IParameters params)
IQueryFilter
WorklowStateTableSourceFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
-
Uses of PortalException in lumis.service.banner
Methods in lumis.service.banner that throw PortalException Modifier and Type Method Description void
BannerControl. buildSubControls()
BannerConfig
BannerDaoJdbc. get(java.lang.String bannerId, ITransaction transaction)
static IMonitor
BannerMonitorUtil. getBannerClickMonitor(ServiceInstanceConfig bannerServiceInstanceConfig, java.lang.String bannerName, java.lang.String bannerCategoryId, ContentVersion bannerContentVersion, PageConfig displayPageConfig, WebResource webResource, ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.click" event.static IMonitor
BannerMonitorUtil. getBannerViewMonitor(ServiceInstanceConfig bannerServiceInstanceConfig, java.lang.String bannerName, java.lang.String bannerCategoryId, ContentVersion bannerContentVersion, PageConfig displayPageConfig, WebResource webResource, ITransaction transaction)
Returns a monitor for the "lumis.portal.monitor.ev.banner.view" event.BannerCategoryConfig
BannerDaoJdbc. getCategory(java.lang.String bannerCategoryId, ITransaction transaction)
java.util.Collection<java.lang.String>
BannerDaoJdbc. getCategoryBanners(java.lang.String bannerCategoryId, ITransaction transaction)
protected boolean
BannerAddDataProcessActionHandler. isSendRenderDataChangedNotificationEnabled()
protected boolean
BannerDeleteDataProcessActionHandler. isSendRenderDataChangedNotificationEnabled()
protected boolean
BannerUpdateDataProcessActionHandler. isSendRenderDataChangedNotificationEnabled()
void
BannerDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
BannerPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
BannerAddDataProcessActionHandler. processAction()
void
BannerProcessActionHandler. processAction()
void
BannerUpdateDataProcessActionHandler. processAction()
void
CheckCategoryDeleteProcessActionHandler. processAction()
protected void
BannerProcessActionHandler. processSetProperties()
protected void
BannerDataProvider. randomizedBanners(TabularData banners, int amount)
void
BannerDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
protected void
BannerController. renderOutput(ServiceContainerRenderRequest renderRequest, ServiceContainerRenderResponse renderResponse, java.util.Map<java.lang.String,java.lang.String> originalMap, ITransaction portalTransaction)
protected java.lang.String
BannerControl. serializeBanner(ISourceData row)
void
BannerControl. setRenderData()
Constructors in lumis.service.banner that throw PortalException Constructor Description BannerController(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
BannerDataProvider()
-
Uses of PortalException in lumis.service.blog
Methods in lumis.service.blog that throw PortalException Modifier and Type Method Description boolean
BlogService. usesWidgetRepository(ITransaction transaction)
-
Uses of PortalException in lumis.service.blog.doui
Methods in lumis.service.blog.doui that throw PortalException Modifier and Type Method Description protected boolean
RowProcessActionPostLoadProcessor. checkPreCondition(SessionConfig sessionConfig, ISourceData row, Source<? extends ISourceData> source, org.w3c.dom.Node precondition, ITransaction transaction)
-
Uses of PortalException in lumis.service.callcenteronline
Methods in lumis.service.callcenteronline that throw PortalException Modifier and Type Method Description protected void
ColProcessActionHandler. attendRequest()
protected void
ColProcessActionHandler. closeRequest()
protected void
ColRequestSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
ColRequestConfig
ColDaoJdbc. getRequest(java.lang.String requestId, ITransaction transaction)
ColRequestConfig
ColDaoJdbc. getRequestByConversationId(java.lang.String conversationId, ITransaction transaction)
void
CheckAttendingHoursDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ColProcessActionHandler. processAction()
protected void
ColProcessActionHandler. registerRequest()
protected void
ColProcessActionHandler. transferRequest()
void
ColDaoJdbc. updateRequest(ColRequestConfig requestConfig, ITransaction transaction)
protected void
ColProcessActionHandler. updateRequest()
Constructors in lumis.service.callcenteronline that throw PortalException Constructor Description ColRequestSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.categorization
Methods in lumis.service.categorization that throw PortalException Modifier and Type Method Description protected IQueryValue
DependentServiceInstanceIdFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected java.lang.String
AssociatedTermsDataProvider. getAssociationType()
static java.lang.String
CategorizationUtil. getBestTermName(java.lang.String termContentId)
Returns the best name of the specified term to be shown to current user.static java.lang.String
CategorizationUtil. getBestTermName(java.lang.String termContentId, java.util.Locale locale)
Returns the best name of the specified term to be shown to current user.static java.util.List<java.lang.String>
CategorizationUtil. getTermPathContentIds(java.lang.String termContentId)
Returns the content identifiers that make up the path to the specified term.static java.util.List<java.lang.String>
CategorizationUtil. getTermPathNames(java.lang.String termContentId)
Returns the names of terms make up the path to the specified term.void
ListNodesControllerJson. handleRequest()
void
AssociatedTermsDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
TermContentsDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
DeleteTermProcessActionHandler. processAction()
void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
UpdateCategorizationRepositoryProcessActionHandler. processAction()
void
UpdateTermsParentProcessActionHandler. processAction()
void
ParentTermDisplayPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ServiceInstanceDisplayPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
TermDetailsPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.channelgenerator
Methods in lumis.service.channelgenerator that throw PortalException Modifier and Type Method Description void
ChannelGeneratorDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
AccessProcessActionHandler. processAction()
void
AddProcessActionHandler. processAction()
void
DeleteProcessActionHandler. processAction()
void
UpdateProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.chatroom
Methods in lumis.service.chatroom that throw PortalException Modifier and Type Method Description protected void
ChatRoomSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
void
ChatRoomHistoryDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
AddChatRoomProcessActionHandler. processAction()
void
EditChatRoomProcessActionHandler. processAction()
void
ParticipateProcessActionHandler. processAction()
void
ChatRoomHistoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ChatRoomParticipateInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Constructors in lumis.service.chatroom that throw PortalException Constructor Description ChatRoomSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.comment
Methods in lumis.service.comment that throw PortalException Modifier and Type Method Description protected IQueryValue
CommentContentFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
CommentService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
protected void
DeleteRelationCommentProcessActionHandler. doAction()
IDataControlRequestHelpDefinition
CurrentContentLocaleIdControl. getRequestHelpDefinition()
TableSourceFieldMapping
CommentContentLocaleField. getTableMapping(QueryBase queryBase)
void
CommentService. instanceSerialized(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
protected void
DeleteRelationCommentProcessActionHandler. postDelete()
After deleting the information from database it callsSetCommentTotalInfoProcessActionHandler.updateCommentTotal(String, String, lumis.util.ITransaction)
using theDeleteRelationCommentProcessActionHandler.targetContentLocaleIds
obtained in#preDelete(QueryBase)
.protected void
DeleteRelationCommentProcessActionHandler. preDelete()
Before deleting the information from database, obtain the affected targetContentLocaleIds, storing them inDeleteRelationCommentProcessActionHandler.targetContentLocaleIds
, so it is possible to do an update inlum_CommentTotal
later.void
SetCommentTotalInfoProcessActionHandler. processAction()
It gets targetContentLocaleId parameter and make a call forSetCommentTotalInfoProcessActionHandler.updateCommentTotal(String, String, ITransaction)
.void
SetMetaDataInfoProcessActionHandler. processAction()
void
CommentListServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommentQuickListServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CurrentContentLocaleIdControl. setRenderData()
static void
SetCommentTotalInfoProcessActionHandler. updateCommentTotal(java.lang.String serviceInstanceId, java.lang.String targetContentLocaleId, ITransaction transaction)
Updates thelum_CommentTotal
table entry for the specified targetContentLocaleId and comment service instance. -
Uses of PortalException in lumis.service.commentit
Methods in lumis.service.commentit that throw PortalException Modifier and Type Method Description Response
CommentItResource. addComment(@NotNull Comment comment)
Adds aComment
.static void
CommentItMonitorUtil. collectAddComment(HttpServletRequest request, Comment comment, ITransaction transaction)
Collects the add comment event.static void
CommentItMonitorUtil. collectRemoveComment(HttpServletRequest request, Comment comment, ITransaction transaction)
Collects the remove comment event.void
CommentItResource. deleteComment(@NotNull java.lang.String commentId)
Delete theComment
with the identifierjava.util.Collection<ActivityPriority>
CommentItActivityPrioritizer. generateActivityPriorities(Activity activity)
Comment
CommentItResource. getComment(@NotNull java.lang.String id)
Returns aComment
by its identifier.CommentItResource.CommentsItemList
CommentItResource. getCommentsItems(@NotNull java.lang.String serviceInstanceId, @NotNull @NotEmpty java.util.List<java.lang.String> itemIds, @NotNull java.lang.Integer limit)
Get the newestComment
objects of the specified items, organized inCommentItResource.CommentsItem
structures, up to the specified amount.IQueryFilter
CommentItTextFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
void
CommentItService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
CommentItContentDeleteObserver. onEvent(IPortalEvent event)
void
CommentItService. postRegister(SessionConfig sessionConfig, ServiceConfig serviceConfig, ITransaction transaction)
void
CommentItService. postUnregister(SessionConfig sessionConfig, ITransaction transaction)
void
DeleteCommentProcessActionHandler. processAction()
Constructors in lumis.service.commentit that throw PortalException Constructor Description CommentItMonitorUtil(boolean isAdd, HttpServletRequest request, java.lang.String targetObjectName, java.lang.String targetObjectId, java.lang.String targetObjectServiceInstance, java.lang.String serviceInstanceId, ITransaction transaction)
Creates a new instance. -
Uses of PortalException in lumis.service.community
Methods in lumis.service.community that throw PortalException Modifier and Type Method Description protected IQueryValue
CurrentCommunityIdFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected IQueryValue
MyCommunitiesChannelIdFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
CommunityResource. deleteCommunityMembership(@NotNull java.lang.String communityId, @NotNull java.lang.String userId)
Deletes the membership of a user in a community.void
CommunityResource. deleteCommunityMembershipRequest(@NotNull java.lang.String communityId, @NotNull java.lang.String userId)
Deletes a membership request in a community sent by a user.void
CommunityService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
protected void
AddCommunityProcessActionHandler. doAction()
protected void
DeleteCommunityProcessActionHandler. doAction()
protected void
UpdateCommunityProcessActionHandler. doAction()
lumis.service.community.CommunityResource.CommunityMembership
CommunityResource. getCommunityMembership(@NotNull java.lang.String communityId, @NotNull java.lang.String userId)
Returns information about the membership of a user in a community.lumis.service.community.CommunityMembershipRequest
CommunityResource. getCommunityMembershipRequest(@NotNull java.lang.String communityId, @NotNull java.lang.String userId)
Returns information about the request of membership in a community sent by a user.protected java.lang.String
CommunityTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
void
CommunityCurrentUserRoleDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
CommunityMemberDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
CommunityMembershipRequestDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
AddMemberProcessActionHandler. processAction()
void
CommunityAdministratorAddServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CommunityEditServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CommunityMemberProcessActionHandler. processAction()
void
CommunityMembershipRequestProcessActionHandler. processAction()
void
CommunityMembershipRequestsServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
CommunityProcessActionHandler. processAction()
void
CommunityResource. processMembershipRequest(@NotNull java.lang.String communityId, @NotNull java.lang.String userId, @NotNull CommunityResource.MembershipRequestAction action)
Processes an action on membership request.void
CommunityAdministratorAddServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommunityEditServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommunityMembershipRequestsServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
CommunityResource. requestCommunityMembership(@NotNull java.lang.String communityId)
Requests a membership in a community, by the current logged in user.lumis.service.community.CommunityResource.CommunityMembership
CommunityResource. updateCommunityMembership(@NotNull java.lang.String communityId, @NotNull java.lang.String userId, @NotNull lumis.service.community.CommunityResource.CommunityMembership membership)
Updates information about the membership of a user in a community. -
Uses of PortalException in lumis.service.contactus
Methods in lumis.service.contactus that throw PortalException Modifier and Type Method Description void
ContactUsMailProcessActionHandler. processAction()
void
SetContactRequestCategoryNullProcessActionHandler. processAction()
void
SetContactRequestCategoryNullProcessActionHandler. updateCategoryMessages(java.lang.String categoryContentId, ITransaction transaction)
Update lum_ContactUs through the given message identifier. -
Uses of PortalException in lumis.service.content.language
Methods in lumis.service.content.language that throw PortalException Modifier and Type Method Description void
LanguageAssociableContentsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
LanguageAssociatedContentsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
LanguageProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.content.preview
Methods in lumis.service.content.preview that throw PortalException Modifier and Type Method Description static java.util.Set<PreviewUtil.PreviewInformation>
PreviewUtil. getServiceInstancePreviewPage(java.util.Collection<java.lang.String> serviceInstanceIds, SessionConfig sessionConfig, DouiContext douiContext, java.lang.String contentSourceId, ITransaction transaction)
Get a list of pages capable of previewing the contentvoid
DeviceSkinDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PreviewPagesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PreviewContentInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PreviewServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.content.publishtoprincipals
Methods in lumis.service.content.publishtoprincipals that throw PortalException Modifier and Type Method Description void
PublishToPrincipalsProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.content.publishtoserviceinstances
Methods in lumis.service.content.publishtoserviceinstances that throw PortalException Modifier and Type Method Description void
PublishToServiceInstancesProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.content.publishtosocialnetworks
Methods in lumis.service.content.publishtosocialnetworks that throw PortalException Modifier and Type Method Description void
AutoLayoutPublishToSocialNetworksAdministrationListControl. buildSubControls()
protected java.lang.String
AutoLayoutPublishToSocialNetworksAdministrationListControl. getAdminListButtonsControl()
Returns the Buttons controls.protected java.lang.String
AutoLayoutPublishToSocialNetworksAdministrationListControl. getAdminListControl()
Returns the administration list.protected java.lang.String
AutoLayoutPublishToSocialNetworksAdministrationListControl. getScriptControl()
Returns the scripts control.void
AutoLayoutPublishToSocialNetworksAdministrationListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AvailableAccountsByServiceInstanceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
MessageDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
MessageMaxLengthDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
PublishToSocialNetworksProcessActionHandler. processAction()
void
AdminSocialNetworkMessagesPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AutoLayoutPublishToSocialNetworksAdministrationListControl. setRenderData()
Constructors in lumis.service.content.publishtosocialnetworks that throw PortalException Constructor Description MessageMaxLengthDataProvider()
-
Uses of PortalException in lumis.service.content.seo
Methods in lumis.service.content.seo that throw PortalException Modifier and Type Method Description void
EditContentSeoProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.content.version
Methods in lumis.service.content.version that throw PortalException Modifier and Type Method Description void
ContentVersionsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SelectVersionInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
VersionProcessActionHandler. processAction()
void
SelectVersionInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.content.wizard
Methods in lumis.service.content.wizard that throw PortalException Modifier and Type Method Description java.util.List<FieldResume>
SourceResumeDataProvider. getFields(org.w3c.dom.Node sourceDefinitionNode, ServiceConfig serviceConfig)
Returns all fields from source node XML.void
ContentWizardControllerHtml. handleRequest()
Write the response for request.void
SourceResumeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ContentWizardDeleteProcessActionHandler. processAction()
void
EditFieldsServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditFieldsServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Constructors in lumis.service.content.wizard that throw PortalException Constructor Description ContentWizardControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
EditFieldsParams(ServletRequest request)
-
Uses of PortalException in lumis.service.document
Methods in lumis.service.document that throw PortalException Modifier and Type Method Description void
DocumentParentFilterControl. buildSubControls()
IChannelChildProvider
SelectDocumentServiceInstanceControl. createChannelChildProvider()
protected void
DocumentDeleteProcessActionHandler. deleteRelatedData(java.util.Collection<java.lang.String> itemIdsTemp, org.w3c.dom.Node currentSourceDefinitionNode, java.lang.String foreignPrimaryKeyFieldId, ITransaction transaction)
Includes the recursive deletion of the children of the selected items.DocumentConfig
DocumentManager. get(SessionConfig sessionConfig, java.lang.String documentId, ITransaction transaction)
DocumentConfig
IDocumentManager. get(SessionConfig sessionConfig, java.lang.String documentId, ITransaction transaction)
Returns the DocumentConfig for a document with the given id.java.util.Collection<DocumentConfig>
DocumentManager. getChildren(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String folderId, int type, ITransaction transaction)
java.util.Collection<DocumentConfig>
IDocumentManager. getChildren(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String folderId, int type, ITransaction transaction)
Returns the entries in the specified folder.java.util.Collection<java.lang.String>
DocumentManager. getDocumentPublishToPrincipals(java.lang.String parentFolderId)
java.util.Collection<java.lang.String>
IDocumentManager. getDocumentPublishToPrincipals(java.lang.String documentId)
Return a the list of principals for which thedocument
is published to.java.util.Collection<java.lang.String>
DocumentManager. getFolderIdsByParentAndName(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String parentFolderId, java.lang.String folderName, ITransaction transaction)
java.util.Collection<java.lang.String>
IDocumentManager. getFolderIdsByParentAndName(SessionConfig sessionConfig, java.lang.String serviceInstanceId, java.lang.String parentFolderId, java.lang.String folderName, ITransaction transaction)
Returns the ids of the folders child of the given parent and with the given name.java.lang.String
DocumentManager. getFolderPath(SessionConfig sessionConfig, java.lang.String folderId, ITransaction transaction)
java.lang.String
IDocumentManager. getFolderPath(SessionConfig sessionConfig, java.lang.String folderId, ITransaction transaction)
Returns the virtual path to the folder.void
FCKSelectDocumentControllerHtml. handleRequest()
void
DocumentParentFilterControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DocumentFolderDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DocumentManager. moveDocument(SessionConfig sessionConfig, java.lang.String documentId, java.lang.String destFolderId, ITransaction transaction)
void
IDocumentManager. moveDocument(SessionConfig sessionConfig, java.lang.String documentId, java.lang.String destFolderId, ITransaction transaction)
Moves a document (or a folder) to another folder.void
CheckDuplicateFolderProcessActionHandler. processAction()
void
DocumentAddMultipleProcessActionHandler. processAction()
void
DocumentMoveProcessActionHandler. processAction()
void
DocumentSelectProcessActionHandler. processAction()
void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryProcessActionHandler. processAction()
void
DocumentEditServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
DocumentParentFilterControl. setRenderData()
void
DocumentManager. updateDocumentHierarchyPublishTo(java.lang.String documentId, java.util.Collection<java.lang.String> heritagePrincipalsId)
void
IDocumentManager. updateDocumentHierarchyPublishTo(java.lang.String documentId, java.util.Collection<java.lang.String> heritagePrincipalsId)
Update the list of principals thedocument
is published toprotected void
DocumentAddMultipleProcessActionHandler. validateParameters(IMultiFileUploadParameter multiFileUploadParameter)
Validates the controls based onIMultiFileUploadParameter
parameter, showing the correct error message if necessary.Constructors in lumis.service.document that throw PortalException Constructor Description FCKSelectDocumentControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.service.document.control
Methods in lumis.service.document.control that throw PortalException Modifier and Type Method Description void
DocumentPickerControl. buildSubControls()
IResource
DocumentPickerControl. getControlResource()
void
DocumentPickerControl. setRenderData()
-
Uses of PortalException in lumis.service.document.field
Methods in lumis.service.document.field that throw PortalException Modifier and Type Method Description protected void
DocumentDataType. deleteRelatedFile(ISourceField field, SourcePreDeleteDataEvent event)
java.lang.String
DocumentDataType.Data. getDisplayString(IRenderer renderer)
protected java.util.Map<java.lang.String,java.lang.Object>
DocumentDataType.Data. getJSONData()
Returns the render data in JSON format.java.lang.String
DocumentDataType.Data. getRenderData(IRenderer renderer)
TableSourceFieldMapping
DocumentSourceField. getTableMapping(QueryBase queryBase)
protected java.lang.String
DocumentDataType.Data. getXMLFragmentData(IRenderer renderer)
Returns the render data XML fragment. -
Uses of PortalException in lumis.service.document.processaction
Methods in lumis.service.document.processaction that throw PortalException Modifier and Type Method Description void
PublishHeritageProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.doui.ai
Methods in lumis.service.doui.ai that throw PortalException Modifier and Type Method Description void
DouiAiResource. editHtml(javax.ws.rs.container.AsyncResponse response, DouiAiResource.EditRequest editRequest)
Returns the given HTML edited following the given instruction.void
DouiAiResource. editText(javax.ws.rs.container.AsyncResponse response, DouiAiResource.EditTextRequest editRequest)
Returns the text edited following the instructions.void
AiAssistantServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
protected void
AiAssistantServiceInterface. renderData(IServiceInterfaceRenderResponse response, DouiContext douiContext)
-
Uses of PortalException in lumis.service.doui.common
Methods in lumis.service.doui.common that throw PortalException Modifier and Type Method Description void
DouiFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.doui.customproperties
Methods in lumis.service.doui.customproperties that throw PortalException Modifier and Type Method Description protected abstract java.lang.String
AbstractServiceInstanceCustomPropertiesDataProvider. getServiceInstanceId(Source<ISourceField> source)
Get the service instance identifier to get the property from.protected abstract java.lang.String
AbstractServiceInstanceCustomPropertiesProcessActionHandler. getServiceInstanceId()
Get the service instance identifier to add the property to.void
AbstractServiceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
void
InterfaceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
ServiceInstanceDependencyDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
AbstractServiceInstanceCustomPropertiesProcessActionHandler. processAction()
void
InterfaceInstanceCustomPropertiesProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.doui.dynamiclist
Methods in lumis.service.doui.dynamiclist that throw PortalException Modifier and Type Method Description void
AddDynamicListSourceControl. buildSubControls()
IDataControlRequestHelpDefinition
AddDynamicListSourceControl. getRequestHelpDefinition()
void
AddDynamicListSourceControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AddItemActionHandler. processAction()
void
AddDynamicListSourceControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
AddDynamicListSourceControl. setRenderData()
-
Uses of PortalException in lumis.service.doui.fields
Methods in lumis.service.doui.fields that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
FieldsControl. getRequestHelpDefinition()
void
FieldsInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
FieldsProcessActionHandler. processAction()
void
FieldsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
FieldsControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
FieldsControl. setRenderData()
-
Uses of PortalException in lumis.service.doui.fileupload.editimage
Methods in lumis.service.doui.fileupload.editimage that throw PortalException Modifier and Type Method Description void
ClearImageEditionClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
EditImageProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.doui.filters
Methods in lumis.service.doui.filters that throw PortalException Modifier and Type Method Description boolean
FilterUniqueIdValidator. doServerValidation()
protected ValidationMessages
FilterUniqueIdValidator. getDefaultMessages(java.lang.String errorType)
java.lang.String
FilterUniqueIdValidator. getScriptValidationFunctionImplementation()
void
CustomFiltersDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
FiltersInformationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
FiltersInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
FiltersProcessActionHandler. processAction()
void
FilterableFieldsPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
FiltersInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
FiltersProcessActionHandler. updateCustomFilters()
-
Uses of PortalException in lumis.service.doui.htmleditor
Methods in lumis.service.doui.htmleditor that throw PortalException Modifier and Type Method Description void
HtmlEditProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.doui.htmlsnippet
Methods in lumis.service.doui.htmlsnippet that throw PortalException Modifier and Type Method Description java.lang.String
HtmlSnippetResource. getInsertMarkers(@NotNull java.lang.String serviceInstanceId)
void
HtmlTemplateCheckPermissionDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
HtmlTemplateDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
HtmlSnippetDouiAdminAddInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
HtmlSnippetDouiAdminEditInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
HtmlSnippetDouiAdminListInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
HtmlSnippetDouiInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
HtmlTemplateProcessActionHandler. processAction()
void
HtmlSnippetDouiAdminAddInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
HtmlSnippetDouiAdminEditInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
HtmlSnippetDouiAdminListInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
HtmlSnippetDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ManageConditionalRenderControl. setRenderData()
void
PreviewCssControl. setRenderData()
-
Uses of PortalException in lumis.service.doui.maxrows
Methods in lumis.service.doui.maxrows that throw PortalException Modifier and Type Method Description void
MaxRowsInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
MaxRowsProcessActionHandler. processAction()
void
MaxRowsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.doui.orderby
Methods in lumis.service.doui.orderby that throw PortalException Modifier and Type Method Description void
OrderableFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
OrderByDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
OrderByActionHandler. processAction()
void
OrderByInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
OrderByInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.doui.positionfield
Methods in lumis.service.doui.positionfield that throw PortalException Modifier and Type Method Description void
PositionFieldUpdateProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
protected void
PositionFieldOrderInterface. initDouiContext(DouiContext douiContext)
void
PositionFieldOrderInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PositionFieldUpdateProcessActionHandler. processAction()
void
PositionFieldOrderInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PositionFieldInterfaceHeaderControl. setRenderData()
-
Uses of PortalException in lumis.service.doui.preferences
Methods in lumis.service.doui.preferences that throw PortalException Modifier and Type Method Description void
CallerInterfaceInstancePreferencesDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
CallerInterfaceInstancePreferencesProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.doui.propertybag
Methods in lumis.service.doui.propertybag that throw PortalException Modifier and Type Method Description protected void
PropertyBagProcessActionHandler. addRow()
protected void
PropertyBagProcessActionHandler. deleteRows(java.lang.String primaryKeyFieldId, java.util.Collection<java.lang.String> rowsDeleted)
protected IResource
PropertyBagProcessActionHandler. getResource()
void
PropertyBagProcessActionHandler. init(org.w3c.dom.Node processActionNode, ProcessActionContainer processActionContainer)
void
InheritedPropertiesDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
LocalPropertiesDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
protected void
PropertyBagProcessActionHandler. updateRow()
-
Uses of PortalException in lumis.service.doui.publisherfilters
Methods in lumis.service.doui.publisherfilters that throw PortalException Modifier and Type Method Description void
PublisherFiltersAutoLayoutFieldsControl. buildSubControls()
static java.util.Collection<ISourceField>
PublisherFiltersAutoLayoutFieldsControl. getProperFields(java.util.Collection<? extends ISourceField> list)
Method that return a list of proper fields.IDataControlRequestHelpDefinition
PublisherFiltersAutoLayoutFieldsControl. getRequestHelpDefinition()
protected java.lang.Class<?>
PublisherFiltersAutoLayoutFieldsControl. getValueClass()
protected void
PublisherFilterInterface. initDouiContext(DouiContext douiContext)
void
PublisherFiltersAutoLayoutFieldsControl. loadFromRequest()
void
PublisherFilterInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PublisherFilterSelectMetaDataContentInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PublisherFiltersProcessActionHandler. processAction()
void
PublisherFilterInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PublisherFilterSelectMetaDataContentInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PublisherFiltersAutoLayoutFieldsControl. setRenderData()
static boolean
PublisherFiltersAutoLayoutFieldsControl. validateDataType(ISourceField field)
Validates which field will be filtered by it data typestatic boolean
PublisherFiltersAutoLayoutFieldsControl. validateMetaDataField(ISourceField field)
Validates which field will be filtered by it meta data type -
Uses of PortalException in lumis.service.doui.uploadtempfiles
Methods in lumis.service.doui.uploadtempfiles that throw PortalException Modifier and Type Method Description void
UploadTempFilesDeleteClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.service.emailtemplaterepository
Subclasses of PortalException in lumis.service.emailtemplaterepository Modifier and Type Class Description class
UnresolvedVariableException
An exception thrown when a given variable couldn't be resolved.Methods in lumis.service.emailtemplaterepository that throw PortalException Modifier and Type Method Description IChannelChildProvider
SelectEmailTemplateServiceInstanceControl. createChannelChildProvider()
ISingleMail
IEmailTemplate. format(IEmailTemplateVariableResolver variableResolver)
Returns the formated email.IEmailTemplate
IEmailTemplateManager. get(java.lang.String id)
Returns the email template with the given identifier.java.util.Collection<IEmailTemplate>
IEmailTemplateManager. getByServiceInstance(java.lang.String serviceInstanceId)
Returns the email templates of a given service instance.void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryProcessActionHandler. processAction()
void
SendTestEmailProcessActionHandler. processAction()
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
java.lang.String
IEmailTemplateVariableResolver. resolveVariable(java.lang.String variableName)
Resolves the variable with the given name. -
Uses of PortalException in lumis.service.event
Methods in lumis.service.event that throw PortalException Modifier and Type Method Description void
EventCalendarDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.experiencecontent.postload
Methods in lumis.service.experiencecontent.postload that throw PortalException Modifier and Type Method Description void
ListRestInterfacePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.formbuilder
Methods in lumis.service.formbuilder that throw PortalException Modifier and Type Method Description static java.lang.String
FormBuilderManager. formatMailingList(java.lang.String mailingList, PageWebResource pageWebResource)
Format the mailing list string into a JSONArray string.static java.lang.String
FormBuilderManager. generateMailBody(java.lang.String formId, java.lang.String userName, java.lang.String formTitle, Answer answer, PageWebResource pageWebResource)
Generate the HTML body of the e-mail to be sent as a notification when someone answers a formstatic java.util.List<FormField>
FormBuilderManager. getFormFields(java.lang.String formId)
void
AnswersAutoLayoutFieldsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ShowAnswersAutoLayoutFieldsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
static java.util.Collection<lumis.service.formbuilder.FormElement>
FormBuilderManager. parseHtmlForm(java.lang.String htmlFragment)
Returns a collection ofform elements
from a HTML fragment, each element will be related to input, select or textarea HTML tags that has a label related to it.void
FormBuilderResource. postForm(java.lang.String formId, MultivaluedMap<java.lang.String,java.lang.String> formParameters)
void
AddFormAnswerProcessActionHandler. processAction()
void
AddFormFieldProcessActionHandler. processAction()
void
AddFormProcessActionHandler. processAction()
void
FormBuilderAddContentProcessActionHandler. processAction()
void
FormBuilderAddFieldsProcessActionHandler. processAction()
void
FormBuilderValidateContentProcessActionHandler. processAction()
void
FormBuilderValidateHtmlFieldContentProcessActionHandler. processAction()
void
ProcessAnswerProcessActionHandler. processAction()
void
UpdateFormFieldProcessActionHandler. processAction()
void
UpdateFormProcessActionHandler. processAction()
void
IsFormPublishedPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
static void
FormBuilderManager. validateFieldOptions(java.lang.String formFieldOptionsJsonString, int formFieldOptionsCount)
Validates the json for a field options.static void
FormBuilderManager. validateFormFieldType(FormField formField, org.json.simple.JSONObject answersJson)
Validate Answers by formField type -
Uses of PortalException in lumis.service.forum
Methods in lumis.service.forum that throw PortalException Modifier and Type Method Description void
ForumDaoJdbc. decreasePostedMessages(java.lang.String topicId, ITransaction transaction)
Decrease the count of messages (by one) on the specified topic and it's forum.void
ForumDaoJdbc. decreasePostedTopics(java.lang.String topicId, ITransaction transaction)
Decrease the count of messages from the specified topic on it's forum.ForumCategoryConfig
ForumDaoJdbc. getCategory(java.lang.String categoryId, ITransaction transaction)
Gets theForumCategoryConfig
for the specified categoryId.java.lang.String
ForumDaoJdbc. getContentIdByPrimaryKey(java.lang.String primaryKeyValue)
Returns the contentId corresponding to the given primary key.protected java.lang.String
ForumMessageListPostLoadProcessor. getEditButtonScript(java.lang.String pkFieldName, ISourceData row, IServiceInterfaceUrl baseUrl)
ForumConfig
ForumDaoJdbc. getForum(java.lang.String forumId, ITransaction transaction)
java.lang.String
ForumDaoJdbc. getForumIdByTopicId(java.lang.String topicId, ITransaction transaction)
java.util.Collection<java.lang.String>
ForumDaoJdbc. getForumIdsByCategory(java.lang.String categoryContentId, ITransaction transaction)
java.util.Collection<java.lang.String>
ForumDaoJdbc. getForumTopicIds(java.lang.String forumContentId, ITransaction transaction)
java.lang.String
ForumDaoJdbc. getLastPostedMessageId(java.lang.String topicContentId, java.lang.String excludedMessageId, ITransaction transaction)
Returns the id of the last message posted on the specified topic.java.lang.String
ForumDaoJdbc. getLastPostedTopicId(java.lang.String forumContentId, java.lang.String excludedTopicId, ITransaction transaction)
Returns the id of the last updated topic on the specified forum.ForumMessageConfig
ForumDaoJdbc. getMessage(java.lang.String messageId, ITransaction transaction)
Gets theForumMessageConfig
for the specified message id.protected java.lang.String
ForumMessageListPostLoadProcessor. getQuoteButtonScript(java.lang.String pkFieldName, ISourceData row, IServiceInterfaceUrl baseUrl)
ForumTopicConfig
ForumDaoJdbc. getTopic(java.lang.String topicId, ITransaction transaction)
Gets theForumTopicConfig
for the specified topicId.protected void
ForumButtonVisibilityControl. handleForumLockButtons(org.w3c.dom.Node controlDefinitionNode, java.lang.String userId)
protected void
ForumButtonVisibilityControl. handleForumNewTopicButtons(org.w3c.dom.Node controlDefinitionNode, java.lang.String currentUserId)
protected void
ForumButtonVisibilityControl. handleTopicLockButtons(org.w3c.dom.Node controlDefinitionNode, java.lang.String userId)
protected void
ForumButtonVisibilityControl. handleTopicReplyButtons(org.w3c.dom.Node controlDefinitionNode, java.lang.String userId)
void
ForumDaoJdbc. increasePostedMessages(java.lang.String topicId, ITransaction transaction)
Increase topic and forum's message counters.void
ForumDaoJdbc. increasePostedTopics(java.lang.String topicId, ITransaction transaction)
Increase the forum's topic counter.void
ForumDaoJdbc. increaseTopicViews(java.lang.String topicId, ITransaction transaction)
Increase the topic view counter.static boolean
ForumProcessActionHandler. isForumLocked(java.lang.String forumId, ITransaction transaction)
static boolean
ForumProcessActionHandler. isForumModerator(SessionConfig sessionConfig, java.lang.String forumId, java.lang.String currentUserId, ITransaction transaction)
static boolean
ForumProcessActionHandler. isTopicLocked(java.lang.String topicId, ITransaction transaction)
static boolean
ForumProcessActionHandler. isTopicLocked(java.lang.String topicId, ITransaction transaction, boolean checkForumLocked)
void
ForumPathDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
MessageListDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
ForumMessageListInputHiddenControl. loadFromRequest()
void
ForumProcessActionHandler. processAction()
protected void
ForumProcessActionHandler. processAddMessage()
protected void
ForumProcessActionHandler. processAddTopic()
protected void
ForumProcessActionHandler. processDeleteCategory()
protected void
ForumProcessActionHandler. processDeleteMessage()
protected void
ForumProcessActionHandler. processDeleteTopic()
protected void
ForumProcessActionHandler. processEditMessage()
protected void
ForumProcessActionHandler. processLockForum()
protected void
ForumProcessActionHandler. processLockTopic()
void
ForumMessageEditPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ForumMessageListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ForumMessageQuotePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
ForumProcessActionHandler. processUnlockForum()
protected void
ForumProcessActionHandler. processUnlockTopic()
protected void
ForumButtonVisibilityControl. removeAllSubControls(org.w3c.dom.Node controlDefinitionNode)
void
ForumDaoJdbc. setForumLastMessageInfo(java.lang.String forumId, java.lang.String lastTopicUser, java.sql.Timestamp lastTopicDate, ITransaction transaction)
Sets the forum's last message post date and user.void
ForumDaoJdbc. setForumState(java.lang.String forumId, int state, ITransaction transaction)
void
ForumButtonVisibilityControl. setRenderData()
void
ForumMessageListPaginationControl. setRenderData()
void
TopicViewCounterControl. setRenderData()
void
ForumDaoJdbc. setTopicFirstMessage(java.lang.String topicId, java.lang.String messageId, ITransaction transaction)
Updates the topic's firstMessageId colum with the specified messageId.void
ForumDaoJdbc. setTopicLastMessageInfo(java.lang.String topicId, java.lang.String lastMessageUser, java.sql.Timestamp lastMessageDate, ITransaction transaction)
Sets the topic's last message post date and user.void
ForumDaoJdbc. setTopicState(java.lang.String topicId, int state, ITransaction transaction)
Sets the topic state.void
ForumDaoJdbc. setTopicSubject(java.lang.String topicId, java.lang.String subject, ITransaction transaction)
Updates the topic subject.boolean
ForumService. usesWidgetRepository(ITransaction transaction)
void
ForumProcessActionHandler. validateHTMLContent(java.lang.String html)
This method validate the HTML content sent by user.Constructors in lumis.service.forum that throw PortalException Constructor Description MessageListDataProvider()
Contructor. -
Uses of PortalException in lumis.service.glossary
Methods in lumis.service.glossary that throw PortalException Modifier and Type Method Description void
OrderGlossaryListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.group
Methods in lumis.service.group that throw PortalException Modifier and Type Method Description protected java.lang.String
DomainScopeFilter. calculateFilterOperator(org.w3c.dom.Node filterNode)
protected IQueryValue
DomainScopeFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
GroupProcessActionHandler. processAction()
void
PrefixRemovalPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.hierarchicalcontent
Methods in lumis.service.hierarchicalcontent that throw PortalException Modifier and Type Method Description protected java.lang.Object
HierarchicalContentHtmlTextAreaControl. getDefaultValue()
protected java.lang.Object
TreeLanguageFilterControl. getDefaultValue()
protected java.lang.String
HierarchicalTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
HierarchicalTabularDataControl. getRowOnClick(TabularSource<?> source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
Builds the java script to be added to the onClick of the hyperlinkvoid
AdministrationViewModeProcessActionHandler. processAction()
void
HierarchicalAddContentProcessActionHandler. processAction()
void
HierarchicalContentClearServiceCacheProcessActionHandler. processAction()
void
HierarchicalContentDeleteDataProcessActionHandler. processAction()
void
HierarchicalContentHierarchyValidationProcessActionHandler. processAction()
void
HierarchicalValidateContentProcessActionHandler. processAction()
void
BreadCrumbPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ContentChildrenPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ContentMenuPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SetParentNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
HierarchicalContentAdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Constructors in lumis.service.hierarchicalcontent that throw PortalException Constructor Description HierarchicalContentSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.html
Methods in lumis.service.html that throw PortalException Modifier and Type Method Description static java.lang.String
HtmlDataProvider. getHtmlData(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig interfaceInstanceConfig, ITransaction transaction)
Returns the html data for a Html interface instance.void
DisplayHtml. instanceAdded(ServiceInterfaceInstanceConfig interfaceInstanceConfig, ITransaction transaction)
void
HtmlDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
HtmlProcessActionHandler. processAction()
void
DisplayHtml. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
boolean
HtmlService. usesDocumentService(ITransaction transaction)
boolean
HtmlService. usesImageService(ITransaction transaction)
-
Uses of PortalException in lumis.service.htmlcontent
Methods in lumis.service.htmlcontent that throw PortalException Modifier and Type Method Description void
HtmlContentResource. addContentFromHolder(@NotNull java.lang.String serviceInstanceId, @NotNull java.lang.String serviceInterfaceInstanceId, @NotNull java.lang.String pageId, @NotNull java.lang.String holderId)
Create HTML content if the HMTL service instance has no content yet.protected IServiceInterfaceUrl
HtmlContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
void
HtmlContentDetailsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Ajax to Html content resource when render service interface is called.protected java.lang.String
HtmlContentHyperLinkResolver. resolveDestinationInterfaceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
HtmlContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-
Uses of PortalException in lumis.service.htmlevaluation
Methods in lumis.service.htmlevaluation that throw PortalException Modifier and Type Method Description protected IResource
URLAccessibilityEvaluationProcessActionHandler. getResource()
void
URLAccessibilityEvaluationControllerHtml. handleRequest()
void
URLAccessibilityEvaluationProcessActionHandler. processAction()
Constructors in lumis.service.htmlevaluation that throw PortalException Constructor Description URLAccessibilityEvaluationControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.service.htmlinjector
Methods in lumis.service.htmlinjector that throw PortalException Modifier and Type Method Description protected java.util.List<HtmlInjectionConfig>
HtmlInjectorsDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
HtmlInjectorEventObserver. onEvent(IPortalEvent event)
Clear cache of the Service Instance if is a lumis.service.htmlinjectorjava.lang.String
HtmlInjector. process(java.lang.String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest)
-
Uses of PortalException in lumis.service.likeit
Methods in lumis.service.likeit that throw PortalException Modifier and Type Method Description Response
LikeItResource. addLike(@NotNull Like like)
Adds aLike
.static void
LikeItMonitorUtil. collectDislike(HttpServletRequest request, Like like, ITransaction transaction)
Collects the event data.static void
LikeItMonitorUtil. collectLike(HttpServletRequest request, Like like, ITransaction transaction)
Collects the event data.void
LikeItResource. deleteLike(@NotNull java.lang.String likeId)
Delete theLike
with the identifierLike
LikeItResource. getLike(@NotNull java.lang.String id)
Returns aLike
by its identifier.LikeItResource.LikesItemList
LikeItResource. getLikesItems(@NotNull java.lang.String serviceInstanceId, @NotNull @NotEmpty java.util.List<java.lang.String> itemIds)
Get allLike
s of the specified items, organized inLikeItResource.LikesItem
structures.void
LikeItService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
LikeItContentDeleteObserver. onEvent(IPortalEvent event)
Constructors in lumis.service.likeit that throw PortalException Constructor Description LikeItMonitorUtil(boolean isLike, HttpServletRequest request, java.lang.String targetObjectName, java.lang.String targetObjectId, java.lang.String targetObjectServiceInstance, java.lang.String serviceInstanceId, ITransaction transaction)
Creates a new instance. -
Uses of PortalException in lumis.service.link
Methods in lumis.service.link that throw PortalException Modifier and Type Method Description LinkCategoryConfig
LinkDaoJdbc. getCategory(java.lang.String bannerCategoryId, ITransaction transaction)
java.util.Collection<java.lang.String>
LinkDaoJdbc. getCategoryLinks(java.lang.String linkCategoryId, ITransaction transaction)
static java.lang.String
LinkHyperlink. getHyperlink(ISourceData row, java.lang.String rowHyperlink, java.lang.String fieldHyperlink, IURLFactory urlFactory)
Returns the hyperlink URL for a link source row.protected java.lang.String
LinkTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
CheckCategoryDeleteProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.locale
Methods in lumis.service.locale that throw PortalException Modifier and Type Method Description void
LocaleProcessActionHandler. addOrUpdateCustomString()
void
LocaleProcessActionHandler. clearCache()
void
LocaleProcessActionHandler. deleteCustomString()
void
LocaleConfigProcessActionHandler. processAction()
void
LocaleProcessActionHandler. processAction()
void
LocaleProcessActionHandler. setLocale()
void
LocalePickerControl. setRenderData()
-
Uses of PortalException in lumis.service.login
Methods in lumis.service.login that throw PortalException Modifier and Type Method Description protected java.lang.String
LoginInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
protected java.lang.String
LogoutInterface. getCustomMenu(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
LoginProcessActionHandler. processAction()
void
LoginInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
LogoutInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
LogoutOriginalWebResourcePathInputHiddenControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
AccessErrorMessageTranslator. setRenderData()
protected void
LogoutOriginalWebResourcePathInputHiddenControl. setValueFromSource()
-
Uses of PortalException in lumis.service.mailmarketing
Methods in lumis.service.mailmarketing that throw PortalException Modifier and Type Method Description protected void
UserSubscriptionProcessActionHandler. doAction()
void
MailMarketingClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
MailMarketingBulletinAddDataProcessActionHandler. processAction()
void
MailMarketingBulletinUpdateDataProcessActionHandler. processAction()
void
MailMarketingSendTestEmailProcessActionHandler. processAction()
void
UserCancelSubscriptionProcessActionHandler. processAction()
void
UserSubscriptionInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
UserEmailVerifierControl. setRenderData()
-
Uses of PortalException in lumis.service.media
Methods in lumis.service.media that throw PortalException Modifier and Type Method Description void
MediaParentFilterControl. buildSubControls()
IChannelChildProvider
SelectMediaServiceInstanceControl. createChannelChildProvider()
protected void
MediaDeleteProcessActionHandler. deleteRelatedData(java.util.Collection<java.lang.String> itemIdsTemp, org.w3c.dom.Node currentSourceDefinitionNode, java.lang.String foreignPrimaryKeyFieldId, ITransaction transaction)
Includes the recursive deletion of the children of the selected items.Media
IMediaManager. get(java.lang.String mediaId)
Returns the MediaConfig for a media with the given id.Media
MediaManager. get(java.lang.String mediaId)
java.util.Collection<Media>
IMediaManager. getChildren(java.lang.String serviceInstanceId, java.lang.String folderId, int type)
Returns the entries in the specified folder.java.util.Collection<Media>
MediaManager. getChildren(java.lang.String serviceInstanceId, java.lang.String folderId, int type)
java.util.Collection<java.lang.String>
IMediaManager. getFolderIdsByParentAndName(java.lang.String serviceInstanceId, java.lang.String parentFolderId, java.lang.String folderName)
Returns the ids of the folders child of the given parent and with the given name.java.util.Collection<java.lang.String>
MediaManager. getFolderIdsByParentAndName(java.lang.String serviceInstanceId, java.lang.String parentFolderId, java.lang.String folderName)
java.lang.String
IMediaManager. getFolderPath(java.lang.String folderId)
Returns the virtual path to the folder.java.lang.String
MediaManager. getFolderPath(java.lang.String folderId)
Media
IMediaManager. getFromFileId(java.lang.String fileId)
Returns the MediaConfig for given file identifier.Media
MediaManager. getFromFileId(java.lang.String fileId)
java.util.Collection<java.lang.String>
IMediaManager. getMediaPublishToPrincipals(java.lang.String mediaId)
Return a the list of principals for which themedia
is published to.java.util.Set<java.lang.String>
MediaManager. getMediaPublishToPrincipals(java.lang.String parentFolderId)
void
FCKSelectImagesControllerHtml. handleRequest()
Handle request.void
FCKSelectMediaControllerHtml. handleRequest()
void
MediaParentFilterControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MediaFolderDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
IMediaManager. moveMedia(java.lang.String mediaId, java.lang.String destFolderId)
Moves a media (or a folder) to another folder.void
MediaManager. moveMedia(java.lang.String mediaId, java.lang.String destFolderId)
void
CheckDuplicateFolderProcessActionHandler. processAction()
void
LoadMediasProcessActionHandler. processAction()
void
MediaAddMultipleProcessActionHandler. processAction()
Deprecated.void
MediaMoveProcessActionHandler. processAction()
void
MediaSelectProcessActionHandler. processAction()
void
ReprocessFileTransformation. processAction()
void
SelectImagesProcessActionHandler. processAction()
void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryProcessActionHandler. processAction()
void
TransformFilesProcessActionHandler. processAction()
void
MediaInfoFetcherPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MediaStatusPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MediaEditServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
MediaParentFilterControl. setRenderData()
void
IMediaManager. updateMediaHierarchyPublishTo(java.lang.String mediaId, java.util.Collection<java.lang.String> heritagePrincipalsId)
Update the list of principals themedia
is published tovoid
MediaManager. updateMediaHierarchyPublishTo(java.lang.String mediaId, java.util.Collection<java.lang.String> heritagePrincipalsId)
Constructors in lumis.service.media that throw PortalException Constructor Description FCKSelectImagesControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
FCKSelectMediaControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
MediaControllerJson(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.service.media.control
Methods in lumis.service.media.control that throw PortalException Modifier and Type Method Description void
MediaPickerControl. buildSubControls()
void
SelectImagesControl. buildSubControls()
IResource
MediaPickerControl. getControlResource()
protected ServiceInstanceConfig
MediaPickerControl. getMediaServiceInstance()
Returns the media service instance used to pick the media.void
MediaPickerControl. setRenderData()
-
Uses of PortalException in lumis.service.media.field
Methods in lumis.service.media.field that throw PortalException Modifier and Type Method Description protected void
MediaDataType. deleteRelatedFile(ISourceField field, SourcePreDeleteDataEvent event)
java.lang.String
MediaDataType.Data. getDisplayString(IRenderer renderer)
protected java.util.Map<java.lang.String,java.lang.Object>
MediaDataType.Data. getJSONData()
Returns the render data in JSON format.java.lang.String
MediaDataType.Data. getRenderData(IRenderer renderer)
TableSourceFieldMapping
MediaSourceField. getTableMapping(QueryBase queryBase)
protected java.lang.String
MediaDataType.Data. getXMLFragmentData(IRenderer renderer)
Returns the render data XML fragment. -
Uses of PortalException in lumis.service.media.processaction
Methods in lumis.service.media.processaction that throw PortalException Modifier and Type Method Description void
PublishHeritageProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.mediaalbum
Methods in lumis.service.mediaalbum that throw PortalException Modifier and Type Method Description protected void
MediaAddMultipleProcessActionHandler. addRow()
protected void
MediaAddMultipleProcessActionHandler. doAction()
void
MediaAddProcessActionHandler. processAction()
void
MediaApproveProcessActionHandler. processAction()
void
MediaReorderProcessActionHandler. processAction()
void
MediaUpdateProcessActionHandler. processAction()
protected void
MediaAddProcessActionHandler. processActionWithoutResponse()
protected void
MediaDeleteProcessActionHandler. processActionWithoutResponse()
protected void
MediaUpdateProcessActionHandler. processActionWithoutResponse()
void
MediaAlbumEscapeQuoteCharPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MediaPermalinkPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
MediaAddMultipleProcessActionHandler. validateParameters(IMultiFileUploadParameter multiFileUploadParameter)
Validates the parameters, showing the correct error message if necessary. -
Uses of PortalException in lumis.service.navigation
Methods in lumis.service.navigation that throw PortalException Modifier and Type Method Description protected java.lang.Object
NavigationHtmlTextAreaControl. getDefaultValue()
protected void
NavigationService. initializeServiceInstanceContent(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
Inserts a default entry, referencing the channel structure, if this service instance has no data.void
NavigationService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
NavigationService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node node, ITransaction transaction)
void
NavigationService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
BreadCrumbDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
BreadCrumbPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
NavigationControl. loadFromRequest()
void
BreadCrumbPropertiesProcessActionHandler. processAction()
void
NavigationAddContentProcessActionHandler. processAction()
void
NavigationProcessActionHandler. processAction()
void
NavigationValidateContentProcessActionHandler. processAction()
void
ChannelTreeNavigationSource. setNavigationData(DouiContext douiContext, ISourceData row, org.w3c.dom.Node dataNode)
void
INavigationSource. setNavigationData(DouiContext douiContext, ISourceData row, org.w3c.dom.Node dataNode)
void
LinkNavigationSource. setNavigationData(DouiContext douiContext, ISourceData row, org.w3c.dom.Node dataNode)
protected void
ChannelTreeNavigationSource. setPathIds(DouiContext douiContext)
void
NavigationControl. setRenderData()
-
Uses of PortalException in lumis.service.newsletter
Methods in lumis.service.newsletter that throw PortalException Modifier and Type Method Description void
CategoryDaoHib. addOrUpdate(Category bean, ITransaction transaction)
void
ICategoryDao. addOrUpdate(Category bean, ITransaction transaction)
void
IModelDao. addOrUpdate(Model model, ITransaction transaction)
void
IScheduleDao. addOrUpdate(Schedule schedule, ITransaction transaction)
Adds or updates aSchedule
void
ISubscriptionDao. addOrUpdate(Subscription bean, ITransaction transaction)
void
ModelDaoHib. addOrUpdate(Model model, ITransaction transaction)
void
ScheduleDaoHib. addOrUpdate(Schedule schedule, ITransaction transaction)
void
SubscriptionDaoHib. addOrUpdate(Subscription bean, ITransaction transaction)
boolean
CategoryDaoHib. delete(java.lang.String id, ITransaction transaction)
boolean
ICategoryDao. delete(java.lang.String id, ITransaction transaction)
boolean
IModelDao. delete(java.lang.String modelId, ITransaction transaction)
boolean
IScheduleDao. delete(java.lang.String scheduleId, ITransaction transaction)
Deletes aSchedule
boolean
ISubscriptionDao. delete(java.lang.String id, ITransaction transaction)
boolean
ModelDaoHib. delete(java.lang.String modelId, ITransaction transaction)
boolean
ScheduleDaoHib. delete(java.lang.String scheduleId, ITransaction transaction)
boolean
SubscriptionDaoHib. delete(java.lang.String id, ITransaction transaction)
protected void
UserSubscriptionProcessActionHandler. doAction()
void
NewsletterClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
INewsletterManager. executeSchedules(SessionConfig sessionConfig, ITransaction transaction)
void
NewsletterManager. executeSchedules(SessionConfig sessionConfig, ITransaction scheduleTransaction)
Category
CategoryDaoHib. get(java.lang.String id, ITransaction transaction)
Category
ICategoryDao. get(java.lang.String id, ITransaction transaction)
Model
IModelDao. get(java.lang.String modelId, ITransaction transaction)
Schedule
IScheduleDao. get(java.lang.String scheduleId, ITransaction transaction)
Gets aSchedule
based on it's id.Subscription
ISubscriptionDao. get(java.lang.String id, ITransaction transaction)
Model
ModelDaoHib. get(java.lang.String modelId, ITransaction transaction)
Schedule
ScheduleDaoHib. get(java.lang.String scheduleId, ITransaction transaction)
Subscription
SubscriptionDaoHib. get(java.lang.String id, ITransaction transaction)
java.util.Collection<java.lang.String>
IScheduleDao. getActiveSchedules(java.lang.String serviceInstanceId, ITransaction transaction)
Get all active schedule objectsjava.util.Collection<java.lang.String>
ScheduleDaoHib. getActiveSchedules(java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
ISubscriptionDao. getByEmailFormat(java.lang.String serviceInstanceId, int emailFormat, java.util.Locale locale, ITransaction transaction)
java.util.Collection<java.lang.String>
SubscriptionDaoHib. getByEmailFormat(java.lang.String serviceInstanceId, int emailFormat, java.util.Locale locale, ITransaction transaction)
java.util.Collection<java.lang.String>
ISubscriptionDao. getCategoriesBySubscriptionId(java.lang.String subscriptionId, ITransaction transaction)
java.util.Collection<java.lang.String>
SubscriptionDaoHib. getCategoriesBySubscriptionId(java.lang.String subscriptionId, ITransaction transaction)
java.lang.String
NewsletterManager. getCategoryContent(SessionConfig sessionConfig, java.lang.String categoryId, java.util.Date startDateTime, java.util.Locale locale, ITransaction transaction)
java.util.List<java.lang.String>
CategoryDaoHib. getCategoryContentItemIds(java.util.Locale locale, Category category, java.util.Date startDateTime, ITransaction transaction)
java.util.List<java.lang.String>
ICategoryDao. getCategoryContentItemIds(java.util.Locale locale, Category category, java.util.Date startDateTime, ITransaction transaction)
Schedule
IScheduleDao. getForProcess(java.lang.String scheduleId)
Gets a Schedule object setting it's status toSchedule#STATUS_PROCESSING
.Schedule
ScheduleDaoHib. getForProcess(java.lang.String scheduleId)
java.util.Collection<java.lang.String>
ISubscriptionDao. getIdsByServiceInstanceAndEmail(java.lang.String serviceInstanceId, java.lang.String email, java.util.Locale locale, ITransaction transaction)
Returns the ids of the subscriptions for the given email in the specified service instance id.java.util.Collection<java.lang.String>
SubscriptionDaoHib. getIdsByServiceInstanceAndEmail(java.lang.String serviceInstanceId, java.lang.String email, java.util.Locale locale, ITransaction transaction)
void
ContentInstantiatedServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
CancelPublicSubscriptionProcessActionHandler. processAction()
void
NewsletterModelAdminProcessActionHandler. processAction()
void
UserCancelSubscriptionProcessActionHandler. processAction()
void
IScheduleDao. releaseFromProcess(java.lang.String scheduleId)
Set a schedule status fromSchedule#STATUS_PROCESSING
toSchedule.STATUS_ENABLED
.void
ScheduleDaoHib. releaseFromProcess(java.lang.String scheduleId)
void
UserSubscriptionInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
UserEmailVerifierControl. setRenderData()
-
Uses of PortalException in lumis.service.pageblockviewer
Methods in lumis.service.pageblockviewer that throw PortalException Modifier and Type Method Description void
PageBlockRenderDataChangedObserver. onEvent(IPortalEvent event)
void
CheckUpdatePageSSIPropertyProcessActionHandler. processAction()
void
PageBlockViewInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.pagepersonalization
Methods in lumis.service.pagepersonalization that throw PortalException Modifier and Type Method Description static void
PagePersonalizationUtil. addNewWidgets(java.util.Collection<java.lang.String> oldWidgetInstancesIds, java.util.Collection<java.lang.String> updateWidgetInstancesIds, ISourceField field, SourcePreUpdateDataEvent event)
Compare two list of widgets instances and process the widgets whom exists on the updated list and does not exist on the other list.IChannelChildProvider
SelectPagePersonalizationServiceInstanceControl. createChannelChildProvider()
Defines the channel tree that allows the Widget Repository repository selection.void
PagePersonalizationService. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
static java.lang.String
PagePersonalizationUtil. encodeHtmlEditorControl(java.lang.String html, HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse)
Method that receives a html string, search for widget instance pattern and encode it with data.static java.lang.String
PagePersonalizationUtil. getHolderContentId(java.lang.String holderServiceInterfaceInstanceId, java.lang.String contentId)
Returns the identifier of the content the holder is personalized for.void
PagePersonalizationService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
PagePersonalizationService. instanceSerialized(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
static boolean
PagePersonalizationUtil. isHolderPersonalizedByContent(java.lang.String holderInterfaceInstanceId)
Returns whether a widget holder is configured to be personalized by content.void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryProcessActionHandler. processAction()
void
WidgetSelectProcessActionHandler. processAction()
static void
PagePersonalizationUtil. processWidgetInstaceInHtmlAdded(java.lang.String html, ISourceField field, SourcePostAddDataEvent event)
Process the html field widget instance after it be added.static void
PagePersonalizationUtil. processWidgetInstaceInHtmlDelete(java.util.Collection<java.lang.String> itemIds)
Process the html field widget instance to be deleted.static void
PagePersonalizationUtil. processWidgetInstaceInHtmlUpdate(java.lang.String newHtml, java.lang.String originalHtml, ISourceField field, SourcePreUpdateDataEvent event)
Process the html field widget instance to be updated.static void
PagePersonalizationUtil. removeDeletedWidgets(java.util.Collection<java.lang.String> oldWidgetInstancesIds, java.util.Collection<java.lang.String> updateWidgetInstancesIds)
Compare a list of old widgets and a updated list of widget instances and remove de widgets instances that does not exists in the updated list.void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
static java.lang.String
PagePersonalizationUtil. renderWidget(HttpServletRequest httpServletRequest, IServiceInterfaceRenderRequest originalRenderRequest, HttpServletResponse httpServletResponse, java.lang.String widgetInstanceId, boolean processPaths)
Renders a widget.static java.lang.String
PagePersonalizationUtil. renderWidgetInHtml(java.lang.String html, HttpServletRequest httpServletRequest, IServiceInterfaceRenderRequest originalRenderRequest, HttpServletResponse httpServletResponse)
Method that create a request to get html from a widget instance in a html content field and substitute the dummy widget instance for his html content. -
Uses of PortalException in lumis.service.pagepersonalization.bean
Methods in lumis.service.pagepersonalization.bean that throw PortalException Modifier and Type Method Description static void
PPInterfaceInstanceToBeDeleted. cleanUp()
ServiceInterfaceInstanceConfig
Widget. getInterfaceInstance()
void
HolderWidgetInstance. moveTo(WidgetInstanceHolder destHolder, int position)
Moves this widget instance to a holder at the specified position.void
WidgetInstance. remove()
void
WidgetInstanceHolder. remove()
void
Widget. setInterfaceInstanceId(java.lang.String interfaceInstanceId)
-
Uses of PortalException in lumis.service.pagepersonalization.clock
Methods in lumis.service.pagepersonalization.clock that throw PortalException Modifier and Type Method Description void
DeleteCreatedOrphanInterfaceInstances. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
DeleteOrphanWidgetInstanceHolders. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
void
DeleteUnusedHtmlFieldWidgetInstance. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
-
Uses of PortalException in lumis.service.pagepersonalization.controller
Constructors in lumis.service.pagepersonalization.controller that throw PortalException Constructor Description PagePersonalizationControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.service.pagepersonalization.doui
Methods in lumis.service.pagepersonalization.doui that throw PortalException Modifier and Type Method Description IChannelChild
ServiceInstanceProvider. getChannelChild(SessionConfig sessionConfig, java.lang.String childId, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceProvider. getChannelsChildren(SessionConfig sessionConfig, java.lang.String parentChannelIds, boolean hidePages, boolean hidePageTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
java.util.List<IChannelChild>
ServiceInstanceProvider. getChildrenData(SessionConfig sessionConfig, java.lang.String channelId, int hideItems, int hideItemTemplates, IResource resource, java.util.Locale locale, ITransaction transaction)
-
Uses of PortalException in lumis.service.pagepersonalization.doui.control
Methods in lumis.service.pagepersonalization.doui.control that throw PortalException Modifier and Type Method Description void
ServiceInterfacePickerControl. buildSubControls()
void
InterfaceInstancePreviewControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
InterfaceInstancePreviewControl. setRenderData()
void
InterfaceSelectionDropDownListControl. setRenderData()
void
PagePersonalizationWidgetUsedByControl. setRenderData()
void
ServiceInterfacePickerControl. setRenderData()
-
Uses of PortalException in lumis.service.pagepersonalization.doui.dataprovider
Methods in lumis.service.pagepersonalization.doui.dataprovider that throw PortalException Modifier and Type Method Description void
HolderServiceInterfaceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
InstancesByServiceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
InterfaceByServiceInstanceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ServiceInterfacesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WidgetUsedByDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.pagepersonalization.doui.postloadprocessor
Methods in lumis.service.pagepersonalization.doui.postloadprocessor that throw PortalException Modifier and Type Method Description void
WidgetContentInterfaceInstanceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
EditWidgetPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SelectWidgetPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
WidgetListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.pagepersonalization.doui.processactionhandler
Methods in lumis.service.pagepersonalization.doui.processactionhandler that throw PortalException Modifier and Type Method Description void
ActivateRevertDefaultConfigurationProcessActionHandler. processAction()
void
AddWidgetProcessActionHandler. processAction()
void
DeleteWidgetProcessActionHandler. processAction()
void
ResetPageProcessActionHandler. processAction()
void
SelectRootChannelProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.pagepersonalization.doui.serviceinterface
Methods in lumis.service.pagepersonalization.doui.serviceinterface that throw PortalException Modifier and Type Method Description void
WidgetListServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.pagepersonalization.doui.serviceinterfaceinstance
Methods in lumis.service.pagepersonalization.doui.serviceinterfaceinstance that throw PortalException Modifier and Type Method Description boolean
PagePersonalizationInterfaceInstanceOwner. checkPermission(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ServiceInterfaceInstancePermission permission)
-
Uses of PortalException in lumis.service.pagepersonalization.observer
Methods in lumis.service.pagepersonalization.observer that throw PortalException Modifier and Type Method Description void
PagePersonalizationObserver. onEvent(IPortalEvent ev)
void
WidgetRenderDataChangedObserver. onEvent(IPortalEvent ev)
-
Uses of PortalException in lumis.service.pagepersonalization.serialization
Methods in lumis.service.pagepersonalization.serialization that throw PortalException Modifier and Type Method Description static void
PagePersonalizationSerializationManager. deserializeContent(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
Deserialize content.static void
PagePersonalizationSerializationManager. serializeInterfaceInstances(ServiceInstanceSerializationContext serviceInstanceSerializationContext)
Serialize interface instances. -
Uses of PortalException in lumis.service.pagepersonalization.widgetmanipulationaction
Methods in lumis.service.pagepersonalization.widgetmanipulationaction that throw PortalException Modifier and Type Method Description void
PagePersonalizationManager.DeletedWidgetData. delete()
java.lang.String
WidgetManipulationAction. doAction(HttpServletRequest request, IPortalMode portalMode, ITransaction transaction)
Performs necessary widget manipulation.static java.util.Set<PagePersonalizationManager.DeletedWidgetData>
PagePersonalizationManager. getDeletedWidgetsData(java.lang.String serviceInstanceId)
static java.util.Set<PagePersonalizationManager.DeletedWidgetData>
PagePersonalizationManager. getDeletedWidgetsData(java.lang.String[] widgetIds)
static WidgetInstanceHolder
PagePersonalizationManager. getOrGeneratePersonalizedHolder(java.lang.String holderInterfaceInstanceId, java.lang.String userId, java.lang.String holderContentId)
Returns an existent personalized holder or generates a new one, copying the widget instances from the corresponding default holder.static WidgetInstanceHolder
PagePersonalizationManager. getOrGenerateTemporaryHolder(java.lang.String holderInterfaceInstanceId, java.lang.String holderContentId)
Returns an existent temporary holder or generates a new one, copying the widget instances from the corresponding default holder. -
Uses of PortalException in lumis.service.portalmanagement.activitystream
Methods in lumis.service.portalmanagement.activitystream that throw PortalException Modifier and Type Method Description protected IQueryValue
ActivityDateFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
OldActivityCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
IQueryFilter
ActivityDateFilter. getQueryFilter(QueryField queryField, IQueryValue queryValue)
void
ActivitiesAgeLimitDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelActivityProcessorDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
ServiceInstanceActivityProcessorDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
AddActivityProcessorProcessActionHandler. processAction()
void
DeleteActivityProcessActionHandler. processAction()
void
DeleteActivityProcessorProcessActionHandler. processAction()
void
SetActivitiesAgeLimitProcessActionHandler. processAction()
void
UpdateActivityProcessorProcessActionHandler. processAction()
void
ActivityPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.areatag
Methods in lumis.service.portalmanagement.areatag that throw PortalException Modifier and Type Method Description static AreaTagUsageConfig
AreaTagsHelper. from(ProcessActionHandler<?> processActionHandler, java.lang.String appliedAreaTagsParameterName, java.lang.String inheritingAreaTagsParameterName)
Constructs aAreaTagUsageConfig
from the givenProcessActionHandler
using the indicated parameters.void
ParentItemAreaTagDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
AreaTagInheritedPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AreaTagsControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.audit
Methods in lumis.service.portalmanagement.audit that throw PortalException Modifier and Type Method Description void
AuditEntryCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
protected void
AuditConfigDataProvider. fillTabularData(TabularSource<?> source, AuditConfig auditConfig)
Fill the tabular data with the audit configuration data.protected java.lang.String
LinkToRuntimeTabularDataControl. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
LinkToRuntimeTabularDataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AuditConfigDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
AuditConfigProcessActionHandler. processAction()
void
AuditProcessActionHandler. processAction()
void
StringReplacePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
LinkToRuntimeTabularDataControl. readDefinition(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Reads the control configuration and sets the control attributes.protected java.lang.String
StringReplacePostLoadProcessor. readParameterValue(java.lang.String parameterName, org.w3c.dom.Node parametersNode)
Reads the value of a given parameter using its name.protected void
StringReplacePostLoadProcessor. replaceStrings(Source<?> source, java.lang.String fieldId, java.lang.String from, java.lang.String to)
Replace the from string by the to string in a field of a source. -
Uses of PortalException in lumis.service.portalmanagement.bigdata
Methods in lumis.service.portalmanagement.bigdata that throw PortalException Modifier and Type Method Description void
ContentPopularityDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
PopularityConfigDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
RecalculatePopularitiesProcessActionHandler. processAction()
void
UpdatePopularitiesConfigProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.build
Methods in lumis.service.portalmanagement.build that throw PortalException Modifier and Type Method Description java.lang.String
BuildResource. getInfo(HttpServletResponse response)
Get information (current version and strings) used to create buildInformation htmlvoid
BuildInformationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
Deprecated.void
BuildInformationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Deprecated. -
Uses of PortalException in lumis.service.portalmanagement.businesscontext
Methods in lumis.service.portalmanagement.businesscontext that throw PortalException Modifier and Type Method Description void
BusinessContextCacheUsageDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
BusinessContextProcessActionHandler. processAction()
void
BusinessContextNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.cache
Methods in lumis.service.portalmanagement.cache that throw PortalException Modifier and Type Method Description QuerySelect
CacheRuntimeDataProvider. buildQuerySelect(TableSource source, ITransaction transaction)
void
CacheRuntimeDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
CacheProcessActionHandler. processAction()
Constructors in lumis.service.portalmanagement.cache that throw PortalException Constructor Description CacheRuntimeDataProvider()
-
Uses of PortalException in lumis.service.portalmanagement.channel
Methods in lumis.service.portalmanagement.channel that throw PortalException Modifier and Type Method Description protected void
ChannelInheritedPageTemplateControl. autoAddValidators()
java.lang.String
ChannelLocaleResource. getGlobalLocales(HttpServletResponse response, java.lang.String hint)
Get global localesvoid
ChannelWebsiteChanceCheckControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
BusinessContextDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelFriendlyPathDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ChannelLocalesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelModulesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChannelParentCssDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ConfigureURLShortenerDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
ParentChannelMetaTagDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
AddSubChannelInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
BusinessContexPropertyBagProcessAction. processAction()
void
ChannelProcessActionHandler. processAction()
void
ConfigureURLShortenerProcessActionHandler. processAction()
void
EditSubChannelInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
PortalPropertiesInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SubChannelsAdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ChannelPropertyBagPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AddSubChannelInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditSubChannelInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PortalPropertiesInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
SubChannelsAdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ChannelInheritedPageTemplateControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
ChannelInheritedPageTemplateControl. setRenderData()
void
ChannelWebsiteChanceCheckControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.channelacl
Methods in lumis.service.portalmanagement.channelacl that throw PortalException Modifier and Type Method Description boolean
ChannelAclControl. canInheritPermissions(ITransaction transaction)
boolean
ChannelAclControl. checkPermission(ITransaction transaction)
boolean
ChannelAclProcessActionHandler. checkPermission()
AccessControlList
ChannelAclControl. getAcl(ITransaction transaction)
ChannelConfig
ChannelAclControl. getChannel()
Returns the channel whose acl this control edits.java.lang.String
ChannelAclControl. getDefaultPermission(ITransaction transaction)
java.util.HashMap<java.lang.Integer,java.lang.Integer>
ChannelAclProcessActionHandler. getInheritPermissionsMap()
AccessControlList
ChannelAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
ChannelAclControl. getPermissionsNode(ITransaction transaction)
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ChannelAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.channelacl that throw PortalException Constructor Description ChannelAclControl()
ChannelAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.channeltemplate
-
Uses of PortalException in lumis.service.portalmanagement.clock
Methods in lumis.service.portalmanagement.clock that throw PortalException Modifier and Type Method Description void
ClockProcessActionHandler. processAction()
void
ClockPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ClockProcessActionHandler. ResetClockState()
Reset the Clock State. -
Uses of PortalException in lumis.service.portalmanagement.cluster
Methods in lumis.service.portalmanagement.cluster that throw PortalException Modifier and Type Method Description void
ClusterMemberDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<IClusterConfig>
ClusterConfigDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
void
ClusterProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.commandpalette
Methods in lumis.service.portalmanagement.commandpalette that throw PortalException Modifier and Type Method Description Response
CommandPaletteServiceResource. doReindexCommandPalette()
Schedule a reindex.Response
CommandPaletteServiceResource. getProcessInfo(java.lang.String processId)
Returns information about a given process.void
CommandPalleteItemsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
CommandListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.controlregistry
Methods in lumis.service.portalmanagement.controlregistry that throw PortalException Modifier and Type Method Description void
RegisterControlProcessActionHandler. processAction()
void
RegisterControlProcessActionHandler. registerControls()
void
RegisterControlProcessActionHandler. registerStandardControls()
void
RegisterControlProcessActionHandler. unregisterControls()
-
Uses of PortalException in lumis.service.portalmanagement.css
Methods in lumis.service.portalmanagement.css that throw PortalException Modifier and Type Method Description void
CssProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.deployment
Methods in lumis.service.portalmanagement.deployment that throw PortalException Modifier and Type Method Description protected java.lang.String
DeploymentProcessActionHandler. addNewModule()
protected java.lang.Object
StatusFilter. convertFilterStandardValue(java.lang.String value, org.w3c.dom.Node filterNode)
protected void
DeploymentProcessActionHandler. generateModuleMavenFiles(java.lang.String modulePath, IFile moduleAbsolutePath, java.lang.String moduleName, java.lang.String moduleId)
IQueryFilter
StatusFilter. getQueryFilter(QueryBase queryBase, IParameters params)
IQueryFilter
VersionFilter. getQueryFilter(QueryBase queryBase, IParameters params)
void
ComponentDetailsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeploymentFilesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeploymentSummaryDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
EditableModulesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ModuleDetailsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeploymentProcessActionHandler. processAction()
void
ComponentsPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
LastDeploymentInformationPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ModulePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
PackageHistoryPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.deployment.moduleeditor
Methods in lumis.service.portalmanagement.deployment.moduleeditor that throw PortalException Modifier and Type Method Description java.lang.String
ModuleEditorResource. areThemeFilesEditable(java.lang.String moduleId)
void
ModuleEditorResource. createNewDirectory(java.lang.String moduleId, java.lang.String filePath, java.lang.String dirName)
void
ModuleEditorResource. createNewFile(java.lang.String moduleId, java.lang.String filePath, java.lang.String fileName)
void
ModuleEditorResource. deleteFile(java.lang.String moduleId, java.lang.String filePath)
Response
ModuleEditorResource. downloadZip(java.lang.String moduleId, java.lang.String folderPath)
Response
ModuleEditorResource. getFile(java.lang.String moduleId, java.lang.String filePath)
java.lang.String
ModuleEditorResource. getFileText(java.lang.String moduleId, java.lang.String filePath)
java.lang.String
ModuleEditorResource. getFolderChildren(java.lang.String moduleId, java.lang.String folderPath)
protected IFile
ModuleEditorResource. getModuleDir(java.lang.String moduleId)
void
ModuleEditorResource. renameFile(java.lang.String moduleId, java.lang.String filePath, java.lang.String newFileName)
void
ModuleEditorResource. saveFileText(java.lang.String moduleId, java.lang.String filePath, java.lang.String fileContent)
java.lang.String
ModuleEditorResource. uploadFile(java.io.InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, java.lang.String moduleId, java.lang.String filePath)
java.lang.String
ModuleEditorResource. uploadZip(java.io.InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, java.lang.String moduleId, java.lang.String filePath)
-
Uses of PortalException in lumis.service.portalmanagement.deployment.portlet
Methods in lumis.service.portalmanagement.deployment.portlet that throw PortalException Modifier and Type Method Description void
ServiceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PortletDeploymentProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.documentation
Methods in lumis.service.portalmanagement.documentation that throw PortalException Modifier and Type Method Description protected void
GenerateDocumentationProcessActionHandler. generateDocumentation()
protected void
GenerateDocumentationProcessActionHandler. generateDocumentationForLocale(java.util.Locale locale)
void
GenerateDocumentationProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.encryption
Methods in lumis.service.portalmanagement.encryption that throw PortalException Modifier and Type Method Description void
EncryptTextProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.file
Methods in lumis.service.portalmanagement.file that throw PortalException Modifier and Type Method Description void
UpdateMetadataProcessActionHandler. processAction()
Starts the thread that will updates the metadata of all files.void
DisplayFileInfosPostLoad. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.filemacrotypemapping
Methods in lumis.service.portalmanagement.filemacrotypemapping that throw PortalException Modifier and Type Method Description void
FileMacrotypeMappingProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.filemimetype
Methods in lumis.service.portalmanagement.filemimetype that throw PortalException Modifier and Type Method Description java.util.Collection<java.lang.String>
FileMimeTypeDaoJdbc. getIdByMimeType(java.lang.String mimeType, ITransaction transaction)
void
UniqueMimeTypeValidatorProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.filesystem
Methods in lumis.service.portalmanagement.filesystem that throw PortalException Modifier and Type Method Description protected IConverter
FileSizeField. createConverter()
protected java.lang.String
FileSystemTabularData. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected java.lang.String
FileSystemTabularData. getRowHyperlink(TabularSource source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
FileDownloadControllerHtml. handleRequest()
void
FileSystemDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeleteProcessActionHandler. processAction()
void
FileSystemProcessActionHandler. processAction()
Constructors in lumis.service.portalmanagement.filesystem that throw PortalException Constructor Description FileDownloadControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.service.portalmanagement.genericacl
Methods in lumis.service.portalmanagement.genericacl that throw PortalException Modifier and Type Method Description abstract boolean
GenericAclControl. canInheritPermissions(ITransaction transaction)
abstract boolean
GenericAclActionHandler. checkPermission()
abstract boolean
GenericAclControl. checkPermission(ITransaction transaction)
abstract boolean
GenericAclProcessActionHandler. checkPermission()
abstract AccessControlList
GenericAclControl. getAcl(ITransaction transaction)
IResource
GenericAclControl. getControlResource()
abstract java.lang.String
GenericAclControl. getDefaultPermission(ITransaction transaction)
abstract java.util.HashMap<java.lang.Integer,java.lang.Integer>
GenericAclActionHandler. getInheritPermissionsMap()
abstract java.util.HashMap<java.lang.Integer,java.lang.Integer>
GenericAclProcessActionHandler. getInheritPermissionsMap()
abstract AccessControlList
GenericAclActionHandler. getParentAcl()
abstract AccessControlList
GenericAclProcessActionHandler. getParentAcl()
abstract org.w3c.dom.Node
GenericAclControl. getPermissionsNode(ITransaction transaction)
IDataControlRequestHelpDefinition
GenericAclControl. getRequestHelpDefinition()
protected void
GenericAclActionHandler. processAclAction()
void
AddPrincipalProcessActionHandler. processAction()
void
GenericAclActionHandler. processAction()
void
GenericAclProcessActionHandler. processAction()
void
PrincipalPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
GenericAclControl. setRenderData()
abstract void
GenericAclActionHandler. updateAcl(AccessControlList acl)
abstract void
GenericAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.genericacl that throw PortalException Constructor Description AddPrincipalProcessActionHandler()
GenericAclActionHandler()
GenericAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.group
Methods in lumis.service.portalmanagement.group that throw PortalException Modifier and Type Method Description protected IQueryValue
DatabaseViewFormulaEntryFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
GroupConfigurationButtonField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
java.lang.Object
GroupConfigurationButtonField. getAssignedValue(QueryBase queryBase)
QueryField
GroupConfigurationButtonField. getDisplayQueryField(QueryBase queryBase)
java.util.List<QueryAssignment>
GroupConfigurationButtonField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
GroupConfigurationButtonField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
IQueryFilter
GroupConfigurationButtonField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
java.util.List<QuerySortOrder>
GroupConfigurationButtonField. getQuerySortOrders(QueryBase queryBase, java.lang.String direction)
TableSourceFieldMapping
GroupConfigurationButtonField. getTableMapping(QueryBase queryBase)
void
GroupMembersDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
MemberGroupsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<DatabaseViewField>
DatabaseViewFieldByGroupDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ConfigureDatabaseViewGroupServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
DatabaseViewGroupProcessActionHandler. processAction()
void
GroupProcessActionHandler. processAction()
void
LocalGroupDouiInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
MemberGroupsInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ConfigureDatabaseViewGroupServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
LocalGroupDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
MemberGroupsInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.portalmanagement.groupacl
Methods in lumis.service.portalmanagement.groupacl that throw PortalException Modifier and Type Method Description boolean
GroupAclControl. canInheritPermissions(ITransaction transaction)
boolean
GroupAclControl. checkPermission(ITransaction transaction)
boolean
GroupAclProcessActionHandler. checkPermission()
AccessControlList
GroupAclControl. getAcl(ITransaction transaction)
java.lang.String
GroupAclControl. getDefaultPermission(ITransaction transaction)
java.lang.String
GroupAclControl. getGroupLocalizedName()
Returns the localized name of the group whose acl this control edits.AccessControlList
GroupAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
GroupAclControl. getPermissionsNode(ITransaction transaction)
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
GroupAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.groupacl that throw PortalException Constructor Description GroupAclControl()
GroupAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.grouptype
Methods in lumis.service.portalmanagement.grouptype that throw PortalException Modifier and Type Method Description protected IQueryValue
DatabaseViewFieldFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
void
GroupTypeConfigurationButtonField. convertRowToFieldData(ISourceData databaseRow, ISourceData sourceRow)
java.lang.Object
GroupTypeConfigurationButtonField. getAssignedValue(QueryBase queryBase)
QueryField
GroupTypeConfigurationButtonField. getDisplayQueryField(QueryBase queryBase)
java.util.List<QueryAssignment>
GroupTypeConfigurationButtonField. getQueryAssignments(QueryInsert queryInsert, IParameters parameters)
java.util.List<QueryAssignment>
GroupTypeConfigurationButtonField. getQueryAssignments(QueryUpdate queryUpdate, IParameters parameters)
IQueryFilter
GroupTypeConfigurationButtonField. getQueryFilter(QueryBase queryBase, TableSourceFilter filter)
java.util.List<QuerySortOrder>
GroupTypeConfigurationButtonField. getQuerySortOrders(QueryBase queryBase, java.lang.String direction)
TableSourceFieldMapping
GroupTypeConfigurationButtonField. getTableMapping(QueryBase queryBase)
void
DatabaseViewAvailableFieldsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DatabaseViewGroupTypeProcessActionHandler. processAction()
void
GroupTypeProcessActionHandler. processAction()
Processes actions for the portal administration group type service. -
Uses of PortalException in lumis.service.portalmanagement.healthmonitor
Methods in lumis.service.portalmanagement.healthmonitor that throw PortalException Modifier and Type Method Description void
HealthChecksDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<HealthCheckInfo>
HealthChecksDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.importexport
Methods in lumis.service.portalmanagement.importexport that throw PortalException Modifier and Type Method Description void
ImportExportControllerHtml. handle()
Handles the request.
Accept the following parameters:m
: required parameter to indicate which action is being requested.void
RestorePointsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ExportProcessActionHandler. processAction()
void
ExportStructureProcessActionHandler. processAction()
void
ImportProcessActionHandler. processAction()
Constructors in lumis.service.portalmanagement.importexport that throw PortalException Constructor Description ImportExportControllerHtml(HttpServletRequest request, HttpServletResponse response)
Initializes a new instance with the given parameters.StructureSyncControllerJson(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.service.portalmanagement.importprincipal
Methods in lumis.service.portalmanagement.importprincipal that throw PortalException Modifier and Type Method Description void
ImportPrincipalsProcessActionHandler. processAction()
void
ReadPrincipalsProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.interactiveprocess
Methods in lumis.service.portalmanagement.interactiveprocess that throw PortalException Modifier and Type Method Description static java.util.Map<java.lang.Integer,java.util.List<java.lang.String>>
StepsDataProvider. getStepsStatus(IProcess process)
Returns a map with steps status for a given process.void
StepDetailsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
StepsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
CustomInputHiddenControl. loadFromRequest()
void
CustomInputTextAreaControl. loadFromRequest()
void
DetailsProcessActionHandler. processAction()
void
RecoverProcessActionHandler. processAction()
void
ProcessPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.localgroup
-
Uses of PortalException in lumis.service.portalmanagement.localuser
Methods in lumis.service.portalmanagement.localuser that throw PortalException Modifier and Type Method Description void
AddInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AddInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.portalmanagement.lock
Methods in lumis.service.portalmanagement.lock that throw PortalException Modifier and Type Method Description void
LockProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.monitor
Methods in lumis.service.portalmanagement.monitor that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
MonitorRequestRuleSource. doAddData(IParameters data)
protected void
MonitorRequestRuleSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
MonitorRequestRuleSource. doUpdateData(IParameters data)
void
UserAttributesOptionsDataProvider. loadData(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
void
AnonymizeAllUsersWithoutConsentProcessActionHandler. processAction()
void
APMMetricProcessActionHandler. processAction()
void
MonitorConfigurationProcessActionHandler. processAction()
void
MonitorEventProcessActionHandler. processAction()
void
ReindexProcessActionHandler. processAction()
void
LoginPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
MonitorConfigurationOptionPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
Constructors in lumis.service.portalmanagement.monitor that throw PortalException Constructor Description MonitorRequestRuleSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Creates a monitor request rule source. -
Uses of PortalException in lumis.service.portalmanagement.monitoring
Methods in lumis.service.portalmanagement.monitoring that throw PortalException Modifier and Type Method Description void
MonitoringDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DisableMonitoringProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.observer
Methods in lumis.service.portalmanagement.observer that throw PortalException Modifier and Type Method Description void
ObserverProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.page
-
Uses of PortalException in lumis.service.portalmanagement.pageacl
Methods in lumis.service.portalmanagement.pageacl that throw PortalException Modifier and Type Method Description boolean
PageAclControl. canInheritPermissions(ITransaction transaction)
boolean
PageAclControl. checkPermission(ITransaction transaction)
boolean
PageAclProcessActionHandler. checkPermission()
AccessControlList
PageAclControl. getAcl(ITransaction transaction)
java.lang.String
PageAclControl. getDefaultPermission(ITransaction transaction)
PageConfig
PageAclControl. getPage()
Returns the page whose acl this control edits.AccessControlList
PageAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
PageAclControl. getPermissionsNode(ITransaction transaction)
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PageAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.pageacl that throw PortalException Constructor Description PageAclControl()
PageAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.pagecache
Methods in lumis.service.portalmanagement.pagecache that throw PortalException Modifier and Type Method Description void
PageCacheCleanupClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
protected void
PageCacheProcessActionHandler. expirePageCaches(java.util.Collection<java.lang.String> pageCacheIds)
Expires a collection ofPageCacheConfig
s.protected java.lang.String
ValidatorButton. getValidationScript(org.w3c.dom.Node onEventNode)
void
DefaultStartDateDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PageCacheProcessActionHandler. processAction()
void
PageCacheConfirmMessageControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.pagelink
Methods in lumis.service.portalmanagement.pagelink that throw PortalException Modifier and Type Method Description void
PageLinkPriorityDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
PageLinkURLsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
PageLinkWebsiteBaseURLsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
PageLinkProcessActionHandler. processAction()
void
PageLinkURLsFieldPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.pagetemplate
-
Uses of PortalException in lumis.service.portalmanagement.pagetemplateacl
Methods in lumis.service.portalmanagement.pagetemplateacl that throw PortalException Modifier and Type Method Description boolean
PageTemplateAclControl. canInheritPermissions(ITransaction transaction)
boolean
PageTemplateAclControl. checkPermission(ITransaction transaction)
boolean
PageTemplateAclProcessActionHandler. checkPermission()
AccessControlList
PageTemplateAclControl. getAcl(ITransaction transaction)
java.lang.String
PageTemplateAclControl. getDefaultPermission(ITransaction transaction)
PageConfig
PageTemplateAclControl. getPage()
Returns the page template whose acl this control edits.AccessControlList
PageTemplateAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
PageTemplateAclControl. getPermissionsNode(ITransaction transaction)
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PageTemplateAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.pagetemplateacl that throw PortalException Constructor Description PageTemplateAclControl()
PageTemplateAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.portalacl
Methods in lumis.service.portalmanagement.portalacl that throw PortalException Modifier and Type Method Description boolean
PortalAclControl. canInheritPermissions(ITransaction transaction)
boolean
PortalAclControl. checkPermission(ITransaction transaction)
boolean
PortalAclProcessActionHandler. checkPermission()
AccessControlList
PortalAclControl. getAcl(ITransaction transaction)
java.lang.String
PortalAclControl. getDefaultPermission(ITransaction transaction)
AccessControlList
PortalAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
PortalAclControl. getPermissionsNode(ITransaction transaction)
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PortalAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.portalacl that throw PortalException Constructor Description PortalAclControl()
PortalAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.processqueue
Methods in lumis.service.portalmanagement.processqueue that throw PortalException Modifier and Type Method Description void
QueueStatisticsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DeleteQueueTaskProcessActionHandler. processAction()
void
ReprocessQueueTaskProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.project
Methods in lumis.service.portalmanagement.project that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
ProjectSource. doAddData(IParameters data)
protected void
ProjectSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
ProjectSource. doUpdateData(IParameters data)
void
CreateProjectServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ProjectExtraInfoPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
CreateProjectServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Constructors in lumis.service.portalmanagement.project that throw PortalException Constructor Description ProjectSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.portalmanagement.repository
Methods in lumis.service.portalmanagement.repository that throw PortalException Modifier and Type Method Description void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryProcessActionHandler. processAction()
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.portalmanagement.security.cors
Methods in lumis.service.portalmanagement.security.cors that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
CorsRulesSource. doAddData(IParameters data)
protected void
CorsRulesSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
CorsRulesSource. doUpdateData(IParameters data)
Constructors in lumis.service.portalmanagement.security.cors that throw PortalException Constructor Description CorsRulesSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.portalmanagement.security.csr
Methods in lumis.service.portalmanagement.security.csr that throw PortalException Modifier and Type Method Description void
ScheduleClearCacheProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.sendmail
Methods in lumis.service.portalmanagement.sendmail that throw PortalException Modifier and Type Method Description protected java.util.List<IMailConfig>
MailConfigDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
void
SendMailProcessActionHandler. processAction()
void
SendTestMail. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.serialization
Methods in lumis.service.portalmanagement.serialization that throw PortalException Modifier and Type Method Description void
SelectImportFileControl. buildSubControls()
protected ZipDirectory
BaseImportLecProcessActionHandler. getLecZipDirectory()
returns the lec zip directory of the given import operation.protected java.lang.Class<java.lang.String>
SelectImportFileControl. getValueClass()
void
ImportFileDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
LecFilesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SerializationDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ImportExportInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectImportFileProcessActionHandler. processAction()
void
SerializationProcessActionHandler. processAction()
void
SerializationProcessActionHandler. processExportAction()
void
SerializationProcessActionHandler. processImportAction()
void
ImportExportInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
AdminMemberConditionalRenderControl. setRenderData()
void
SelectImportFileControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.server
Methods in lumis.service.portalmanagement.server that throw PortalException Modifier and Type Method Description protected IConverter
EnviromentPropertiesControl. createConverter()
IResource
EnviromentPropertiesControl. getControlResource()
protected java.lang.Class<?>
EnviromentPropertiesControl. getValueClass()
void
EnvironmentConfigurationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
EnvironmentTypesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ServerConfigurationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ConfigurationProcessActionHandler. processAction()
void
ServerConfigurationProcessActionHandler. processAction()
protected void
ServerConfigurationProcessActionHandler. processDeleteConfigurations()
Delete configurations.protected void
ConfigurationProcessActionHandler. processUpdateConfigurations()
Update configurations.protected void
ServerConfigurationProcessActionHandler. processUpdateConfigurations()
Update configurations.void
EnviromentPropertiesControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.service
Methods in lumis.service.portalmanagement.service that throw PortalException Modifier and Type Method Description protected java.util.Collection<ServiceConfig>
ServiceSource. getServiceConfigs(SessionConfig sessionConfig, ITransaction transaction)
Deprecated.void
ServiceSource. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Deprecated.void
DeploymentProcessActionHandler. processAction()
void
RegisterServiceProcessActionHandler. processAction()
void
AdminServicePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
RegisterServiceProcessActionHandler. registerExistingServices()
void
RegisterServiceProcessActionHandler. registerNewService()
void
RegisterServiceProcessActionHandler. unregisterServices()
-
Uses of PortalException in lumis.service.portalmanagement.serviceacl
Methods in lumis.service.portalmanagement.serviceacl that throw PortalException Modifier and Type Method Description boolean
ServiceAclControl. canInheritPermissions(ITransaction transaction)
boolean
ServiceAclControl. checkPermission(ITransaction transaction)
boolean
ServiceAclProcessActionHandler. checkPermission()
AccessControlList
ServiceAclControl. getAcl(ITransaction transaction)
java.lang.String
ServiceAclControl. getDefaultPermission(ITransaction transaction)
AccessControlList
ServiceAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
ServiceAclControl. getPermissionsNode(ITransaction transaction)
java.lang.String
ServiceAclControl. getServiceLocalizedName()
Returns the localized name of the service whose acl this control edits.void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ServiceAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.serviceacl that throw PortalException Constructor Description ServiceAclControl()
ServiceAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.serviceinstance
Methods in lumis.service.portalmanagement.serviceinstance that throw PortalException Modifier and Type Method Description void
EditServiceInstanceTabbedControl. buildSubControls()
protected java.util.Collection<ServiceConfig>
ServiceInstanceAddDataProvider. getServiceConfigs(SessionConfig sessionConfig, ITransaction transaction)
void
BusinessContextForCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
EditServiceInstanceServiceInstanceCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
void
ExtractorCustomPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source<ISourceField> source, ITransaction transaction)
void
AddInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AddTransformationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AddTransformationParametersProcessActionHandler. processAction()
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
DouiRestInterfaceCachePropertiesProcessActionHandler. processAction()
void
EditInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditTransformationParametersProcessActionHandler. processAction()
void
FileManagementPropertiesInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ImportContentInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ImportContentServiceInstanceProcessActionHandler. processAction()
void
ServiceInstanceProcessActionHandler. processAction()
void
ServiceInstanceTransformationProcessActionHandler. processAction()
void
UsedByInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ExtendedPropertiesMenuXmlPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ExtendedPropertiesServicePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AddInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
AddTransformationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditTransformationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
FileManagementPropertiesInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ImportContentInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
UsedByInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditServiceInstanceTabbedControl. setRenderData()
void
ServiceInstanceUsedByControl. setRenderData()
void
BusinessContextForCacheAdvancedTabularDataControl. setValueFromSource()
protected void
LoadTransformationFromDataBaseControl. setValueFromSource(Source source)
-
Uses of PortalException in lumis.service.portalmanagement.serviceinstanceacl
Methods in lumis.service.portalmanagement.serviceinstanceacl that throw PortalException Modifier and Type Method Description boolean
ServiceInstanceAclControl. canInheritPermissions(ITransaction transaction)
boolean
ServiceInstanceAclProcessActionHandler. checkPermission()
AccessControlList
ServiceInstanceAclControl. getAcl(ITransaction transaction)
java.lang.String
ServiceInstanceAclControl. getDefaultPermission(ITransaction transaction)
java.util.HashMap<java.lang.Integer,java.lang.Integer>
ServiceInstanceAclProcessActionHandler. getInheritPermissionsMap()
AccessControlList
ServiceInstanceAclProcessActionHandler. getParentAcl()
org.w3c.dom.Node
ServiceInstanceAclControl. getPermissionsNode(ITransaction transaction)
ServiceInstanceConfig
ServiceInstanceAclControl. getServiceInstance()
Returns the service instance whose acl this control edits.void
ServiceInstanceAclControl. loadFromRequest()
void
AdministrationInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
AdministrationInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ServiceInstanceAclProcessActionHandler. updateAcl(AccessControlList acl)
Constructors in lumis.service.portalmanagement.serviceinstanceacl that throw PortalException Constructor Description ServiceInstanceAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.serviceinstanceacl.workflow
Methods in lumis.service.portalmanagement.serviceinstanceacl.workflow that throw PortalException Modifier and Type Method Description void
WorkflowServiceInstanceAclProcessActionHandler. processAction()
void
WorkflowServiceInstanceAclControl. setRenderData()
Constructors in lumis.service.portalmanagement.serviceinstanceacl.workflow that throw PortalException Constructor Description WorkflowServiceInstanceAclProcessActionHandler()
-
Uses of PortalException in lumis.service.portalmanagement.serviceinterfaceinstance
Methods in lumis.service.portalmanagement.serviceinterfaceinstance that throw PortalException Modifier and Type Method Description void
ServiceInterfaceHolder. instanceAdded(ServiceInterfaceInstanceConfig config, ITransaction transaction)
void
BusinessContextForCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
CacheKeyGeneratorTypeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ClassForCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
DefaultCacheDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
void
InterfaceHolderPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ServiceInterfaceInstancePropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ServiceInterfaceNamesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
TimeoutToClearCacheDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
InterfaceHolderPropertiesInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
InterfaceHolderPropertiesProcessActionHandler. processAction()
void
PropertiesInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
ServiceInterfaceInstancePropertiesProcessActionHandler. processAction()
void
CacheConfigurationPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
InterfaceHolderPropertiesInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
PropertiesInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
ServiceInterfaceHolder. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
InterfaceInstanceInContextEditSupportControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.servicemenutype
Methods in lumis.service.portalmanagement.servicemenutype that throw PortalException Modifier and Type Method Description void
RegisterMenuTypesProcessActionHandler. processAction()
void
RegisterMenuTypesProcessActionHandler. registerMenuTypes()
void
RegisterMenuTypesProcessActionHandler. registerStandardMenuTypes()
void
RegisterMenuTypesProcessActionHandler. unregisterMenuGroupType()
void
RegisterMenuTypesProcessActionHandler. unregisterMenuItemType()
-
Uses of PortalException in lumis.service.portalmanagement.servicesearchindex
Methods in lumis.service.portalmanagement.servicesearchindex that throw PortalException Modifier and Type Method Description void
ServiceSearchIndexDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
ForceToPublishSynonymsProcessActionHandler. processAction()
Constructors in lumis.service.portalmanagement.servicesearchindex that throw PortalException Constructor Description DouiReindexerControllerXml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.service.portalmanagement.servicetype
Methods in lumis.service.portalmanagement.servicetype that throw PortalException Modifier and Type Method Description void
RegisterServiceTypesProcessActionHandler. processAction()
void
RegisterServiceTypesProcessActionHandler. registerServiceTypes()
void
RegisterServiceTypesProcessActionHandler. registerStandardServiceTypes()
void
RegisterServiceTypesProcessActionHandler. unregisterInterfaceType()
void
RegisterServiceTypesProcessActionHandler. unregisterServiceType()
-
Uses of PortalException in lumis.service.portalmanagement.socialnetwork.doui.control
Methods in lumis.service.portalmanagement.socialnetwork.doui.control that throw PortalException Modifier and Type Method Description void
SelectPageControl. buildSubControls()
boolean
RequiredValueWhenEnableControl. doServerValidation()
IResource
SelectPageControl. getControlResource()
java.lang.String
RequiredValueWhenEnableControl. getScriptValidationFunctionImplementation()
void
SelectPageControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SelectChannelPageTreeControl. setRenderData()
void
SelectPageControl. setRenderData()
-
Uses of PortalException in lumis.service.portalmanagement.socialnetwork.doui.processaction
Methods in lumis.service.portalmanagement.socialnetwork.doui.processaction that throw PortalException Modifier and Type Method Description void
AddSocialNetworkProcessActionHandler. calculateDefaultProfileInformation()
Calculates the profile service instance for the standard social profile service.void
AddSocialNetworkProcessActionHandler. processAction()
void
ValuesValidatorProcessAction. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.socialnetwork.doui.source.dataprovider
Methods in lumis.service.portalmanagement.socialnetwork.doui.source.dataprovider that throw PortalException Modifier and Type Method Description void
SocialNetworkDeclaredSourcesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
SocialNetworkServiceInstancesByServiceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SocialNetworkServicesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SocialNetworkSourceFieldsProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.socialnetwork.doui.source.postloadprocessor
Methods in lumis.service.portalmanagement.socialnetwork.doui.source.postloadprocessor that throw PortalException Modifier and Type Method Description void
EditSocialNetworkPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.socialnetworkintegration.action
Methods in lumis.service.portalmanagement.socialnetworkintegration.action that throw PortalException Modifier and Type Method Description void
DeleteApplicationProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.structure.doui.control
Methods in lumis.service.portalmanagement.structure.doui.control that throw PortalException Modifier and Type Method Description void
WebsiteChangeCheckControl. buildSubControls()
boolean
FriendlyIdValidationControl. doServerValidation()
boolean
RestShortNameValidationControl. doServerValidation()
java.lang.String
WebsiteChangeCheckControl. getRenderData()
java.lang.String
FriendlyIdValidationControl. getScriptValidationFunctionImplementation()
java.lang.String
RestShortNameValidationControl. getScriptValidationFunctionImplementation()
void
WebsiteControllerHtml. handleRequest()
Handles the request.void
SelectChannelOrChannelTemplateControlWithCustomCallbackFunction. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WebsiteChangeCheckControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WebsiteChangeCheckControl. setRenderData()
Constructors in lumis.service.portalmanagement.structure.doui.control that throw PortalException Constructor Description WebsiteControllerHtml(HttpServletRequest request, HttpServletResponse response)
Creates a new instance with the given parameters. -
Uses of PortalException in lumis.service.portalmanagement.structure.doui.control.layoutfile
Methods in lumis.service.portalmanagement.structure.doui.control.layoutfile that throw PortalException Modifier and Type Method Description static java.util.List<java.lang.String>
LayoutFileUtil. getHtmlFilesFromThemeByHint(java.lang.String themeId, java.lang.String hintStr)
Get all html files from www or def directory in a given Theme.static java.util.List<java.lang.String>
LayoutFileUtil. getHtmlFilesFromThemesByHint(java.lang.String pageOrChannelType, java.lang.String channelId, boolean inheritedTheme, java.lang.String appliedThemes, java.lang.String hint)
Get Html files from a list of themes applied and his inheritance themes in a given channel or his parent, based on a given typejava.lang.String
LayoutFileResource. getLayoutFile(HttpServletResponse response, java.lang.String hint, java.lang.Integer maxResult, java.lang.String appliedThemes, java.lang.String inheritedTheme, @NotNull java.lang.String channelId, @NotNull java.lang.String pageOrChannelType)
Returns the list of Layout Files related to a specific theme.void
LayoutFileDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.structureeditor
Methods in lumis.service.portalmanagement.structureeditor that throw PortalException Modifier and Type Method Description boolean
IStructureElement. add()
Adds this element.boolean
AddObjectAction. execute(lumis.service.portalmanagement.structureeditor.StructuralChangeContext context)
boolean
IAction. execute(lumis.service.portalmanagement.structureeditor.StructuralChangeContext context)
Executes the action.java.lang.String
StructureEditorResource. getServices(HttpServletResponse response)
Returns the portal instantiable services.void
StructureEditorProcessActionHandler. processAction()
void
StructureEditorServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
StructureEditorServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
boolean
IStructureElement. update()
Update this element. -
Uses of PortalException in lumis.service.portalmanagement.systeminfo
Methods in lumis.service.portalmanagement.systeminfo that throw PortalException Modifier and Type Method Description protected void
MapDataProvider. buildTabularData(java.util.Map<?,?> mapData, TabularSource<?> source)
Fill the TabularData from TabularSource using the information in the MapResponse
SystemInfoResource. downloadSystemInfoZip()
Returns the system information zip.void
MapDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
CachedPagesInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
ClusterInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
DatabaseInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
ElasticsearchInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
EnvironmentDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
GeneralInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected abstract java.util.Map<?,?>
MapDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementationprotected java.util.Map<java.lang.String,java.lang.String>
MemoryUseInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PageAccessInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
PageCacheCleanerInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PageCacheGeneratorProfileInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PageCacheQueueInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<?,?>
PCGeneratorConfigInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
PortalInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
SystemPropertiesDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.Map<java.lang.String,java.lang.String>
ThreadInformationDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
StringReplacePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected java.lang.String
StringReplacePostLoadProcessor. readParameterValue(java.lang.String parameterName, org.w3c.dom.Node parametersNode)
Reads the value of a given parameter using its name.protected void
StringReplacePostLoadProcessor. replaceStrings(Source<?> source, java.lang.String fieldId, java.lang.String from, java.lang.String to)
Replace the from string by the to string in a field of a source. -
Uses of PortalException in lumis.service.portalmanagement.testautomation
Methods in lumis.service.portalmanagement.testautomation that throw PortalException Modifier and Type Method Description void
TestAutomationProcessActionHandler. processAction()
void
TestAdminPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
TestGroupStatusPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
TestStatusPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.portalmanagement.theme
Methods in lumis.service.portalmanagement.theme that throw PortalException Modifier and Type Method Description static ThemeUsageConfig
ThemeApplianceHelper. from(ProcessActionHandler<?> processActionHandler, java.lang.String appliedThemeIdsParameterName, java.lang.String inheritingThemeIdsParameterName)
Constructs aThemeUsageConfig
from the givenProcessActionHandler
using the indicated parameters.void
AppliedEditableThemesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
EditableAppliedThemesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ParentItemThemeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ThemeAdministrationListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
protected java.util.List<java.lang.Object>
ThemeAdministrationListDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ThemeProcessActionHandler. processAction()
void
ThemeAdministrationListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeInheritedPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeUsagePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ThemeAdministrationPropertyPage. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.portalmanagement.theme.editor
Methods in lumis.service.portalmanagement.theme.editor that throw PortalException Modifier and Type Method Description java.lang.String
ThemeEditorResource. areThemeFilesEditable(java.lang.String themeId)
void
ThemeEditorResource. createNewDirectory(java.lang.String themeId, java.lang.String filePath, java.lang.String dirName)
void
ThemeEditorResource. createNewFile(java.lang.String themeId, java.lang.String filePath, java.lang.String fileName)
void
ThemeEditorResource. deleteFile(java.lang.String themeId, java.lang.String filePath)
java.lang.String
ThemeEditorResource. deletePageHolder(java.lang.String pageId, java.lang.String pageHolderName)
Response
ThemeEditorResource. downloadZip(java.lang.String themeId, java.lang.String folderPath)
java.lang.String
ThemeEditorResource. getEditableThemes(java.lang.String pageId)
protected java.util.List<ITheme>
ThemeEditorResource. getEditableThemes(PageConfig page, ITransaction transaction)
java.lang.String
ThemeEditorResource. getEditTheme(HttpServletRequest req, HttpServletResponse resp)
Response
ThemeEditorResource. getFile(java.lang.String themeId, java.lang.String filePath)
java.lang.String
ThemeEditorResource. getFileText(java.lang.String themeId, java.lang.String filePath)
java.lang.String
ThemeEditorResource. getFolderChildren(java.lang.String themeId, java.lang.String folderPath)
java.lang.String
ThemeEditorResource. getPageBlockInfo(java.lang.String pageId, java.lang.String pageBlockPath, int pageBlockPathParents)
java.lang.String
ThemeEditorResource. getPageHolderInfo(java.lang.String pageId, java.lang.String pageHolderPath)
java.lang.String
ThemeEditorResource. getParentSelector(java.lang.String pageId, java.lang.String pageHolderPath)
java.lang.String
ThemeEditorResource. insertPageBlock(java.lang.String pageId, java.lang.String pageBlockPath, int pageBlockPathParents, java.lang.String pageBlockName, java.lang.String pageBlockReference, java.lang.String selectedPageBlock)
java.lang.String
ThemeEditorResource. insertPageHolder(java.lang.String pageId, java.lang.String pageHolderPath, java.lang.String pageHolderName)
java.lang.String
ThemeEditorResource. isPageLayoutFileEditable(java.lang.String pageId)
void
ThemeEditorResource. renameFile(java.lang.String themeId, java.lang.String filePath, java.lang.String newFileName)
void
ThemeEditorResource. saveFileText(java.lang.String themeId, java.lang.String filePath, java.lang.String fileContent)
java.lang.String
ThemeEditorResource. uploadFile(java.io.InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, java.lang.String themeId, java.lang.String filePath)
java.lang.String
ThemeEditorResource. uploadZip(java.io.InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, java.lang.String themeId, java.lang.String filePath)
-
Uses of PortalException in lumis.service.portalmanagement.upgrade
Methods in lumis.service.portalmanagement.upgrade that throw PortalException Modifier and Type Method Description void
UpgradeCheckClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
Response
UpgradeResource. downloadVersionUpgrade(@NotEmpty @NotNull java.lang.String userMail, @NotEmpty @NotNull java.lang.String productVersion)
Endpoint to download the LumisXP upgrade version.IDataControlRequestHelpDefinition
LicenseTypeInputHiddenControl. getRequestHelpDefinition()
void
LicenseTypeInputHiddenControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
VersionNumberInputHiddenControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Response
UpgradeResource. initUpgrade(@NotEmpty @NotNull java.lang.String userMail, @NotEmpty @NotNull java.lang.String productVersion, @NotEmpty @NotNull java.lang.String productDownloadId)
Endpoint to start the LumisXP upgrade.void
UpgradePortalProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.user
Methods in lumis.service.portalmanagement.user that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
UserAttributesSource. doAddData(IParameters data)
protected void
UserAttributesSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
UserAttributesSource. doUpdateData(IParameters data)
void
UserEnvironmentConfigurationDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ChangePasswordProcessActionHandler. processAction()
void
LocalUserDouiInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
UserProcessActionHandler. processAction()
void
LocalUserDouiInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Constructors in lumis.service.portalmanagement.user that throw PortalException Constructor Description UserAttributesSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
Creates a user attribute source. -
Uses of PortalException in lumis.service.portalmanagement.user.configuration
Methods in lumis.service.portalmanagement.user.configuration that throw PortalException Modifier and Type Method Description void
ExpirationTimeCacheUnitsOptionsDataProvider. loadData(SessionConfig sessionConfig, T source, ITransaction transaction)
void
UpdateConfigurationProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.portalmanagement.webfilereplication
Methods in lumis.service.portalmanagement.webfilereplication that throw PortalException Modifier and Type Method Description protected void
WebFileReplicationProcessActionHandler. addWebFileReplication()
Adds a replication.void
SelectChannelControl. buildSubControls()
void
WebFileReplicationProcessActionHandler. processAction()
void
WebFileReplicationPropertiesControl. setRenderData()
protected void
WebFileReplicationProcessActionHandler. updateWebFileReplication()
Updates a replication. -
Uses of PortalException in lumis.service.portalmanagement.webresource
Methods in lumis.service.portalmanagement.webresource that throw PortalException Modifier and Type Method Description void
WebResourceRedirectionDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
WebResourceServiceProcessActionHandler. processAction()
void
WebResourcePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
Constructors in lumis.service.portalmanagement.webresource that throw PortalException Constructor Description WebResourceRedirectionDataProvider()
-
Uses of PortalException in lumis.service.portalmanagement.website
Methods in lumis.service.portalmanagement.website that throw PortalException Modifier and Type Method Description void
SelectWebsiteChannelControl. buildSubControls()
void
WebsitePriorityDataProvider. loadData(SessionConfig sessionConfig, TabularSource<? extends ITabularSourceField> source, ITransaction transaction)
void
SetWebsiteNameFromChannelControl. loadFromRequest()
void
AddWebsiteServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
EditWebsiteServiceInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
WebsiteProcessActionHandler. processAction()
void
WebsitePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AddWebsiteServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
EditWebsiteServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
WebsiteProcessActionHandler. updateWebsiteURLs(Website originalWebsite, java.util.HashMap<java.lang.String,WebsiteProcessActionHandler.BaseURL> BaseURLsMapToUpdate, java.util.List<WebsiteProcessActionHandler.BaseURL> baseURLsToAdd, WebsiteProcessActionHandler.BaseURL mainNonSecureBaseURL, WebsiteProcessActionHandler.BaseURL mainSecureBaseURL)
Updates the web site URLs based on given parameters. -
Uses of PortalException in lumis.service.portalmanagement.xslcache
Methods in lumis.service.portalmanagement.xslcache that throw PortalException Modifier and Type Method Description void
XslCacheDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
XslCacheProcessActionHandler. processAction()
Constructors in lumis.service.portalmanagement.xslcache that throw PortalException Constructor Description XslCacheDataProvider()
-
Uses of PortalException in lumis.service.portalmanagement.xsleditor
Methods in lumis.service.portalmanagement.xsleditor that throw PortalException Modifier and Type Method Description static java.util.List<java.lang.String>
StyleEditorUtil. getAppliedThemes(java.lang.String serviceInterfaceInstanceId, ITransaction transaction)
Get the applied themes for this interface.java.lang.String
XsltEditorResource. getControls(@NotNull java.lang.String xmlData)
java.lang.String
XsltEditorResource. getControlXML(@NotNull java.lang.String xmlData, @NotNull java.lang.String controlId)
java.lang.String
XsltEditorResource. getInsertMarkers(@NotNull java.lang.String xmlData, @NotNull java.lang.String serviceInterfaceInstanceId, @NotNull java.lang.String selectedInterfaceStyleId)
java.lang.String
XsltEditorResource. getJsonFromXml(@NotNull java.lang.String xmlData)
IDataControlRequestHelpDefinition
XslEditorControl. getRequestHelpDefinition()
void
ScriptingPermissionDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ServiceInstancesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
XslFileDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
XslFileManageListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
XslFileEditorControl. loadFromRequest()
void
AddPropertiesXslInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
XslEditorInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
XslEditorProcessActionHandler. processAction()
protected void
XslEditorProcessActionHandler. processAddAction()
protected void
XslEditorProcessActionHandler. processDelete()
protected void
XslEditorProcessActionHandler. processDeleteFromTheme()
protected void
XslEditorProcessActionHandler. processSaveToTheme()
void
InterfaceInstanceStyleNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
StyleDependencyPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
AddPropertiesXslInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
XslEditorInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
XsltResultControllerHtml. renderPage()
protected void
XsltResultControllerHtml. renderPageUserMode(ITransaction portalTransaction)
protected void
XsltResultControllerHtml. setPageMode(ITransaction portalTransaction)
void
XslEditorControl. setProcessActionHandlerParameters(IProcessActionHandler processActionHandler)
void
InputTextProxyControl. setRenderData()
void
RenderActionOnLoadScriptControl. setRenderData()
void
XslEditorControl. setRenderData()
void
XslFileEditorControl. setRenderData()
void
InputTextProxyControl. setValue(java.lang.Object value)
protected void
LazySourceDropDownListControl. setValueFromSource(Source source)
protected void
XsltResultControllerHtml. setWebResource(ITransaction transaction)
SetsPresentationControllerHtml.webResource
with the web resource instance for the current request.Constructors in lumis.service.portalmanagement.xsleditor that throw PortalException Constructor Description XsltResultControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.service.print
Methods in lumis.service.print that throw PortalException Modifier and Type Method Description void
PrintProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.privacyterm.api
Methods in lumis.service.privacyterm.api that throw PortalException Modifier and Type Method Description void
PrivacyTermManager. acceptAllPurposesOfPrivacyTerm(java.lang.String serviceInstanceId, java.lang.String sourceIp)
void
PrivacyTermManager. changeProcessPurpose(java.lang.String serviceInstanceId)
static void
PrivacyTermManager. clearUserConsentCache(java.lang.String groupId, ITransaction transaction)
Clear the user consent cache of the given group identifier in the given transaction after commit.java.util.List<java.lang.String>
PrivacyTermManager. getPrivacyProcessPurposes(ServiceInstanceConfig analyticsServiceInstance)
boolean
PrivacyTermManager. hasUserConsentedForDependentServiceInstance(java.lang.String dependentServiceInstanceId, java.lang.String monitorUserId)
boolean
PrivacyTermManager. isAllPurposesOfPrivacyTermAccepted(java.lang.String serviceInstanceId)
void
ProcessPurpose. preRemove()
Delete all user consent of this process purpose.void
PrivacyTermManager. revokeConsentOfAllPurposesOfPrivacyTerm(java.lang.String serviceInstanceId)
-
Uses of PortalException in lumis.service.privacyterm.doui
Methods in lumis.service.privacyterm.doui that throw PortalException Modifier and Type Method Description IContentTableSourceAddDataResult
PrivacyTermSource. addData(java.lang.Object data)
protected IQueryValue
DependentServiceInstanceIdFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected void
PrivacyTermSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected void
ProcessPurposeSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
void
ChangeProcessPurposeProcessActionHandler. processAction()
void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
UpdatePrivacyTermRepositoryProcessActionHandler. processAction()
void
PrivacyTermSourcePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
IContentTableSourceUpdateDataResult
PrivacyTermSource. updateData(java.lang.Object data, ContentTableSource.LockStrategy lockStrategy)
Constructors in lumis.service.privacyterm.doui that throw PortalException Constructor Description PrivacyTermSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
ProcessPurposeSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
This class' constructor. -
Uses of PortalException in lumis.service.questionnaire
Methods in lumis.service.questionnaire that throw PortalException Modifier and Type Method Description IQueryFilter
QuestionnaireListFilter. getQueryFilter(QueryBase queryBase, IParameters params)
void
AnswersAutoLayoutFieldsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ShowAnswersAutoLayoutFieldsControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
UserField. init(Source source, org.w3c.dom.Node fieldNode)
void
QuestionTableDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
AddQuestionaireAnswerProcessActionHandler. processAction()
void
AddQuestionaireProcessActionHandler. processAction()
void
DeleteQuestionnaireProcessActionHandler. processAction()
void
UpdateQuestionaireProcessActionHandler. processAction()
Constructors in lumis.service.questionnaire that throw PortalException Constructor Description QuestionSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
QuestionTableDataProvider()
-
Uses of PortalException in lumis.service.resourcescheduler
Methods in lumis.service.resourcescheduler that throw PortalException Modifier and Type Method Description protected IQueryValue
CurrentDayDateFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected IQueryValue
NextDayDateFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected java.lang.Object
ScheduleDateTimePickerControl. getDefaultValue()
protected java.lang.Object
ScheduleStartDateTimePickerControl. getDefaultValue()
java.lang.String
ResourcesDataType.Data. getDisplayString(IRenderer renderer)
Returns the display string, as defined inResourceDataType.Data#getDisplayString(IRenderer)
, of each Resource in this Resources data, separated by comma.java.lang.String
ResourcesDataType.Data. getRenderData(IRenderer renderer)
boolean
ResourceValidatorProcessActionHandler. isNameInUse(java.lang.String contentName, java.lang.String serviceInstanceId, java.lang.String itemId)
Indicates if a name is in use by another resource.void
ResourceValidatorProcessActionHandler. processAction()
If the name is in use by another resource in same service instance, throws an exception.void
RoomDeleteValidatorProcessActionHandler. processAction()
void
ScheduleValidatorProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.rss
Methods in lumis.service.rss that throw PortalException Modifier and Type Method Description void
IRssManager. generateRssXmlFile(SessionConfig sessionConfig, RssConfig rssConfig, java.lang.String oldPath, ITransaction transaction)
Generate the Rss Xml Filevoid
RssManager. generateRssXmlFile(SessionConfig sessionConfig, RssConfig rssConfig, java.lang.String oldPath, ITransaction transaction)
RssConfig
IRssDao. get(java.lang.String id, ITransaction transaction)
Get the RssRssConfig
IRssManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
Returns the RssConfig for a Rss with the given id.RssConfig
RssDao. get(java.lang.String id, ITransaction transaction)
RssConfig
RssManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
java.util.Set<java.lang.String>
IRssDao. getIdsByRssServiceInstanceId(java.lang.String rssServiceInstanceId, ITransaction transaction)
Returns theRSS
ids by the RSS service instance identifier.java.util.Set<java.lang.String>
RssDao. getIdsByRssServiceInstanceId(java.lang.String rssServiceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
IRssDao. getIdsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
Get the Rss ids by the Service Instance Idjava.util.Collection<java.lang.String>
IRssManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Get the Rss ids by the Service Instance Idjava.util.Collection<java.lang.String>
RssDao. getIdsByServiceInstanceId(java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<java.lang.String>
RssManager. getIdsByServiceInstanceId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
java.util.Collection<RssResultRow>
IRssDao. getResults(RssConfig rssConfig, ITransaction transaction)
Get the results of the Rss Xml filejava.util.Collection<RssResultRow>
RssDao. getResults(RssConfig rssConfig, ITransaction transaction)
protected java.lang.String
RssManager. getSourceFieldValue(org.w3c.dom.Node sourceNode, java.lang.String fieldId, java.lang.String fieldType, java.lang.String errorMessage, boolean stored, boolean showError)
void
IRssManager. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ITransaction transaction)
Removes the public files from the website.void
RssManager. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ITransaction transaction)
void
RssService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, ITransaction transaction)
void
IRssManager. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldBaseFolder, IPortalBaseFolder newBaseFolder, ITransaction transaction)
Moves the public files from the oldbase folder
to the new one.void
IRssManager. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
Moves the public files from the old website to the new one.void
RssManager. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldBaseFolder, IPortalBaseFolder newBaseFolder, ITransaction transaction)
void
RssManager. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
void
RssService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IPortalBaseFolder oldWebRootFolder, IPortalBaseFolder newWebRootFolder, ITransaction transaction)
void
RssService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
void
RssObserver. onEvent(IPortalEvent ev)
protected void
RssManager. prepare(RssConfig rssConfig, ITransaction transaction)
Prepare data and validate to insert in tablevoid
RssProcessActionHandler. processAction()
protected void
RssProcessActionHandler. processAddOrUpdateRssAction()
protected void
RssProcessActionHandler. processDeleteRssXmlAction()
protected void
RssProcessActionHandler. processGenerateRssXmlAction()
protected java.lang.String
RssManager. processHeader(java.lang.String header)
void
RssPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
RssObserver.GenerateRssXmlTask. run()
boolean
IRssDao. validateUniqueFilePath(java.lang.String filePath, java.lang.String notIncludingRssId, ITransaction transaction)
Verify if already exist a path specified to another RSSboolean
IRssManager. validateUniqueFilePath(java.lang.String filePath, java.lang.String notIncludingRssId, ITransaction transaction)
Verify if already exist a path specified to another RSSboolean
RssDao. validateUniqueFilePath(java.lang.String filePath, java.lang.String notIncludingRssId, ITransaction transaction)
boolean
RssManager. validateUniqueFilePath(java.lang.String filePath, java.lang.String notIncludingRssId, ITransaction transaction)
-
Uses of PortalException in lumis.service.scriptinghtmlprocessor
Methods in lumis.service.scriptinghtmlprocessor that throw PortalException Modifier and Type Method Description static void
ScriptingHtmlProcessor. clearScriptsCache()
Clears the scripts cache.java.lang.String
ScriptingHtmlProcessor. process(java.lang.String originalHtml, IPageWebResourceRenderRequest pageWebResourceRenderRequest)
-
Uses of PortalException in lumis.service.search
Methods in lumis.service.search that throw PortalException Modifier and Type Method Description protected java.lang.Object
SearchOrderByDropDownListControl. getDefaultValue()
void
BoostSearchDataProvider. loadData(SessionConfig sessionConfig, T source, ITransaction transaction)
void
SearchFacetPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
SearchPropertiesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
SearchQueryInputText. loadFromRequest()
void
BoostSearchProcessActionHandler. processAction()
void
SearchFacetPropertiesProcessActionHandler. processAction()
void
SearchPropertiesInterfaces. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SearchPropertiesProcessActionHandler. processAction()
void
SearchPropertiesInterfaces. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.search.popularity
Methods in lumis.service.search.popularity that throw PortalException Modifier and Type Method Description void
PopularityClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
static void
PopularityClock. updateContentPopularities()
Updates the contents' popularities in big data. -
Uses of PortalException in lumis.service.search.synonym
Methods in lumis.service.search.synonym that throw PortalException Modifier and Type Method Description protected IQueryValue
SynonymWordFilter. calculateFilterValue(org.w3c.dom.Node filterNode)
protected ISourceAddDataResult
SynonymTableSource. doAddData(IParameters data)
protected void
SynonymTableSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
SynonymTableSource. doUpdateData(IParameters data)
Constructors in lumis.service.search.synonym that throw PortalException Constructor Description SynonymTableSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.sendtofriend
Methods in lumis.service.sendtofriend that throw PortalException Modifier and Type Method Description void
SendToFriendControllerHtml. handleLinkRequest()
void
SendToFriendMailProcessActionHandler. processAction()
Constructors in lumis.service.sendtofriend that throw PortalException Constructor Description SendToFriendControllerHtml(HttpServletRequest request, HttpServletResponse response)
-
Uses of PortalException in lumis.service.seo
Methods in lumis.service.seo that throw PortalException Modifier and Type Method Description static java.net.URL
SeoServiceUtil. getCanonicalUrl(java.lang.String pageId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getPageDescription(java.lang.String pageId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getPageSocialDescription(java.lang.String pageId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getPageSocialImageFileId(java.lang.String pageId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getPageSocialTitle(java.lang.String pageId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getPageTitle(java.lang.String pageId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getPageTitlePattern(java.lang.String pageId, java.util.Locale locale)
Returns the page title pattern for the given page and locale.static java.lang.String
SeoServiceUtil. getUrlPathByChannelId(java.lang.String channelId, java.util.Locale locale)
static java.lang.String
SeoServiceUtil. getUrlPathByPageId(java.lang.String pageId, java.util.Locale locale)
Returns the url path for the specifiedPageConfig#getId( page)
SeoRule
if defined. -
Uses of PortalException in lumis.service.seo.processaction
Methods in lumis.service.seo.processaction that throw PortalException Modifier and Type Method Description void
AddSeoRuleProcessActionHandler. processAction()
void
SeoAfterCommitProcesActionHandler. processAction()
void
SetValuesProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.seo.robotstxt
Methods in lumis.service.seo.robotstxt that throw PortalException Modifier and Type Method Description void
RobotsTxtDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
RobotsTxtServedUrlsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
RobotsTxtSitemapNameProcessActionHandler. processAction()
void
RobotsTxtUserAgentNameProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.seo.sitemap
Methods in lumis.service.seo.sitemap that throw PortalException Modifier and Type Method Description void
SitemapClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
static void
SitemapManager. generateSiteMap(java.lang.String serviceInstanceId, ITransaction transaction)
Given a service instance id, this method renders the sitemap.xml files in the lumisdata/shared/data/sitempafiles directory.void
GenerateSitemapProcessActionHandler. processAction()
java.lang.String
SitemapResource. viewSitemap(HttpServletRequest request, HttpServletResponse response, java.lang.String serviceInstanceId)
Redirects to the serviceinstance sitemap. -
Uses of PortalException in lumis.service.simplecontent
Methods in lumis.service.simplecontent that throw PortalException Modifier and Type Method Description protected IServiceInterfaceUrl
SimpleContentHyperLinkResolver. createUrl(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, java.lang.String pageId, ITransaction transaction)
protected java.lang.String
SimpleContentHyperLinkResolver. resolveDestinationInterfaceId(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
IServiceInterfaceUrl
SimpleContentService. resolveHyperLink(SessionConfig sessionConfig, HyperLinkConfig hyperLinkConfig, ITransaction transaction)
-
Uses of PortalException in lumis.service.singleblog
Methods in lumis.service.singleblog that throw PortalException Modifier and Type Method Description protected SearchQuery
SingleBlogTagListDataProvider. getBaseQuery(TabularSource source)
-
Uses of PortalException in lumis.service.smartcontent
Methods in lumis.service.smartcontent that throw PortalException Modifier and Type Method Description static java.util.List<ISearchHit>
SmartContentUtil. chooseSearchByInterfaceType(SessionConfig sessionConfig, java.lang.String interfaceType, TabularSource<?> source, ITransaction transaction)
Choose a method use for an specific interface.static java.util.List<ISearchHit>
SmartContentUtil. getInterestingContent(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get contents that must be interesting for user by running a query on elasticSearch.static java.util.List<ISearchHit>
SmartContentUtil. getLastContentNotRead(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get last contents that wasn't read by me.static java.util.List<ISearchHit>
SmartContentUtil. getLastContentRead(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get last contents read by me, by running a query on elasticSearch.static java.util.List<ISearchHit>
SmartContentUtil. getMostLikedOrCommentedOrViewsRecommendedContents(SessionConfig sessionConfig, TabularSource<?> source, java.lang.String type, ITransaction transaction)
Get most like, commented or viewed recommend contents.static java.util.List<ISearchHit>
SmartContentUtil. getMostLikedOrCommnentedOrViewsContents(SessionConfig sessionConfig, TabularSource<?> source, java.lang.String type, ITransaction transaction)
Get most like, commented or viewed contents.static java.util.List<ISearchHit>
SmartContentUtil. getRecommendToMe(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Get contents recommend to me by running a query on elasticSearch.static SearchFieldClause
SmartContentUtil. getStartTimeFrameFieldClause(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
Returns the field clause that filters by the start of the time frame.void
SearchScopeStandardLabel. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of PortalException in lumis.service.smartcontent.dataprovider
Methods in lumis.service.smartcontent.dataprovider that throw PortalException Modifier and Type Method Description void
SearchScopeDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ServiceInstancesDataGridDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
SmartContentDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.smartcontent.processactions
Methods in lumis.service.smartcontent.processactions that throw PortalException Modifier and Type Method Description void
SearchScopeProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.socialnetworkintegration
Methods in lumis.service.socialnetworkintegration that throw PortalException Modifier and Type Method Description void
SocialNetworkIntegrationService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
-
Uses of PortalException in lumis.service.socialnetworkintegration.action
Methods in lumis.service.socialnetworkintegration.action that throw PortalException Modifier and Type Method Description void
ApplicationAccountProcessActionHandler. processAction()
void
MessageProcessActionHandler. processAction()
void
SelectAccountServiceInstanceProcessActionHandler. processAction()
void
SocialNetworkAuthenticationProcessActionHandler. processAction()
void
SocialNetworkCallbackProcessActionHandler. processAction()
void
SocialNetworkFacebookPublicationTokenProcessActionHandler. processAction()
void
SocialNetworkAccountAddPropertyPage. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.socialnetworkintegration.control
Methods in lumis.service.socialnetworkintegration.control that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
AccountServiceInstancePaneControl. getRequestHelpDefinition()
void
SelectAccountServiceInstanceAdvancedTabularDataControl. loadFromRequest()
protected void
SelectAccountServiceInstanceAdvancedTabularDataControl. setDefaultValue()
void
AccountServiceInstancePaneControl. setRenderData()
Set the render data. -
Uses of PortalException in lumis.service.socialnetworkintegration.dataprovider
Methods in lumis.service.socialnetworkintegration.dataprovider that throw PortalException Modifier and Type Method Description void
ServiceInstancePublishingToSocialNetworksDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
SocialNetworkAccountAddFacebookProfileDataProvider. loadData(SessionConfig sessionConfig, Source<?> source, ITransaction transaction)
Constructors in lumis.service.socialnetworkintegration.dataprovider that throw PortalException Constructor Description ServiceInstancePublishingToSocialNetworksDataProvider()
-
Uses of PortalException in lumis.service.socialnetworkintegration.postload
Methods in lumis.service.socialnetworkintegration.postload that throw PortalException Modifier and Type Method Description void
SocialNetworkNamePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.socialnetworkservices.microblog
Methods in lumis.service.socialnetworkservices.microblog that throw PortalException Modifier and Type Method Description void
MicroblogService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
-
Uses of PortalException in lumis.service.socialnetworkservices.microblog.core.manager
Methods in lumis.service.socialnetworkservices.microblog.core.manager that throw PortalException Modifier and Type Method Description void
PostManager. removePostWithDependencies(Post post)
Method that deletes an user post and all related data, i.e., associated entities attached to it (Comments, PostAttachments, Hashtags) -
Uses of PortalException in lumis.service.socialnetworkservices.microblog.core.util
Methods in lumis.service.socialnetworkservices.microblog.core.util that throw PortalException Modifier and Type Method Description java.lang.String
URLGenerator. generateHashtagLink(DouiContext douiContext, java.lang.String hashtag, java.lang.String serviceInstanceId, ITransaction transaction)
Method that generates the hashtag hyperlink for the correct 'view hashtag results' interface instance.java.lang.String
URLGenerator. processHashtagsAndURLs(java.lang.String analyzedText, DouiContext douiContext, java.lang.String serviceInstanceId, ITransaction transaction)
This method is responsible to analyze and process embbeded URLs and hashtags present in a String. -
Uses of PortalException in lumis.service.socialnetworkservices.microblog.doui.control
Methods in lumis.service.socialnetworkservices.microblog.doui.control that throw PortalException Modifier and Type Method Description IDataControlRequestHelpDefinition
CommentAreaListControl. getRequestHelpDefinition()
void
CommentAreaListControl. setRenderData()
void
FollowButtonControl. setRenderData()
-
Uses of PortalException in lumis.service.socialnetworkservices.microblog.doui.dataprovider
Methods in lumis.service.socialnetworkservices.microblog.doui.dataprovider that throw PortalException Modifier and Type Method Description void
HashOccurencesDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
HashtagPostsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
NetworkPostsDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
SocialProfileDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WallPostsDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
-
Uses of PortalException in lumis.service.socialnetworkservices.microblog.doui.observer
Methods in lumis.service.socialnetworkservices.microblog.doui.observer that throw PortalException Modifier and Type Method Description void
MicroblogPortalObserver. onEvent(IPortalEvent event)
-
Uses of PortalException in lumis.service.socialnetworkservices.microblog.doui.postloadprocessor
Methods in lumis.service.socialnetworkservices.microblog.doui.postloadprocessor that throw PortalException Modifier and Type Method Description void
CommentsListPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
-
Uses of PortalException in lumis.service.socialnetworkservices.microblog.doui.processactionhandler
Methods in lumis.service.socialnetworkservices.microblog.doui.processactionhandler that throw PortalException Modifier and Type Method Description void
MicroblogHashProcessActionHandler. analyzePost(java.lang.String postId, java.lang.String post)
This method analyzes a post content in order to extract possible embedded hashtags and persist them.void
MicroblogUserFollowsProcessActionHandler. doInsert(java.lang.String followedUserId, java.lang.String socialNetworkId, java.lang.String serviceInstanceId)
Does the insert process, i.e., a user follow-process.void
MicroblogUserFollowsProcessActionHandler. doRemove(java.lang.String followedUserId, java.lang.String socialNetworkId, java.lang.String serviceInstanceId)
Does the remove process, i.e., a user unfollow-process.void
MicroblogAttachmentsProcessActionHandler. processAction()
void
MicroblogCommentProcessActionHandler. processAction()
void
MicroblogHashProcessActionHandler. processAction()
void
MicroblogPostsProcessActionHandler. processAction()
void
MicroblogUserFollowsProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.socialnetworkservices.socialprofile
Methods in lumis.service.socialnetworkservices.socialprofile that throw PortalException Modifier and Type Method Description void
SocialProfileDataProvider. loadData(SessionConfig sessionConfig, TableSource source, ITransaction transaction)
void
SocialProfilePortalObserver. onEvent(IPortalEvent event)
void
SocialProfileUpdateProcessActionHandler. processAction()
Constructors in lumis.service.socialnetworkservices.socialprofile that throw PortalException Constructor Description SocialProfileDataProvider()
Default constructor. -
Uses of PortalException in lumis.service.tag
Methods in lumis.service.tag that throw PortalException Modifier and Type Method Description protected void
GenericServiceInstancesTagListDataProvider. addSearchAggregation(SearchQuery query, T source)
Adds the search aggregation on the givensearch query
.IChannelChildProvider
SelectTagServiceInstanceControl. createChannelChildProvider()
Defines the channel tree that allows the tag repository selection.void
UnusedTagsCleanerClock. doTick(SessionConfig sessionConfig, ClockConfig clockConfig)
protected SearchQuery
GenericServiceInstancesTagListDataProvider. getBaseQuery(T source)
Returns the base search query.protected java.lang.String
GenericServiceInstancesTagListDataProvider. getCountSourceFieldId(T source)
Returns the count source field identifier.protected java.util.Collection<java.lang.String>
GenericServiceInstancesTagListDataProvider. getFilterServiceInstaceIds(T source)
Returns the filter service instance identifiers.protected java.util.Collection<java.lang.String>
TagServiceInstanceTagListDataProvider. getFilterServiceInstaceIds(T source)
protected int
GenericServiceInstancesTagListDataProvider. getMaxRows(T source)
Returns the maximum number of rows to be returned in source.protected ServiceInstanceConfig
GenericServiceInstancesTagListDataProvider. getOwnServiceInstance(T source)
Returns the own service instance.protected java.lang.String
GenericServiceInstancesTagListDataProvider. getSearchAggregationId(T source)
Returns the search aggregation identifier to be used on search.protected java.lang.String
GenericServiceInstancesTagListDataProvider. getTagSourceFieldId(T source)
Returns the tag source field identifier.void
TagService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
GenericServiceInstancesTagListDataProvider. loadData(SessionConfig sessionConfig, T source, ITransaction transaction)
protected void
GenericServiceInstancesTagListDataProvider. populateRow(IMultiBucketAggregationResult.IBucket<java.io.Serializable> bucket, ISourceData row, T source)
Populates the given row of the given source with the givenbucket
of search aggregation result.protected void
GenericServiceInstancesTagListDataProvider. populateSource(T source, java.util.Map<java.lang.String,IAggregationResult> aggregations, SearchQuery query)
Populates the given source with the given aggregations.void
SelectRepositoryInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectRepositoryProcessActionHandler. processAction()
void
SelectRepositoryInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
protected void
GenericServiceInstancesTagListDataProvider. sortSource(T source, SearchQuery query)
Sorts the given source. -
Uses of PortalException in lumis.service.tagmanager.doui
Methods in lumis.service.tagmanager.doui that throw PortalException Modifier and Type Method Description IContentTableSourceAddDataResult
TagManagerSource. addData(java.lang.Object data)
protected void
TagManagerSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
void
TagManagerService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
TagManagerService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
AdminExtraInfoDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
HtmlSnippetDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
CheckTagCategoryDeleteProcessActionHandler. processAction()
void
PublishProcessActionHandler. processAction()
void
TogglePreviewModeProcessActionHandler. processAction()
void
EditTagPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
IContentTableSourceUpdateDataResult
TagManagerSource. updateData(java.lang.Object data, ContentTableSource.LockStrategy lockStrategy)
Constructors in lumis.service.tagmanager.doui that throw PortalException Constructor Description TagManagerSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.tagmanager.upgrade
Methods in lumis.service.tagmanager.upgrade that throw PortalException Modifier and Type Method Description static void
TagManagerUpgradeUtil. upgrade()
Upgrade method loops through list of serviceInstaceIds calling "convert" method converting ltm.tmpl.ts to new version. -
Uses of PortalException in lumis.service.tagmanager.util
Methods in lumis.service.tagmanager.util that throw PortalException Modifier and Type Method Description static IFile
TagManagerUtil. getFirstScriptFile(ServiceInstanceConfig serviceInstanceConfig)
Returns theltm.js
file.static java.lang.String
TagManagerUtil. getFirstScriptText(ServiceInstanceConfig serviceInstanceConfig)
Returns the content forltm.js
script.static java.lang.String
TagManagerUtil. getHtmlCodeSnippet(ServiceInstanceConfig serviceInstanceConfig)
Returns the HTML snippet to inject tag manager script.static IFile
TagManagerUtil. getSecondScriptFile(ServiceInstanceConfig serviceInstanceConfig)
Returns theltmimpl.js
file.static java.lang.String
TagManagerUtil. getSecondScriptText(ServiceInstanceConfig serviceInstanceConfig, boolean isPreview)
Returns the content forltmimpl.js
script.static void
TagManagerUtil. publish(ServiceInstanceConfig serviceInstanceConfig)
Publishes the script files.static void
TagManagerUtil. tryToDeleteScripts(ServiceInstanceConfig sic)
Tries to delete scripts folder -
Uses of PortalException in lumis.service.uframe
Methods in lumis.service.uframe that throw PortalException Modifier and Type Method Description void
UFrameServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
Method that enables a uFrame div. -
Uses of PortalException in lumis.service.urlredirect
Methods in lumis.service.urlredirect that throw PortalException Modifier and Type Method Description protected ISourceAddDataResult
URLRedirectSource. doAddData(IParameters data)
protected void
URLRedirectSource. doDeleteDataByItemIds(java.util.Collection<java.lang.String> itemIds)
protected ISourceUpdateDataResult
URLRedirectSource. doUpdateData(IParameters data)
IDataProvider<TableSource>
URLRedirectSource. getDataProvider()
void
URLRedirectService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
URLRedirectService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
URLRedirectService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node accessControlListNode, ITransaction transaction)
void
URLRedirectService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
URLRedirectService. instanceMoved(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstance, IWebsite oldWebsite, IWebsite newWebsite, ITransaction transaction)
TabularData
URLRedirectSource. readData(java.lang.String[] primaryKeyValues, ITransaction transaction)
Deprecated.ISourceData
URLRedirectSource. readData(java.lang.String primaryKeyValue, ITransaction transaction)
Deprecated.java.util.List<ISourceData>
URLRedirectSource. readData(java.util.Collection<java.lang.String> itemIds)
Constructors in lumis.service.urlredirect that throw PortalException Constructor Description URLRedirectSource(org.w3c.dom.Node sourceDefinitionNode, ISourceContext sourceContext)
-
Uses of PortalException in lumis.service.user
Methods in lumis.service.user that throw PortalException Modifier and Type Method Description void
UserProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.userlink
Methods in lumis.service.userlink that throw PortalException Modifier and Type Method Description java.lang.String
UserLinkResource. getUserLinks(@NotNull java.lang.String strlogins, @NotNull java.lang.String serviceInstanceId)
Given an array of logins, returns a json array with all users meta informaiton. -
Uses of PortalException in lumis.service.userpost
Methods in lumis.service.userpost that throw PortalException Modifier and Type Method Description void
UserPostResource. deletePost(@NotNull java.lang.String postContentId)
Deletes an user post by it's contentId and all related activities.protected void
UserPostDeleteProcessActionHandler. doAction()
void
UserPostResource. edit(HttpServletResponse response, @NotNull java.lang.String userPostContentId, @NotNull java.lang.String pageId)
Redirects to the edit post page.java.util.Collection<ActivityPriority>
UserPostActivityPrioritizer. generateActivityPriorities(Activity activity)
java.lang.String
UserPostResource. getPublishToPrincipals(@Size(min=1) java.lang.String serviceInstanceId, java.lang.String term, @Min(0L) @Max(50L) java.lang.Integer maxResults)
Returns a list of options to choose when selecting the publish to principals field, given a term to search for.java.lang.String
UserPostResource. getUrlMetaInformation(@NotNull java.lang.String url)
Given a url returns the meta information extracted from the url.java.lang.String
UserPostResource. getUsers(@Size(min=1) java.lang.String serviceInstanceId, @NotNull java.lang.String query)
Returns a list of user information given a query string.void
UserPostContentPublicationUpdateObserver. onEvent(IPortalEvent event)
void
PostEditProcessActionHandler. processAction()
-
Uses of PortalException in lumis.service.vote
Methods in lumis.service.vote that throw PortalException Modifier and Type Method Description java.sql.Date
VoteDaoJdbc. getVoteLogDate(java.lang.String questionId, java.lang.String userId, ITransaction transaction)
java.util.List<VoteOptionConfig>
VoteDaoJdbc. getVoteOptions(java.lang.String voteQuestionId, ITransaction transaction)
Returns the options for a vote question.VoteQuestionConfig
VoteDaoJdbc. getVoteQuestion(java.lang.String voteQuestionId, ITransaction transaction)
void
VoteProcessActionHandler. processAction()
void
VoteOptionPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
VotePercentCalculatorPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
java.lang.String
VoteDaoJdbc. registerVote(java.lang.String voteQuestionId, java.lang.String userId, ITransaction transaction)
void
VoteDaoJdbc. registerVoteOption(java.lang.String optionId, java.lang.String voteLogId, ITransaction transaction)
-
Uses of PortalException in lumis.service.webpage
Methods in lumis.service.webpage that throw PortalException Modifier and Type Method Description void
WebPageParameterDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
WebPageProcessActionHandler. processAction()
void
WebPage. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.webserviceviewer
Subclasses of PortalException in lumis.service.webserviceviewer Modifier and Type Class Description class
WebServiceViewerException
Methods in lumis.service.webserviceviewer that throw PortalException Modifier and Type Method Description void
WebServiceViewerConfigurationDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
WebServiceViewerParametersDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
WebServiceViewerConfigurationProcessActionHandler. processAction()
void
WebServiceViewerParametersProcessActionHandler. processAction()
void
WebServiceViewer. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
protected java.lang.String
WebServiceViewer. scrubResponseText(java.lang.String responseText, IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.websitefiles
Methods in lumis.service.websitefiles that throw PortalException Modifier and Type Method Description void
WebsiteFilesResource. createNewDirectory(java.lang.String websiteFilesId, java.lang.String filePath, java.lang.String dirName)
Creates a new dirctory in website.void
WebsiteFilesResource. createNewFile(java.lang.String websiteFilesId, java.lang.String filePath, java.lang.String fileName)
Creates a new text file in the given website.void
WebsiteFilesResource. deleteFile(java.lang.String websiteFilesId, java.lang.String filePath)
Deletes a file in a webisteResponse
WebsiteFilesResource. downloadZip(java.lang.String websiteFilesId, java.lang.String folderPath)
Download a zipped version of a given directory in the website.Response
WebsiteFilesResource. getFile(java.lang.String websiteFilesId, java.lang.String filePath)
Returns the content of a requested file.java.lang.String
WebsiteFilesResource. getFolderChildren(java.lang.String websiteFilesId, java.lang.String folderPath)
returns the children files and folders given a website and root path.protected IFile
WebsiteFilesResource. getWebsiteFilesDir(java.lang.String websiteFilesId)
Returns a file object that represents website files root folder.void
WebsiteFilesResource. renameFile(java.lang.String websiteFilesId, java.lang.String filePath, java.lang.String newFileName)
Renames a file in the websitevoid
WebsiteFilesResource. saveFileText(java.lang.String websiteFilesId, java.lang.String filePath, java.lang.String fileContent)
Saves file text to the given website.java.lang.String
WebsiteFilesResource. uploadFile(java.io.InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, java.lang.String websiteFilesId, java.lang.String filePath)
Uploads a file to the given directory.java.lang.String
WebsiteFilesResource. uploadZip(java.io.InputStream uploadedInputStream, org.glassfish.jersey.media.multipart.FormDataContentDisposition fileDetail, java.lang.String websiteFilesId, java.lang.String filePath)
Uploads a zip file to the destination website. -
Uses of PortalException in lumis.service.wiki
Methods in lumis.service.wiki that throw PortalException Modifier and Type Method Description void
WikiViewArticlePaneControl. buildSubControls()
Build the sub-controls depending on if the article is a wanted article or a normal article.void
FCKSelectArticleControllerHtml. handleRequest()
Redirects to a page with the specified interface.protected void
WikiService. initializeServiceInstanceContent(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
Creates the wiki main article, if the service instance has no content.void
WikiService. instanceAdded(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
When a wiki service instance is added, the main wiki article is automatically created.void
WikiService. instanceDeserialized(SessionConfig sessionConfig, java.lang.String serviceInstanceId, DeserializationConfig deserializationConfig, org.w3c.dom.Node node, ITransaction transaction)
void
WikiService. instanceDeserialized(ServiceInstanceDeserializationContext serviceInstanceDeserializationContext)
void
WikiContentVersionDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
LinkTranslatorProcessActionHandler. processAction()
void
NewArticleLinkProcessActionHandler. processAction()
Calls the JavaScriptcallbackFunction
providing the article title and URL.void
SetMainArticleProcessActionHandler. processAction()
void
ValidateArticleDeletionProcessActionHandler. processAction()
void
ValidateArticleTitleProcessActionHandler. processAction()
If the title is in use by other version, throws an exception.void
WikiArticleSelectProcessActionHandler. processAction()
Calls the JavaScriptcallbackFunction
providing the title and URL of the selected wiki article.protected void
ContentIdHolderControl. setValueFromSource(Source source)
boolean
WikiService. usesWidgetRepository(ITransaction transaction)
Constructors in lumis.service.wiki that throw PortalException Constructor Description FCKSelectArticleControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.service.workflow
Methods in lumis.service.workflow that throw PortalException Modifier and Type Method Description void
SelectServiceInstanceWorkflowDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
WorkflowSendToUsersDataProvider. loadData(SessionConfig sessionConfig, Source source, ITransaction transaction)
void
SelectPrincipalProcessActionHandler. processAction()
void
SelectWorkflowInterface. processAction(IServiceInterfaceActionRequest request, IServiceInterfaceActionResponse response)
void
SelectWorkflowServiceInstanceProcessActionHandler. processAction()
void
WorkflowProcessActionHandler. processAction()
void
SelectWorkflowInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
-
Uses of PortalException in lumis.service.wsrp.consumer
Methods in lumis.service.wsrp.consumer that throw PortalException Modifier and Type Method Description java.lang.String
IPortletServiceManager. clonePortlet(java.lang.String portletHandle, java.lang.String displayName)
Clones a portlet.java.lang.String
PortletServiceManager. clonePortlet(java.lang.String portletHandle, java.lang.String friendlyName)
java.lang.String
RemotePortletManagementManager. clonePortlet(java.lang.String portletHandle)
Clones a portlet.java.lang.String
RemotePortletManagementManagerV1. clonePortlet(java.lang.String portletHandle)
java.lang.String
RemotePortletManagementManagerV2. clonePortlet(java.lang.String portletHandle)
java.lang.String
IPortletServiceManager. getDescriptionFromPortlet(java.lang.String portletHandle)
Returns the description from portlet.java.lang.String
PortletServiceManager. getDescriptionFromPortlet(java.lang.String portletHandle)
java.lang.String
RemotePortletManagementManager. getDescriptionFromPortlet(java.lang.String portletHandle)
Returns the description from portlet.java.lang.String
RemotePortletManagementManagerV1. getDescriptionFromPortlet(java.lang.String portletHandle)
java.lang.String
RemotePortletManagementManagerV2. getDescriptionFromPortlet(java.lang.String portletHandle)
com.sun.portal.wsrp.common.stubs.v2.PortletDescription
IPortletServiceManager. getPortletDescription(java.lang.String portletHandle)
Returns the portlet description.com.sun.portal.wsrp.common.stubs.v2.PortletDescription
PortletServiceManager. getPortletDescription(java.lang.String portletHandle)
com.sun.portal.wsrp.common.stubs.v2.PortletDescription
RemotePortletManagementManager. getPortletDescription(java.lang.String portletHandle)
Returns the PortletDescription for the given portletHandle.com.sun.portal.wsrp.common.stubs.v2.PortletDescription
RemotePortletManagementManagerV1. getPortletDescription(java.lang.String portletHandle)
com.sun.portal.wsrp.common.stubs.v2.PortletDescription
RemotePortletManagementManagerV2. getPortletDescription(java.lang.String portletHandle)
java.lang.String
IPortletServiceManager. getPortletName(java.lang.String portletHandle)
Returns the portlet name.java.lang.String
PortletServiceManager. getPortletName(java.lang.String portletHandle)
java.lang.String
RemotePortletManagementManager. getPortletName(java.lang.String portletHandle)
Returns the portlet display name.java.lang.String
RemotePortletManagementManagerV1. getPortletName(java.lang.String portletHandle)
java.lang.String
RemotePortletManagementManagerV2. getPortletName(java.lang.String portletHandle)
java.util.Properties
IPortletServiceManager. getPortletProperties(java.lang.String portletHandle)
Returns the portlet properties.java.util.Properties
PortletServiceManager. getPortletProperties(java.lang.String portletHandle)
java.util.Properties
RemotePortletManagementManager. getPortletProperties(java.lang.String portletHandle)
Returns the portlet properties.java.util.Properties
RemotePortletManagementManagerV1. getPortletProperties(java.lang.String portletHandle)
java.util.Properties
RemotePortletManagementManagerV2. getPortletProperties(java.lang.String portletHandle)
java.lang.String
RemotePortletManagementManager. getPortletPropertyDescription(java.lang.String portletHandle, java.lang.String propertyName)
Returns the portlet property description.java.lang.String
RemotePortletManagementManagerV1. getPortletPropertyDescription(java.lang.String portletHandle, java.lang.String propertyName)
java.lang.String
RemotePortletManagementManagerV2. getPortletPropertyDescription(java.lang.String portletHandle, java.lang.String propertyName)
static IPortletServiceManager
PortletServiceManagerFactory. getPortletServiceManager(java.lang.String producerEntityId)
Returns an instance of a PortletServiceManager.RemotePortletManagementManager
RemoteServiceManagerFactory. getRemotePortletManagementManager(ProducerEntityImpl producerEntity)
Retrieves the RemotePortletManagmentManager for the given producerEntity.void
WSRPConsumerService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig serviceInstanceConfig, ITransaction transaction)
void
RemotePortletServiceInterface. processAction(IServiceInterfaceActionRequest interfaceRequest, IServiceInterfaceActionResponse interfaceResponse)
void
IPortletServiceManager. removeClone(java.lang.String portletHandle)
Removes the clone.void
PortletServiceManager. removeClone(java.lang.String portletHandle)
void
RemotePortletManagementManager. removeClone(java.lang.String portletHandle)
Removes the clone.void
RemotePortletManagementManagerV1. removeClone(java.lang.String portletHandle)
void
RemotePortletManagementManagerV2. removeClone(java.lang.String portletHandle)
void
RemotePortletServiceInterface. render(IServiceInterfaceRenderRequest request, IServiceInterfaceRenderResponse response)
void
IPortletServiceManager. setPortletProperties(java.lang.String portletHandle, java.util.Properties properties)
Sets the portlet properties.void
PortletServiceManager. setPortletProperties(java.lang.String portletHandle, java.util.Properties properties)
void
RemotePortletManagementManager. setPortletProperties(java.lang.String portletHandle, java.util.Properties properties)
Sets the portlet properties.void
RemotePortletManagementManagerV1. setPortletProperties(java.lang.String portletHandle, java.util.Properties properties)
void
RemotePortletManagementManagerV2. setPortletProperties(java.lang.String portletHandle, java.util.Properties properties)
-
Uses of PortalException in lumis.service.wsrp.consumer.doui
Methods in lumis.service.wsrp.consumer.doui that throw PortalException Modifier and Type Method Description void
ConsumerConfigurationInterfaceVerificationControl. buildSubControls()
void
RemotePortletConfigurationInterfaceControl. buildSubControls()
protected void
MapDataProvider. buildTabularData(java.util.Map<?,?> mapData, TabularSource<?> source)
Fill the TabularData from TabularSource using the information in the Mapprotected java.lang.String
ClonedPortletUsePostLoadProcessor. getFormat(org.w3c.dom.Node parametersNode)
Returns the format to be parsed.protected java.lang.String
ClonePortletPostLoadProcessor. getPortletCloneName(SessionConfig sessionConfig, java.lang.String originalName, Source<?> source, ITransaction transaction)
Returns the portlet clone processed name.protected java.lang.String
LinkToRuntimeTabularDataControl. getRowOnClick(TabularSource<?> source, ISourceData row, java.lang.String compositePrimaryKey, int rowIndex)
void
ConsumerConfigurationInterfaceDropDownListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
LinkToRuntimeTabularDataControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ClonedPortletDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
MapDataProvider. loadData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ProducerDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
RemotePortletConfigurationInterfaceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
protected abstract java.util.Map<?,?>
MapDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
Provides the Map data for each specific implementationprotected java.util.Map<?,?>
PropertiesDataProvider. obtainMapData(SessionConfig sessionConfig, TabularSource<?> source, ITransaction transaction)
void
ClonePortletProcessActionHandler. processAction()
void
ConsumerConfigurationInterfaceProcessActionHandler. processAction()
void
RemotePortletConfigurationInterfaceProcessActionHandler. processAction()
void
RemoveCloneProcessActionHandler. processAction()
ProcessAction to remove unwanted cloned portlets.protected void
ClonedPortletUsePostLoadProcessor. processRow(ISourceData row, java.lang.String format, Source<?> source, SessionConfig sessionConfig, ITransaction transaction)
Process a single row.protected void
ClonePortletPostLoadProcessor. processRow(SessionConfig sessionConfig, ISourceData row, Source<?> source, ITransaction transaction)
Process a single row.void
ClonedPortletUsePostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
void
ClonePortletPostLoadProcessor. processSource(SessionConfig sessionConfig, Source source, org.w3c.dom.Node parametersNode, ITransaction transaction)
protected void
LinkToRuntimeTabularDataControl. readDefinition(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Reads the control configuration and sets the control attributes. -
Uses of PortalException in lumis.service.wsrp.consumer.producermanager
Methods in lumis.service.wsrp.consumer.producermanager that throw PortalException Modifier and Type Method Description static java.lang.String
ProducerEntityManagerFactory. getProducerEntityId(SessionConfig sessionConfig, java.lang.String serviceInstanceId, ITransaction transaction)
Returns the producerEntityId configured for the specified service instance. -
Uses of PortalException in lumis.service.wsrp.producer
Methods in lumis.service.wsrp.producer that throw PortalException Modifier and Type Method Description void
WSRPCheckBoxListControl. buildSubControls()
Deprecated.boolean
ServiceInterfaceInstanceOwner. checkPermission(SessionConfig sessionConfig, ServiceInterfaceInstanceConfig serviceInterfaceInstanceConfig, ServiceInterfaceInstancePermission permission)
protected java.lang.String
ProducerAdminListTabularDataControl. getFieldHyperlink(TabularSource source, ISourceData row, java.lang.String fieldId, java.lang.String compositePrimaryKey, int rowIndex)
protected int
RegistrationManagementInterfaceDataProvider. getTotalRows(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
void
ProducerConfigurationInterfaceVersionDropDownListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WSRPCheckBoxListControl. init(org.w3c.dom.Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Deprecated.void
ProducerService. instanceDeleted(SessionConfig sessionConfig, ServiceInstanceConfig config, ITransaction transaction)
void
ClonedPortletsListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
PortletModesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ProducerAdministrationListDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
ProducerConfigurationInterfaceDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WindowStatesDataProvider. loadData(SessionConfig sessionConfig, TabularSource<ITabularSourceField> source, ITransaction transaction)
void
WSRPCheckBoxListControl. loadFromRequest()
Deprecated.protected java.util.List<lumis.service.wsrp.producer.RemoteConsumerRegistration>
RegistrationManagementInterfaceDataProvider. loadObjects(SessionConfig sessionConfig, TabularSource source, ITransaction transaction)
void
ServiceInterfaceInstanceDeleteObserver. onEvent(IPortalEvent event)
void
EditLifetimeProcessActionHandler. processAction()
void
OutbandRegistrationInterfaceProcessActionHandler. processAction()
void
ProducerAddInterfaceInstanceProcessActionHandler. processAction()
void
ProducerAdministrationListDeleteProcessActionHandler. processAction()
void
ProducerConfigurationInterfaceProcessActionHandler. processAction()
void
RegistrationAdministrationListDeleteProcessActionHandler. processAction()
void
ProducerAdministrationListAddButtonControl. setRenderData()
void
WSRPCheckBoxListControl. setRenderData()
Deprecated.protected void
WSRPCheckBoxListControl. setValueFromSource()
Deprecated. -
Uses of PortalException in lumis.socialnetwork
Methods in lumis.socialnetwork that throw PortalException Modifier and Type Method Description ISocialNetwork
ISocialNetworkManager. getSocialNetworkByChannelId(java.lang.String channelId)
Get an instance ofISocialProfileConfig
based inChannelConfig
identifier.ISocialNetwork
ISocialNetworkManager. getSocialNetworkByServiceInstanceId(java.lang.String serviceInstanceId)
Get an instance ofISocialProfileConfig
based inServiceInstanceConfig
identifier. -
Uses of PortalException in lumis.socialnetwork.socialprofile
Methods in lumis.socialnetwork.socialprofile that throw PortalException Modifier and Type Method Description ISocialProfile
ISocialProfileManager. getSocialProfileById(java.lang.String userId, ISocialNetwork socialNetwork)
Get an instance ofISocialProfile
based in Social Profile identifier.ISocialProfile
ISocialProfileProvider. getSocialProfileInformationById(java.lang.String userId)
Finds the social profile information by the given user id.java.util.List<ISocialProfile>
ISocialProfileProvider. getSocialProfileInformationsByKeyword(java.lang.String keyword)
Finds the social profile information based on a given keyword.java.util.List<ISocialProfile>
ISocialProfileManager. getSocialProfilesByKeyword(java.lang.String userId, ISocialNetwork socialNetwork)
Get a list ofISocialProfile
list of profiles identifier existing. -
Uses of PortalException in lumis.socialnetworkintegration
Subclasses of PortalException in lumis.socialnetworkintegration Modifier and Type Class Description class
ApplicationAccountDisableException
Exception that represents a social network account or social network application disable.Methods in lumis.socialnetworkintegration that throw PortalException Modifier and Type Method Description java.lang.String
ISocialNetworkConnector. buildAuthenticationURL(java.lang.String callbackURL, SocialNetworkApplication application, java.util.Map<java.lang.String,java.lang.Object> stored)
Builds the Authentication URL for the social network.void
ISocialNetworkConnector. callback(java.lang.String returnedValue, SocialNetworkAccount account, java.util.Map<java.lang.String,java.lang.Object> stored)
Executes the callback after application/account authorization.java.lang.String
SocialNetworkMessageStatus. getTranslatedString()
Returns the translated string.java.lang.String
ISocialNetworkConnector. publish(SocialNetworkMessage message)
Calls the social network's publish method (varies according to network).void
ISocialNetworkConnector. remove(SocialNetworkMessage message)
Calls the social network's remove method (varies according to network) if there is one.void
SocialNetworkMessage. reprocess()
Adds the message back to the queue if there was a problem during processing in the queue.java.lang.String
ISocialNetworkConnector. update(SocialNetworkMessage message)
Calls the social network's update method (varies according to network) if there is one. -
Uses of PortalException in lumis.socialnetworkintegration.action
Methods in lumis.socialnetworkintegration.action that throw PortalException Modifier and Type Method Description void
AbstractMessageAction.AfterRollbackSetErrorStatus. afterRollback()
void
MessagePublisher. run()
Low level method that uses ISocialNetworkConnector to publish a message to the social network.void
MessageRemover. run()
Low level method that uses ISocialNetworkConnector to remove a message to the social network.void
MessageUpdater. run()
Low level method that uses ISocialNetworkConnector to update a message to the social network. -
Uses of PortalException in lumis.socialnetworkintegration.connector
Methods in lumis.socialnetworkintegration.connector that throw PortalException Modifier and Type Method Description java.lang.String
FacebookConnector. buildAuthenticationURL(java.lang.String callbackURL, SocialNetworkApplication application, java.util.Map<java.lang.String,java.lang.Object> stored)
java.lang.String
TwitterConnector. buildAuthenticationURL(java.lang.String callbackURL, SocialNetworkApplication application, java.util.Map<java.lang.String,java.lang.Object> store)
void
FacebookConnector. callback(java.lang.String returnedValue, SocialNetworkAccount account, java.util.Map<java.lang.String,java.lang.Object> stored)
void
TwitterConnector. callback(java.lang.String returnedValue, SocialNetworkAccount account, java.util.Map<java.lang.String,java.lang.Object> stored)
com.restfb.Connection<com.restfb.types.Account>
FacebookConnector. getProfileAccounts(SocialNetworkAccount account)
Get all available accounts for the currently logged in user.java.lang.String
FacebookConnector. publish(SocialNetworkMessage message)
java.lang.String
TwitterConnector. publish(SocialNetworkMessage message)
void
FacebookConnector. remove(SocialNetworkMessage message)
void
TwitterConnector. remove(SocialNetworkMessage message)
java.lang.String
FacebookConnector. update(SocialNetworkMessage message)
java.lang.String
TwitterConnector. update(SocialNetworkMessage message)
-
Uses of PortalException in lumis.upgrade
Subclasses of PortalException in lumis.upgrade Modifier and Type Class Description class
UpgradeException
An exception used to represent an exception during upgrade.Methods in lumis.upgrade that throw PortalException Modifier and Type Method Description BuildConfig
IUpgradeManager. executeNextPendingBuild(SessionConfig sessionConfig, ITransaction transaction)
Executes the next pending build.BuildConfig
UpgradeManager. executeNextPendingBuild(SessionConfig sessionConfig, ITransaction transaction)
org.w3c.dom.Node
DropTableIfExistsStepHandler. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
org.w3c.dom.Node
IStepHandler. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
Executes a step in the upgrade process.org.w3c.dom.Node
RegisterServiceStepHandler. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
org.w3c.dom.Node
RunSqlStepHandler. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
BuildConfig
IUpgradeDao. getCurrentBuildInfo(ITransaction transaction)
BuildConfig
IUpgradeManager. getCurrentBuildInfo(ITransaction transaction)
Get the current build informationBuildConfig
UpgradeDaoJdbc. getCurrentBuildInfo(ITransaction transaction)
BuildConfig
UpgradeManager. getCurrentBuildInfo(ITransaction transaction)
java.lang.String
IUpgradeManager. getNextBuild(java.lang.String userSessionId, java.lang.String buildNumber, java.lang.String buildSequence, ITransaction transaction)
Deprecated.this method may change during a future refactor.java.lang.String
UpgradeManager. getNextBuild(java.lang.String userSessionId, java.lang.String buildNumber, java.lang.String buildSequence, ITransaction transaction)
void
IUpgradeManager. markUpgradesDone(SessionConfig sessionConfig, ITransaction transaction)
Marks all pending upgrades as done.void
UpgradeManager. markUpgradesDone(SessionConfig sessionConfig, ITransaction transaction)
void
IUpgradeManager. rebuildLumisAdministration(SessionConfig sessionConfig)
void
UpgradeControllerHtml. rebuildLumisAdministration()
void
UpgradeManager. rebuildLumisAdministration(SessionConfig sessionConfig)
void
IUpgradeDao. runSql(java.lang.String sql, ITransaction transaction)
void
UpgradeDaoJdbc. runSql(java.lang.String sql, ITransaction transaction)
void
IUpgradeDao. setBuildStatus(BuildConfig currentBuild, java.lang.String buildStatus, java.lang.String userResponse, java.lang.String userId, ITransaction transaction)
void
IUpgradeManager. setBuildStatus(SessionConfig sessionConfig, BuildConfig buildConfig, java.lang.String buildStatus, java.lang.String userResponse, ITransaction transaction)
Deprecated.this method may change during a future refactor.void
UpgradeDaoJdbc. setBuildStatus(BuildConfig currentBuild, java.lang.String buildStatus, java.lang.String userResponse, java.lang.String userId, ITransaction transaction)
void
UpgradeManager. setBuildStatus(SessionConfig sessionConfig, BuildConfig buildConfig, java.lang.String buildStatus, java.lang.String userResponse, ITransaction transaction)
Constructors in lumis.upgrade that throw PortalException Constructor Description BuildConfig(org.w3c.dom.Node buildNode)
Creates a BuildConfig initializing its properties from the given build xml node.UpgradeControllerHtml(HttpServletRequest request, HttpServletResponse response, PageContext pageContext)
-
Uses of PortalException in lumis.upgrade.custom.build_10_0_1_170210_0
Methods in lumis.upgrade.custom.build_10_0_1_170210_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
ConsolidateFileContentLocaleIds. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_1_0_170515_0
Methods in lumis.upgrade.custom.build_10_1_0_170515_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
AdjustWidgetInterfaceInstances. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_1_0_170529
Methods in lumis.upgrade.custom.build_10_1_0_170529 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateWidgetInstances. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_1_0_170608
Methods in lumis.upgrade.custom.build_10_1_0_170608 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CheckFilePathSize. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_1_0_170616
Methods in lumis.upgrade.custom.build_10_1_0_170616 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
UpdatePageTitleFieldXml. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_1_0_170626
Methods in lumis.upgrade.custom.build_10_1_0_170626 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
DeleteMigreMeUrlShortener. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_3_0_180219_1
Methods in lumis.upgrade.custom.build_10_3_0_180219_1 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
AddUserAttributes. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_3_0_180508_0
Methods in lumis.upgrade.custom.build_10_3_0_180508_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
AddMonUserFromPortalUser. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_10_3_0_180824_0
Methods in lumis.upgrade.custom.build_10_3_0_180824_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
WrongFKIndexCorrection. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_11_1_0_190114
Methods in lumis.upgrade.custom.build_11_1_0_190114 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateLinkInUserSegmentationToPrincipal. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_11_1_0_190325_0
Methods in lumis.upgrade.custom.build_11_1_0_190325_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
DropServiceInstanceDepConstraints. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_11_2_0_190411_0
Methods in lumis.upgrade.custom.build_11_2_0_190411_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
ConvertUserAttributesToArray. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_11_2_0_190605_0
Methods in lumis.upgrade.custom.build_11_2_0_190605_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
AdjustFormBuilderOptionsStep. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_11_2_0_190619_2
Methods in lumis.upgrade.custom.build_11_2_0_190619_2 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
UpdateMonitorUserId. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_12_1_0_191118
Methods in lumis.upgrade.custom.build_12_1_0_191118 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
RemoveReadOnlyDashBoardLines. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_12_1_0_191216
Methods in lumis.upgrade.custom.build_12_1_0_191216 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
UpdateUserIdentifierFromDePackage. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_12_3_0_200506
Methods in lumis.upgrade.custom.build_12_3_0_200506 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateWebsiteProjects. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_12_3_0_200527_0
Methods in lumis.upgrade.custom.build_12_3_0_200527_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateMissingDisplayHtmlCustomProperties. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_12_5_0_200902_6
Methods in lumis.upgrade.custom.build_12_5_0_200902_6 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
SetValueUserAttributeId. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_14_1_0_211004_0
Methods in lumis.upgrade.custom.build_14_1_0_211004_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateWorkflowMetadataToTagManager. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_14_1_0_211022_2
Methods in lumis.upgrade.custom.build_14_1_0_211022_2 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateLTMStatusData. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_6_1_120126_0
Methods in lumis.upgrade.custom.build_6_1_120126_0 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
AdjustForumMessageContent. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_8_0_2_150518
Methods in lumis.upgrade.custom.build_8_0_2_150518 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
ParseForumCitationFormat. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_8_1_1_150821
Methods in lumis.upgrade.custom.build_8_1_1_150821 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
AdjustWebsiteRootPathsELs. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_8_1_1_151006
Methods in lumis.upgrade.custom.build_8_1_1_151006 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
CreateChannelSummaryPage. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.custom.build_8_2_1_160223
Methods in lumis.upgrade.custom.build_8_2_1_160223 that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
ConvertFormBuilderOptions. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.upgrade.postupgrade
Methods in lumis.upgrade.postupgrade that throw PortalException Modifier and Type Method Description protected abstract void
PostUpgradeTaskManager.AbstractPostUpgradeTask. execute()
Execute the task. -
Uses of PortalException in lumis.upgrade.util
Methods in lumis.upgrade.util that throw PortalException Modifier and Type Method Description org.w3c.dom.Node
MakeColumnNullableOrNot. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
org.w3c.dom.Node
RunSqlIfNecessary. executeStep(SessionConfig sessionConfig, org.w3c.dom.Node stepNode, ITransaction transaction)
-
Uses of PortalException in lumis.util
Subclasses of PortalException in lumis.util Modifier and Type Class Description class
EnumException
Methods in lumis.util that return PortalException Modifier and Type Method Description static PortalException
XmlUtil. createPortalException(org.xml.sax.SAXException e)
Creates a PortalException based on the given SAXException.Methods in lumis.util that throw PortalException Modifier and Type Method Description void
IConsumer. accept(T t)
Performs this operation on the given argument.static void
CookieUtil. addLumisUserCookies(HttpServletRequest request, HttpServletResponse response)
Adds lumis user information cookies.static void
CookieUtil. addLumisUserCookies(IServiceInterfaceRequest request, IServiceInterfaceResponse response)
Adds lumis user information cookies.static org.w3c.dom.Node
XmlUtil. addNode(org.w3c.dom.Node xmlParentNode, java.lang.String xpathExpressionParentNode, java.lang.String newNodeName)
static org.w3c.dom.Node
XmlUtil. addNodeFromXmlString(org.w3c.dom.Node node, java.lang.String xmlString)
boolean
ITransaction. addObserver(ITransactionObserver observer)
Adds an observer for this transaction.static org.w3c.dom.Element
XmlUtil. addTextNode(org.w3c.dom.Node xmlParentNode, java.lang.String newNodeName, java.lang.String newNodeText)
static org.w3c.dom.Element
XmlUtil. addTextNode(org.w3c.dom.Node xmlParentNode, java.lang.String xpathExpressionParentNode, java.lang.String newNodeName, java.lang.String newNodeText)
static org.w3c.dom.Node[]
XmlUtil. addTextNodes(org.w3c.dom.Node xmlParentNode, java.lang.String newNodesName, java.lang.String[] newNodesValue)
R
IBiFunction. apply(T t, U u)
Applies this function to the given arguments.static java.io.File
FileUtil. createDir(java.lang.String dirPath, boolean clearIfExists)
static java.io.File
FileUtil. createFile(java.lang.String filePath)
static java.io.FileOutputStream
FileUtil. createFileOutputStream(java.lang.String filePath)
protected abstract javax.xml.transform.Transformer
AbstractSqlGenerator. createTransformer(java.lang.String sourcePath)
Returns the transformer for the given stylesheet path.protected javax.xml.transform.Transformer
SqlGenerator. createTransformer(java.lang.String sourcePath)
static <T> void
CollectionExecutor. execute(java.util.Collection<T> collection, CollectionExecutor.IIterationCommand<T> command)
Executes a command on the collection.void
CollectionExecutor. execute(CollectionExecutor.IIterationCommand<T> command)
Executes a command on the collection in this executor.void
CollectionExecutor.IIterationCommand. execute(java.util.List<T> subItems)
Method call to execute a list of items, that is a sub-list of the original collection to be processed.static java.util.Locale
LocaleUtil. fromRequest(HttpServletRequest request)
Returns the locale requested by the givenHttpServletRequest
, or the default locale if none was specified in the request.static java.util.Locale
LocaleUtil. fromRequest(HttpServletRequest request, boolean fallbackToDefault)
Returns the locale requested by the givenHttpServletRequest
.static java.util.Locale
LocaleUtil. fromString(java.lang.String locale)
Returns the locale represented by the given string.static java.util.Locale
LocaleUtil. FromString(java.lang.String locale)
Deprecated.since 8.1.0 replaced byLocaleUtil.fromString(String)
.static java.lang.String
JdbcUtil. generateInlineInClause(java.lang.String fieldName, java.util.Collection<java.lang.String> values)
Generates a SQL IN statement for a field.java.lang.String
AbstractSqlGenerator. generateSql(org.w3c.dom.Document databaseXml, java.lang.String dbType)
java.lang.String
AbstractSqlGenerator. generateSql(org.w3c.dom.Document databaseXml, DatabaseType dbType)
Generates the sql according to the given database definition for the specified database type.static java.lang.String
PortalUtil. getCookie(java.lang.String name, HttpServletRequest request)
Given a cookie name, the cookie value if exists in the request object is returned.static org.w3c.dom.Document
XmlUtil. getDocument(java.io.File xmlFile)
static org.w3c.dom.Document
XmlUtil. getDocument(java.lang.String xmlString)
static org.w3c.dom.Document
XmlUtil. getDocument(IFile xmlFile)
Returns theDocument
associated with the given file.static int[]
PermissionXmlUtil. getImpliedPermissions(java.lang.String permissions)
static org.w3c.dom.Node
XmlUtil. getOrCreateNode(java.lang.String path, org.w3c.dom.Node parentNode)
static javax.xml.parsers.DocumentBuilder
XmlUtil. getXmlDocumentBuilder()
static org.w3c.dom.Document
XmlUtil. getXMLDocumentFromString(java.lang.String xml)
Deprecated.since 4.2.0 replaced byXmlUtil.getDocument(String)
.static java.lang.String
XmlUtil. getXmlString(org.w3c.dom.Element element)
static java.lang.String
XmlUtil. getXmlString(org.w3c.dom.Node node)
Returns the xml string representation for a node.static org.w3c.dom.Node
XmlUtil. importIntoNewDocument(org.w3c.dom.Node originalNode)
Clones a node, and adopts it into a new document.static java.lang.String
TextUtil. joinStringCollectionUserFriendly(java.util.List<java.lang.String> listItems)
Build a list, separating terms with the locale-defined separator.static void
XmlUtil. mergeAttributes(org.w3c.dom.Node destinationNode, org.w3c.dom.Node sourceNode, boolean replace)
static void
XmlUtil. mergeElements(org.w3c.dom.Node destinationNode, org.w3c.dom.Node sourceNode, boolean replace)
Merges the children elements from a node to another.static boolean
XmlUtil. nodeExists(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode)
long
StopWatch. pause()
static java.lang.String
JdbcUtil. prepareQueryParameter(java.lang.String parameter)
long
StopWatch. read()
static boolean
XmlUtil. readAttributeBoolean(java.lang.String attributeName, org.w3c.dom.Node node)
static boolean
XmlUtil. readAttributeBoolean(java.lang.String attributeName, org.w3c.dom.Node node, boolean valueForNull)
static int
XmlUtil. readAttributeInt(java.lang.String attributeName, org.w3c.dom.Node node, int valueForNull)
Returns the attribute integer value in the given node.static java.lang.String
XmlUtil. readAttributeOrNodeString(org.w3c.dom.Node node, java.lang.String fieldName)
static java.lang.String
XmlUtil. readAttributeOrNodeString(org.w3c.dom.Node node, java.lang.String fieldName, java.lang.String valueForNull)
static java.lang.String
XmlUtil. readAttributeString(java.lang.String attributeName, org.w3c.dom.Node node)
static java.lang.String
XmlUtil. readAttributeString(java.lang.String attributeName, org.w3c.dom.Node node, java.lang.String valueForNull)
static boolean
XmlUtil. readNodeBoolean(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode, boolean valueForNull)
static int
XmlUtil. readNodeInt(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode, int valueForNull)
static java.lang.Integer
XmlUtil. readNodeInteger(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode, java.lang.Integer valueForNull)
static java.lang.String[]
XmlUtil. readNodesString(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode)
static java.lang.String
XmlUtil. readNodeString(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode)
static java.lang.String
XmlUtil. readNodeString(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode, java.lang.String valueForNull)
boolean
ITransaction. removeObserver(ITransactionObserver observer)
Removes an observer for this transaction.static void
XmlUtil. replaceChildNode(java.lang.String childNodeName, org.w3c.dom.Node node, java.lang.String xmlString)
void
StopWatch. reset()
void
IRunnable. run()
Runs some code.static org.w3c.dom.Node[]
XmlUtil. selectNodes(java.lang.String childNameQuery, org.w3c.dom.Node parentNode)
static org.w3c.dom.Node
XmlUtil. selectSingleNode(java.lang.String childNameQuery, org.w3c.dom.Node parentNode)
void
StopWatch. start()
long
StopWatch. stop()
T
ISupplier. supply()
Returns the supplied value.void
StopWatch. unpause()
static void
TextUtil. writeFile(java.lang.String filename, java.lang.String content, java.lang.String charset, boolean append)
static org.w3c.dom.Node
XmlUtil. writeNodeString(java.lang.String xpathExpression, org.w3c.dom.Node sourceNode, java.lang.String nodeValue)
Constructors in lumis.util that throw PortalException Constructor Description AbstractSqlGenerator()
SqlGenerator()
-
Uses of PortalException in lumis.util.collections
Methods in lumis.util.collections that throw PortalException Modifier and Type Method Description boolean
IItemFilter. accept(T value)
Verify if a given value is acceptable by this filterstatic <V> java.util.List<V>
Lists. filter(java.util.List<V> original, IItemFilter<V> filter)
Returns a list filtered by the currentIItemFilter
static <V> java.util.Set<V>
Sets. filter(java.util.Set<V> original, IItemFilter<V> filter)
Returns a set filtered by the currentIItemFilter
static <Type> java.lang.String
Collections. stringify(java.util.Collection<Type> collection, java.lang.String prefix, java.lang.String suffix, boolean includePrefixAndSuffixOnlyIfCollectionNotEmpty, java.lang.String separator, IStringify<Type> stringify)
Creates a string representation of the given collection, using its values.static <Type> java.lang.String
Collections. stringify(java.util.Collection<Type> collection, java.lang.String prefix, java.lang.String suffix, java.lang.String separator, IStringify<Type> stringify)
Creates a string representation of the given collection, using its values.static <Type> java.lang.String
Collections. stringify(java.util.Collection<Type> collection, java.lang.String separator, IStringify<Type> stringify)
Creates a string representation of the given collection, using its values.static <Type> java.lang.String
Collections. stringify(java.util.Collection<Type> collection, IStringify<Type> stringify)
Creates a string representation of the given collection, using its values.java.lang.String
DummyStringfy. stringify(T object)
java.lang.String
IStringify. stringify(Type object)
Converts a given object in a string representation.static <K,V>
java.lang.StringMaps. stringify(java.util.Map<K,V> map, java.lang.String prefix, java.lang.String suffix, boolean includePrefixAndSuffixOnlyIfMapNotEmpty, java.lang.String separator, IStringify<java.util.Map.Entry<K,V>> stringify)
Creates a string representation of the given map, using itsentries
as values.static <K,V>
java.lang.StringMaps. stringify(java.util.Map<K,V> map, java.lang.String prefix, java.lang.String suffix, java.lang.String separator, IStringify<java.util.Map.Entry<K,V>> stringify)
Creates a string representation of the given map, using itsentries
as values.static <K,V>
java.lang.StringMaps. stringify(java.util.Map<K,V> map, java.lang.String separator, IStringify<java.util.Map.Entry<K,V>> stringify)
Creates a string representation of the given map, using itsentries
as values.static <From,To>
java.util.Collection<To>Collections. transform(java.util.Collection<From> original, Transformer<From,To> transformer)
Returns a new collection using the given transformer to transform the items.static <From,To>
java.util.List<To>Lists. transform(java.util.List<From> list, Transformer<From,To> transformer)
Returns a newList
using the given transformer to transform the original elements into the new ones.To
Transformer. transform(From from)
Returns the transformed object. -
Uses of PortalException in lumis.util.parse
Subclasses of PortalException in lumis.util.parse Modifier and Type Class Description class
ParseException
Exception for parsing operations. -
Uses of PortalException in lumis.util.query
Methods in lumis.util.query that throw PortalException Modifier and Type Method Description int
IQueryStatement. executeUpdate()
Execute the update or delete query statement.java.lang.String
IQueryAdapter. getCreateTableScript(QueryCreateTable queryCreateTable, ITransaction transaction)
IQueryStatement
IQueryAdapter. getDeleteStatement(QueryDelete queryUpdate, ITransaction transaction)
IQueryStatement
IQueryAdapter. getInsertStatement(QueryInsert queryInsert, ITransaction transaction)
IQueryStatement
IQueryAdapter. getSelectCountStatement(QuerySelect querySelect, ITransaction transaction)
IQueryStatement
IQueryAdapter. getSelectStatement(QuerySelect querySelect, ITransaction transaction)
java.lang.Object
IQueryStatement. getSingleResult()
Return a single instance that matches the query, or null if the query returns no results.int
IQueryStatement. getTotalRowCount()
Returns the total number of rows (ignoringIQueryStatement.setMaxResults(int)
) available.IQueryStatement
IQueryAdapter. getUpdateStatement(QueryUpdate queryUpdate, ITransaction transaction)
java.util.List
IQueryStatement. list()
Return the query results as a List. -
Uses of PortalException in lumis.util.query.hibernate
Methods in lumis.util.query.hibernate that throw PortalException Modifier and Type Method Description protected IQueryStatement
QueryAdapterHibernate. generateQueryStatementFromSQL(QueryBase query, java.lang.String sql, java.lang.String sqlForCount, boolean resultSetScrollable, ITransaction transaction)
-
Uses of PortalException in lumis.util.query.jdbc
Methods in lumis.util.query.jdbc that throw PortalException Modifier and Type Method Description protected IQueryStatement
GenericQueryAdapterJdbc. generateQueryStatementFromSQL(QueryBase queryBase, java.lang.String sql, java.lang.String sqlWithoutOrderBy, boolean resultSetScrollable, ITransaction transaction)
java.lang.String
GenericQueryAdapterJdbc. getCreateTableScript(QueryCreateTable queryCreateTable, ITransaction transaction)
IQueryStatement
GenericQueryAdapterJdbc. getDeleteStatement(QueryDelete queryDelete, ITransaction transaction)
IQueryStatement
GenericQueryAdapterJdbc. getInsertStatement(QueryInsert queryInsert, ITransaction transaction)
IQueryStatement
GenericQueryAdapterJdbc. getSelectCountStatement(QuerySelect query, ITransaction transaction)
IQueryStatement
GenericQueryAdapterJdbc. getSelectStatement(QuerySelect query, ITransaction transaction)
IQueryStatement
GenericQueryAdapterJdbc. getUpdateStatement(QueryUpdate queryUpdate, ITransaction transaction)
-
Uses of PortalException in lumis.util.security.acl
Methods in lumis.util.security.acl that throw PortalException Modifier and Type Method Description void
AccessControlDaoJdbc. add(AccessControlList acl, ITransaction transaction)
protected java.lang.String
AclManager. add(AccessControlList parentAcl, java.util.HashMap<java.lang.Integer,java.lang.Integer> permissionsMap, int[] implies, ITransaction transaction)
void
AclManager. add(AccessControlList acl, ITransaction transaction)
void
IAccessControlDao. add(AccessControlList acl, ITransaction transaction)
Add the ACL (Access Control List).void
IAclManager. add(AccessControlList acl, ITransaction transaction)
void
AccessControlDaoJdbc. addAclEntry(java.lang.String parentAclId, AccessControlEntry aclEntry, ITransaction transaction)
void
IAccessControlDao. addAclEntry(java.lang.String parentAclId, AccessControlEntry aclEntry, ITransaction transaction)
Add the ACL entry.void
AclManager. addOrUpdate(AccessControlList acl, ITransaction transaction)
void
IAclManager. addOrUpdate(AccessControlList acl, ITransaction transaction)
boolean
AccessControlList. checkPermission(java.lang.String principalId, IPermission permission)
Checks if the specified principal has access to the given permission.boolean
AclManager. checkPermission(SessionConfig sessionConfig, java.lang.String userId, java.lang.String itemId, IPermission permission, ITransaction transaction)
For the given principalId, all the groups that the principal is member of (recursively) are collected and permission is calculated on this collection.boolean
AclManager. checkPermission(SessionConfig sessionConfig, java.lang.String itemId, IPermission permission, ITransaction transaction)
boolean
IAclManager. checkPermission(SessionConfig sessionConfig, java.lang.String userId, java.lang.String itemId, IPermission permission, ITransaction transaction)
Verify if the permission if valid for the specified userId.boolean
IAclManager. checkPermission(SessionConfig sessionConfig, java.lang.String itemId, IPermission permission, ITransaction transaction)
Verify if the permission is valid for the sessionConfig's user.protected void
AclManager. checkRequiredPermissionsInternal(AccessControlList acl)
Checks if the required permissions were given for someone.protected void
AclManager. cleanupInvalidData(AccessControlList acl)
void
AclManager. clearCache(ITransaction transaction)
void
IAclManager. clearCache(ITransaction transaction)
Clears all ACL cache.void
AccessControlDaoJdbc. delete(java.lang.String aclId, ITransaction transaction)
void
AclManager. delete(java.lang.String aclId, ITransaction transaction)
void
IAccessControlDao. delete(java.lang.String aclId, ITransaction transaction)
Delete the ACL entry.void
IAclManager. delete(java.lang.String aclId, ITransaction transaction)
Deletes an acl.void
AccessControlDaoJdbc. deleteAclEntry(java.lang.String aclId, java.lang.String principalId, ITransaction transaction)
void
IAccessControlDao. deleteAclEntry(java.lang.String aclId, java.lang.String principalId, ITransaction transaction)
Delete the ACL entry.void
AccessControlDaoJdbc. deleteAclEntryByPrincipalId(java.lang.String principalId, ITransaction transaction)
void
AclManager. deleteAclEntryByPrincipalId(java.lang.String principalId, ITransaction transaction)
void
IAccessControlDao. deleteAclEntryByPrincipalId(java.lang.String principalId, ITransaction transaction)
Delete the ACL list for the specified principal.void
IAclManager. deleteAclEntryByPrincipalId(java.lang.String principalId, ITransaction transaction)
Delete ACL entries in all ACLs for the specified principal.void
AccessControlDaoJdbc. deleteInheritingEntriesWithoutParent(ITransaction transaction)
void
IAccessControlDao. deleteInheritingEntriesWithoutParent(ITransaction transaction)
Deletes all inheriting ACL entries that does not have a parent to inherit from.protected void
AccessControlEntry. deserialize(org.w3c.dom.Node aclEntryNode)
void
AccessControlList. deserialize(org.w3c.dom.Node accessControlListNode)
java.lang.String
AclManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node accessControlListNode, boolean onlyAddSimpleAcls, ITransaction transaction)
java.lang.String
IAclManager. deserialize(SessionConfig sessionConfig, DeserializationConfig deserializationConfig, org.w3c.dom.Node accessControlListNode, boolean onlyAddSimpleAcls, ITransaction transaction)
protected void
Permissions. deserialize(org.w3c.dom.Node permissionsNode)
boolean
AccessControlDaoJdbc. exists(java.lang.String aclId, ITransaction transaction)
boolean
AclManager. exists(java.lang.String aclId, ITransaction transaction)
boolean
IAccessControlDao. exists(java.lang.String aclId, ITransaction transaction)
boolean
IAclManager. exists(java.lang.String aclId, ITransaction transaction)
AccessControlList
AccessControlDaoJdbc. get(java.lang.String aclId, ITransaction transaction)
abstract AccessControlList
AclManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
AccessControlList
GenericAclManager. get(SessionConfig sessionConfig, java.lang.String id, ITransaction transaction)
AccessControlList
IAccessControlDao. get(java.lang.String aclId, ITransaction transaction)
Get the ACL (Access Control List).protected AccessControlEntry[]
AccessControlDaoJdbc. getAclEntries(java.lang.String aclId, ITransaction transaction)
java.util.Collection<java.lang.String>
AccessControlDaoJdbc. getAclIdsByPrincipalId(java.lang.String principalId, ITransaction transaction)
java.util.Collection<java.lang.String>
IAccessControlDao. getAclIdsByPrincipalId(java.lang.String principalId, ITransaction transaction)
Get the ACL list for the specified principal.protected abstract AccessControlList
AclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String itemId, ITransaction transaction)
protected AccessControlList
GenericAclManager. getAclInternal(SessionConfig sessionConfig, java.lang.String itemId, ITransaction transaction)
java.util.Collection<java.lang.String>
AccessControlDaoJdbc. getIdsByParentId(java.lang.String parentId, ITransaction transaction)
java.util.Collection<java.lang.String>
IAccessControlDao. getIdsByParentId(java.lang.String parentId, ITransaction transaction)
Return the Ids of the ACLs that has the given parentId.static <T extends java.lang.Enum<T>>
int[]Permissions. getImplies(java.lang.Class<T> permissionsEnumClass)
protected abstract int
AclManager. getRequiredPermissions()
protected int
GenericAclManager. getRequiredPermissions()
static <T extends IPermission>
intPermissions. getRequiredPermissions(java.lang.Class<T> permissionsEnumClass)
void
GenericAclManager. removeAclEntriesByPrincipalId(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
void
IGenericAclManager. removeAclEntriesByPrincipalId(SessionConfig sessionConfig, java.lang.String principalId, ITransaction transaction)
void
AclManager. removeFromCache(java.lang.String aclId, ITransaction transaction)
void
IAclManager. removeFromCache(java.lang.String aclId, ITransaction transaction)
Allows removal of cached itemsvoid
AccessControlList. serialize(AccessControlList accessControlList, java.io.OutputStream outputStream)
void
AclManager. serialize(SessionConfig sessionConfig, java.lang.String securableId, java.io.OutputStream outputStream, ITransaction transaction)
void
IAclManager. serialize(SessionConfig sessionConfig, java.lang.String securableId, java.io.OutputStream outputStream, ITransaction transaction)
void
AccessControlDaoJdbc. update(AccessControlList acl, ITransaction transaction)
protected void
AclManager. update(AccessControlList acl, ITransaction transaction)
void
IAccessControlDao. update(AccessControlList acl, ITransaction transaction)
Update the ACL (Access Control List). -
Uses of PortalException in lumis.util.security.acl.serialization
Methods in lumis.util.security.acl.serialization that throw PortalException Modifier and Type Method Description protected void
AclSerializationManager. analyzeExternalDependencies(SerializationContext serializationContext, ISerializationMessageConfigNodeBuilder serializationMessageConfigNodeBuilder, AccessControlList dependentAccessControlList)
protected AccessControlListSerializableConfig
AclSerializationManager. createSerializableConfig(SerializationContext serializationContext, AccessControlList accessControlList, AccessControlListSerializableConfig.AclType aclType, java.lang.String objectId)
void
AclSerializationManager. deserialize(DeserializationContext deserializationContext, AccessControlListSerializableConfig accessControlListSerializableConfig)
void
IAclSerializationManager. deserialize(DeserializationContext deserializationContext, AccessControlListSerializableConfig accessControlListSerializableConfig)
Deserialize an access control list.boolean
AclSerializationManager. persistConfig(DeserializationContext deserializationContext, java.lang.Object config, boolean firstPersistence)
abstract AccessControlListSerializableConfig
AclSerializationManager. serialize(SerializationContext serializationContext, java.lang.String securableId)
AccessControlListSerializableConfig
IAclSerializationManager. serialize(SerializationContext serializationContext, java.lang.String securableId)
Serialize an access control list.
-