Serialized Form


Package lumis.content

Class lumis.content.ContentException extends DouiException implements Serializable


Package lumis.content.control.publishtosocialnetwork

Class lumis.content.control.publishtosocialnetwork.SocialNetworkMessageWrapper extends Object implements Serializable

serialVersionUID: -1306695070956577730L

Serialized Fields

message

SocialNetworkMessage message
Message with information to be published/manipulated.


updated

boolean updated
Informs if the message has been updated.


isDefault

boolean isDefault
Informs if the message is a default message.


Package lumis.content.core

Class lumis.content.core.Content extends Object implements Serializable

Serialized Fields

id

String id

serviceInstanceId

String serviceInstanceId

sourceId

String sourceId

defaultLocale

String defaultLocale

contentLocales

Map<K,V> contentLocales

contentAssociations

Collection<E> contentAssociations

Class lumis.content.core.ContentAssociation extends Object implements Serializable

Serialized Fields

id

String id

contentVersion

ContentVersion contentVersion

associatedContent

Content associatedContent

type

String type

Class lumis.content.core.ContentComment extends Object implements Serializable

Serialized Fields

id

String id

createdBy

String createdBy

createdDateTime

Date createdDateTime

commentText

String commentText

contentLocale

ContentLocale contentLocale

Class lumis.content.core.ContentLocale extends Object implements Serializable

Serialized Fields

id

String id

createdBy

String createdBy

createdDateTime

Date createdDateTime

locale

String locale

dirty

boolean dirty

activeVersion

ContentVersion activeVersion

publishedVersion

ContentVersion publishedVersion

comments

List<E> comments

versions

List<E> versions

content

Content content

tags

Collection<E> tags
A collection of tags associated to this content locale.

Since:
6.0.0
See Also:
ContentLocale.addTag(String), ContentLocale.getTags(), ContentLocale.removeTag(ContentTag)

lockType

LockType lockType
Indicates whether the current ContenLocale is locked and what type of lock it is.

Since:
6.0.0

lockedBy

String lockedBy
Indicates who is the current lock holder.

Since:
6.0.0

lockedDate

Date lockedDate
Date of when the lock was created/acquired.

Since:
6.0.0

Class lumis.content.core.ContentLocaleAlreadyLockedException extends Exception implements Serializable

serialVersionUID: 46170140986405456L

Class lumis.content.core.ContentPublication extends Object implements Serializable

Serialized Fields

id

String id

highlight

boolean highlight

highlightEndDateTime

Date highlightEndDateTime

publishEndDateTime

Date publishEndDateTime

publishStartDateTime

Date publishStartDateTime

published

boolean published

waitingForExpiration

boolean waitingForExpiration

waitingForPublishing

boolean waitingForPublishing

serviceInstanceIds

Collection<E> serviceInstanceIds

principalIds

Collection<E> principalIds

contentVersion

ContentVersion contentVersion

Class lumis.content.core.ContentTag extends Object implements Serializable

Serialized Fields

id

String id

name

String name

normalizedName

String normalizedName

contentVersion

ContentVersion contentVersion

Class lumis.content.core.ContentVersion extends Object implements Serializable

Serialized Fields

id

String id

itemId

String itemId

lastModifiedBy

String lastModifiedBy

lastModifiedDateTime

Date lastModifiedDateTime

primaryName

String primaryName

versionNumber

int versionNumber

introduction

String introduction

contentAssociations

Collection<E> contentAssociations

publications

Collection<E> publications

contentLocale

ContentLocale contentLocale

contentLocaleId

String contentLocaleId

sendDeleteClusterCommand

boolean sendDeleteClusterCommand

Package lumis.content.table

Class lumis.content.table.NoActiveVersionPossibleMappingException extends PortalException implements Serializable


Package lumis.content.wizard

Class lumis.content.wizard.ContentWizardException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.content.workflow

Class lumis.content.workflow.WorkflowException extends PortalException implements Serializable


Package lumis.doui

Class lumis.doui.DouiException extends PortalException implements Serializable


Package lumis.doui.control

Class lumis.doui.control.ControlException extends DouiException implements Serializable

serialVersionUID: 1L


Package lumis.doui.source.field.type

Class lumis.doui.source.field.type.DateDataType.Data extends Date implements Serializable

Class lumis.doui.source.field.type.DateTimeDataType.Data extends Timestamp implements Serializable

Class lumis.doui.source.field.type.TimeDataType.Data extends Time implements Serializable


Package lumis.doui.source.filter

Class lumis.doui.source.filter.RequiredFilterValueException extends Exception implements Serializable


Package lumis.lptf.doui.serviceinterface

Class lumis.lptf.doui.serviceinterface.DouiServiceInterfaceTestException extends ServiceInterfaceTestException implements Serializable

serialVersionUID: 1L


Package lumis.lptf.portal.serviceinterface

Class lumis.lptf.portal.serviceinterface.ServiceInterfaceTestException extends RuntimeException implements Serializable

serialVersionUID: 1L


Package lumis.portal

Class lumis.portal.AccessDeniedException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.FileUploadDeniedException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.IndexOutOfBoundsException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.InvalidSessionException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.PageNotFoundException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.PortalException extends Exception implements Serializable

serialVersionUID: 1L

Serialized Fields

resources

List<E> resources

Class lumis.portal.PortalObjectAlreadyExistsException extends DaoException implements Serializable

Class lumis.portal.PortalObjectNotFoundException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.UnexpectedException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.UnsupportedOperationException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.portal.authentication

Class lumis.portal.authentication.LoginFailedInvalidUserException extends ManagerException implements Serializable

serialVersionUID: 1L

Class lumis.portal.authentication.LoginFailedUserDisabledException extends ManagerException implements Serializable

serialVersionUID: 1L

Class lumis.portal.authentication.SessionConfig extends Object implements Serializable

serialVersionUID: -846028014204701720L

Serialized Fields

userSessionId

String userSessionId

locale

Locale locale

userId

String userId
This property contains the this session's user id. For non-impersonated sessions, this property is lazily loaded by SessionConfig.getUserId().

