02/28/2005
 

Serialized Form


Package com.epicentric.authentication

Class com.epicentric.authentication.AccountDoesNotExistException implements Serializable

Class com.epicentric.authentication.AccountExistsException implements Serializable

Class com.epicentric.authentication.AuthenticationException implements Serializable

Class com.epicentric.authentication.InvalidAccountException implements Serializable

Class com.epicentric.authentication.LockedOutException implements Serializable

Serialized Fields

seconds

long seconds

Class com.epicentric.authentication.PropertyDescriptorNotFoundException implements Serializable


Package com.epicentric.authentication.autologin

Class com.epicentric.authentication.autologin.InvalidAutoLoginException implements Serializable


Package com.epicentric.cache

Class com.epicentric.cache.CacheAlreadyExistsException implements Serializable

Class com.epicentric.cache.CacheException implements Serializable

Class com.epicentric.cache.CacheItemKey implements Serializable

Serialized Fields

specialistKey

Object specialistKey
Internal specialist key value

domainID

String domainID
Internal domainID value

viewID

String viewID
Internal viewID value

locale

String locale
Internal locale value

documentType

String documentType
Internal document type value

userID

int userID
Internal userID value

beanID

int beanID
Internal beanID value

gotHashcode

boolean gotHashcode

hashCode

int hashCode

Class com.epicentric.cache.CacheSchemeIncompatibleException implements Serializable

Class com.epicentric.cache.UnknownCacheIDException implements Serializable


Package com.epicentric.common

Class com.epicentric.common.ActiveUserGroupNotFoundException implements Serializable

Class com.epicentric.common.Cookie implements Serializable

Serialized Fields

cookie

String cookie

name

String name

value

String value

expires

Date expires

domain

String domain

path

String path

secure

boolean secure

Class com.epicentric.common.CookieState implements Serializable

Serialized Fields

cookies

Hashtable cookies

Class com.epicentric.common.FeatureNotSupportedException implements Serializable

Class com.epicentric.common.Grouper implements Serializable

Serialized Fields

ungroupedItems

OrderedHashtable ungroupedItems
Deprecated. 
Items not found in any other group.

groups

OrderedHashtable groups
Deprecated. 
All my groups. Key: String groupKey, Value: OrderedHashtable

Class com.epicentric.common.Icons.Icon implements Serializable

Serialized Fields

smallIcon

String smallIcon

largeIcon

String largeIcon

Class com.epicentric.common.LogException implements Serializable

Class com.epicentric.common.NotImplementedException implements Serializable

Class com.epicentric.common.OrderedHashMap implements Serializable

Serialized Fields

orderedKeyList

List orderedKeyList
Deprecated. 

Class com.epicentric.common.OrderedHashtable implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Deprecated. 
Restore the the OrderedHashtable from the given stream. Restores the keys and values, in order.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Deprecated. 
Save the OrderedHashtable to the given stream. Saves the keys and values, in order.

Class com.epicentric.common.PrintStackTraceException implements Serializable


Package com.epicentric.common.website

Class com.epicentric.common.website.ErrorException implements Serializable

Class com.epicentric.common.website.ErrorMessage implements Serializable

Serialized Fields

type

int type

messages

String[] messages

linkText

String linkText

linkHref

String linkHref

Class com.epicentric.common.website.SessionInfo implements Serializable

Serialized Fields

selectorVector

Vector selectorVector

timeStamp

long timeStamp

accountVerifiedPage

String accountVerifiedPage

pageRequestingVerification

String pageRequestingVerification

totalSteps

int totalSteps

userUID

String userUID

fullName

String fullName

isAdmin

boolean isAdmin

authorizedUser

boolean authorizedUser

lastSiteUID

String lastSiteUID

siteChanged

boolean siteChanged

siteUID

String siteUID

siteSettings

HashMap siteSettings

redirectURL

String redirectURL

passwordExpired

boolean passwordExpired


Package com.epicentric.contentmanagement

Class com.epicentric.contentmanagement.ContentAlreadyExistsException implements Serializable

Class com.epicentric.contentmanagement.ContentCommunicationException implements Serializable

