Serialized Form


Package org.apache.jetspeed.components.portletentity

Class org.apache.jetspeed.components.portletentity.PortletEntityNotDeletedException extends org.apache.jetspeed.exception.JetspeedException implements Serializable

Class org.apache.jetspeed.components.portletentity.PortletEntityNotGeneratedException extends Exception implements Serializable

Class org.apache.jetspeed.components.portletentity.PortletEntityNotStoredException extends org.apache.jetspeed.exception.JetspeedException implements Serializable


Package org.apache.jetspeed.components.portletregistry

Class org.apache.jetspeed.components.portletregistry.FailedToStorePortletDefinitionException extends org.apache.jetspeed.components.portletregistry.RegistryException implements Serializable

Class org.apache.jetspeed.components.portletregistry.RegistryCacheObjectWrapper extends Object implements Serializable

serialVersionUID: 1853381807991868844L

Serialized Fields

id

org.apache.ojb.broker.Identity id

key

String key

Class org.apache.jetspeed.components.portletregistry.RegistryException extends org.apache.jetspeed.exception.JetspeedException implements Serializable


Package org.apache.jetspeed.om.impl

Class org.apache.jetspeed.om.impl.DescriptionSetImpl extends Object implements Serializable

Serialized Fields

descriptionType

String descriptionType
Specifies the type Description we are storing


innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.impl.DisplayNameSetImpl extends Object implements Serializable

Serialized Fields

displayNameType

String displayNameType
Specifies the type Description we are storing


innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.impl.DublinCoreImpl extends Object implements Serializable

Serialized Fields

metadata

org.apache.jetspeed.om.common.GenericMetadata metadata

Class org.apache.jetspeed.om.impl.JetspeedServiceReferenceImpl extends Object implements Serializable

Serialized Fields

name

String name

appId

long appId

id

long id

Class org.apache.jetspeed.om.impl.LanguageImpl extends ResourceBundle implements Serializable

Serialized Fields

keys

Set<E> keys

title

String title

shortTitle

String shortTitle

locale

Locale locale

keywordStr

String keywordStr

keywords

Collection<E> keywords

id

long id
This field can be used by persistence tools for storing PK info Otherwise it has no effect on the functioning of the portal.


portletId

long portletId

Class org.apache.jetspeed.om.impl.LanguageSetImpl extends Object implements Serializable

Serialized Fields

resources

String resources

innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.impl.ParameterImpl extends Object implements Serializable

Serialized Fields

name

String name

value

String value

description

String description

parameterId

long parameterId

parentId

long parentId

descriptions

Collection<E> descriptions

descCollWrapper

DescriptionSetImpl descCollWrapper

Class org.apache.jetspeed.om.impl.ParameterSetImpl extends Object implements Serializable

Serialized Fields

innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.impl.PortletInitParameterImpl extends ParameterImpl implements Serializable

Serialized Fields

ojbConcreteClass

String ojbConcreteClass
Tells OJB which class to use to materialize.

Class org.apache.jetspeed.om.impl.PortletParameterSetImpl extends ParameterSetImpl implements Serializable

Class org.apache.jetspeed.om.impl.SecurityRoleRefImpl extends Object implements Serializable

Serialized Fields

id

long id

portletId

long portletId

link

String link

name

String name

descriptions

Collection<E> descriptions

descCollWrapper

DescriptionSetImpl descCollWrapper

Class org.apache.jetspeed.om.impl.SecurityRoleRefSetImpl extends Object implements Serializable

Serialized Fields

innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.impl.ServletInitParameterImpl extends ParameterImpl implements Serializable

Serialized Fields

ojbConcreteClass

String ojbConcreteClass
Tells OJB which class to use to materialize.

Class org.apache.jetspeed.om.impl.ServletParameterSetImpl extends ParameterSetImpl implements Serializable

Class org.apache.jetspeed.om.impl.UserAttributeImpl extends Object implements Serializable

Serialized Fields

appId

long appId
The application id.


id

long id

name

String name

description

String description

Class org.apache.jetspeed.om.impl.UserAttributeRefImpl extends Object implements Serializable

Serialized Fields

appId

long appId
The application id.


id

long id

name

String name

nameLink

String nameLink

description

String description

Class org.apache.jetspeed.om.impl.WebAppDescriptionImpl extends DescriptionImpl implements Serializable

Serialized Fields

ojbConcreteClass

String ojbConcreteClass
Tells OJB which class to use to materialize.


Package org.apache.jetspeed.om.portlet.impl

Class org.apache.jetspeed.om.portlet.impl.ContentTypeImpl extends Object implements Serializable

Serialized Fields

contentType

String contentType

portletModes

Collection<E> portletModes

portletId

long portletId
field that represents a FK relationship to the parent portlet. Required by some O/R tools like OJB.


contentTypeId

long contentTypeId

Class org.apache.jetspeed.om.portlet.impl.ContentTypeSetImpl extends Object implements Serializable

Serialized Fields

innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.portlet.impl.CustomPortletModeImpl extends Object implements Serializable

Serialized Fields

appId

long appId
The application id.


id

long id

customName

String customName

mappedName

String mappedName

description

String description

Class org.apache.jetspeed.om.portlet.impl.CustomWindowStateImpl extends Object implements Serializable

Serialized Fields

appId

long appId
The application id.


id

long id

customName

String customName

mappedName

String mappedName

description

String description

Class org.apache.jetspeed.om.portlet.impl.FragmentPortletDefinition extends Object implements Serializable

Serialized Fields

portletDefinition

org.apache.jetspeed.om.common.portlet.PortletDefinitionComposite portletDefinition