Since:
4.0.6
See Also:
SessionConfig.getUserId()

impersonated

boolean impersonated
Indicates if this session was created by a impersonalization operation.

Since:
4.0.8

expiration

long expiration
Stores the time when this session expires in milliseconds.

Since:
4.0.8
See Also:
System.currentTimeMillis()

Package lumis.portal.authentication.http

Class lumis.portal.authentication.http.ContinueOnNextRequestException extends Exception implements Serializable


Package lumis.portal.cache

Class lumis.portal.cache.CacheConfigEventListener extends Object implements Serializable


Package lumis.portal.channel

Class lumis.portal.channel.ChannelPrefixInUseException extends DaoException implements Serializable

Serialized Fields

channelUsingPrefixId

String channelUsingPrefixId

prefix

String prefix

Package lumis.portal.clock

Class lumis.portal.clock.ClockStarter extends GenericServlet implements Serializable

serialVersionUID: 1L


Package lumis.portal.cluster

Package lumis.portal.cluster.multiserver

Class lumis.portal.cluster.multiserver.ClusterTransmissionHeader extends org.jgroups.Header implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

Package lumis.portal.controller

Class lumis.portal.controller.ControllerException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.portal.crypto

Class lumis.portal.crypto.InvalidEncryptedValueException extends Exception implements Serializable


Package lumis.portal.dao

Class lumis.portal.dao.DaoException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.portal.deployment

Class lumis.portal.deployment.IllegalModuleArchiveException extends Exception implements Serializable


Package lumis.portal.file

Class lumis.portal.file.FileParameter extends File implements Serializable

serialVersionUID: -7717960998836565194L

Serialized Fields

contentType

String contentType

size

long size

metadata

FileMetadata metadata

serviceInstanceId

String serviceInstanceId

Class lumis.portal.file.FileValidationException extends PortalException implements Serializable

serialVersionUID: 1883679011843400452L


Package lumis.portal.file.transformation

Class lumis.portal.file.transformation.CopyTransformationsToPublicFolderTask extends Object implements Serializable

serialVersionUID: 6699149677010183405L

Serialized Fields

fileConfigIds

Collection<E> fileConfigIds
Id of the fileConfig whose transformations should be processed/copied to public folder.


serviceInstanceId

String serviceInstanceId

Class lumis.portal.file.transformation.FileTransformation extends Object implements Serializable

serialVersionUID: 1268365026685445366L

Serialized Fields

id

String id
Since:
6.1.0

filePrefix

String filePrefix
Since:
6.1.0

fileSufix

String fileSufix
Since:
6.1.0

contentType

String contentType
Since:
6.1.0

extension

String extension
Since:
6.1.0

name

String name
Since:
6.1.0

displayName

String displayName
Since:
6.1.0

serviceInstanceId

String serviceInstanceId
Since:
6.1.0

transformationParameters

Set<E> transformationParameters
Since:
6.1.0

Class lumis.portal.file.transformation.MoveTransformedPublicFilesTask extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

fileConfigIds

Collection<E> fileConfigIds
Identifiers of the fileConfig whose public transformations are to be moved.


oldWebRoot

IWebRootPortalBaseFolder oldWebRoot
The web root the files were originally in. Is null if they were not in any web root.

Since:
6.2.0

Class lumis.portal.file.transformation.RemoveTransformationsFromPublicFolderTask extends Object implements Serializable

serialVersionUID: 6699149677010183405L

Serialized Fields

fileConfigIds

Collection<E> fileConfigIds

Class lumis.portal.file.transformation.RemoveTransformationTask extends AbstractQueueTask implements Serializable

serialVersionUID: 7296985763285893776L

Serialized Fields

fileTransformation

FileTransformation fileTransformation

webRootBaseFolder

IWebRootPortalBaseFolder webRootBaseFolder

currentSessionConfig

SessionConfig currentSessionConfig

Class lumis.portal.file.transformation.RemoveTransformedFilesTask extends AbstractQueueTask implements Serializable

serialVersionUID: -1102782100915822726L

Serialized Fields

transformedFileConfigId

String transformedFileConfigId

webRootBaseFolder

IWebRootPortalBaseFolder webRootBaseFolder

Class lumis.portal.file.transformation.SimpleParameterType extends Object implements Serializable

serialVersionUID: -2117674828307123055L

Serialized Fields

id

String id
Since:
6.1.0

parameterName

String parameterName
Since:
6.1.0

builder

Class<T> builder
Since:
6.1.0

Class lumis.portal.file.transformation.SimpleTransformationParameter extends Object implements Serializable

serialVersionUID: -7850354332978279862L

Serialized Fields

id

String id
For JPA use only.

Since:
6.1.0

parameter

IParameterType parameter

value

String value
Since:
6.1.0

fileTransformation

FileTransformation fileTransformation

Class lumis.portal.file.transformation.TransformationStartingTask extends AbstractQueueTask implements Serializable

serialVersionUID: -5965946743559571159L

Serialized Fields

contentType

String contentType

serviceInstanceId

String serviceInstanceId

fileId

String fileId

fileName

String fileName

Class lumis.portal.file.transformation.TransformationTask extends AbstractQueueTask implements Serializable

serialVersionUID: -3637586030963305287L

Serialized Fields

fileId

String fileId

transformationId

String transformationId

Class lumis.portal.file.transformation.UpdateTransformationTask extends AbstractQueueTask implements Serializable

serialVersionUID: -1777887088304299353L

Serialized Fields

transformation

FileTransformation transformation

currentSessionConfig

SessionConfig currentSessionConfig

Package lumis.portal.filesystem

Class lumis.portal.filesystem.AbstractPortalBaseFolder extends Object implements Serializable

serialVersionUID: 1L

Class lumis.portal.filesystem.FileSystemManager.WriteFileCommand extends Object implements Serializable

serialVersionUID: 2430777969324055851L

Serialized Fields

file

PortalFile file

content

byte[] content

serverId

String serverId

Class lumis.portal.filesystem.PortalFile extends File implements Serializable

Serialization Methods

writeReplace

private Object writeReplace()
Uses SerializedData as the serialization of this portal file.