Class com.epicentric.contentmanagement.ContentException implements Serializable

Serialized Fields

nested_e

Throwable nested_e

key

String key

Class com.epicentric.contentmanagement.ContentFeatureNotSupportedException implements Serializable

Class com.epicentric.contentmanagement.ContentInaccessibleSecurityException implements Serializable

Class com.epicentric.contentmanagement.ContentLockedException implements Serializable

Serialized Fields

lock

com.epicentric.lock.Lock lock

Class com.epicentric.contentmanagement.ContentNotFoundException implements Serializable

Class com.epicentric.contentmanagement.ContentNotLockedException implements Serializable

Class com.epicentric.contentmanagement.ContentSecurityException implements Serializable

Class com.epicentric.contentmanagement.PropertyNotSupportedException implements Serializable

Class com.epicentric.contentmanagement.PropertyTypeMismatchException implements Serializable


Package com.epicentric.credentials

Class com.epicentric.credentials.CredentialEncryptionException implements Serializable

Class com.epicentric.credentials.Credentials implements Serializable

Serialized Fields

credentials

Map credentials

Class com.epicentric.credentials.CredentialsNotFoundException implements Serializable


Package com.epicentric.doctype

Class com.epicentric.doctype.DocumentTypeException implements Serializable

Class com.epicentric.doctype.DocumentTypePersistificationException implements Serializable

Class com.epicentric.doctype.InvalidDocumentTypeException implements Serializable


Package com.epicentric.entity

Class com.epicentric.entity.EntityManagementException implements Serializable

Class com.epicentric.entity.EntityManagementRuntimeException implements Serializable

Class com.epicentric.entity.EntityNotFoundException implements Serializable

Serialized Fields

entityTypeID

String entityTypeID

propertyID

String propertyID

propertyValue

Object propertyValue

Class com.epicentric.entity.EntityPersistenceException implements Serializable

Serialized Fields

nestedThrowable

Throwable nestedThrowable

entityUID

String entityUID

Class com.epicentric.entity.EntityTypeMismatchException implements Serializable

Serialized Fields

exceptedEntityType

EntityType exceptedEntityType

providedEntityType

EntityType providedEntityType

Class com.epicentric.entity.EntityTypeNotCreatableException implements Serializable

Serialized Fields

entityTypeNotCreatableID

String entityTypeNotCreatableID

Class com.epicentric.entity.EntityTypeNotDeletableException implements Serializable

Serialized Fields

entityTypeNotDeletableID

String entityTypeNotDeletableID

Class com.epicentric.entity.EntityTypeNotSearchableException implements Serializable

Serialized Fields

entityTypeNotSearchableID

String entityTypeNotSearchableID

Class com.epicentric.entity.IllegalEntityRelationshipException implements Serializable

Serialized Fields

parentType

EntityType parentType

childType

EntityType childType

Class com.epicentric.entity.PropertyDataTypeMismatchException implements Serializable

Serialized Fields

propertyID

String propertyID

propertyDataType

Class propertyDataType

mismatchedDataType

Class mismatchedDataType

Class com.epicentric.entity.PropertyNotEditableException implements Serializable

Serialized Fields

entityTypeID

String entityTypeID

propertyNotEditableID

String propertyNotEditableID

Class com.epicentric.entity.PropertyNotFoundException implements Serializable

Serialized Fields

queriedEntityTypeID

String queriedEntityTypeID

propertyNotFoundID

String propertyNotFoundID

Class com.epicentric.entity.PropertyNotSearchableException implements Serializable

Serialized Fields

propertyNotSearchable

EntityProperty propertyNotSearchable

Class com.epicentric.entity.PropertyNotUniqueException implements Serializable

Serialized Fields

entityTypeID

String entityTypeID

propertyNotUniqueID

String propertyNotUniqueID

Class com.epicentric.entity.PropertyRequiredException implements Serializable

Serialized Fields

entityTypeID

String entityTypeID

propertyRequiredID

String propertyRequiredID

Class com.epicentric.entity.UniquePropertyValueConflictException implements Serializable