fragment

org.apache.jetspeed.om.page.Fragment fragment

Class org.apache.jetspeed.om.portlet.impl.PortletApplicationDefinitionImpl extends Object implements Serializable

Serialized Fields

id

Long id
Unique id of the application. This serves as the primary key in database and in any caching of this object.


oid

org.apache.jetspeed.util.JetspeedLongObjectID oid

name

String name
Holds value of property name.


version

String version
Holds value of property version.


applicationIdentifier

String applicationIdentifier
Holds the optional application identifier from the portlet.xml


webApplicationId

long webApplicationId
PK of this Portlet Application's Web Application


metadataFields

Collection<E> metadataFields
Metadata property


services

Collection<E> services
Metadata property


description

String description
Description


portlets

Collection<E> portlets

userAttributeRefs

Collection<E> userAttributeRefs
User attribute refs collection.


userAttributes

Collection<E> userAttributes
User attributes collection.


listWrapper

PortletDefinitionListImpl listWrapper

applicationType

int applicationType

checksum

String checksum

checksumLong

long checksumLong

customPortletModes

List<E> customPortletModes

customWindowStates

List<E> customWindowStates

jetspeedSecurityConstraint

String jetspeedSecurityConstraint

Class org.apache.jetspeed.om.portlet.impl.PortletDefinitionImpl extends Object implements Serializable

Serialized Fields

id

Long id

oid

org.apache.jetspeed.util.JetspeedLongObjectID oid

className

String className

name

String name

portletIdentifier

String portletIdentifier

languageSet

Collection<E> languageSet

langListWrapper

LanguageSetImpl langListWrapper

parameterSet

Collection<E> parameterSet

paramListWrapper

ParameterSetImpl paramListWrapper

securityRoleRefSet

Collection<E> securityRoleRefSet

secListWrapper

SecurityRoleRefSetImpl secListWrapper

preferenceValidatorClassname

String preferenceValidatorClassname
User attribute ref set. *


displayNames

Collection<E> displayNames

DNListWrapper

DisplayNameSetImpl DNListWrapper

descriptions

Collection<E> descriptions

descListWrapper

DescriptionSetImpl descListWrapper

resourceBundle

String resourceBundle

supportedLocales

ArrayList<E> supportedLocales

contentTypes

Collection<E> contentTypes

ctListWrapper

ContentTypeSetImpl ctListWrapper

portletEntities

List<E> portletEntities

app

org.apache.jetspeed.om.common.portlet.MutablePortletApplication app
PortletApplicationDefinition this PortletDefinition belongs to


appId

long appId

expirationCache

String expirationCache

metadataFields

Collection<E> metadataFields
Metadata property


preferenceSet

PrefsPreferenceSetImpl preferenceSet

jetspeedSecurityConstraint

String jetspeedSecurityConstraint

Class org.apache.jetspeed.om.portlet.impl.PortletDefinitionListImpl extends Object implements Serializable

Serialized Fields

innerCollection

Collection<E> innerCollection

Package org.apache.jetspeed.om.preference.impl

Class org.apache.jetspeed.om.preference.impl.PrefsPreference extends Object implements Serializable

Serialized Fields

prefValueNode

Preferences prefValueNode

prefValueSizeNode

Preferences prefValueSizeNode

prefNode

Preferences prefNode

name

String name

Package org.apache.jetspeed.om.servlet.impl

Class org.apache.jetspeed.om.servlet.impl.SecurityRoleImpl extends Object implements Serializable

Serialized Fields

webAppId

long webAppId

description

String description

roleName

String roleName

Class org.apache.jetspeed.om.servlet.impl.SecurityRoleSetImpl extends Object implements Serializable

Serialized Fields

innerCollection

Collection<E> innerCollection

Class org.apache.jetspeed.om.servlet.impl.WebApplicationDefinitionImpl extends Object implements Serializable

Serialized Fields

id

Long id

oid

org.apache.jetspeed.util.JetspeedLongObjectID oid

displayNames

Collection<E> displayNames

DNCollWrapper

DisplayNameSetImpl DNCollWrapper

descriptions

Collection<E> descriptions

descCollWrapper

DescriptionSetImpl descCollWrapper

securityRoles

Collection<E> securityRoles

secRolesListWrapper

SecurityRoleSetImpl secRolesListWrapper

contextRoot

String contextRoot

initParameters

org.apache.pluto.om.common.ParameterSet initParameters

Package org.apache.jetspeed.om.window.impl

Class org.apache.jetspeed.om.window.impl.PortletWindowImpl extends Object implements Serializable

Serialized Fields

objectId

org.apache.pluto.om.common.ObjectID objectId

instantlyRendered

boolean instantlyRendered

Class org.apache.jetspeed.om.window.impl.PortletWindowListImpl extends Object implements Serializable

Serialized Fields

windows

HashMap<K,V> windows

Package org.apache.jetspeed.util.ojb

Class org.apache.jetspeed.util.ojb.CollectionDebugger extends Object implements Serializable

Class org.apache.jetspeed.util.ojb.CSVtoCollectionFieldConversion extends Object implements Serializable

Class org.apache.jetspeed.util.ojb.CSVtoPortletModeFieldConversion extends CSVtoCollectionFieldConversion implements Serializable

Class org.apache.jetspeed.util.ojb.LocaleFieldConversion extends Object implements Serializable

Class org.apache.jetspeed.util.ojb.ObjectIDtoLongFieldConversion extends Object implements Serializable

Class org.apache.jetspeed.util.ojb.ObjectIDtoStringFieldConversion extends Object implements Serializable



Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.