Since:
4.1.0
Serialized Fields

logger

ILogger logger

portalFilePath

PortalFilePath portalFilePath

Class lumis.portal.filesystem.PortalFilePath extends Object implements Serializable

Serialized Fields

baseFolder

IPortalBaseFolder baseFolder

relativePath

String relativePath

Package lumis.portal.manager

Class lumis.portal.manager.ManagerException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.portal.page.cache

Class lumis.portal.page.cache.PageCacheControllerHtml.PageUnavailableException extends PortalException implements Serializable

Class lumis.portal.page.cache.PageCacheGeneratorStarter extends GenericServlet implements Serializable


Package lumis.portal.presentation

Class lumis.portal.presentation.HttpSessionMonitor extends Object implements Serializable

Serialized Fields

aggregationValues

Map<K,V> aggregationValues

lastSessionConfig

SessionConfig lastSessionConfig

httpSessionCreationTimeMillis

long httpSessionCreationTimeMillis

lastAccessTimeMillis

long lastAccessTimeMillis

Package lumis.portal.presentation.core

Class lumis.portal.presentation.core.HTMLFragmentComponent extends org.apache.wicket.markup.html.WebComponent implements Serializable

Class lumis.portal.presentation.core.LayoutFileExceptionErrorPage extends org.apache.wicket.markup.html.WebPage implements Serializable

Class lumis.portal.presentation.core.LayoutFileMarkupException extends RuntimeException implements Serializable

Serialized Fields

markupStream

org.apache.wicket.markup.MarkupStream markupStream

Class lumis.portal.presentation.core.LayoutFileMarkupResourceStream extends org.apache.wicket.markup.MarkupResourceStream implements Serializable

Serialized Fields

pageDocType

PageDocType pageDocType
The DOCTYPE used for the markup of this resource stream.

Since:
6.0.0

portalMode

IPortalMode portalMode

Class lumis.portal.presentation.core.LayoutFilePage extends org.apache.wicket.markup.html.WebPage implements Serializable

Serialized Fields

dynamicPath

String dynamicPath
The dynamic path of the page being rendered. Used to reconstruct the value for LayoutFilePage.pageWebResource.

Since:
6.0.0

pageDocType

PageDocType pageDocType
DOCTYPE used in the current page.

Since:
6.0.0

markupResourceStreamProvider

org.apache.wicket.markup.IMarkupResourceStreamProvider markupResourceStreamProvider
MarkupResourceStreamProvider of the current page. Cached on detach for ajax calls.

Since:
6.0.0

cacheKey

String cacheKey
CacheKey of the current page. Cached on detach for ajax calls.

Since:
6.0.0

safeMode

Boolean safeMode
Safe Mode flag of the current page. Cached on detach for ajax calls.

Since:
6.0.0

httpServletResponse

HttpServletResponse httpServletResponse
HttpServletResponse stored in Component.beforeRender().

Since:
6.2.0

Class lumis.portal.presentation.core.RestartResponseWithTargetException extends org.apache.wicket.AbstractRestartResponseException implements Serializable

Class lumis.portal.presentation.core.SharedMarkupResourceStream extends LayoutFileMarkupResourceStream implements Serializable


Package lumis.portal.presentation.layout.defaultlayout

Class lumis.portal.presentation.layout.defaultlayout.AbstractPageBodyMiddleComponent extends HTMLFragmentComponent implements Serializable

Serialized Fields

pageLayoutDocument

Document pageLayoutDocument
Layout of the document.

Since:
6.0.0

Class lumis.portal.presentation.layout.defaultlayout.BodyComponent extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

Class lumis.portal.presentation.layout.defaultlayout.GenericMarkupResourceStreamProvider extends Object implements Serializable

Serialized Fields

tableless

boolean tableless

portalMode

IPortalMode portalMode

Class lumis.portal.presentation.layout.defaultlayout.HTMLRootComponent extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

Class lumis.portal.presentation.layout.defaultlayout.LayoutFileMarkupResourceStreamProvider extends Object implements Serializable

Serialized Fields

layoutFilePath

String layoutFilePath

portalMode

IPortalMode portalMode

Class lumis.portal.presentation.layout.defaultlayout.PageBodyMiddleTableComponent extends AbstractPageBodyMiddleComponent implements Serializable

Class lumis.portal.presentation.layout.defaultlayout.PageBodyMiddleTablelessComponent extends AbstractPageBodyMiddleComponent implements Serializable


Package lumis.portal.presentation.perspective

Class lumis.portal.presentation.perspective.AbstractSubHeader extends HTMLFragmentComponent implements Serializable

serialVersionUID: -4155219615450018691L

Serialized Fields

hidden

boolean hidden
Since:
6.0.1

Class lumis.portal.presentation.perspective.DefaultPortalMode extends Object implements Serializable

serialVersionUID: 7423007123502326904L

Serialized Fields

attributeNames

Set<E> attributeNames
A set of PortalMode's attributes.

Since:
6.0.0

description

String description
PortalMode description

Since:
6.0.0

id

int id
Value that represents the old portal mode (0 - user, 1 - adminstration/F12). Current values are: 0 - user, 1 - admin, 2 - publisher

Since:
6.0.0

name

String name
Key for PortalMode Name.

Since:
6.0.0

permissionProvider

IPermissionProvider permissionProvider
Permission provider of the mode.

Since:
6.0.0

perspective

Perspective perspective
Since:
6.0.0

renderComponentClass

Class<T> renderComponentClass
Since:
6.0.0

Class lumis.portal.presentation.perspective.EmptySubHeader extends HTMLFragmentComponent implements Serializable

serialVersionUID: -8918247856158707603L

Class lumis.portal.presentation.perspective.ManagePageSecurityPermissionProvider extends Object implements Serializable

Class lumis.portal.presentation.perspective.PublishContentPermissionProvider extends Object implements Serializable

Class lumis.portal.presentation.perspective.ViewPagePermissionProvider extends Object implements Serializable


Package lumis.portal.presentation.perspective.admin