Serialized Fields

entityTypeID

String entityTypeID

uniqueEntityPropertyID

String uniqueEntityPropertyID

propertyValueWithConflict

Object propertyValueWithConflict


Package com.epicentric.i18n.format

Class com.epicentric.i18n.format.AbstractFormattable implements Serializable

Class com.epicentric.i18n.format.EmptyFormattable implements Serializable

Class com.epicentric.i18n.format.FormattableBundle implements Serializable

Serialized Fields

bundleUID

String bundleUID

key

String key

defaultPattern

String defaultPattern

defaultLocale

Locale defaultLocale

Class com.epicentric.i18n.format.FormattableGroup implements Serializable

Serialized Fields

formattables

Formattable[] formattables

Class com.epicentric.i18n.format.FormattableString implements Serializable

Serialized Fields

pattern

String pattern

locale

Locale locale

params

Object[] params

Class com.epicentric.i18n.format.FormattableStyle implements Serializable

Serialized Fields

style

String style

formattable

Formattable formattable


Package com.epicentric.indexing

Class com.epicentric.indexing.IndexingException implements Serializable

Class com.epicentric.indexing.SearchException implements Serializable

Serialized Fields

nestedException

Throwable nestedException


Package com.epicentric.jdbc

Class com.epicentric.jdbc.InvalidConfigurationException implements Serializable

Class com.epicentric.jdbc.TimeoutException implements Serializable

Class com.epicentric.jdbc.UntestableConnectionException implements Serializable


Package com.epicentric.jndi

Class com.epicentric.jndi.TimeoutException implements Serializable


Package com.epicentric.metrics

Class com.epicentric.metrics.NoSuchMBeanException implements Serializable


Package com.epicentric.mypage

Class com.epicentric.mypage.MyPageException implements Serializable


Package com.epicentric.page

Class com.epicentric.page.Page implements Serializable

Serialized Fields

id

String id
Unique id for this page.

title

String title
The title of this page.

description

String description
A description for this page.

creationDate

Date creationDate
A timestamp reflecting when this page was created.

creatorID

String creatorID
The id of the user that created this page.
Since:
4.0

cache

Map cache
The PageModuleSet cache for this page. PageModuleSets do not expire from this cache, but are removed whenever a PageModuleSet is deleted.
Since:
4.0

layout

PageLayout layout
The PageLayout object associated with this page.

permissionContext

PermissionContext permissionContext
Deprecated. in 4.0, to be removed in 8.0 or later. Replaced by a new permissioning system.

The permission context for this page. This value comes from the PermissionsManager and is cached here for convenience.

ownerID

int ownerID
Deprecated. As of version 4.0, to be removed in 8.0 or later


filePath

String filePath
Deprecated. As of version 4.0, to be removed in 8.0 or later


pageModuleCategorySet

PageModuleCategorySet pageModuleCategorySet
Deprecated. As of version 4.0, to be removed in 8.0 or later

Class com.epicentric.page.Page.PageCatalogFinder implements Serializable

Class com.epicentric.page.PageException implements Serializable

Class com.epicentric.page.PageLayout implements Serializable

Serialized Fields

page

Page page
The Page that this layout belongs to
Since:
4.0

cellIDs

String[][] cellIDs
Unique IDs used by branding system to identify a cell.
Since:
4.0

lastLayoutUpdateTime

long lastLayoutUpdateTime
Timestamp used internally to determine if UserModuleSets need to update their layouts. Updated on column count change.

verticallyOriented

boolean verticallyOriented
True if the layout is divided into columns, with multiple cells possible per column. If false, the layout is divided into rows, with multiple cells possible per row.

dividerWidths

int[] dividerWidths
Ordered list of the widths of each divider. If we are using a relative layout, widths are specified in percentages. In that case, the sum of all widths will be 100. In an absolute layout, widths are in pixels. In either case, fractional widths and widths less than zero are not allowed. Divider widths are only useful with a vertical page orientation, ie when the page is divided into columns.

cellWidths

int[][] cellWidths
Ordered list of the widths of each cell. If we are using a relative layout, widths are specified in percentages. In that case, the sum of all widths will be 100. In an absolute layout, widths are in pixels. In either case, fractional widths and widths less than zero are not allowed. Cell widths are only used in horizontal orientation where a row is subdivided into multiple cells.

cellNames

String[][] cellNames
Ordered list of the name of each layout cell.

useRelativeWidths

boolean useRelativeWidths
True if divider and cell widths are specified in percentages. Widths are in absolute pixels otherwise. Defaults to true.

maxModuleWidths

int[][] maxModuleWidths
Holds the maximum size module allowable for a cell. If a value is zero, any size module is allowed.

defaultCellWidth

int defaultCellWidth
Width for newly created cells in absolute width mode.

cellWidthNames

String[][] cellWidthNames
Deprecated. As of 4.0, to be removed in 8.0 or later; no replacement.

Ordered list of the name of each layout cell's width.

id

int id
Deprecated. As of 4.0, to be removed in 8.0 or later; no replacement.

A unique identifier for this layout. Used for persistent storage.

useRelativeLayoutWidth

boolean useRelativeLayoutWidth
Deprecated. As of 4.0, to be removed in 8.0 or later; no replacement.

True if the layout's width is specified as a percentage. Width is in absolute pixels otherwise. Defaults to true.

Class com.epicentric.page.PageModuleCategorySet implements Serializable

Serialized Fields

showAllCategories

boolean showAllCategories
Deprecated. 

showUncategorizedMods

boolean showUncategorizedMods
Deprecated. 

categories

Vector categories
Deprecated. 

Class com.epicentric.page.PageModuleSet implements Serializable

Serialized Fields

pageID

String pageID
The id of the Page that this page module set belongs to. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

pmsID

String pmsID
The id of this page module set, unique with respect to the page it is associated with (i.e., Page A can have a PageModuleSet with id = 'a', and Page B could also have a PageModuleSet with id = 'a', but no page could have two PageModuleSets both having an id of 'a'). Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.
Since:
4.0

portletUIDs

String[][][] portletUIDs
List of portletUIDs for each cell in a layout. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

lockedCells

boolean[][] lockedCells
Identifies which cells are marked locked. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

pageLocked

boolean pageLocked
True if the entire page's layout is locked. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

lockedPortletUIDs

boolean[][][] lockedPortletUIDs
List of portletUIDs that are locked individually. Replaces the lockedPortlets array Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.
Since:
4.0

lastModuleUpdateTime

long lastModuleUpdateTime
Timestamp of last modification that would affect UserModuleSets. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

myLastLayoutTime

long myLastLayoutTime
The last time we updated based on a layout change. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

updateUnlockedModules

boolean updateUnlockedModules
True if unlocked modules should be added to users' modsets too. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

pageDisabled

boolean pageDisabled
True if pageModuleSet is "disabled" (and PageModuleSet should revert to default). Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

groupID

int groupID
Deprecated. As of 4.0, to be removed in 8.0 or later Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.


idHash

Hashtable idHash
Deprecated. As of 4.0, to be removed in 8.0 or later

Cached value of our identifying hashtable. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

intID

int intID
Deprecated. As of 4.0, to be removed in 8.0 or later

Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

lockedPortlets

String[] lockedPortlets
Deprecated. As of 4.0, to be removed in 8.0 or later

List of portletUIDs that are locked individually. Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

moduleIDs

int[][][] moduleIDs
Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

lockedModuleIDs

boolean[][][] lockedModuleIDs
Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

lockedModules

int[] lockedModules
Visibility changed from protected to private in portal 7.1 as these should not be visible to customers and are not used for inheritance.

mapper

com.epicentric.page.internal.ModuleIDPortletUIDMapper mapper

Class com.epicentric.page.PageOrdering implements Serializable

Serialized Fields

id

String id
A short unique identifier for this ordering.

title

String title
A user-friendly short name.

description

String description
A user-friendly description.

defaultOrdering

String[] defaultOrdering
The ordering used for groups without a specific ordering, and for users without a primary group.

guestOrdering

String[] guestOrdering
Ordering used for the guests.

groupOrderings