Class lumis.portal.presentation.perspective.admin.AddInterfaceBehavior extends lumis.portal.presentation.perspective.admin.DropInterfaceBehavior implements Serializable

Class lumis.portal.presentation.perspective.admin.ForEachLayoutFileHolderComponent extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

Class lumis.portal.presentation.perspective.admin.HolderIdComponent extends HTMLFragmentComponent implements Serializable

Class lumis.portal.presentation.perspective.admin.MoveInterfaceBehavior extends lumis.portal.presentation.perspective.admin.DropInterfaceBehavior implements Serializable

Class lumis.portal.presentation.perspective.admin.PortalStudioBodyMiddleComponent extends AbstractPageBodyMiddleComponent implements Serializable

Class lumis.portal.presentation.perspective.admin.PortalStudioHeaderPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Class lumis.portal.presentation.perspective.admin.PortalStudioHeadPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Class lumis.portal.presentation.perspective.admin.PortalStudioMarkupResourceStream extends LayoutFileMarkupResourceStream implements Serializable

Serialized Fields

markupInputStream

InputStream markupInputStream
The input stream object returned by PortalStudioMarkupResourceStream.getInputStream().

Since:
6.0.0
See Also:
PortalStudioMarkupResourceStream.generateMarkupInputStream()

Class lumis.portal.presentation.perspective.admin.PortalStudioMarkupResourceStreamProvider extends Object implements Serializable

Serialized Fields

markupResourceStreamProvider

org.apache.wicket.markup.IMarkupResourceStreamProvider markupResourceStreamProvider
The markup resource stream provider to be used as base, or null if a safe mode markup is to be used.

Since:
6.0.0

portalMode

IPortalMode portalMode
The current portalMode.


fileName

String fileName
The file name.

Class lumis.portal.presentation.perspective.admin.RemainingHoldersPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Class lumis.portal.presentation.perspective.admin.RemoveInterfaceBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable

Class lumis.portal.presentation.perspective.admin.RenderPortalStudioFooterComponent extends HTMLFragmentComponent implements Serializable

Class lumis.portal.presentation.perspective.admin.RenderWorkPaneHeaderComponent extends HTMLFragmentComponent implements Serializable

Class lumis.portal.presentation.perspective.admin.SaveHoldersLayoutBehavior extends org.apache.wicket.ajax.AbstractDefaultAjaxBehavior implements Serializable


Package lumis.portal.presentation.perspective.publisher

Class lumis.portal.presentation.perspective.publisher.PersonalizationSubHeader extends AbstractSubHeader implements Serializable

serialVersionUID: 196213951328123696L

Class lumis.portal.presentation.perspective.publisher.PublisherCssHeadPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Class lumis.portal.presentation.perspective.publisher.PublisherJavascriptHeadPanel extends org.apache.wicket.markup.html.panel.Panel implements Serializable

Class lumis.portal.presentation.perspective.publisher.PublisherLumItemIdInjectorComponent extends HTMLFragmentComponent implements Serializable


Package lumis.portal.presentation.tag.el

Class lumis.portal.presentation.tag.el.OutComponent extends HTMLFragmentComponent implements Serializable


Package lumis.portal.presentation.tag.page

Class lumis.portal.presentation.tag.page.HolderBodyComponent extends org.apache.wicket.markup.repeater.RepeatingView implements Serializable

Serialized Fields

hasRenderInterfaceChild

boolean hasRenderInterfaceChild
Indicates whether this component has a 'interface' child in the markup.

Since:
6.0.0

holderId

String holderId
The identifier of the holder rendered by this component.

Since:
6.0.0

Class lumis.portal.presentation.tag.page.PageBodyFooterComponent extends HTMLFragmentComponent implements Serializable

serialVersionUID: 1L

Class lumis.portal.presentation.tag.page.PageBodyHeaderComponent extends HTMLFragmentComponent implements Serializable

serialVersionUID: 1L

Class lumis.portal.presentation.tag.page.PageHeadScriptsComponent extends HTMLFragmentComponent implements Serializable

serialVersionUID: 1L

Class lumis.portal.presentation.tag.page.PageLinksComponent extends HTMLFragmentComponent implements Serializable

serialVersionUID: 1L

Class lumis.portal.presentation.tag.page.PageMetaTagsComponent extends HTMLFragmentComponent implements Serializable

serialVersionUID: 1L

Class lumis.portal.presentation.tag.page.PageTitleComponent extends HTMLFragmentComponent implements Serializable

serialVersionUID: 1L

Class lumis.portal.presentation.tag.page.RenderHolderComponent extends org.apache.wicket.markup.html.WebMarkupContainer implements Serializable

Serialized Fields

holderServiceInterfaceInstanceIds

List<E> holderServiceInterfaceInstanceIds
Contains the identifiers of the service interface instances in this holder.

Since:
6.0.0

holderId

String holderId
The identifier of the holder rendered by this component.

Since:
6.0.0

Package lumis.portal.processqueue

Class lumis.portal.processqueue.AbstractQueueTask extends Object implements Serializable


Package lumis.portal.rest

Class lumis.portal.rest.RestServletApplication extends com.sun.jersey.spi.container.servlet.ServletContainer implements Serializable

serialVersionUID: 5106391944325418358L


Package lumis.portal.serialization

Class lumis.portal.serialization.SerializationAbortedException extends SerializationException implements Serializable

Class lumis.portal.serialization.SerializationException extends ManagerException implements Serializable

Serialized Fields

notifyProgress

boolean notifyProgress

Class lumis.portal.serialization.SerializationSimulationException extends SerializationException implements Serializable


Package lumis.portal.serialization.persistency.zip

Class lumis.portal.serialization.persistency.zip.StreamStillOpenException extends IOException implements Serializable


Package lumis.portal.service

Class lumis.portal.service.ServiceException extends PortalException implements Serializable


Package lumis.portal.servicecontainer

Class lumis.portal.servicecontainer.ServiceContainerException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.portal.servicecontainer.ServicesServlet extends HttpServlet implements Serializable


Package lumis.portal.serviceinterface

Class lumis.portal.serviceinterface.ServiceInterfaceException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.portal.serviceinterface.style

Class lumis.portal.serviceinterface.style.IsolationLevelValidationException extends PortalException implements Serializable

serialVersionUID: 4160600339939814487L


Package lumis.portal.structure.sync

Class lumis.portal.structure.sync.InvalidStructureFileException extends Exception implements Serializable


Package lumis.portal.structure.sync.model.channel

Class lumis.portal.structure.sync.model.channel.Channel extends Object implements Serializable

Serialized Fields

id

String id

parentId

String parentId

name

String name

description

String description

friendlyId

String friendlyId

automaticFriendlyId

Boolean automaticFriendlyId

type

Channel.ChannelType type

hidden

Boolean hidden

position

Integer position

isTemplate

Boolean isTemplate

parentTemplateId

String parentTemplateId

pageTemplateId

String pageTemplateId

inheritPageTemplate

Boolean inheritPageTemplate

inheritMetaTags

Boolean inheritMetaTags

inheritStylesheet

Boolean inheritStylesheet

centerPagesJpa

Channel.CenterPage centerPagesJpa

centerPagesXml

Boolean centerPagesXml

layoutPagesType

Channel.LayoutPageType layoutPagesType

propertyLayoutFile

String propertyLayoutFile
Corresponds to the PageConfig.LAYOUT_FILE_PATH_PROPERTY_NAME property. Copied to/from the property bag during XML callbacks.

Since:
6.2.0

protocol

Channel.Protocol protocol

localGroups

Boolean localGroups
localGroups will not be included in the XML. Instead it will be calculated from the presence of Channel.localGroupPrefix.

Since:
6.2.0

localGroupPrefix

String localGroupPrefix

templateLocalGroupPrefix

String templateLocalGroupPrefix
templateLocalGroupPrefix will not be included in the XML when its value is the same as Channel.localGroupPrefix. This normally occurs in channels that are not inside a channel template area.

Since:
6.2.0

cachePages

Channel.CachePageType cachePages

friendlyPathType

Channel.LogPathType friendlyPathType

friendlyPathUserDefined

String friendlyPathUserDefined

propertyFriendlyURLEnabled

Boolean propertyFriendlyURLEnabled
Corresponds to the IURLManager.FRIENDLY_URL_ENABLE_PROPERTY_NAME property. Copied to/from the property bag during XML callbacks.

Since:
6.2.0

propertyFriendlyURLPattern

String propertyFriendlyURLPattern
Corresponds to the IURLManager.FRIENDLY_URL_PATTERN_PROPERTY_NAME property. Copied to/from the property bag during XML callbacks.

Since:
6.2.0

friendlyURLPatternEnabled

Boolean friendlyURLPatternEnabled

friendlyURLPattern

String friendlyURLPattern

pageWebResDataProvType

Channel.PageWebResourceDataProviderType pageWebResDataProvType

pageWebResDataProv

String pageWebResDataProv

channelTemplateLink

ChannelTemplateLink channelTemplateLink

accessControlList

AccessControlList accessControlList

propertyBag

PropertyBag propertyBag

metaTags

List<E> metaTags

csss

List<E> csss

groups

SortedSet<E> groups

Class lumis.portal.structure.sync.model.channel.ChannelCss.ChannelCssPK extends Object implements Serializable

Serialized Fields

channelId

String channelId

cssId

String cssId

Class lumis.portal.structure.sync.model.channel.Group extends Object implements Serializable

Serialized Fields

id

String id

alias

String alias

name

String name

description

String description

type

int type
Since only standard local groups are processed during synchronization, this field is fixed at type standard.

Since:
6.2.0

groupTypeId

String groupTypeId
Since only standard local groups are processed during synchronization, this field is fixed at group type standard.

Since:
6.2.0

channel

Channel channel
Since only standard local groups are processed during synchronization, this relation cannot be null.

Since:
6.2.0

channelId

String channelId

accessControlList

AccessControlList accessControlList

channelTemplateLink

ChannelTemplateLink channelTemplateLink

members

List<E> members

Class lumis.portal.structure.sync.model.channel.GroupMember extends Object implements Serializable

Serialized Fields

pk

GroupMember.PK pk

Class lumis.portal.structure.sync.model.channel.GroupMember.PK extends Object implements Serializable

Serialized Fields

groupId

String groupId

principalId

String principalId

Package lumis.portal.structure.sync.model.common

Class lumis.portal.structure.sync.model.common.AccessControlEntry extends Object implements Serializable

Serialized Fields

pk

AccessControlEntry.PK pk

inherited

boolean inherited

allowPermissions

Integer allowPermissions

denyPermissions

Integer denyPermissions

accessControlList

AccessControlList accessControlList

principalId

String principalId

Class lumis.portal.structure.sync.model.common.AccessControlEntry.PK extends Object implements Serializable

Serialized Fields

accessControlListId

String accessControlListId

principalId

String principalId

Class lumis.portal.structure.sync.model.common.AccessControlList extends Object implements Serializable

Serialized Fields

accessControlListId

String accessControlListId

inherit

Boolean inherit

parentId

String parentId

entries

SortedSet<E> entries

channelTemplateLink

ChannelTemplateLink channelTemplateLink

Class lumis.portal.structure.sync.model.common.ChannelTemplateLink extends Object implements Serializable

Serialized Fields

linkId

String linkId

templateChannelId

String templateChannelId

destinationChannelId

String destinationChannelId

destinationId

String destinationId

sourceId

String sourceId

itemType

ChannelTemplateLink.LinkType itemType

linked

boolean linked

Class lumis.portal.structure.sync.model.common.MetaTag extends Object implements Serializable

Serialized Fields

metaTagId

String metaTagId

content

String content

channel

Channel channel

page

Page page

position

int position

Package lumis.portal.structure.sync.model.global

Class lumis.portal.structure.sync.model.global.GlobalInterfaceStyle extends Object implements Serializable

Serialized Fields

id

String id

interfaceId

String interfaceId

name

String name

description

String description

filePath

String filePath

isolationLevel

ServiceInterfaceStyleConfig.IsolationLevel isolationLevel

allowedConsumers