Hashtable groupOrderings
Maps groupID to the ordering for that group.

defaultMutex

Object defaultMutex

guestMutex

Object guestMutex

idHash

Hashtable idHash

Class com.epicentric.page.PagePersistenceException implements Serializable

Class com.epicentric.page.UserModuleSet implements Serializable

Serialized Fields

pageID

String pageID
ID of Page this UserModuleSet belongs to.
Since:
4.0

userID

String userID
ID of User this UserModuleSet belongs to.
Since:
4.0

portletUIDs

String[][][] portletUIDs
List of module ids for each cell.

minimizedPortletUIDs

boolean[][][] minimizedPortletUIDs
List of minimized states for portletUIDs. Replaces the minimizedUIDs array.
Since:
4.0

lastModuleUpdateTime

long lastModuleUpdateTime
Last known modification timestamp of our PageModuleSet.

lastLayoutUpdateTime

long lastLayoutUpdateTime
Last known modification timestamp of our PageLayout.

persisted

boolean persisted
Internal flag indicating if it has been saved/loaded from the database. This allows the object to exist in memory without need for storage until updated.

idHash

Hashtable idHash
Deprecated. As of 4.0, to be removed in 8.0 or later


minimizedUIDs

String[] minimizedUIDs
Deprecated. As of 4.0, to be removed in 8.0 or later

List of minimized modules.

lastPageModuleSetID

int lastPageModuleSetID
Deprecated. As of 4.0, to be removed in 8.0 or later

ID of the last known PageModuleSet for our user.

mapper

com.epicentric.page.internal.ModuleIDPortletUIDMapper mapper

moduleIDs

int[][][] moduleIDs

minimizedModuleIDs

boolean[][][] minimizedModuleIDs

minimizedIDs

int[] minimizedIDs


Package com.epicentric.portalbeans

Class com.epicentric.portalbeans.DocumentTypeAlreadyDefinedException implements Serializable

Class com.epicentric.portalbeans.GenericPortalBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Recovery for any state variation
Serialized Fields

id

int id

name

String name

title

String title

description

String description

inDefaultProfile

boolean inDefaultProfile

descriptorId

String descriptorId

version

float version

internalStateTransferredToDatabase

int internalStateTransferredToDatabase

beanVersion

int beanVersion

propertyHash

Hashtable propertyHash

category

String category
Deprecated. Category refers to the PBD via the portalbean's type ID


permissionContext

PermissionContext permissionContext
Deprecated. in 4.0, to be removed in 8.0 or later, now obsolete; replaced by the new permissioning system


width

int width

widthDescription

String widthDescription

createdDate

Date createdDate

ownerID

int ownerID

ownerName

String ownerName

displayCategoryID

String displayCategoryID

stringID

String stringID

uid

String uid

guid

String guid

widthEditable

boolean widthEditable

chromeDisplayed

boolean chromeDisplayed

selectable

boolean selectable

__internalSerializationState

int __internalSerializationState
this is necessary to allow deserialization to automatically account for changes to the internal state History: 0 - No history 1 - chromeDisplayed and selectable (put in late! 4.0 GOLD to 4.0 SP4 upgrade may re-reset the values)

customAuthorizationSpaceState

CustomAuthorizationSpaceState customAuthorizationSpaceState

editable

boolean editable

minimizable

boolean minimizable

required

boolean required

enabled

boolean enabled

Class com.epicentric.portalbeans.ObsoletePortalBean implements Serializable

Class com.epicentric.portalbeans.PortalBeanDescriptorException implements Serializable

Class com.epicentric.portalbeans.PortalBeanException implements Serializable

Class com.epicentric.portalbeans.PortalBeanObsoleteException implements Serializable

Class com.epicentric.portalbeans.PortalBeanPersistificationException implements Serializable

Class com.epicentric.portalbeans.PortalBeanSecurityException implements Serializable

Class com.epicentric.portalbeans.PortalBeanServlet implements Serializable


Package com.epicentric.portalbeans.beans.jspbean

Class com.epicentric.portalbeans.beans.jspbean.JSPBean implements Serializable

Serialized Fields