SortedSet<E> allowedConsumers

interfaceStylePK

InterfaceStyle.InterfaceStylePK interfaceStylePK

Class lumis.portal.structure.sync.model.global.InterfaceStyle extends Object implements Serializable

Serialized Fields

id

InterfaceStyle.InterfaceStylePK id

name

String name

description

String description

filePath

String filePath

isFromDefinition

boolean isFromDefinition

isolationLevel

ServiceInterfaceStyleConfig.IsolationLevel isolationLevel

Class lumis.portal.structure.sync.model.global.InterfaceStyle.InterfaceStylePK extends Object implements Serializable

Serialized Fields

interfaceId

String interfaceId

interfaceStyleId

String interfaceStyleId

Package lumis.portal.structure.sync.model.page

Class lumis.portal.structure.sync.model.page.InterfaceInstance extends Object implements Serializable

Serialized Fields

interfaceInstanceId

String interfaceInstanceId

pageId

String pageId

serviceInstanceId

String serviceInstanceId

interfaceId

String interfaceId

parentInterfaceInstanceId

String parentInterfaceInstanceId

holderPriority

Integer holderPriority

isCreatedRunTime

boolean isCreatedRunTime

displayName

String displayName

title

String title

width

String width

height

String height

paddingTop

String paddingTop

paddingRight

String paddingRight

paddingBottom

String paddingBottom

paddingLeft

String paddingLeft

colspan

Integer colspan

rowspan

Integer rowspan

isPrintable

InterfaceInstance.PrintType isPrintable

renderAs

InterfaceInstance.RenderAs renderAs

enableCache

InterfaceInstance.EnableCache enableCache

cacheLevel

InterfaceInstance.CacheLevel cacheLevel

cacheServerSideInclude

InterfaceInstance.CacheServerSideInclude cacheServerSideInclude

showTitleBar

Boolean showTitleBar

disableInContextEdit

Boolean disableInContextEdit

cachePersonalization

InterfaceInstance.CachePersonalization cachePersonalization
This property exists in back-end but is not supported. So it will always have the default value.

Since:
6.2.0

interfaceStyleId

String interfaceStyleId

isolatedInterfaceStyles

SortedSet<E> isolatedInterfaceStyles
This field contains the isolated interface styles serialized from/to XML. In database, these would be represented by InterfaceStyle entities (relationship with InterfaceInstance not mapped in JPA).

Since:
6.2.0

customProperties

SortedSet<E> customProperties

channelTemplateLink

ChannelTemplateLink channelTemplateLink

Class lumis.portal.structure.sync.model.page.InterfaceInstanceCustomProperty extends Object implements Serializable

Serialized Fields

customPropertyId

String customPropertyId

name

String name

value

String value

interfaceInstance

InterfaceInstance interfaceInstance

Class lumis.portal.structure.sync.model.page.IsolatedInterfaceStyle extends Object implements Serializable

Serialized Fields

id

String id

name

String name

description

String description

filePath

String filePath

Class lumis.portal.structure.sync.model.page.Page extends Object implements Serializable

Serialized Fields

id

String id

name

String name

description

String description

channelId

String channelId

friendlyId

String friendlyId

automaticFriendlyId

Boolean automaticFriendlyId

isTemplate

Boolean isTemplate

parentTemplateId

String parentTemplateId

hidden

Boolean hidden

position

Integer position

pageTitle

String pageTitle

keywords

String keywords

inheritMetaTags

Boolean inheritMetaTags

inheritStylesheet

Boolean inheritStylesheet

type

int type

centerPageJpa

Page.CenterPageType centerPageJpa

centerPageXml

Boolean centerPageXml

layoutType

Page.PageLayoutType layoutType

propertyLayoutFile

String propertyLayoutFile
Corresponds to the PageConfig.LAYOUT_FILE_PATH_PROPERTY_NAME property. Copied to/from the property bag during XML callbacks.

Since:
6.2.0

layout

String layout

propertyFriendlyURLEnabled

Boolean propertyFriendlyURLEnabled
Corresponds to the IURLManager.FRIENDLY_URL_ENABLE_PROPERTY_NAME property. Copied to/from the property bag during XML callbacks.

Since:
6.2.0

propertyFriendlyURLPattern

String propertyFriendlyURLPattern
Corresponds to the IURLManager.FRIENDLY_URL_PATTERN_PROPERTY_NAME property. Copied to/from the property bag during XML callbacks.

Since:
6.2.0

cache

Page.PageCacheType cache

overrideSsi

Boolean overrideSsi

ssiType

Boolean ssiType

ssiEnabled

Boolean ssiEnabled

protocol

Page.PageProtocolType protocol

pageWebResDataProvType

Page.PageWebResourceDataProviderType pageWebResDataProvType

pageWebResDataProv

String pageWebResDataProv

channelTemplateLink

ChannelTemplateLink channelTemplateLink

accessControlList

AccessControlList accessControlList

propertyBag

PropertyBag propertyBag

metaTags

List<E> metaTags

csss

List<E> csss

interfaceInstances

SortedSet<E> interfaceInstances

Class lumis.portal.structure.sync.model.page.PageCss.PageCssPK extends Object implements Serializable

Serialized Fields

pageId

String pageId

cssId

String cssId

Package lumis.portal.structure.sync.model.propertybag

Class lumis.portal.structure.sync.model.propertybag.Property extends Object implements Serializable

Serialized Fields

id

String id

name

String name

isPrivate

Boolean isPrivate

propertyBag

PropertyBag propertyBag

propertyDefault

PropertyDefault propertyDefault

Class lumis.portal.structure.sync.model.propertybag.PropertyBag extends Object implements Serializable

Serialized Fields

id

String id

parentPropertyBagId

String parentPropertyBagId

properties

List<E> properties

Class lumis.portal.structure.sync.model.propertybag.PropertyDefault extends Object implements Serializable

Serialized Fields

id

String id

values

List<E> values

Class lumis.portal.structure.sync.model.propertybag.PropertyDefaultValue extends Object implements Serializable

Serialized Fields

pk

PropertyDefaultValue.PK pk

value

String value

Class lumis.portal.structure.sync.model.propertybag.PropertyDefaultValue.PK extends Object implements Serializable

Serialized Fields

propertyDefault

PropertyDefault propertyDefault

position

int position

Package lumis.portal.taglib

Class lumis.portal.taglib.AddResourceTag extends TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

path

String path

Class lumis.portal.taglib.MessageTag extends TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

Package lumis.portal.transaction

Class lumis.portal.transaction.TransactionRequiredException extends RuntimeException implements Serializable


Package lumis.portal.webfilereplication

Class lumis.portal.webfilereplication.FileReplicationException extends Exception implements Serializable

Class lumis.portal.webfilereplication.WebFileReplication extends Object implements Serializable

Serialized Fields

id

String id

name

String name

type

WebFileReplicationType type

filterChannelId

String filterChannelId

filterPath

String filterPath

propertyValues

Collection<E> propertyValues

website

Website website

Class lumis.portal.webfilereplication.WebFileReplicationProperty extends Object implements Serializable

Serialized Fields

id

String id

name

String name

dataType

String dataType

type

WebFileReplicationType type

Class lumis.portal.webfilereplication.WebFileReplicationPropertyValue extends Object implements Serializable

Serialized Fields

id

String id

replication

WebFileReplication replication

property

WebFileReplicationProperty property

value

String value

Class lumis.portal.webfilereplication.WebFileReplicationType extends Object implements Serializable

Serialized Fields

id

String id

name

String name

fileReplicatorClassName

String fileReplicatorClassName

properties

Collection<E> properties

Package lumis.portal.webservice

Class lumis.portal.webservice.WebServicePortalFault extends Exception implements Serializable

serialVersionUID: 1L


Package lumis.portal.website

Package lumis.portlet

Class lumis.portlet.PortletException extends PortalException implements Serializable


Package lumis.search

Class lumis.search.SearchContent extends Object implements Serializable

Serialized Fields

searchContentFieldsByFieldName

HashMap<K,V> searchContentFieldsByFieldName

attachments

Collection<E> attachments

Class lumis.search.SearchContentAttachment extends Object implements Serializable

Serialized Fields

name

String name

contentType

String contentType

content

byte[] content

url

String url

Class lumis.search.SearchContentField extends Object implements Serializable

Serialized Fields

name

String name

value

String value

indexed

boolean indexed

stored

boolean stored

tokenized

boolean tokenized

Class lumis.search.SearchException extends PortalException implements Serializable


Package lumis.service.categorization

Class lumis.service.categorization.CategorizationUtil.CyclicTermsException extends RuntimeException implements Serializable


Package lumis.service.pagepersonalization.bean

Class lumis.service.pagepersonalization.bean.PagePersonalizationHolderConfigurationPK extends Object implements Serializable

serialVersionUID: -8906160313117442820L

Serialized Fields

holderInstanceId

String holderInstanceId

typeOfConf

String typeOfConf

Class lumis.service.pagepersonalization.bean.Widget extends Object implements Serializable

serialVersionUID: 433163915993408765L

Serialized Fields

id

String id

name

String name

description

String description

icon

String icon

interfaceInstanceId

String interfaceInstanceId

interfaceInstance

ServiceInterfaceInstanceConfig interfaceInstance

Package lumis.service.portalmanagement.xsleditor

Class lumis.service.portalmanagement.xsleditor.XsltResultPageBodyMiddleComponent extends AbstractPageBodyMiddleComponent implements Serializable


Package lumis.service.seo.robotstxt

Class lumis.service.seo.robotstxt.RobotsTxtServlet extends HttpServlet implements Serializable


Package lumis.service.seo.sitemap

Class lumis.service.seo.sitemap.SitemapServlet extends HttpServlet implements Serializable


Package lumis.service.socialnetworkservices.microblog.entity

Class lumis.service.socialnetworkservices.microblog.entity.Comment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

comment

String comment

authorId

String authorId

postId

String postId

serviceInstanceId

String serviceInstanceId

creation

Date creation

removed

Boolean removed

Class lumis.service.socialnetworkservices.microblog.entity.Hash extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

HashPK id

stemmed

String stemmed

Class lumis.service.socialnetworkservices.microblog.entity.HashPK extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

hash

String hash

postId

String postId

Class lumis.service.socialnetworkservices.microblog.entity.Post extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

creation

Date creation

owner

String owner

serviceInstanceId

String serviceInstanceId

post

String post

Class lumis.service.socialnetworkservices.microblog.entity.PostAttachment extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

fileId

String fileId

postId

String postId

serviceInstanceId

String serviceInstanceId

Class lumis.service.socialnetworkservices.microblog.entity.UserFollows extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

userId

String userId
Since:
6.1.0

followedUserId

String followedUserId
Since:
6.1.0

socialNetworkId

String socialNetworkId
Since:
6.1.0

serviceInstanceId

String serviceInstanceId
Since:
6.1.0

Class lumis.service.socialnetworkservices.microblog.entity.UserFollowsDecorator extends UserFollows implements Serializable

serialVersionUID: 1L

Serialized Fields

followerUserName

String followerUserName
Since:
6.1.0

followedUserName

String followedUserName
Since:
6.1.0

Package lumis.service.webserviceviewer

Class lumis.service.webserviceviewer.WebServiceViewerException extends PortalException implements Serializable

serialVersionUID: 1L


Package lumis.service.wsrp.consumer

Class lumis.service.wsrp.consumer.ResourceProxyServlet extends com.sun.portal.wsrp.consumer.resourceproxy.ResourceProxyServlet implements Serializable

Class lumis.service.wsrp.consumer.ResourceProxyServlet.InvalidRequestException extends RuntimeException implements Serializable


Package lumis.service.wsrp.consumer.producermanager

Class lumis.service.wsrp.consumer.producermanager.ClonedPortlet extends Object implements Serializable

Serialized Fields

portletHandle

String portletHandle

name

String name

registration

Registration registration

interfaceInstanceIds

Collection<E> interfaceInstanceIds