jspDirName

String jspDirName
Name of the directory holding my JSP files.

obsolete

boolean obsolete
Obsolete flag


Package com.epicentric.portalbeans.categories

Class com.epicentric.portalbeans.categories.CategoryDescriptorException implements Serializable

Class com.epicentric.portalbeans.categories.CategoryStoreException implements Serializable

Class com.epicentric.portalbeans.categories.DisplayCategory implements Serializable

Serialized Fields

_category

com.epicentric.category.Category _category
Deprecated. 

_newCategory

com.vignette.portal.portlet.management.external.PortletCategory _newCategory
Deprecated. 

_manager

com.vignette.portal.portlet.management.external.PortletCategoryManager _manager
Deprecated. 

Class com.epicentric.portalbeans.categories.DisplayCategoryException implements Serializable

Class com.epicentric.portalbeans.categories.OtherCategory implements Serializable


Package com.epicentric.segment

Class com.epicentric.segment.CannotFindResourceException implements Serializable


Package com.epicentric.services

Class com.epicentric.services.IndexedPropertySet implements Serializable

Serialized Fields

propertySets

PropertySet[] propertySets

Class com.epicentric.services.Property implements Serializable

Serialized Fields

key

String key

errorReason

Formattable errorReason

Class com.epicentric.services.PropertySet implements Serializable

Serialized Fields

map

HashMap map

containsErrors

boolean containsErrors

Class com.epicentric.services.ServiceConfiguration implements Serializable

Serialized Fields

serviceKey

String serviceKey

serviceID

String serviceID

typeID

String typeID

implementationID

String implementationID

localeResourceKey

String localeResourceKey

enabled

boolean enabled

defaultInstance

boolean defaultInstance

Class com.epicentric.services.ServiceException implements Serializable

Class com.epicentric.services.ServiceProperty implements Serializable

Serialized Fields

serviceID

String serviceID

Class com.epicentric.services.ServiceUnavailableException implements Serializable

Class com.epicentric.services.ValueProperty implements Serializable

Serialized Fields

value

Object value


Package com.epicentric.settings

Class com.epicentric.settings.SettingsException implements Serializable

Class com.epicentric.settings.SettingsNotFoundException implements Serializable


Package com.epicentric.site

Class com.epicentric.site.ConstraintViolationException implements Serializable

Class com.epicentric.site.DNSNameAlreadyInUseException implements Serializable

Class com.epicentric.site.SiteException implements Serializable


Package com.epicentric.task

Class com.epicentric.task.TaskException implements Serializable


Package com.epicentric.template

Class com.epicentric.template.BrandingSessionIdentifier implements Serializable

Serialized Fields

pageID

String pageID

siteID

String siteID

menuID

String menuID

menuItemID

String menuItemID

pageContentTemplateID

String pageContentTemplateID

userID

String userID

userIsGuest

boolean userIsGuest

useCustomUserValues

boolean useCustomUserValues

useSiteDefaultGridStyle

boolean useSiteDefaultGridStyle

Class com.epicentric.template.InvalidFileTypeException implements Serializable

Class com.epicentric.template.TemplateStoreException implements Serializable


Package com.epicentric.uid

Class com.epicentric.uid.UIDException implements Serializable

Class com.epicentric.uid.UIDNotFoundException implements Serializable

Serialized Fields

_source

com.epicentric.uid.UIDNotFoundException.SourceUID _source


Package com.epicentric.user

Class com.epicentric.user.User implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

wrappedEntityUID

String wrappedEntityUID


Package com.epicentric.users

Class com.epicentric.users.MalformedPasswordException implements Serializable

Class com.epicentric.users.PersistificationException implements Serializable

Class com.epicentric.users.UserGroup.UserGroupCatalogFinder implements Serializable


Package com.vignette.portal.cache

Class com.vignette.portal.cache.CacheAlreadyExistsException implements Serializable

Class com.vignette.portal.cache.CacheException implements Serializable

Serialized Fields

nestedException

Throwable nestedException
The initial, lower-level exception

Class com.vignette.portal.cache.CacheOverflowException implements Serializable