Class lumis.service.wsrp.consumer.producermanager.ProducerEntityImpl extends Object implements Serializable

Serialized Fields

id

String id

producerName

String producerName

producerURL

String producerURL

status

short status

serviceDescription

String serviceDescription

producerVersion

com.sun.portal.wsrp.common.WSRPVersion producerVersion

serviceDescriptionLastModified

Date serviceDescriptionLastModified

producerMarkupEndpoint

String producerMarkupEndpoint

registration

Registration registration

Class lumis.service.wsrp.consumer.producermanager.Registration extends Object implements Serializable

Serialized Fields

registrationHandle

String registrationHandle

registrationState

byte[] registrationState

clonedPortlets

Set<E> clonedPortlets

producerEntity

ProducerEntityImpl producerEntity

Package lumis.service.wsrp.producer

Class lumis.service.wsrp.producer.ProducerRouterServlet extends HttpServlet implements Serializable

Class lumis.service.wsrp.producer.ProducerWSDLServlet extends HttpServlet implements Serializable


Package lumis.socialnetworkintegration

Class lumis.socialnetworkintegration.ApplicationAccountDisableException extends UnexpectedException implements Serializable

serialVersionUID: 948557249533662279L

Class lumis.socialnetworkintegration.SocialNetwork extends Object implements Serializable

serialVersionUID: 8562101571270227743L

Serialized Fields

id

String id
Social Network Id.

Since:
6.1.0

messageMaxLength

int messageMaxLength
Maximum characters a message can have when posting to this social network.

Since:
6.1.0

name

String name
Social Network name.

Since:
6.1.0

permissions

String permissions
String representing needed permissions when registering application to an account.

Since:
6.1.0

applications

Set<E> applications
This network applications.

Since:
6.1.0

Class lumis.socialnetworkintegration.SocialNetworkAccount extends Object implements Serializable

serialVersionUID: 8371457303923887664L

Serialized Fields

application

SocialNetworkApplication application
The application this account belongs to.

Since:
6.1.0

authenticationResponse

String authenticationResponse
Authentication response sent by validation/authorization process.

Since:
6.1.0

id

String id
Account's id.

Since:
6.1.0

enabled

boolean enabled
Indicates if the account is enabled.

Since:
6.1.0

isAllServiceInstances

boolean isAllServiceInstances
Indicates if this account may be used by all service instances.

Since:
6.1.0

name

String name
The given name for the social network account.

Since:
6.1.0

serviceInstanceId

String serviceInstanceId
The identifier of the service instance this account belongs to.

Since:
6.1.0

Class lumis.socialnetworkintegration.SocialNetworkApplication extends Object implements Serializable

serialVersionUID: 6886006270504585067L

Serialized Fields

consumerKey

String consumerKey
The consumerKey for this application to authenticate in this social network.

Since:
6.1.0

consumerKeySecret

String consumerKeySecret
The consumerSecret for this application to authenticate in this social network.

Since:
6.1.0

enabled

boolean enabled
Indicates if the application is enabled.

Since:
6.1.0

accounts

Set<E> accounts
This application accounts.

Since:
6.1.0

id

String id
The application's id.

Since:
6.1.0

name

String name
The application's name.

Since:
6.1.0

socialNetwork

SocialNetwork socialNetwork
Represents the social network associated to this application.

Since:
6.1.0

Class lumis.socialnetworkintegration.SocialNetworkMessage extends Object implements Serializable

Serialized Fields

account

SocialNetworkAccount account
The account that published this message.

Since:
6.1.0

id

String id
Message's id.

Since:
6.1.0

messageContent

String messageContent
The message's actual content.

Since:
6.1.0

publishDate

Date publishDate
The message's scheduled publishing date.

Since:
6.1.0

status

SocialNetworkMessageStatus status
The message's publishing status.

Since:
6.1.0

Class lumis.socialnetworkintegration.SocialNetworkMessageQueueItem extends Object implements Serializable

Serialized Fields

processId

String processId
Fields mapping to database columns. This entity is a mere reflection of the database. Used to quicken retrieval and removal of items. See database definition.


messageId

String messageId

messageContent

String messageContent

locale

Locale locale

publishDateTime

Date publishDateTime

status

SocialNetworkMessageStatus status

action

char action

account

SocialNetworkAccount account

Package lumis.socialnetworkintegration.action

Class lumis.socialnetworkintegration.action.AbstractMessageAction extends AbstractQueueTask implements Serializable

Serialized Fields

messageId

String messageId
Id of the message in the current portal.

Since:
6.1.0

messageContent

String messageContent
Content that should be published/updated/removed

Since:
6.1.0

accountId

String accountId
Id of the account that should publish/update/remove the message

Since:
6.1.0

publishDate

Date publishDate
Publish date/time

Since:
6.1.0

Class lumis.socialnetworkintegration.action.ContentMessagePublisher extends MessagePublisher implements Serializable

Class lumis.socialnetworkintegration.action.ContentMessageUpdater extends MessageUpdater implements Serializable

Class lumis.socialnetworkintegration.action.MessagePublisher extends AbstractMessageAction implements Serializable

Class lumis.socialnetworkintegration.action.MessageRemover extends AbstractMessageAction implements Serializable

Class lumis.socialnetworkintegration.action.MessageUpdater extends AbstractMessageAction implements Serializable


Package lumis.upgrade

Class lumis.upgrade.UpgradeException extends PortalException implements Serializable

Serialized Fields

buildConfig

BuildConfig buildConfig

Package lumis.util

Class lumis.util.EnumException extends PortalException implements Serializable

serialVersionUID: 1L

Class lumis.util.PortletParametersMap extends HashMap<String,String[]> implements Serializable


Package lumis.util.converter

Class lumis.util.converter.ConversionException extends RuntimeException implements Serializable

Class lumis.util.converter.DateTimeConverter.ISO8601DateTimeFormat extends DateFormat implements Serializable

Class lumis.util.converter.UnsupportedConversionTypeException extends ConversionException implements Serializable


Package lumis.util.parse

Class lumis.util.parse.ParseException extends PortalException implements Serializable

serialVersionUID: 1L



Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.