Class com.vignette.portal.cache.NoSuchCacheException implements Serializable


Package com.vignette.portal.log

Class com.vignette.portal.log.LogException implements Serializable

Class com.vignette.portal.log.NotSupportedException implements Serializable


Package com.vignette.portal.portlet.website

Class com.vignette.portal.portlet.website.InputValidationFailedException implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Class com.vignette.portal.portlet.website.InvocationFailedException implements Serializable

Serialized Fields

rootCause

Throwable rootCause

Class com.vignette.portal.portlet.website.PortletNotFoundException implements Serializable

Serialized Fields

portletID

String portletID

isFriendlyID

boolean isFriendlyID

Class com.vignette.portal.portlet.website.PortletPermanentlyUnavailableException implements Serializable

Class com.vignette.portal.portlet.website.PortletRenderException implements Serializable

Class com.vignette.portal.portlet.website.PortletSecurityException implements Serializable

Class com.vignette.portal.portlet.website.PortletTemporarilyUnavailableException implements Serializable

Serialized Fields

timeOfAvailibility

Date timeOfAvailibility

Class com.vignette.portal.portlet.website.PortletTimedOutException implements Serializable

Class com.vignette.portal.portlet.website.UnsecureTransportException implements Serializable

Class com.vignette.portal.portlet.website.UserUnauthorizedException implements Serializable


Package com.vignette.portal.rsm

Class com.vignette.portal.rsm.TimeoutException implements Serializable

Class com.vignette.portal.rsm.UnsupportedProtocolException implements Serializable


Package com.vignette.portal.rsm.file

Class com.vignette.portal.rsm.file.FileRemoteRequest implements Serializable

Serialized Fields

url

URL url
URL to which to make the request.

Class com.vignette.portal.rsm.file.FileRemoteResponse implements Serializable

Serialized Fields

file

File file
File to retrieve content from.

content

byte[] content
The content from the file.

retrievalFlag

boolean retrievalFlag
Flag to indicate whether the content has been retrieved.

Class com.vignette.portal.rsm.file.FileRemoteSession implements Serializable


Package com.vignette.portal.rsm.http

Class com.vignette.portal.rsm.http.Cookie implements Serializable

Serialized Fields

cookie

String cookie
Cookie string to send in header.

name

String name
Name of this cookie.

value

String value
Value of this cookie.

expires

Date expires
Date this cookie expires.

domain

String domain
Domain for which this cookie is valid.

path

String path
Server path for which this cookie is valid.

secure

boolean secure
Flag to indicate that this is a secure cookie.

Class com.vignette.portal.rsm.http.CookieStore implements Serializable

Serialized Fields

cookies

Map cookies
Storage mechanism for cookies.

Class com.vignette.portal.rsm.http.HttpRemoteRequest implements Serializable

Serialized Fields

url

URL url
URL to make request to.

userAgent

String userAgent
User-Agent to send in header.

requestMethod

String requestMethod
HTTPmethod to be used for request.

contentType

String contentType
Content type of request.

requestHeaders

com.vignette.portal.rsm.internal.util.OrderedStringMap requestHeaders
HTTP headers to send to remote site.

requestCookies

CookieStore requestCookies
Cookies to send in the request.

bodyParameters

com.vignette.portal.rsm.internal.util.OrderedStringMap bodyParameters
Body parameters for POST requests.

ifModifiedSince

long ifModifiedSince
Time value of the If-Modified-Since header.

maxRedirects

int maxRedirects
Maximum number of redirects to follow automatically.

useAuthenticator

boolean useAuthenticator
Flag to use authenticator.

session

HttpRemoteSession session
Session that spawned this request.

streamable

RequestContentStream streamable
POST property stream handler.

Class com.vignette.portal.rsm.http.HttpRemoteResponse implements Serializable

Serialized Fields

statusCode

int statusCode
HTTP Status code.

statusMessage

String statusMessage
HTTP Status message.

contentType

String contentType
Content-Type from header.

contentEncoding

String contentEncoding
Content-Encoding from header.

contentLength

int contentLength
Content-length from header.

lastModified

long lastModified
Last-modified from header.

headers

Map headers
HTTP headers from remote server.

responseCookies

CookieStore responseCookies
Cookies returned from server.

updateSession

boolean updateSession
Flag to indicate that the session state has been updated by the response.

Class com.vignette.portal.rsm.http.HttpRemoteSession implements Serializable

Serialized Fields

creationTime

long creationTime
Initialization time of HTTP session.

lastRenewed

long lastRenewed
Last renewal time of the HTTP session.

refreshSession

boolean refreshSession
Flag to indicate that session duration has been changed.

duration

long duration
Session duration.

defaultRequestHeaders

HashMap defaultRequestHeaders
Default HTTP headers to be included on each request created.

sessionCookies

CookieStore sessionCookies
Default cookies to send with requests.

defaultQuerystringParameters

HashMap defaultQuerystringParameters
Default querystring variables to add to each request.

defaultRequestMethod

String defaultRequestMethod
Default HTTP method to be used for created requests.

authenticator

Authenticator authenticator
Object that handles authentication to the remote site.

Class com.vignette.portal.rsm.http.MultipartRequestContentStream implements Serializable

Serialized Fields

boundaryString

String boundaryString
Boundary string used to delimit parameters in the request.

contentType

String contentType
Content type of stream.

out

OutputStream out
OutputStream to remote server.

request

HttpRemoteRequest request
Collection of parameters to send to remote site.

files

Map files
Collection of files to write.

charset

String charset
Character set to be used on the request.


Package com.vignette.portal.rsm.http.auth

Class com.vignette.portal.rsm.http.auth.BasicWebAuthenticator implements Serializable

Serialized Fields

properties

HashMap properties
Property store.

Class com.vignette.portal.rsm.http.auth.URLAuthenticator implements Serializable

Serialized Fields

properties

HashMap properties
Property store.


Package com.vignette.portal.rsm.url

Class com.vignette.portal.rsm.url.URLRemoteRequest implements Serializable

Class com.vignette.portal.rsm.url.URLRemoteResponse implements Serializable

Serialized Fields

url

URL url
URL to which teh last request was actually made.

content

byte[] content
Binary content from remote server.

retrievalFlag

boolean retrievalFlag
Flag to indicate that an attempt to retrieve content has been made.

Class com.vignette.portal.rsm.url.URLRemoteSession implements Serializable


Package com.vignette.portal.text.processor

Class com.vignette.portal.text.processor.ProcessingException implements Serializable

Serialized Fields

nestedThrowable

Throwable nestedThrowable
Original exception that prompted this one to be thrown.


Package com.vignette.portal.website.enduser.components

Class com.vignette.portal.website.enduser.components.ActionException implements Serializable

Class com.vignette.portal.website.enduser.components.EndUserFormBean implements Serializable

Serialized Fields

_bundleID

String _bundleID


Package com.vignette.portal.website.enduser.components.mypage.add

Class com.vignette.portal.website.enduser.components.mypage.add.MyPagesAddFormBean implements Serializable

Serialized Fields

_pageName

String _pageName

_reachMax

boolean _reachMax

_errMsgs

String[] _errMsgs


Package com.vignette.portal.website.enduser.components.mypage.common

Class com.vignette.portal.website.enduser.components.mypage.common.MyPageResolutionException implements Serializable

Serialized Fields

cause

Throwable cause


Package com.vignette.portal.website.enduser.components.page.common

Class com.vignette.portal.website.enduser.components.page.common.PageResolutionException implements Serializable

Serialized Fields

cause

Throwable cause


Package com.vignette.portal.website.form

Class com.vignette.portal.website.form.FormBean implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
This is the standard deserialzation method. Used here to recover a transient LogWrapper.
Serialized Fields

_errorList

LinkedList _errorList

_page

int _page

Class com.vignette.portal.website.form.FormPopulationException implements Serializable

Class com.vignette.portal.website.form.FormValidationException implements Serializable

Class com.vignette.portal.website.form.ValidatorInitializationException implements Serializable


02/28/2005
 

Copyright and Trademark Notices