© 2003 BEA Systems, Inc.

Serialized Form


Package com.bea.p13n.entitlements.common

Class com.bea.p13n.entitlements.common.Capability implements Serializable

Serialized Fields

name

String name

value

String value

Class com.bea.p13n.entitlements.common.DynamicRole implements Serializable

Class com.bea.p13n.entitlements.common.EntitlementDefinition implements Serializable

Serialized Fields

resourceName_

String resourceName_

role_

Role role_

capabilities_

List capabilities_

Class com.bea.p13n.entitlements.common.EntitlementParserException implements Serializable

Class com.bea.p13n.entitlements.common.EntitlementRequest implements Serializable

Serialized Fields

attributeList

ArrayList attributeList

principal

Principal principal

profileWrapper

ProfileWrapper profileWrapper

webappName

String webappName

Class com.bea.p13n.entitlements.common.EntitlementsException implements Serializable

Class com.bea.p13n.entitlements.common.ExpressionEvaluationException implements Serializable

Class com.bea.p13n.entitlements.common.ExpressionParserException implements Serializable

Class com.bea.p13n.entitlements.common.InvalidArgsException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyCreateException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyExistsException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyExpressionException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyMgmtAccessException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyMigrationException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyNotFoundException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyRefException implements Serializable

Class com.bea.p13n.entitlements.common.PolicyRemoveException implements Serializable

Class com.bea.p13n.entitlements.common.Role implements Serializable

Serialized Fields

name

String name

Class com.bea.p13n.entitlements.common.SegmentTransformException implements Serializable


Package com.bea.p13n.entitlements.policy

Class com.bea.p13n.entitlements.policy.PolicyItem implements Serializable

Serialized Fields

entAppName

String entAppName
The enterprise application which is defining/using this policy


webAppName

String webAppName
The webapp which is defining/using this policy


resourceId

String resourceId
The application defined resource taxonomy with leaf resource


userList

List userList
The list of users that this policy will be predicated upon


groupList

List groupList
The list of user groups that this policy will be predicated upon


policyUser

int policyUser
The type of policy (Admin vs. Visitor) controlling where policies are namespaced.


p13nContextHandler

P13nContextHandler p13nContextHandler
The context containing the user profile attributes used in custom predicates. This is required to validate caller's access to the entitlement API's, if the admin role is based on a custom predicate.

Class com.bea.p13n.entitlements.policy.RolePolicyItem implements Serializable

Serialized Fields

resourceScope

int resourceScope
A global, enterprise, webapp, or application scope defined by the EntitlementConstants class.


roleSegmentName

String roleSegmentName
Optional name of a role segment, if this role policy is to contain an ExpressionPredicate


rolePolicyName

String rolePolicyName
The name this policy will be persisted/known as


rolePolicyNamespace

String rolePolicyNamespace
The default namespace for this role policy to be stored into.


roleSegmentDoc

String roleSegmentDoc
The Xml role segment doc, if this role policy uses a custom predicate


roleSegmentLogicalAnd

boolean roleSegmentLogicalAnd
The logical binding of the custom predicate term in the entitlement expression

Class com.bea.p13n.entitlements.policy.SecurityPolicyItem implements Serializable

Serialized Fields

roleList

List roleList
The optional list of predicate roles for this policy.


capability

String capability
The optional capability name for this policy.


description

String description
The optional description for this policy.


Package com.bea.p13n.entitlements.resource

Class com.bea.p13n.entitlements.resource.ApplicationResource implements Serializable

Class com.bea.p13n.entitlements.resource.EnterpriseRoleResource implements Serializable

Class com.bea.p13n.entitlements.resource.EntitlementResourceException implements Serializable

Class com.bea.p13n.entitlements.resource.GlobalRoleResource implements Serializable

Class com.bea.p13n.entitlements.resource.HierarchyRoleResource implements Serializable

Class com.bea.p13n.entitlements.resource.LeafRoleResource implements Serializable

Class com.bea.p13n.entitlements.resource.P13nLibraryResource implements Serializable

Class com.bea.p13n.entitlements.resource.P13nResource implements Serializable

Serialized Fields

securityResource

SecurityResource securityResource
The P13nResource used to find the applicable Security Policy


initialCapability

String initialCapability
For SecurityResource instances, the requested capability, if any


libraryResourceId

String libraryResourceId
For P13nLibResource instances, the requested capability, if any

Class com.bea.p13n.entitlements.resource.P13nSecurityResource implements Serializable

Serialized Fields

resourceScope

int resourceScope

Class com.bea.p13n.entitlements.resource.WebappRoleResource implements Serializable


Package com.bea.p13n.entitlements.service

Class com.bea.p13n.entitlements.service.P13nContextHandler implements Serializable

Serialized Fields

names

String[] names

values

Object[] values


Package com.bea.p13n.events

Class com.bea.p13n.events.Event implements Serializable

Serialized Fields

eventType

String eventType
Event type


timeStamp

long timeStamp
Event trigger time stamp


application

String application
Application name


attributes

HashMap attributes
Event attribute data


Package com.bea.p13n.exceptions

Class com.bea.p13n.exceptions.ApplicationException implements Serializable

Class com.bea.p13n.exceptions.SystemException implements Serializable


Package com.bea.p13n.expression

Class com.bea.p13n.expression.ComparisonException implements Serializable

Class com.bea.p13n.expression.ExpressionException implements Serializable

Class com.bea.p13n.expression.IntrospectionException implements Serializable

Class com.bea.p13n.expression.InvalidExpressionException implements Serializable

Class com.bea.p13n.expression.Location implements Serializable

Serialized Fields

mBeginLine

int mBeginLine

mBeginColumn

int mBeginColumn

mEndLine

int mEndLine

mEndColumn

int mEndColumn

Class com.bea.p13n.expression.MethodCallException implements Serializable

Class com.bea.p13n.expression.UnboundVariableException implements Serializable


Package com.bea.p13n.expression.operator

Class com.bea.p13n.expression.operator.ClassForName implements Serializable

Class com.bea.p13n.expression.operator.ClassGetName implements Serializable

Class com.bea.p13n.expression.operator.ClassNewInstance implements Serializable

Class com.bea.p13n.expression.operator.If implements Serializable

Class com.bea.p13n.expression.operator.Instanceof implements Serializable

Class com.bea.p13n.expression.operator.MethodCall implements Serializable

Serialized Fields

SIGNATURE_LENGTH

int SIGNATURE_LENGTH

ARGS_INDEX

int ARGS_INDEX

ARGS_LENGTH

int ARGS_LENGTH

ARGUMENT_ARRAY

Object[] ARGUMENT_ARRAY

METHOD_SIGNATURE_ARRAY

Class[] METHOD_SIGNATURE_ARRAY

Class com.bea.p13n.expression.operator.ObjectGetClass implements Serializable

Class com.bea.p13n.expression.operator.ObjectHashCode implements Serializable

Class com.bea.p13n.expression.operator.ObjectToString implements Serializable

Class com.bea.p13n.expression.operator.Operator implements Serializable

Class com.bea.p13n.expression.operator.SystemCurrentTimeMillis implements Serializable

Class com.bea.p13n.expression.operator.SystemGetProperty implements Serializable

Class com.bea.p13n.expression.operator.Variable implements Serializable

Serialized Fields

bound

boolean bound


Package com.bea.p13n.expression.operator.collection

Class com.bea.p13n.expression.operator.collection.CollectionContains implements Serializable

Class com.bea.p13n.expression.operator.collection.CollectionContainsAll implements Serializable

Class com.bea.p13n.expression.operator.collection.CollectionOperator implements Serializable


Package com.bea.p13n.expression.operator.comparative

Class com.bea.p13n.expression.operator.comparative.ComparativeOperator implements Serializable

Class com.bea.p13n.expression.operator.comparative.Equals implements Serializable

Class com.bea.p13n.expression.operator.comparative.GreaterOrEquals implements Serializable

Class com.bea.p13n.expression.operator.comparative.GreaterThan implements Serializable

Class com.bea.p13n.expression.operator.comparative.LessOrEquals implements Serializable

Class com.bea.p13n.expression.operator.comparative.LessThan implements Serializable

Class com.bea.p13n.expression.operator.comparative.NotEquals implements Serializable


Package com.bea.p13n.expression.operator.logical

Class com.bea.p13n.expression.operator.logical.LogicalAnd implements Serializable

Class com.bea.p13n.expression.operator.logical.LogicalMultiAnd implements Serializable

Serialized Fields

_parameterSignature

Class[] _parameterSignature

Class com.bea.p13n.expression.operator.logical.LogicalMultiOr implements Serializable

Serialized Fields

_parameterSignature

Class[] _parameterSignature

Class com.bea.p13n.expression.operator.logical.LogicalNot implements Serializable

Class com.bea.p13n.expression.operator.logical.LogicalOperator implements Serializable

Class com.bea.p13n.expression.operator.logical.LogicalOr implements Serializable


Package com.bea.p13n.expression.operator.math

Class com.bea.p13n.expression.operator.math.MathAbs implements Serializable

Class com.bea.p13n.expression.operator.math.MathAcos implements Serializable

Class com.bea.p13n.expression.operator.math.MathAdd implements Serializable

Class com.bea.p13n.expression.operator.math.MathAsin implements Serializable

Class com.bea.p13n.expression.operator.math.MathAtan implements Serializable

Class com.bea.p13n.expression.operator.math.MathAtan2 implements Serializable

Class com.bea.p13n.expression.operator.math.MathCeil implements Serializable

Class com.bea.p13n.expression.operator.math.MathCos implements Serializable

Class com.bea.p13n.expression.operator.math.MathDivide implements Serializable

Class com.bea.p13n.expression.operator.math.MathExp implements Serializable

Class com.bea.p13n.expression.operator.math.MathFloor implements Serializable

Class com.bea.p13n.expression.operator.math.MathIeeeRemainder implements Serializable

Class com.bea.p13n.expression.operator.math.MathLog implements Serializable

Class com.bea.p13n.expression.operator.math.MathMax implements Serializable

Class com.bea.p13n.expression.operator.math.MathMin implements Serializable

Class com.bea.p13n.expression.operator.math.MathMultiply implements Serializable

Class com.bea.p13n.expression.operator.math.MathOperator implements Serializable

Class com.bea.p13n.expression.operator.math.MathPow implements Serializable

Class com.bea.p13n.expression.operator.math.MathRandom implements Serializable

Class com.bea.p13n.expression.operator.math.MathRint implements Serializable

Class com.bea.p13n.expression.operator.math.MathRound implements Serializable

Class com.bea.p13n.expression.operator.math.MathSin implements Serializable

Class com.bea.p13n.expression.operator.math.MathSqrt implements Serializable

Class com.bea.p13n.expression.operator.math.MathSubtract implements Serializable

Class com.bea.p13n.expression.operator.math.MathTan implements Serializable

Class com.bea.p13n.expression.operator.math.MathToDegrees implements Serializable

Class com.bea.p13n.expression.operator.math.MathToRadians implements Serializable


Package com.bea.p13n.expression.operator.string

Class com.bea.p13n.expression.operator.string.StringCharAt implements Serializable

Class com.bea.p13n.expression.operator.string.StringCompareToIgnoreCase implements Serializable

Class com.bea.p13n.expression.operator.string.StringConcat implements Serializable

Class com.bea.p13n.expression.operator.string.StringContains implements Serializable

Class com.bea.p13n.expression.operator.string.StringEndsWith implements Serializable

Class com.bea.p13n.expression.operator.string.StringEqualsIgnoreCase implements Serializable

Class com.bea.p13n.expression.operator.string.StringLength implements Serializable

Class com.bea.p13n.expression.operator.string.StringLike implements Serializable

Serialized Fields

caseInsensitiveMatch

boolean caseInsensitiveMatch

Class com.bea.p13n.expression.operator.string.StringOperator implements Serializable

Class com.bea.p13n.expression.operator.string.StringReplace implements Serializable

Class com.bea.p13n.expression.operator.string.StringStartsWith implements Serializable

Class com.bea.p13n.expression.operator.string.StringSubstring implements Serializable

Class com.bea.p13n.expression.operator.string.StringToLowerCase implements Serializable

Class com.bea.p13n.expression.operator.string.StringToUpperCase implements Serializable

Class com.bea.p13n.expression.operator.string.StringTrim implements Serializable


Package com.bea.p13n.http

Class com.bea.p13n.http.DefaultRequestFilter implements Serializable

Class com.bea.p13n.http.DefaultSessionFilter implements Serializable

Class com.bea.p13n.http.Request implements Serializable

Serialized Fields

parameters

Map parameters

attributes

Map attributes

headers

Map headers

methods

Map methods

session

Session session

principal

Principal principal

Class com.bea.p13n.http.Session implements Serializable

Serialized Fields

values

Map values

id

String id

createTime

long createTime

lastAccessTime

long lastAccessTime

maxInactiveInterval

int maxInactiveInterval

isNew

boolean isNew


Package com.bea.p13n.license

Class com.bea.p13n.license.LicenseError implements Serializable


Package com.bea.p13n.management

Class com.bea.p13n.management.ApplicationStateNotification implements Serializable

Class com.bea.p13n.management.ServiceConfigurationMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

ServiceConfigurationMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type


Package com.bea.p13n.mbeans

Class com.bea.p13n.mbeans.AdContentProviderMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

AdContentProviderMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

propertiesIsCached

boolean propertiesIsCached

properties

Properties properties

providerIsCached

boolean providerIsCached

provider

String provider

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.AdServiceMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

AdServiceMBean delegate

enableCaching

boolean enableCaching

adClickThruURIIsCached

boolean adClickThruURIIsCached

adClickThruURI

String adClickThruURI

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

displayFlushSizeIsCached

boolean displayFlushSizeIsCached

displayFlushSize

int displayFlushSize

eventTrackerIsCached

boolean eventTrackerIsCached

eventTracker

String eventTracker

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

renderingIsCached

boolean renderingIsCached

rendering

String rendering

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

showDocURIIsCached

boolean showDocURIIsCached

showDocURI

String showDocURI

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.AsynchronousEventServiceMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

AsynchronousEventServiceMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

listenersIsCached

boolean listenersIsCached

listeners

String[] listeners

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.AttributeLoaderMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

AttributeLoaderMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

requestLoadersIsCached

boolean requestLoadersIsCached

requestLoaders

String[] requestLoaders

sessionLoadersIsCached

boolean sessionLoadersIsCached

sessionLoaders

String[] sessionLoaders

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.BehaviorTrackingMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

BehaviorTrackingMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

dataSourceJndiNameIsCached

boolean dataSourceJndiNameIsCached

dataSourceJndiName

String dataSourceJndiName

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxBufferSizeIsCached

boolean maxBufferSizeIsCached

maxBufferSize

int maxBufferSize

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistedEventTypesIsCached

boolean persistedEventTypesIsCached

persistedEventTypes

String[] persistedEventTypes

persistenceClassnameIsCached

boolean persistenceClassnameIsCached

persistenceClassname

String persistenceClassname

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

sweepIntervalIsCached

boolean sweepIntervalIsCached

sweepInterval

int sweepInterval

sweepMaxTimeIsCached

boolean sweepMaxTimeIsCached

sweepMaxTime

int sweepMaxTime

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.CacheManagerMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

CacheManagerMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.CacheMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

CacheMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

enabledIsCached

boolean enabledIsCached

enabled

boolean enabled

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxEntriesIsCached

boolean maxEntriesIsCached

maxEntries

int maxEntries

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

timeToLiveIsCached

boolean timeToLiveIsCached

timeToLive

long timeToLive

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.CredentialMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

CredentialMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

credentialIsCached

boolean credentialIsCached

credential

String credential

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

usernameIsCached

boolean usernameIsCached

username

String username

Class com.bea.p13n.mbeans.DocumentConnectionPoolMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

DocumentConnectionPoolMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

capacityIncrementIsCached

boolean capacityIncrementIsCached

capacityIncrement

int capacityIncrement

classPathIsCached

boolean classPathIsCached

classPath

String[] classPath

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

driverNameIsCached

boolean driverNameIsCached

driverName

String driverName

initialCapacityIsCached

boolean initialCapacityIsCached

initialCapacity

int initialCapacity

loginTimeoutIsCached

boolean loginTimeoutIsCached

loginTimeout

int loginTimeout

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxCapacityIsCached

boolean maxCapacityIsCached

maxCapacity

int maxCapacity

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

propertiesIsCached

boolean propertiesIsCached

properties

Properties properties

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

shrinkingEnabledIsCached

boolean shrinkingEnabledIsCached

shrinkingEnabled

boolean shrinkingEnabled

typeIsCached

boolean typeIsCached

type

String type

urlIsCached

boolean urlIsCached

url

String url

Class com.bea.p13n.mbeans.DocumentConnectionPoolNotification implements Serializable

Class com.bea.p13n.mbeans.DocumentManagerMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

DocumentManagerMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

contentCacheNameIsCached

boolean contentCacheNameIsCached

contentCacheName

String contentCacheName

contentCachingIsCached

boolean contentCachingIsCached

contentCaching

boolean contentCaching

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

documentConnectionPoolNameIsCached

boolean documentConnectionPoolNameIsCached

documentConnectionPoolName

String documentConnectionPoolName

jndiNameIsCached

boolean jndiNameIsCached

jndiName

String jndiName

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxCachedContentSizeIsCached

boolean maxCachedContentSizeIsCached

maxCachedContentSize

int maxCachedContentSize

metadataCacheNameIsCached

boolean metadataCacheNameIsCached

metadataCacheName

String metadataCacheName

metadataCachingIsCached

boolean metadataCachingIsCached

metadataCaching

boolean metadataCaching

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

propertyCaseIsCached

boolean propertyCaseIsCached

propertyCase

String propertyCase

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

synchronizedAccessIsCached

boolean synchronizedAccessIsCached

synchronizedAccess

boolean synchronizedAccess

typeIsCached

boolean typeIsCached

type

String type

userIdInCacheKeyIsCached

boolean userIdInCacheKeyIsCached

userIdInCacheKey

boolean userIdInCacheKey

Class com.bea.p13n.mbeans.EventServiceMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

EventServiceMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

listenersIsCached

boolean listenersIsCached

listeners

String[] listeners

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.JdbcHelperMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

JdbcHelperMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

jdbcDriverKeysIsCached

boolean jdbcDriverKeysIsCached

jdbcDriverKeys

Enumeration jdbcDriverKeys

jdbcDriverNameIsCached

boolean jdbcDriverNameIsCached

jdbcDriverName

String jdbcDriverName

jdbcHelperDelegateIsCached

boolean jdbcHelperDelegateIsCached

jdbcHelperDelegate

String jdbcHelperDelegate

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxRetriesIsCached

boolean maxRetriesIsCached

maxRetries

int maxRetries

maxWaitTimeIsCached

boolean maxWaitTimeIsCached

maxWaitTime

long maxWaitTime

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.p13n.mbeans.MailServiceMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

MailServiceMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

enableOrderByWorkaroundForClobsIsCached

boolean enableOrderByWorkaroundForClobsIsCached

enableOrderByWorkaroundForClobs

boolean enableOrderByWorkaroundForClobs

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

smtpHostIsCached

boolean smtpHostIsCached

smtpHost

String smtpHost

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type


Package com.bea.p13n.property

Class com.bea.p13n.property.AbstractConfigurableEntity implements Serializable

Serialized Fields

instanceClass

Class instanceClass
The actual implementation class of this entity

Class com.bea.p13n.property.AbstractHierarchicalEntity implements Serializable

Class com.bea.p13n.property.AbstractPropertyDefinition implements Serializable

Serialized Fields

description

String description
a description of this property


type

int type
what datatype this property holds, from constants in PropertyDefinition


multiValued

boolean multiValued
is this property multi-valued?


restricted

boolean restricted
is this property restricted?


restrictedValues

Collection restrictedValues
a Collection of allowable values, if the property is restricted


defaultValue

Object defaultValue
The property's default value, or a collection of values if the property is multi-valued and there is more than one.


hashCodeInit

boolean hashCodeInit
has the hashCode been calculated yet?


hashCode

int hashCode
the pre-calculated hashCode

Class com.bea.p13n.property.AbstractPropertyLocator implements Serializable

Serialized Fields

jndiHomeName

String jndiHomeName

pkString

String pkString

propertySetType

String propertySetType

hashCode

int hashCode

dirtyHashCode

boolean dirtyHashCode

Class com.bea.p13n.property.AbstractPropertyMapKey implements Serializable

Serialized Fields

propertySetName

String propertySetName

propertyName

String propertyName

hashCode

int hashCode

dirtyHashCode

boolean dirtyHashCode

Class com.bea.p13n.property.AbstractPropertySet implements Serializable

Serialized Fields

name

String name
The name of the property set


description

String description
a description of the property set


type

String type
this property set's type


propertyDefinitions

HashMap propertyDefinitions
a map of propertyName->propertyDefinition objects

Class com.bea.p13n.property.ConfigurableEntityCreateException implements Serializable

Class com.bea.p13n.property.ConfigurableEntityImpl implements Serializable

Serialized Fields

_ctx

EntityContext _ctx
cached entity context


uid

long uid
The unique numeric id of this entity

Class com.bea.p13n.property.ConfigurableEntityPk implements Serializable

Serialized Fields

identifier

String identifier

Class com.bea.p13n.property.ConfigurableEntitySystemException implements Serializable

Class com.bea.p13n.property.EntityNotFoundException implements Serializable

Class com.bea.p13n.property.HierarchicalEntityImpl implements Serializable

Class com.bea.p13n.property.PropertySetParseException implements Serializable

Class com.bea.p13n.property.PropertySetRepositoryException implements Serializable

Class com.bea.p13n.property.PropertySetXMLException implements Serializable

Class com.bea.p13n.property.PropertySystemException implements Serializable

Class com.bea.p13n.property.PropertyValidationException implements Serializable


Package com.bea.p13n.rules.manager

Class com.bea.p13n.rules.manager.RuleResultClassFilter implements Serializable

Serialized Fields

targetClassArray

Class[] targetClassArray

ruleName

String ruleName

Class com.bea.p13n.rules.manager.RuleSetNotFoundException implements Serializable


Package com.bea.p13n.servlets

Class com.bea.p13n.servlets.P13NAuthFilter implements Serializable


Package com.bea.p13n.tracking.clickthrough

Class com.bea.p13n.tracking.clickthrough.ClickThroughServlet implements Serializable

Class com.bea.p13n.tracking.clickthrough.InvalidArgumentException implements Serializable


Package com.bea.p13n.tracking.events

Class com.bea.p13n.tracking.events.ClickContentEvent implements Serializable

Class com.bea.p13n.tracking.events.ClickEvent implements Serializable

Class com.bea.p13n.tracking.events.ContentEvent implements Serializable

Class com.bea.p13n.tracking.events.DisplayContentEvent implements Serializable

Class com.bea.p13n.tracking.events.RuleEvent implements Serializable

Class com.bea.p13n.tracking.events.SessionBeginEvent implements Serializable

Class com.bea.p13n.tracking.events.SessionEndEvent implements Serializable

Class com.bea.p13n.tracking.events.SessionLoginEvent implements Serializable

Class com.bea.p13n.tracking.events.TrackingEvent implements Serializable

Serialized Fields

xmlNamespace

String xmlNamespace
This event's XML namespace Attribute value is a String


xsdFile

String xsdFile
This event's XSD schema file Attribute value is a String


schemaKeys

String[] schemaKeys
This event's list of schema keys


session

HttpSession session
HttpSession object

Class com.bea.p13n.tracking.events.UserRegistrationEvent implements Serializable


Package com.bea.p13n.user

Class com.bea.p13n.user.Classification implements Serializable

Serialized Fields

name

String name


Package com.bea.p13n.usermgmt

Class com.bea.p13n.usermgmt.AuthenticationException implements Serializable

Class com.bea.p13n.usermgmt.GroupAlreadyExistsException implements Serializable

Class com.bea.p13n.usermgmt.InvalidGroupnameException implements Serializable

Class com.bea.p13n.usermgmt.InvalidPasswordException implements Serializable

Class com.bea.p13n.usermgmt.InvalidUsernameException implements Serializable

Class com.bea.p13n.usermgmt.UserAlreadyExistsException implements Serializable

Class com.bea.p13n.usermgmt.UserManagementException implements Serializable


Package com.bea.p13n.usermgmt.profile

Class com.bea.p13n.usermgmt.profile.ProfileIdentity implements Serializable

Serialized Fields

username

String username
the username of the profile


groupname

String groupname
the groupname of the profile


profileType

ProfileType profileType
Profile type

Class com.bea.p13n.usermgmt.profile.ProfileNotFoundException implements Serializable

Class com.bea.p13n.usermgmt.profile.ProfileSystemException implements Serializable

Class com.bea.p13n.usermgmt.profile.ProfileType implements Serializable

Serialized Fields

profileType

String profileType

Class com.bea.p13n.usermgmt.profile.SuccessorNotFoundException implements Serializable

Class com.bea.p13n.usermgmt.profile.TrackedProfileCreateException implements Serializable

Class com.bea.p13n.usermgmt.profile.TrackedProfileException implements Serializable

Class com.bea.p13n.usermgmt.profile.TrackedProfileFindException implements Serializable


Package com.bea.p13n.util

Class com.bea.p13n.util.MimeTypeHelper.ContentType implements Serializable

Serialized Fields

major

String major
The Major type.


minor

String minor
The Minor type.


properties

Properties properties
Additional properties of the content type.

Class com.bea.p13n.util.ReferenceHashMap implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reconstitute the ReferenceHashMap instance from a stream (i.e., deserialize it).


writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Save the state of the ReferenceHashMap instance to a stream (i.e., serialize it).

Serial Data:
The capacity of the ReferenceHashMap (the length of the bucket array) is emitted (int), followed by the size of the ReferenceHashMap (the number of key-value mappings), followed by the key (Object) and value (Object) for each key-value mapping represented by the ReferenceHashMap The key-value mappings are emitted in no particular order.
IOException
Serialized Fields

threshold

int threshold
The table is rehashed when its size exceeds this threshold. (The value of this field is (int)(capacity * loadFactor).)

 

loadFactor

float loadFactor
The load factor for the hashtable.

 

Class com.bea.p13n.util.TypedProperties implements Serializable


Package com.bea.p13n.xml.schema

Class com.bea.p13n.xml.schema.Century implements Serializable

Serialized Fields

_internal

TimePeriod _internal

Class com.bea.p13n.xml.schema.Date implements Serializable

Class com.bea.p13n.xml.schema.Month implements Serializable

Class com.bea.p13n.xml.schema.RecurringDate implements Serializable

Class com.bea.p13n.xml.schema.RecurringDay implements Serializable

Serialized Fields

_internal

RecurringDuration _internal

reference

TimeInstant reference

Class com.bea.p13n.xml.schema.RecurringDuration implements Serializable

Serialized Fields

instant

TimeInstant instant

duration

TimeDuration duration

period

TimeDuration period

Class com.bea.p13n.xml.schema.Time implements Serializable

Serialized Fields

_internal

RecurringDuration _internal

Class com.bea.p13n.xml.schema.TimeDuration implements Serializable

Serialized Fields

isPositive

boolean isPositive

years

long years

months

long months

days

long days

hours

long hours

minutes

long minutes

seconds

double seconds

base

TimeInstant base

Class com.bea.p13n.xml.schema.TimeInstant implements Serializable

Serialized Fields

era

int era

year

long year

month

int month

day

int day

hour

int hour

minute

int minute

second

double second

zoneHour

int zoneHour

zoneMinute

int zoneMinute

Class com.bea.p13n.xml.schema.TimePeriod implements Serializable

Serialized Fields

start

TimeInstant start

duration

TimeDuration duration

Class com.bea.p13n.xml.schema.Year implements Serializable


Package com.bea.p13n.xml.util

Class com.bea.p13n.xml.util.DomException implements Serializable


Package com.bea.p13n.controls.createUser

Class com.bea.p13n.controls.createUser.CreateUserControlImpl implements Serializable

Serialized Fields

userManager

UserManager userManager

context

com.bea.control.ControlContext context

doPostProcess

boolean doPostProcess

saveAnonymous

boolean saveAnonymous

fireEvent

boolean fireEvent

login

boolean login


Package com.bea.p13n.controls.exceptions

Class com.bea.p13n.controls.exceptions.P13nControlException implements Serializable


Package com.bea.p13n.controls.login

Class com.bea.p13n.controls.login.UserLoginControlImpl implements Serializable

Serialized Fields

userManager

com.bea.p13n.controls.ejb.usermgmt.UserManagerEJBControl userManager

context

com.bea.control.ControlContext context


Package com.bea.p13n.controls.profile

Class com.bea.p13n.controls.profile.UserProfileControlImpl implements Serializable

Serialized Fields

userManager

com.bea.p13n.controls.ejb.usermgmt.UserManagerEJBControl userManager

userProfileManager

com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManagerEJBControl userProfileManager

realmConfig

com.bea.p13n.controls.ejb.usermgmt.RealmConfigurationEJBControl realmConfig


Package com.bea.p13n.controls.userInfoQuery

Class com.bea.p13n.controls.userInfoQuery.UserInfoControlImpl implements Serializable

Serialized Fields

context

com.bea.control.ControlContext context

groupManager

com.bea.p13n.controls.ejb.usermgmt.GroupManagerEJBControl groupManager

userManager

com.bea.p13n.controls.ejb.usermgmt.UserManagerEJBControl userManager


Package com.bea.p13n.controls.events.generic

Class com.bea.p13n.controls.events.generic.GenericEventControlImpl implements Serializable

Serialized Fields

context

com.bea.control.ControlContext context

eventType

String eventType

eventService

com.bea.p13n.controls.ejb.events.EventServiceEJBControl eventService

Class com.bea.p13n.controls.events.generic.GenericTrackingControlImpl implements Serializable

Serialized Fields

context

com.bea.control.ControlContext context

eventType

String eventType

eventService

com.bea.p13n.controls.ejb.events.EventServiceEJBControl eventService

xmlNamespace

String xmlNamespace

xsdFile

String xsdFile

schemaKeys

String[] schemaKeys


Package com.bea.p13n.controls.events.standard

Class com.bea.p13n.controls.events.standard.ClickContentEventControlImpl implements Serializable

Serialized Fields

eventService

EventService eventService

Class com.bea.p13n.controls.events.standard.DisplayContentEventControlImpl implements Serializable

Serialized Fields

eventService

EventService eventService

Class com.bea.p13n.controls.events.standard.RuleEventControlImpl implements Serializable

Serialized Fields

eventService

EventService eventService

Class com.bea.p13n.controls.events.standard.SessionLoginEventControlImpl implements Serializable

Serialized Fields

eventService

EventService eventService

Class com.bea.p13n.controls.events.standard.UserRegistrationEventControlImpl implements Serializable

Serialized Fields

eventService

EventService eventService


Package com.bea.p13n.controls.ejb.events

Class com.bea.p13n.controls.ejb.events.EventServiceImpl implements Serializable

Serialized Fields

eventService

com.bea.p13n.controls.ejb.events.EventServiceEJBControl eventService

context

com.bea.control.ControlContext context


Package com.bea.p13n.controls.ejb.property

Class com.bea.p13n.controls.ejb.property.EntityPropertyManagerImpl implements Serializable

Serialized Fields

entityPropertyManager

com.bea.p13n.controls.ejb.property.EntityPropertyManagerEJBControl entityPropertyManager

context

com.bea.control.ControlContext context

Class com.bea.p13n.controls.ejb.property.PropertySetManagerImpl implements Serializable

Serialized Fields

propertySetManagerEJB

com.bea.p13n.controls.ejb.property.PropertySetManagerEJBControl propertySetManagerEJB

context

com.bea.control.ControlContext context


Package com.bea.p13n.controls.ejb.usermgmt

Class com.bea.p13n.controls.ejb.usermgmt.GroupManagerImpl implements Serializable

Serialized Fields

groupManagerEJB

com.bea.p13n.controls.ejb.usermgmt.GroupManagerEJBControl groupManagerEJB

context

com.bea.control.ControlContext context

Class com.bea.p13n.controls.ejb.usermgmt.RealmConfigurationImpl implements Serializable

Serialized Fields

realmConfigEJB

com.bea.p13n.controls.ejb.usermgmt.RealmConfigurationEJBControl realmConfigEJB

context

com.bea.control.ControlContext context

Class com.bea.p13n.controls.ejb.usermgmt.UserManagerImpl implements Serializable

Serialized Fields

userManagerEJB

com.bea.p13n.controls.ejb.usermgmt.UserManagerEJBControl userManagerEJB

context

com.bea.control.ControlContext context


Package com.bea.p13n.controls.ejb.usermgmt.profile

Class com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManagerImpl implements Serializable

Serialized Fields

groupProfileManagerEJB

com.bea.p13n.controls.ejb.usermgmt.profile.GroupProfileManagerEJBControl groupProfileManagerEJB

context

com.bea.control.ControlContext context

Class com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManagerImpl implements Serializable

Serialized Fields

userProfileManagerEJB

com.bea.p13n.controls.ejb.usermgmt.profile.UserProfileManagerEJBControl userProfileManagerEJB

context

com.bea.control.ControlContext context


Package com.bea.netuix.application.definition

Class com.bea.netuix.application.definition.BookDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

definitionLabel

String definitionLabel

hidden

boolean hidden

_public

boolean _public

webAppName

String webAppName

bookInstance

BookInstance bookInstance

Class com.bea.netuix.application.definition.DesktopDefinition implements Serializable

Serialized Fields

desktopDefinitionId

DesktopDefinitionId desktopDefinitionId

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

bookDefinitionId

BookDefinitionId bookDefinitionId

desktopInstance

DesktopInstance desktopInstance

Class com.bea.netuix.application.definition.LayoutDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

placeholderDefinitions

PlaceholderDefinition[] placeholderDefinitions

iconUri

String iconUri
Holds value of property iconUri.


htmlLayoutUri

String htmlLayoutUri
Holds value of property htmlLayoutUri.


webAppName

String webAppName

layoutFile

String layoutFile

deleted

boolean deleted

Class com.bea.netuix.application.definition.LookAndFeelDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

lookAndFeelFile

String lookAndFeelFile

deleted

boolean deleted

definitionLabel

String definitionLabel

Class com.bea.netuix.application.definition.MarkupDefinition implements Serializable

Serialized Fields

name

String name

type

String type

webAppName

String webAppName

markupFile

String markupFile

beginXml

String beginXml

endXml

String endXml

Class com.bea.netuix.application.definition.MenuDefinition implements Serializable

Serialized Fields

markupDefinitionId

MarkupDefinitionId markupDefinitionId

localizationResource

LocalizationResource localizationResource

webAppName

String webAppName

menuFile

String menuFile

deleted

boolean deleted

Class com.bea.netuix.application.definition.PageDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

definitionLabel

String definitionLabel

hidden

boolean hidden

_public

boolean _public

webAppName

String webAppName

pageInstance

PageInstance pageInstance

Class com.bea.netuix.application.definition.PlaceholderDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

location

int location

Class com.bea.netuix.application.definition.PortalDefinition implements Serializable

Serialized Fields

webAppName

String webAppName

pp

PortalPath pp

localizationResource

LocalizationResource localizationResource

contentUri

String contentUri

Class com.bea.netuix.application.definition.PortalResource implements Serializable

Serialized Fields

resource_type

byte resource_type

resource

String resource

userName

String userName

locale

Locale locale

Class com.bea.netuix.application.definition.PortletCategoryDefinition implements Serializable

Serialized Fields

pid

PortletCategoryDefinitionId pid

localizationResource

LocalizationResource localizationResource

isRoot

boolean isRoot

webAppName

String webAppName

Class com.bea.netuix.application.definition.PortletDefinition implements Serializable

Serialized Fields

markupDefinitionId

MarkupDefinitionId markupDefinitionId

contentUri

String contentUri

backingFile

String backingFile

forkable

boolean forkable

_public

boolean _public

renderCacheable

boolean renderCacheable

cacheExpires

int cacheExpires

forkRender

boolean forkRender

portletFile

String portletFile

deleted

boolean deleted

helpUri

String helpUri

editUri

String editUri

definitionLabel

String definitionLabel

webAppName

String webAppName

portletInstance

PortletInstance portletInstance

Class com.bea.netuix.application.definition.ShellDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

shellFile

String shellFile

deleted

boolean deleted

Class com.bea.netuix.application.definition.ThemeDefinition implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

themeFile

String themeFile

deleted

boolean deleted


Package com.bea.netuix.application.exception

Class com.bea.netuix.application.exception.DesktopAlreadyExistException implements Serializable

Class com.bea.netuix.application.exception.DuplicateDefinitionException implements Serializable

Class com.bea.netuix.application.exception.DuplicateObjectException implements Serializable

Class com.bea.netuix.application.exception.IllegalDependencyException implements Serializable

Class com.bea.netuix.application.exception.MissingDataException implements Serializable

Class com.bea.netuix.application.exception.NetuixException implements Serializable

Class com.bea.netuix.application.exception.NotEntitledException implements Serializable

Class com.bea.netuix.application.exception.NotEntitledRuntimeException implements Serializable

Class com.bea.netuix.application.exception.ObjectAlreadyExistsException implements Serializable

Class com.bea.netuix.application.exception.ObjectInUseException implements Serializable

Class com.bea.netuix.application.exception.ObjectNotFoundException implements Serializable

Class com.bea.netuix.application.exception.PortalPersistenceSystemException implements Serializable


Package com.bea.netuix.application.identifier

Class com.bea.netuix.application.identifier.BookDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.BookGroupId implements Serializable

Class com.bea.netuix.application.identifier.BookInstanceId implements Serializable

Class com.bea.netuix.application.identifier.CategoryDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.DesktopDefinitionId implements Serializable

Serialized Fields

webAppName

String webAppName

portalPath

PortalPath portalPath

desktopPath

DesktopPath desktopPath

Class com.bea.netuix.application.identifier.DesktopInstanceId implements Serializable

Class com.bea.netuix.application.identifier.DesktopPath implements Serializable

Class com.bea.netuix.application.identifier.Id implements Serializable

Serialized Fields

id

int id

Class com.bea.netuix.application.identifier.LayoutDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.LookAndFeelDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.MarkupDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.MenuDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PageDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PageInstanceId implements Serializable

Class com.bea.netuix.application.identifier.Path implements Serializable

Serialized Fields

path

String path

Class com.bea.netuix.application.identifier.PlaceholderDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PlacementId implements Serializable

Class com.bea.netuix.application.identifier.PortalPath implements Serializable

Class com.bea.netuix.application.identifier.PortalTemplateDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PortletCategoryDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PortletDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.PortletInstanceId implements Serializable

Class com.bea.netuix.application.identifier.ShellDefinitionId implements Serializable

Class com.bea.netuix.application.identifier.ThemeDefinitionId implements Serializable


Package com.bea.netuix.application.instance

Class com.bea.netuix.application.instance.BookInstance implements Serializable

Serialized Fields

menuDefinitionId

MenuDefinitionId menuDefinitionId

themeDefinitionId

ThemeDefinitionId themeDefinitionId

menuOrientation

short menuOrientation

instanceTitle

String instanceTitle

Class com.bea.netuix.application.instance.DesktopInstance implements Serializable

Serialized Fields

shellDefinitionId

ShellDefinitionId shellDefinitionId

bookInstanceId

BookInstanceId bookInstanceId

lookAndFeelDefinitionId

LookAndFeelDefinitionId lookAndFeelDefinitionId

instanceTitle

String instanceTitle

Class com.bea.netuix.application.instance.PageInstance implements Serializable

Serialized Fields

themeDefinitionId

ThemeDefinitionId themeDefinitionId

layoutDefinitionId

LayoutDefinitionId layoutDefinitionId

instanceTitle

String instanceTitle

Class com.bea.netuix.application.instance.PortletInstance implements Serializable

Serialized Fields

localizationResource

LocalizationResource localizationResource

themeDefinitionId

ThemeDefinitionId themeDefinitionId

titlebarOrientation

short titlebarOrientation

defaultMinimized

boolean defaultMinimized

instanceLabel

String instanceLabel


Package com.bea.netuix.application.manager

Class com.bea.netuix.application.manager.CustomizationContext implements Serializable

Serialized Fields

locales

ArrayList locales

userDesktopInstanceId

DesktopInstanceId userDesktopInstanceId

adminDesktopInstanceId

DesktopInstanceId adminDesktopInstanceId

entitlementRequest

EntitlementRequest entitlementRequest

visitorMode

boolean visitorMode

disassemblerTemplateAction

int disassemblerTemplateAction


Package com.bea.netuix.application.localization.definition

Class com.bea.netuix.application.localization.definition.LocalizationLocale implements Serializable

Serialized Fields

locale

Locale locale

encoding

String encoding

Class com.bea.netuix.application.localization.definition.LocalizationResource implements Serializable

Serialized Fields

localizationLocale

LocalizationLocale localizationLocale

title

String title

description

String description

type

String type

application

String application


Package com.bea.netuix.application.localization.identifier

Class com.bea.netuix.application.localization.identifier.LocalizationIntersectionId implements Serializable

Class com.bea.netuix.application.localization.identifier.LocalizationLocaleId implements Serializable


Package com.bea.netuix.application.localization.manager.persistence.jdbc

Class com.bea.netuix.application.localization.manager.persistence.jdbc.LocalizationManager_ek6uyo_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.localization.manager.persistence.jdbc.LocalizationManager_ek6uyo_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.localization.manager.persistence.jdbc.LocalizationManager_ek6uyo_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.localization.manager.persistence.jdbc.LocalizationManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.


logger

com.bea.netuix.l10n.NetUIxExceptionTextFormatter logger


Package com.bea.netuix.application.manager.entitlements

Class com.bea.netuix.application.manager.entitlements.PlaceholderEntitlementResource implements Serializable

Class com.bea.netuix.application.manager.entitlements.PortalEntitlementResource implements Serializable

Serialized Fields

resourceScope

int resourceScope


Package com.bea.netuix.application.manager.persistence.jdbc

Class com.bea.netuix.application.manager.persistence.jdbc.BookDefinitionManager_1xzrxc_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.manager.persistence.jdbc.BookDefinitionManager_1xzrxc_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.BookDefinitionManager_1xzrxc_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.BookDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.

Class com.bea.netuix.application.manager.persistence.jdbc.DesktopDefinitionManager_8c1hh8_EOImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.DesktopDefinitionManager_8c1hh8_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.DesktopDefinitionManager_8c1hh8_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.DesktopDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.


viewDisassemblerFactory

com.bea.netuix.application.transform.disassembler.view.ViewDisassemblerFactory viewDisassemblerFactory

Class com.bea.netuix.application.manager.persistence.jdbc.LookAndFeelDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.

Class com.bea.netuix.application.manager.persistence.jdbc.LookAndFeelDefinitionManagerImpl_a95gmw_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.manager.persistence.jdbc.LookAndFeelDefinitionManagerImpl_a95gmw_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.LookAndFeelDefinitionManagerImpl_a95gmw_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_EOImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManager_twpn9c_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.MarkupDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.

Class com.bea.netuix.application.manager.persistence.jdbc.PageDefinitionManager_c4el9c_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.manager.persistence.jdbc.PageDefinitionManager_c4el9c_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PageDefinitionManager_c4el9c_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.PageDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.

Class com.bea.netuix.application.manager.persistence.jdbc.PortalCustomizationManager_z7jdbo_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.manager.persistence.jdbc.PortalCustomizationManager_z7jdbo_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortalCustomizationManager_z7jdbo_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.PortalCustomizationManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.

Class com.bea.netuix.application.manager.persistence.jdbc.PortalDefinitionManager_d875a8_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.manager.persistence.jdbc.PortalDefinitionManager_d875a8_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortalDefinitionManager_d875a8_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.PortalDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

dataSource

DataSource dataSource

delegate

PortalDefinitionDelegate delegate

lm

LocalizationManager lm

ddm

DesktopDefinitionManager ddm

Class com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_EOImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManager_4ekhk0_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.PortalPresentationManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

pdm

PortalDefinitionManager pdm

pcm

PortalCustomizationManager pcm

assemblerFactory

com.bea.netuix.application.transform.assembler.XmlAssemblerFactory assemblerFactory

Class com.bea.netuix.application.manager.persistence.jdbc.PortletCategoryManager_uhkdka_EOImpl_812_WLStub implements Serializable

Serialized Fields

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

ror

weblogic.rmi.extensions.server.RemoteReference ror

Class com.bea.netuix.application.manager.persistence.jdbc.PortletCategoryManager_uhkdka_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortletCategoryManager_uhkdka_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.PortletCategoryManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext

dataSource

DataSource dataSource

delegate

PortletCategoryDelegate delegate

lm

LocalizationManager lm

pdm

PortletDefinitionManager pdm

connection

Connection connection

Class com.bea.netuix.application.manager.persistence.jdbc.PortletDefinitionManager_410kn4_EOImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortletDefinitionManager_410kn4_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.PortletDefinitionManager_410kn4_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.PortletDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.

Class com.bea.netuix.application.manager.persistence.jdbc.ShellDefinitionManager_jt9t8_EOImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.ShellDefinitionManager_jt9t8_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.netuix.application.manager.persistence.jdbc.ShellDefinitionManager_jt9t8_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.netuix.application.manager.persistence.jdbc.ShellDefinitionManagerImpl implements Serializable

Serialized Fields

sessionContext

SessionContext sessionContext
Cached reference the ejb session context


_dataSource

DataSource _dataSource
A reference to our data source.


Package com.bea.netuix.servlets.controls

Class com.bea.netuix.servlets.controls.AbstractEvent implements Serializable

Class com.bea.netuix.servlets.controls.AbstractEvent.Manager implements Serializable

Serialized Fields

key

Class key

Class com.bea.netuix.servlets.controls.AdministerableControl.AdministerableControlDelegate implements Serializable

Serialized Fields

mDefinitionId

String mDefinitionId

mMarkupType

String mMarkupType

mMarkupName

String mMarkupName

Class com.bea.netuix.servlets.controls.AdministeredControl implements Serializable

Serialized Fields

definitionId

String definitionId

markupType

String markupType

markupName

String markupName

definitionLabel

String definitionLabel
Holds the value for label at the definition level

Class com.bea.netuix.servlets.controls.BackableControl implements Serializable

Serialized Fields

backingFile

String backingFile
JSP backing file, classname


_jspBacking

JspBacking _jspBacking

_backingContext

BackingContext _backingContext

Class com.bea.netuix.servlets.controls.BackingContext implements Serializable

Serialized Fields

backingPhase

boolean backingPhase
Boolean to denote we are in the backing phase, turns false after preRender this is used to ensure the BackingContext can not be obtained during render phase

Class com.bea.netuix.servlets.controls.Capability implements Serializable

Serialized Fields

name

String name

entitlementsEnabled

boolean entitlementsEnabled

Class com.bea.netuix.servlets.controls.ControlContext implements Serializable

Serialized Fields

mControl

com.bea.netuix.nf.UIControl mControl

Class com.bea.netuix.servlets.controls.EntitledUIControl implements Serializable

Serialized Fields

_entitledCapabilites

HashMap _entitledCapabilites

Class com.bea.netuix.servlets.controls.JspRenderer implements Serializable

Class com.bea.netuix.servlets.controls.NetUIxControl implements Serializable

Class com.bea.netuix.servlets.controls.PresentationContext implements Serializable

Serialized Fields

mChildren

List mChildren

mChildNameMap

Map mChildNameMap

mIsThemeDisplaced

boolean mIsThemeDisplaced

resolvedLocale

Locale resolvedLocale

Class com.bea.netuix.servlets.controls.PresentationControl implements Serializable

Serialized Fields

mPresentationClass

String mPresentationClass
Optionally provides a generic presentation "class" for use by external rendering devices.


mPresentationStyle

String mPresentationStyle
Optionally provides a generic presentation "style" for use by external rendering devices.


mPresentationId

String mPresentationId
Optionally provides a generic presentation "id" for use by external rendering devices.


mSkeletonUri

String mSkeletonUri
Holds value of property for the URL to be used for external rendering.


mTagName

String mTagName
The name of the UIControl tag prefixed by namespace.


skeletonUriIsOverriden

boolean skeletonUriIsOverriden
Whether or not the skeleton URL has been overridden.


mProperties

Properties mProperties
A map of extra properties not officially defined by the control. Useful for configuring skeleton URLs.


resolvedLocale

Locale resolvedLocale


Package com.bea.netuix.servlets.l10n

Class com.bea.netuix.servlets.l10n.ResolvedLocale implements Serializable

Serialized Fields

originalUri

String originalUri

localizedUri

String localizedUri

resolvedLocale

Locale resolvedLocale


Package com.bea.netuix.servlets.controls.application

Class com.bea.netuix.servlets.controls.application.Body implements Serializable

Class com.bea.netuix.servlets.controls.application.BodyPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.Debug implements Serializable

Serialized Fields

text

String text

table

String table

Class com.bea.netuix.servlets.controls.application.Desktop implements Serializable

Serialized Fields

mTitle

String mTitle

_entitledCapabilites

HashMap _entitledCapabilites

Class com.bea.netuix.servlets.controls.application.DesktopPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.Footer implements Serializable

Class com.bea.netuix.servlets.controls.application.FooterPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.Head implements Serializable

Class com.bea.netuix.servlets.controls.application.Header implements Serializable

Class com.bea.netuix.servlets.controls.application.HeaderPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.HeadPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.LookAndFeel implements Serializable

Serialized Fields

mSkeletonId

String mSkeletonId

mSkeletonPath

String mSkeletonPath

mSkinId

String mSkinId

mSkinPath

String mSkinPath

mDefaultWindowIcon

String mDefaultWindowIcon

mDefaultWindowIconPath

String mDefaultWindowIconPath

mRelativeSkinImagesBaseSearchPath

String[] mRelativeSkinImagesBaseSearchPath

mDefinitionLabel

String mDefinitionLabel

mTitle

String mTitle

mDescription

String mDescription

mIsSkeletonIdSet

boolean mIsSkeletonIdSet

mIsSkeletonPathSet

boolean mIsSkeletonPathSet

mAdminDelegate

AdministerableControl.AdministerableControlDelegate mAdminDelegate

mThemeImageSearchPaths

HashMap mThemeImageSearchPaths
HashMap of (String, String []), where the key is the theme.

Class com.bea.netuix.servlets.controls.application.Shell implements Serializable

Serialized Fields

title

String title

description

String description

Class com.bea.netuix.servlets.controls.application.ShellPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.application.StandalonePortlet implements Serializable

Serialized Fields

mPortletUri

String mPortletUri

mContent

com.bea.netuix.nf.UIControl mContent

mInstanceLabel

String mInstanceLabel

mTitle

String mTitle

mSkeleton

String mSkeleton

mSkeletonPath

String mSkeletonPath

mSkin

String mSkin

mSkinPath

String mSkinPath

mDefaultWindowIcon

String mDefaultWindowIcon

mDefaultWindowIconPath

String mDefaultWindowIconPath

mContentOnly

boolean mContentOnly

mPortlet

Portlet mPortlet

mDesktop

Desktop mDesktop

mLookAndFeel

LookAndFeel mLookAndFeel

mBody

Body mBody

Class com.bea.netuix.servlets.controls.application.Theme implements Serializable

Serialized Fields

mName

String mName

mUsingAltSkeleton

boolean mUsingAltSkeleton

mUsingAltSkin

boolean mUsingAltSkin

mParent

Theme mParent

title

String title

description

String description

Class com.bea.netuix.servlets.controls.application.ThemePresentationContext implements Serializable


Package com.bea.netuix.servlets.controls.content

Class com.bea.netuix.servlets.controls.content.AbstractFileContent implements Serializable

Serialized Fields

errSource

String errSource

errCause

Throwable errCause

Class com.bea.netuix.servlets.controls.content.AbstractJspContent implements Serializable

Serialized Fields

contentUri

String contentUri

errorUri

String errorUri

Class com.bea.netuix.servlets.controls.content.BookContent implements Serializable

Class com.bea.netuix.servlets.controls.content.ContentNotFoundException implements Serializable

Serialized Fields

page

String page

Class com.bea.netuix.servlets.controls.content.JavaPortletContent implements Serializable

Serialized Fields

portletParent

JavaPortlet portletParent

contentMessage

String contentMessage

exceptionCause

Throwable exceptionCause

Class com.bea.netuix.servlets.controls.content.JspContent implements Serializable

Serialized Fields

backingFile

String backingFile
JSP backing file, classname


threadsafe

boolean threadsafe
Is the backing file 'threadsafe'. If this is marked as true then we will share and reuse the instance across requests.


_currentContentUri

String _currentContentUri

_jspContentContext

JspContentContext _jspContentContext

_jspBacking

JspBacking _jspBacking

errorCause

Throwable errorCause

Class com.bea.netuix.servlets.controls.content.JspContentContext implements Serializable

Serialized Fields

redirectPath

String redirectPath

resolvedLocale

Locale resolvedLocale

Class com.bea.netuix.servlets.controls.content.NetuiContent implements Serializable

Class com.bea.netuix.servlets.controls.content.PageContent implements Serializable

Class com.bea.netuix.servlets.controls.content.PageflowContent implements Serializable

Serialized Fields

portletId

String portletId

action

String action

inProgressUri

String inProgressUri

listenTo

ArrayList listenTo

exception

com.bea.netuix.nf.UIControlException exception

performedAction

boolean performedAction

Class com.bea.netuix.servlets.controls.content.PortionContent implements Serializable

Class com.bea.netuix.servlets.controls.content.PortletInstance implements Serializable

Serialized Fields

contentUri

String contentUri

instanceId

String instanceId
Holds value of property instanceId.


title

String title
Holds value of property title.


orientation

String orientation
orientation of the navigation bar: top, left, right.


defaultMinimized

Boolean defaultMinimized
Holds value of property defaultMinimized, defaults to false.


markupType

String markupType
Holds value of property markupType.


instanceLabel

String instanceLabel
Holds the value for label at the instance level


disabledClassifications

String disabledClassifications
String: which classifications this Portlet should NOT be rendered for, defaults to empty


enabledClassifications

String enabledClassifications
String: which classifications this Portlet SHOULD be rendered for, defaults to empty

Class com.bea.netuix.servlets.controls.content.RemotePortletContent implements Serializable

Serialized Fields

proxyServer

String proxyServer

proxyPort

int proxyPort

proxyName

String proxyName

proxyPass

String proxyPass

ssl

boolean ssl

time

long time

proxy

boolean proxy

expires

long expires

lastmodified

long lastmodified

newUrl

String newUrl

urlToShow

String urlToShow

xPath

String xPath

map

Map map

nonPortalCommands

StringBuffer nonPortalCommands

pageflow

boolean pageflow

Class com.bea.netuix.servlets.controls.content.StrutsContent implements Serializable

Serialized Fields

portletId

String portletId

action

String action

inProgressUri

String inProgressUri

listenTo

ArrayList listenTo

exception

com.bea.netuix.nf.UIControlException exception

performedAction

boolean performedAction

module

String module

currentModule

String currentModule

Class com.bea.netuix.servlets.controls.content.ValidatedContent implements Serializable

Class com.bea.netuix.servlets.controls.content.WebflowContent implements Serializable

Serialized Fields

webflowName

String webflowName


Package com.bea.netuix.servlets.controls.layout

Class com.bea.netuix.servlets.controls.layout.BorderLayout implements Serializable

Class com.bea.netuix.servlets.controls.layout.BorderLayoutPresentationContext implements Serializable

Serialized Fields

mScanned

boolean mScanned

mNorth

PlaceholderPresentationContext mNorth

mWest

PlaceholderPresentationContext mWest

mCenter

PlaceholderPresentationContext mCenter

mEast

PlaceholderPresentationContext mEast

mSouth

PlaceholderPresentationContext mSouth

Class com.bea.netuix.servlets.controls.layout.FlowLayout implements Serializable

Class com.bea.netuix.servlets.controls.layout.FlowLayoutPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.layout.GridLayout implements Serializable

Class com.bea.netuix.servlets.controls.layout.GridLayoutPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.layout.Layout implements Serializable

Serialized Fields

mType

String mType

mJspPattern

String mJspPattern

mTitle

String mTitle

mDescription

String mDescription

mSkeletonUriOverridden

boolean mSkeletonUriOverridden

mHtmlLayoutUri

String mHtmlLayoutUri

mIconUri

String mIconUri

Class com.bea.netuix.servlets.controls.layout.LayoutPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.layout.Placeholder implements Serializable

Serialized Fields

mTitle

String mTitle
An optional internationalized title of our placeholder (example: "north" used by BorderLayout)


mFlow

String mFlow
An optional value specifying the direction of content flow; default is "horizontal"


mUsingFlow

boolean mUsingFlow
An optional value specifying whether or not flow should be used; default is "true"


mWidth

String mWidth
An optional hint attribute to tell the parent layout how much width this placeholder wishes to have allocated


description

String description

flowLayout

FlowLayout flowLayout

Class com.bea.netuix.servlets.controls.layout.PlaceholderPresentationContext implements Serializable


Package com.bea.netuix.servlets.controls.page

Class com.bea.netuix.servlets.controls.page.Book implements Serializable

Serialized Fields

pages

ArrayList pages

defaultPage

String defaultPage

returnToDefaultPage

boolean returnToDefaultPage

isLikePage

boolean isLikePage

Class com.bea.netuix.servlets.controls.page.BookBackingContext implements Serializable

Class com.bea.netuix.servlets.controls.page.BookPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.page.Menu implements Serializable

Serialized Fields

mAlign

String mAlign
Align the tabs to the left, center, right (default center).


mParentBook

Book mParentBook
A cached refernce to our closest parent Book control.


title

String title

description

String description

Class com.bea.netuix.servlets.controls.page.MenuPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.page.MultiLevelMenu implements Serializable

Serialized Fields

mLevels

int mLevels
The number of levels to render in the multi-level menu.

Class com.bea.netuix.servlets.controls.page.Page implements Serializable

Serialized Fields

active

boolean active
Are we the active page?


hidden

boolean hidden
Are we a hidden page (no tabs )


book

Book book
Parent Book control. Cached reference to parent book control


markupType

String markupType
Identify the markup's type.


markupName

String markupName
Identify the markup's name.


pageChangeEvent

com.bea.netuix.servlets.controls.page.events.PageChangeEvent pageChangeEvent

activeImage

String activeImage

inactiveImage

String inactiveImage

rolloverImage

String rolloverImage

Class com.bea.netuix.servlets.controls.page.PageBackingContext implements Serializable

Class com.bea.netuix.servlets.controls.page.PagePresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.page.SingleLevelMenu implements Serializable


Package com.bea.netuix.servlets.controls.portlet

Class com.bea.netuix.servlets.controls.portlet.JavaPortlet implements Serializable

Serialized Fields

page

Page page

content

JavaPortletContent content

renderParameters

String renderParameters

containerRequest

com.bea.portlet.context.ContainerRequest containerRequest

pageChangeEvent

com.bea.netuix.servlets.controls.page.events.PageChangeEvent pageChangeEvent

presentationContext

JavaPortletPresentationContext presentationContext

LOCAL_URL_REWRITER

com.bea.portlet.context.UrlRewriter LOCAL_URL_REWRITER

Class com.bea.netuix.servlets.controls.portlet.JavaPortletPresentationContext implements Serializable

Serialized Fields

contentPresentationStyle

String contentPresentationStyle

contentPresentationClass

String contentPresentationClass

Class com.bea.netuix.servlets.controls.portlet.Portlet implements Serializable

Serialized Fields

instanceLabel

String instanceLabel

portletUri

String portletUri

defaultMinimized

boolean defaultMinimized

disabledClassifications

String disabledClassifications
String: which classifications this Portlet should NOT be rendered for, defaults to empty


enabledClassifications

String enabledClassifications
String: which classifications this Portlet SHOULD be rendered for, defaults to empty


deleted

boolean deleted
Has the portlet file been deleted, if this is tru the portlet will render with a "no longer available message"


defaultPreferences

Map defaultPreferences

categoryIds

String categoryIds

categoryIdsInts

int[] categoryIdsInts

_categoryEntitlementCache

Map _categoryEntitlementCache

Class com.bea.netuix.servlets.controls.portlet.PortletPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.portlet.Preference implements Serializable

Serialized Fields

name

String name

value

String value

description

String description

isModifiable

boolean isModifiable

isMultiValued

boolean isMultiValued

portlet

Portlet portlet


Package com.bea.netuix.servlets.controls.portlet.backing

Class com.bea.netuix.servlets.controls.portlet.backing.PortletBackingContext implements Serializable


Package com.bea.netuix.servlets.controls.portlet.events

Class com.bea.netuix.servlets.controls.portlet.events.PortletEvent implements Serializable

Serialized Fields

payload

Object payload
An optional payload (user defined)


Package com.bea.netuix.servlets.controls.window

Class com.bea.netuix.servlets.controls.window.AbstractButton implements Serializable

Serialized Fields

name

String name

window

Window window

Class com.bea.netuix.servlets.controls.window.AbstractButtonPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.AbstractWindowChild implements Serializable

Serialized Fields

window

Window window
A cached reference to the parent window control.

Class com.bea.netuix.servlets.controls.window.Button implements Serializable

Serialized Fields

mImage

String mImage

mRolloverImage

String mRolloverImage

mAltText

String mAltText

Class com.bea.netuix.servlets.controls.window.ButtonPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.Content implements Serializable

Serialized Fields

presentationClass

String presentationClass
Content's div class attibute (optional).


presentationStyle

String presentationStyle
Content's div style attribute (optional).


altModeTree

com.bea.netuix.nf.UIControl altModeTree
If we are in a different mode than NORMAL then altModeTree may contain an alternate tree of child controls to render.


viewTree

com.bea.netuix.nf.UIControl[] viewTree
A reference to the original view tree, we need to keep this in case we go from an alternate mode back to view mode in the same request.


loadMode

WindowMode loadMode
The window's mode at load time.

Class com.bea.netuix.servlets.controls.window.Delete implements Serializable

Class com.bea.netuix.servlets.controls.window.Edit implements Serializable

Class com.bea.netuix.servlets.controls.window.Float implements Serializable

Class com.bea.netuix.servlets.controls.window.Help implements Serializable

Class com.bea.netuix.servlets.controls.window.IllegalWindowModeException implements Serializable

Serialized Fields

message

String message

Class com.bea.netuix.servlets.controls.window.IllegalWindowStateException implements Serializable

Serialized Fields

message

String message

Class com.bea.netuix.servlets.controls.window.Maximize implements Serializable

Class com.bea.netuix.servlets.controls.window.Minimize implements Serializable

Class com.bea.netuix.servlets.controls.window.ModeToggleButton implements Serializable

Serialized Fields

windowMode

WindowMode windowMode
The window mode that this pushbutton represents.


contentUri

String contentUri
URL to replace the content control


errorUri

String errorUri
Error URI


backingFile

String backingFile
Backing file


action

String action
if the contentUri is a pageflow, you may select an action to run

Class com.bea.netuix.servlets.controls.window.StateButton implements Serializable

Serialized Fields

windowState

WindowState windowState
The window state that this pushbutton represents.

Class com.bea.netuix.servlets.controls.window.StateToggleButton implements Serializable

Serialized Fields

windowState

WindowState windowState
The window state that this pushbutton represents.

Class com.bea.netuix.servlets.controls.window.Titlebar implements Serializable

Serialized Fields

iconUrl

String iconUrl

window

Window window
A cached reference to the parent window control.

Class com.bea.netuix.servlets.controls.window.TitlebarPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.ToggleButton implements Serializable

Serialized Fields

activateImage

String activateImage

deactivateImage

String deactivateImage

activateRolloverImage

String activateRolloverImage

deactivateRolloverImage

String deactivateRolloverImage

activateAltText

String activateAltText

deactivateAltText

String deactivateAltText

isActive

boolean isActive

Class com.bea.netuix.servlets.controls.window.ToggleButtonPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.WebflowPortlet implements Serializable

Serialized Fields

webflowName

String webflowName

headerUri

String headerUri

altHeaderUri

String altHeaderUri

footerUri

String footerUri

altFooterUri

String altFooterUri

helpUri

String helpUri

editUri

String editUri

wfException

Exception wfException

isMaximizable

boolean isMaximizable

isMinimizable

boolean isMinimizable

wfResponse

com.bea.p13n.appflow.webflow.WebflowResponse wfResponse

Class com.bea.netuix.servlets.controls.window.WebflowPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.Window implements Serializable

Serialized Fields

instanceId

String instanceId

title

String title

description

String description

orientation

String orientation

placementId

String placementId

packed

boolean packed

doSaveAllModes

boolean doSaveAllModes

windowState

WindowState windowState

previousWindowState

WindowState previousWindowState

windowMode

WindowMode windowMode

windowModeHistory

HashMap windowModeHistory

previousWindowMode

WindowMode previousWindowMode

window

Window window

titlebar

Titlebar titlebar

buttons

HashMap buttons

content

Content content

suspendModeChange

boolean suspendModeChange

suspendStateChange

boolean suspendStateChange

modeChangeEvent

com.bea.netuix.servlets.controls.window.events.ModeChangeEvent modeChangeEvent

stateChangeEvent

com.bea.netuix.servlets.controls.window.events.StateChangeEvent stateChangeEvent

pageChangeEvent

com.bea.netuix.servlets.controls.page.events.PageChangeEvent pageChangeEvent

pageChangeEventManager

com.bea.netuix.servlets.controls.page.events.PageChangeEvent.Manager pageChangeEventManager

Class com.bea.netuix.servlets.controls.window.WindowMode implements Serializable

Serialized Fields

contentUri

String contentUri

errorUri

String errorUri

currentContentUri

String currentContentUri

action

String action

backingFile

String backingFile

Class com.bea.netuix.servlets.controls.window.WindowPresentationContext implements Serializable

Class com.bea.netuix.servlets.controls.window.WindowState implements Serializable


Package com.bea.netuix.servlets.controls.content.backing

Class com.bea.netuix.servlets.controls.content.backing.AbstractJspBacking implements Serializable


Package com.bea.netuix.servlets.controls.window.backing

Class com.bea.netuix.servlets.controls.window.backing.WindowBackingContext implements Serializable


Package com.bea.portlet.prefs

Class com.bea.portlet.prefs.PortletPreferencesId implements Serializable

Serialized Fields

instanceId

int instanceId

instanceLabel

String instanceLabel

keys

ArrayList keys

values

ArrayList values

hashCode

int hashCode

str

String str

Class com.bea.portlet.prefs.Preference implements Serializable

Serialized Fields

description

String description

name

String name

value

PreferenceValue[] value

isModifiable

boolean isModifiable

isMultiValued

boolean isMultiValued

Class com.bea.portlet.prefs.PreferenceImpl implements Serializable

Class com.bea.portlet.prefs.PreferencePersistenceManagerImpl implements Serializable

Serialized Fields

sqlBundle

ResourceBundle sqlBundle

sessionContext

SessionContext sessionContext

Class com.bea.portlet.prefs.PreferencePersistenceManagerImpl_h7t4z2_EOImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.portlet.prefs.PreferencePersistenceManagerImpl_h7t4z2_HomeImpl_812_WLStub implements Serializable

Serialized Fields

ror

weblogic.rmi.extensions.server.RemoteReference ror

stubinfo

weblogic.rmi.internal.StubInfo stubinfo

Class com.bea.portlet.prefs.PreferencePersistenceManagerImpl_h7t4z2_Impl implements Serializable

Serialized Fields

__WL_method_state

int __WL_method_state

__WL_busy

boolean __WL_busy

__WL_isLocal

boolean __WL_isLocal

__WL_needsRemove

boolean __WL_needsRemove

__WL_creatorOfTx

boolean __WL_creatorOfTx

__WL_EJBContext

EJBContext __WL_EJBContext

__WL_bmtx

Transaction __WL_bmtx

__WL_loadUser

Object __WL_loadUser

Class com.bea.portlet.prefs.PreferenceValue implements Serializable

Serialized Fields

value

String value

Class com.bea.portlet.prefs.UnmodifiableException implements Serializable


Package com.bea.netuix.client.classifier

Class com.bea.netuix.client.classifier.ClassificationNotFoundException implements Serializable

Class com.bea.netuix.client.classifier.InvalidCharacterException implements Serializable

Class com.bea.netuix.client.classifier.MappingExistsException implements Serializable

Class com.bea.netuix.client.classifier.UserAgentNotFoundException implements Serializable


Package com.bea.netuix.client.jsp.clienttaglib

Class com.bea.netuix.client.jsp.clienttaglib.BaseTag implements Serializable

Serialized Fields

client

String client
The client list (comma delimited) this tag should match.

Class com.bea.netuix.client.jsp.clienttaglib.ClientTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.DefaultTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.NotClientTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.NotDefaultTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.NotRecognizedTag implements Serializable

Class com.bea.netuix.client.jsp.clienttaglib.RecognizedTag implements Serializable


Package com.bea.portal

Class com.bea.portal.PortalException implements Serializable


Package com.bea.portal.admin

Class com.bea.portal.admin.AdminResourceSystemException implements Serializable

Class com.bea.portal.admin.DelegatedAdminSecurityException implements Serializable

Serialized Fields

username

String username

resource

String resource

Class com.bea.portal.admin.DelegatedAdminSystemException implements Serializable

Class com.bea.portal.admin.IllegalArgumentException implements Serializable

Class com.bea.portal.admin.PrincipalNotExclusivelyManagedByAdminException implements Serializable

Serialized Fields

principalName

String principalName

adminName

String adminName

Class com.bea.portal.admin.RealmNotWritableAddException implements Serializable

Serialized Fields

principalName

String principalName

resourceName

String resourceName

userGroupName

String userGroupName

Class com.bea.portal.admin.RealmNotWritableRemoveException implements Serializable

Serialized Fields

principalName

String principalName

resourceName

String resourceName

userGroupName

String userGroupName

Class com.bea.portal.admin.VisitorUserSystemException implements Serializable


Package com.bea.portal.manager

Class com.bea.portal.manager.PortalFinderException implements Serializable


Package com.bea.commerce.ebusiness.campaign

Class com.bea.commerce.ebusiness.campaign.AddUserDiscountAction implements Serializable

Serialized Fields

discountSetName

String discountSetName
The discount set name.


discountName

String discountName
The discount name.


description

String description
The discount offer description.

Class com.bea.commerce.ebusiness.campaign.AddUserDiscountActionDef implements Serializable


Package com.bea.commerce.ebusiness.customer

Class com.bea.commerce.ebusiness.customer.CustomerNotFoundException implements Serializable


Package com.bea.commerce.ebusiness.discount

Class com.bea.commerce.ebusiness.discount.DiscountException implements Serializable

Class com.bea.commerce.ebusiness.discount.DiscountSystemException implements Serializable


Package com.bea.commerce.ebusiness.discount.association

Class com.bea.commerce.ebusiness.discount.association.AssociationAlreadyExistsException implements Serializable

Class com.bea.commerce.ebusiness.discount.association.AssociationCreationException implements Serializable

Class com.bea.commerce.ebusiness.discount.association.AssociationDeleteException implements Serializable

Serialized Fields

results

DeleteResults results

Class com.bea.commerce.ebusiness.discount.association.AssociationException implements Serializable

Serialized Fields

uid

int uid

Class com.bea.commerce.ebusiness.discount.association.AssociationNotFoundException implements Serializable

Class com.bea.commerce.ebusiness.discount.association.InvalidAssociationException implements Serializable

Class com.bea.commerce.ebusiness.discount.association.UseCountLimitException implements Serializable


Package com.bea.commerce.ebusiness.discount.mgmt

Class com.bea.commerce.ebusiness.discount.mgmt.DiscountAssociationExistsException implements Serializable

Class com.bea.commerce.ebusiness.discount.mgmt.DiscountCreationException implements Serializable

Class com.bea.commerce.ebusiness.discount.mgmt.DiscountInUseException implements Serializable

Class com.bea.commerce.ebusiness.discount.mgmt.DiscountNotFoundException implements Serializable

Class com.bea.commerce.ebusiness.discount.mgmt.DiscountParsingException implements Serializable

Class com.bea.commerce.ebusiness.discount.mgmt.QualificationDiscountId implements Serializable

Serialized Fields

id

Integer id


Package com.bea.commerce.ebusiness.price.engine

Class com.bea.commerce.ebusiness.price.engine.DiscountComparator implements Serializable

Serialized Fields

logger

Logger logger

Class com.bea.commerce.ebusiness.price.engine.RuleParsingException implements Serializable


Package com.bea.commerce.ebusiness.price.engine.pool

Class com.bea.commerce.ebusiness.price.engine.pool.PriceComparator implements Serializable


Package com.bea.commerce.ebusiness.price.quote

Class com.bea.commerce.ebusiness.price.quote.AbstractMoney implements Serializable

Class com.bea.commerce.ebusiness.price.quote.Adjustment implements Serializable

Serialized Fields

type

AdjustmentType type

basePrice

Money basePrice

details

List details

currency

String currency

actualPrice

MutableMoney actualPrice

imActualPrice

ImmutableMoney imActualPrice

adjustmentAmount

MutableMoney adjustmentAmount

imAdjustmentAmount

ImmutableMoney imAdjustmentAmount

isSet

boolean isSet

checkRtnVal

boolean checkRtnVal

Class com.bea.commerce.ebusiness.price.quote.AdjustmentDescriptionImpl implements Serializable

Serialized Fields

type

AdjustmentType type

currency

String currency

initialPrice

Money initialPrice

endPrice

Money endPrice

adjustmentAmount

Money adjustmentAmount

computation

String computation

reason

String reason

id

String id

Class com.bea.commerce.ebusiness.price.quote.AdjustmentDetail implements Serializable

Serialized Fields

type

AdjustmentType type

parent

Adjustment parent

currency

String currency

seqNumber

int seqNumber

initialPrice

MutableMoney initialPrice

endPrice

MutableMoney endPrice

imInitialPrice

ImmutableMoney imInitialPrice

imEndPrice

ImmutableMoney imEndPrice

detailID

Object detailID

computation

String computation

reason

String reason

checkRtnVal

boolean checkRtnVal

Class com.bea.commerce.ebusiness.price.quote.AdjustmentType implements Serializable

Serialized Fields

type

int type

hashCode

int hashCode

hashCodeSet

boolean hashCodeSet

Class com.bea.commerce.ebusiness.price.quote.CurrencyMismatchException implements Serializable

Class com.bea.commerce.ebusiness.price.quote.ImmutableMoney implements Serializable

Serialized Fields

value

double value

currency

String currency

Class com.bea.commerce.ebusiness.price.quote.LineAdjustment implements Serializable

Serialized Fields

qty

int qty

parent

LineItem parent

total

MutableMoney total

imTotal

ImmutableMoney imTotal

baseTotal

double baseTotal

baseTotalSet

boolean baseTotalSet

Class com.bea.commerce.ebusiness.price.quote.LineItem implements Serializable

Serialized Fields

qty

int qty

product

ProductItem product

uid

int uid

adjustments

List adjustments

currency

String currency

basePrice

MutableMoney basePrice

msrpPrice

MutableMoney msrpPrice

imBasePrice

ImmutableMoney imBasePrice

imMsrpPrice

ImmutableMoney imMsrpPrice

total

MutableMoney total
total for the line, qty multiplied by the avg unit price, excluding tax


imTotal

ImmutableMoney imTotal

adjustedQty

int adjustedQty
the number of items <= qty that have been adjusted


checkRtnVal

boolean checkRtnVal

Class com.bea.commerce.ebusiness.price.quote.MinimumPriceException implements Serializable

Class com.bea.commerce.ebusiness.price.quote.MutableMoney implements Serializable

Serialized Fields

value

double value

currency

String currency

Class com.bea.commerce.ebusiness.price.quote.OrderAdjustment implements Serializable

Serialized Fields

parent

Quote parent

Class com.bea.commerce.ebusiness.price.quote.Quote implements Serializable

Serialized Fields

lineItems

List lineItems
List of LineItem objects


adjustments

List adjustments
List of OrderAdjustment objects.


currency

String currency

subtotal

MutableMoney subtotal

total

MutableMoney total

shippingBase

Money shippingBase

imSubtotal

ImmutableMoney imSubtotal

imTotal

ImmutableMoney imTotal

endOrderAdj

int endOrderAdj

startShippingAdj

int startShippingAdj

endShippingAdj

int endShippingAdj

startTaxAdj

int startTaxAdj

globalDiscounts

Set globalDiscounts

userDiscounts

Set userDiscounts

seqNumber

int seqNumber

checkRtnVal

boolean checkRtnVal

currentState

int currentState

oldState

int oldState

detail

AdjustmentDetail detail

Class com.bea.commerce.ebusiness.price.quote.QuoteException implements Serializable

Class com.bea.commerce.ebusiness.price.quote.UnitAdjustmentDescriptionImpl implements Serializable

Serialized Fields

quantity

double quantity

initialUnitPrice

Money initialUnitPrice

endUnitPrice

Money endUnitPrice

unitAdjustmentAmount

Money unitAdjustmentAmount


Package com.bea.commerce.ebusiness.price.service

Class com.bea.commerce.ebusiness.price.service.DiscountPresentation implements Serializable

Serialized Fields

quantity

double quantity

unitPrice

Money unitPrice

discount

Money discount

computation

String computation

reason

String reason

Class com.bea.commerce.ebusiness.price.service.Line implements Serializable

Serialized Fields

quantity

double quantity

item

ProductItem item

total

Money total

discountDescriptions

List discountDescriptions

Class com.bea.commerce.ebusiness.price.service.PriceEngineException implements Serializable

Class com.bea.commerce.ebusiness.price.service.PricingException implements Serializable

Class com.bea.commerce.ebusiness.price.service.PricingRequestImpl implements Serializable

Serialized Fields

lines

Line[] lines

customerPk

CustomerPk customerPk

baseShippingCost

Money baseShippingCost

attributes

HashMap attributes

effectiveDate

Calendar effectiveDate


Package com.bea.commerce.ebusiness.tracking.events

Class com.bea.commerce.ebusiness.tracking.events.AddToCartEvent implements Serializable

Class com.bea.commerce.ebusiness.tracking.events.BuyEvent implements Serializable

Class com.bea.commerce.ebusiness.tracking.events.ClickProductEvent implements Serializable

Class com.bea.commerce.ebusiness.tracking.events.DisplayProductEvent implements Serializable

Class com.bea.commerce.ebusiness.tracking.events.PurchaseCartEvent implements Serializable

Class com.bea.commerce.ebusiness.tracking.events.RemoveFromCartEvent implements Serializable

Class com.bea.commerce.ebusiness.tracking.events.ShoppingEvent implements Serializable


Package com.bea.commerce.ebusiness.tracking.tags

Class com.bea.commerce.ebusiness.tracking.tags.ClickProductTag implements Serializable

Serialized Fields

sku

String sku

categoryId

String categoryId

applicationName

String applicationName

Class com.bea.commerce.ebusiness.tracking.tags.DisplayProductEventTag implements Serializable

Class com.bea.commerce.ebusiness.tracking.tags.ProductEventTag implements Serializable

Serialized Fields

documentId

String documentId

documentType

String documentType

sku

String sku

categoryId

String categoryId

applicationName

String applicationName

sessionId

String sessionId

userId

String userId


Package com.bea.commerce.mbeans

Class com.bea.commerce.mbeans.CommercePipelineComponentSupportMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

CommercePipelineComponentSupportMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

jdbcPoolNameIsCached

boolean jdbcPoolNameIsCached

jdbcPoolName

String jdbcPoolName

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.commerce.mbeans.PaymentServiceClientMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

PaymentServiceClientMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

deferAuthorizationIsCached

boolean deferAuthorizationIsCached

deferAuthorization

String deferAuthorization

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

paymentModelIsCached

boolean paymentModelIsCached

paymentModel

String paymentModel

paymentWebServiceWSDLIsCached

boolean paymentWebServiceWSDLIsCached

paymentWebServiceWSDL

String paymentWebServiceWSDL

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.commerce.mbeans.TaxServiceClientMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

TaxServiceClientMBean delegate

enableCaching

boolean enableCaching

avsReturnListOnZipFailureIsCached

boolean avsReturnListOnZipFailureIsCached

avsReturnListOnZipFailure

String avsReturnListOnZipFailure

businessLocationCodeIsCached

boolean businessLocationCodeIsCached

businessLocationCode

String businessLocationCode

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

companyIDIsCached

boolean companyIDIsCached

companyID

String companyID

currencyIsCached

boolean currencyIsCached

currency

String currency

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

orderOriginCityIsCached

boolean orderOriginCityIsCached

orderOriginCity

String orderOriginCity

orderOriginCountryCodeIsCached

boolean orderOriginCountryCodeIsCached

orderOriginCountryCode

String orderOriginCountryCode

orderOriginLocationCodeIsCached

boolean orderOriginLocationCodeIsCached

orderOriginLocationCode

String orderOriginLocationCode

orderOriginPostalCodeIsCached

boolean orderOriginPostalCodeIsCached

orderOriginPostalCode

String orderOriginPostalCode

orderOriginProvinceIsCached

boolean orderOriginProvinceIsCached

orderOriginProvince

String orderOriginProvince

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

sellerRegistrationNumberIsCached

boolean sellerRegistrationNumberIsCached

sellerRegistrationNumber

String sellerRegistrationNumber

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

shipFromCityIsCached

boolean shipFromCityIsCached

shipFromCity

String shipFromCity

shipFromCountryCodeIsCached

boolean shipFromCountryCodeIsCached

shipFromCountryCode

String shipFromCountryCode

shipFromLocationCodeIsCached

boolean shipFromLocationCodeIsCached

shipFromLocationCode

String shipFromLocationCode

shipFromPostalCodeIsCached

boolean shipFromPostalCodeIsCached

shipFromPostalCode

String shipFromPostalCode

shipFromProvinceIsCached

boolean shipFromProvinceIsCached

shipFromProvince

String shipFromProvince

taxCalculatorJNDINameIsCached

boolean taxCalculatorJNDINameIsCached

taxCalculatorJNDIName

String taxCalculatorJNDIName

taxCalculatorWSDLIsCached

boolean taxCalculatorWSDLIsCached

taxCalculatorWSDL

String taxCalculatorWSDL

taxDebugIsCached

boolean taxDebugIsCached

taxDebug

String taxDebug

taxTypeIsCached

boolean taxTypeIsCached

taxType

String taxType

titlePassageLocationIsCached

boolean titlePassageLocationIsCached

titlePassageLocation

String titlePassageLocation

typeIsCached

boolean typeIsCached

type

String type


Package com.bea.content

Class com.bea.content.AuthenticationException implements Serializable

Class com.bea.content.AuthorizationException implements Serializable

Class com.bea.content.BinaryValue implements Serializable

Serialized Fields

contentType

String contentType

name

String name

value

InputStream value

size

int size

Class com.bea.content.ContentEntity implements Serializable

Serialized Fields

id

ID id

Class com.bea.content.Credentials implements Serializable

Serialized Fields

subject

Subject subject

properties

Properties properties

Class com.bea.content.ID implements Serializable

Serialized Fields

repositoryName

String repositoryName

uid

String uid

Class com.bea.content.Node implements Serializable

Serialized Fields

createdDate

Calendar createdDate

createdBy

String createdBy

hasChildren

boolean hasChildren

modifiedBy

String modifiedBy

modifiedDate

Calendar modifiedDate

objectClass

ObjectClass objectClass

parentId

ID parentId

path

String path

properties

Property[] properties

type

int type

nodeOps

NodeOps nodeOps

Class com.bea.content.NodeExistsException implements Serializable

Class com.bea.content.NoSuchNodeException implements Serializable

Class com.bea.content.NoSuchObjectClassException implements Serializable

Class com.bea.content.NoSuchPropertyChoiceException implements Serializable

Class com.bea.content.NoSuchPropertyDefinitionException implements Serializable

Class com.bea.content.NoSuchPropertyException implements Serializable

Class com.bea.content.ObjectClass implements Serializable

Serialized Fields

name

String name

primaryPropertyDefinition

PropertyDefinition primaryPropertyDefinition

propertyDefinitions

PropertyDefinition[] propertyDefinitions

objectClassOps

ObjectClassOps objectClassOps

hasPropertyDefinitions

boolean hasPropertyDefinitions

Class com.bea.content.ObjectClassExistsException implements Serializable

Class com.bea.content.Property implements Serializable

Serialized Fields

name

String name

type

int type

values

Value[] values

Class com.bea.content.PropertyChoice implements Serializable

Serialized Fields

binaryValue

BinaryValue binaryValue

booleanValue

Boolean booleanValue

calendarValue

Calendar calendarValue

doubleValue

Double doubleValue

isDefault

boolean isDefault

longValue

Long longValue

stringValue

String stringValue

Class com.bea.content.PropertyChoiceExistsException implements Serializable

Class com.bea.content.PropertyDefinition implements Serializable

Serialized Fields

description

String description

propertyChoices

PropertyChoice[] propertyChoices

name

String name

reference

String reference

type

int type

isReadOnly

boolean isReadOnly

isRestricted

boolean isRestricted

isMandatory

boolean isMandatory

isMultiValued

boolean isMultiValued

isPrimary

boolean isPrimary

Class com.bea.content.PropertyDefinitionExistsException implements Serializable

Class com.bea.content.PropertyExistsException implements Serializable

Class com.bea.content.RepositoryException implements Serializable

Class com.bea.content.RepositoryRuntimeException implements Serializable

Class com.bea.content.UnsupportedRepositoryOperationException implements Serializable

Class com.bea.content.Value implements Serializable

Serialized Fields

binaryValue

BinaryValue binaryValue

booleanValue

Boolean booleanValue

calendarValue

Calendar calendarValue

doubleValue

Double doubleValue

longValue

Long longValue

stringValue

String stringValue


Package com.bea.content.mbeans

Class com.bea.content.mbeans.ContentManagementMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

ContentManagementMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.content.mbeans.ContentStoreMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

ContentStoreMBean delegate

enableCaching

boolean enableCaching

binaryCacheMaxEntrySizeIsCached

boolean binaryCacheMaxEntrySizeIsCached

binaryCacheMaxEntrySize

long binaryCacheMaxEntrySize

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

classNameIsCached

boolean classNameIsCached

className

String className

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

passwordIsCached

boolean passwordIsCached

password

String password

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

propertiesIsCached

boolean propertiesIsCached

properties

Properties properties

readOnlyIsCached

boolean readOnlyIsCached

readOnly

boolean readOnly

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

usernameIsCached

boolean usernameIsCached

username

String username


Package com.bea.content.expression

Class com.bea.content.expression.CollectionContainsAny implements Serializable

Class com.bea.content.expression.ContainedIn implements Serializable

Class com.bea.content.expression.ExpressionHelper.ParseException implements Serializable

Serialized Fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

String token
The possible error token.

Null for unknown.

Class com.bea.content.expression.PropertyRef implements Serializable

Class com.bea.content.expression.RequestPropertyRef implements Serializable

Class com.bea.content.expression.Search implements Serializable

Serialized Fields

hashCode

Number hashCode
Our calculated hashCode.


searchPaths

List searchPaths
The paths under which to search.

This should be empty to search under all paths (repositories in a federeated search.) This is an OR'ed list.

In a federated search, this can begin with "/*" (e.g."/*/some/path") to denote a search path under each repository. In non-federated search, this should not be construed to contain any special characters.


maxReturn

int maxReturn
The maximum number of objects to return.

Less than 0 signifies returning all matches.


sortCriteria

SortCriteria[] sortCriteria
The sorting criteria


expression

Expression expression
The search expression.


contextParams

Map contextParams
The context params.

Class com.bea.content.expression.SessionPropertyRef implements Serializable

Class com.bea.content.expression.SortCriteria implements Serializable

Serialized Fields

propertySet

String propertySet
The property set name.


propertyName

String propertyName
The property name to sort on.


isAscending

boolean isAscending
The ascending or descending order.

Class com.bea.content.expression.UserPropertyRef implements Serializable


Package com.bea.content.loader.bulk

Class com.bea.content.loader.bulk.BulkLoader.ShowUsageException implements Serializable


Package com.bea.content.manager

Class com.bea.content.manager.NoRepositoriesDefinedException implements Serializable

Class com.bea.content.manager.NoSuchRepositoryConfigException implements Serializable

Class com.bea.content.manager.RepositoryConfigExistsException implements Serializable


Package com.bea.content.manager.propertysets

Class com.bea.content.manager.propertysets.PropertyDefinitionImpl implements Serializable

Class com.bea.content.manager.propertysets.PropertySetImpl implements Serializable


Package com.bea.content.manager.servlets

Class com.bea.content.manager.servlets.DownloadBinaryServlet implements Serializable

Class com.bea.content.manager.servlets.NodeCache implements Serializable

Serialized Fields

nodeCache

Map nodeCache
The cache to NodeHolder.

Class com.bea.content.manager.servlets.ShowBinaryServlet implements Serializable

Class com.bea.content.manager.servlets.ShowPropertyServlet implements Serializable

Serialized Fields

closeStreams

boolean closeStreams
Should we close the output stream when done. This will be initialized from the "closeStreams" initialized parameter.


Package com.bea.content.manager.servlets.jsp.taglib

Class com.bea.content.manager.servlets.jsp.taglib.BaseTag implements Serializable

Serialized Fields

failOnError

boolean failOnError
Are we supposed to throw an exception on an error.


useCache

boolean useCache
Should this try to use the NodeCache


cacheScope

String cacheScope
The cache scope.

This should correspond to something which the NodeCache understands. The standard values are "application", "session", "page", and "request". The default is "session".


cacheId

String cacheId
The cache id.

When accessing the cache, in general, if this is not set, then the ID should be used.


cacheTimeout

long cacheTimeout
The cache timeout.

Class com.bea.content.manager.servlets.jsp.taglib.GetNodeTag implements Serializable

Serialized Fields

node

Node node
The Nodes returned from the get.


path

String path
The path.

Class com.bea.content.manager.servlets.jsp.taglib.GetPropertyTag implements Serializable

Serialized Fields

node

Node node
The Node to use.


property

Property property
The Property to use.


name

String name
The name of the property to print.


resultId

String resultId
The id of the script variable to put the result into. If the resultId isn't set then the property will be written to the PageContext.


resultType

String resultType
The Type of the result. May only be set when isMultiple = False.


defValue

String defValue
The default value to print if the property is not found, or if the property does not contain a value.


conversionType

String conversionType
The conversion type. Can be either "html", "url", or anything else for no conversion. See ContentHelper.toHtml() for an explanation of how html will be converted. See ContentHelper.pathInfoEncode() for an explanation of how a conversion type of "url" for a "cm_path" property is converted. For a conversion type of "url" that isn't for the "cm_path" property, the url will be encoded in "UTF-8" if supported. If it isn't supported then the default encoding will be used.


dateFormat

String dateFormat
The date format to use.


numFormat

String numFormat
The number format to use.


blockSize

int blockSize
The block size to read the data in. Defaults to 1024.


startIndex

int startIndex
The index at which we should start reading. Defaults to 0.


endIndex

int endIndex
The index at which we should stop reading.


baseHref

String baseHref
The BASE HREF to use.

The content's identifier will be appended automatically to this.


isMultiple

boolean isMultiple
If this is true then a Collection will be returned as the resultId, if false then an Object will be returned that may be cast to the appropriate Property type. The default is False.


transactionTimeout

int transactionTimeout
The streaming of the data directly to the jsp page is wrapped in a transaction to cover the situation where the back-end system is transactional (like a database) and the InputStream retrieved is tied to that transactional resource (like a BlobInputStream). If this attribute is set (not -1) then the timeout on the transaction is set to this value (in sec).

Class com.bea.content.manager.servlets.jsp.taglib.SearchTag implements Serializable

Serialized Fields

nodes

Node[] nodes
The Nodes returned from the search.


max

int max
The maximum number of content to return.


sortBy

String sortBy
The sort by clause.


queryStr

String queryStr
The query string.


expr

Expression expr
The query.


contextParams

Map contextParams
Context params.


Package com.bea.campaign

Class com.bea.campaign.AdCountGoal implements Serializable

Serialized Fields

logic

short logic
The boolean logic.


type

short type
The local or global count type.


countType

short countType
The impression or click-thru count type.


goalCount

long goalCount
The goal's count.


adPaths

Collection adPaths
The list of ad ids.

Class com.bea.campaign.AddAdToPlaceholderAction implements Serializable

Serialized Fields

adQuery

Object adQuery
The ad query (String or ContentQueryNode).


placeholder

String[] placeholder
The list of placeholder names.


weight

int weight
The ad weight.


remove

boolean remove
The remove flag.


timeToLiveInfo

com.bea.campaign.AddAdToPlaceholderAction.TimeToLiveInfo timeToLiveInfo
The time-to-live information.


expireDate

TimeInstant expireDate
The expiration date.


clearingPolicy

String clearingPolicy
The clearing policy.

Class com.bea.campaign.EndStateAction implements Serializable

Serialized Fields

endState

boolean endState
Does this constitute an end state.


Package com.bea.campaign.action

Class com.bea.campaign.action.Action implements Serializable

Serialized Fields

serviceLocator

ServiceLocator serviceLocator

event

Event event

user

ProfileWrapper user

request

Request request

session

Session session

scenarioContainer

ScenarioContainer scenarioContainer

scenario

Scenario scenario

now

Timestamp now

random

Number random

Class com.bea.campaign.action.ActionDef implements Serializable

Serialized Fields

actionParams

Map actionParams
Init params for the actual action


actionType

String actionType
Type of action to create and run

Class com.bea.campaign.action.ActionException implements Serializable

Serialized Fields

embeddedException

Exception embeddedException

Class com.bea.campaign.action.MailAction implements Serializable

Serialized Fields

subject

String subject

messageText

String messageText

jspUri

String jspUri

jspParams

Map jspParams

from

String from

to

String to

headers

Map headers

batchMode

Boolean batchMode

emailPropertyName

String emailPropertyName

emailPropertySet

String emailPropertySet

optInPropertyName

String optInPropertyName

optInPropertySet

String optInPropertySet


Package com.bea.campaign.mbeans

Class com.bea.campaign.mbeans.CampaignEventListenerMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

CampaignEventListenerMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

campaignServiceJNDINameIsCached

boolean campaignServiceJNDINameIsCached

campaignServiceJNDIName

String campaignServiceJNDIName

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.campaign.mbeans.CampaignServiceMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

CampaignServiceMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

emailBrowseBaseDirIsCached

boolean emailBrowseBaseDirIsCached

emailBrowseBaseDir

String emailBrowseBaseDir

emailURIExtensionsIsCached

boolean emailURIExtensionsIsCached

emailURIExtensions

String[] emailURIExtensions

goalCheckTimeIsCached

boolean goalCheckTimeIsCached

goalCheckTime

long goalCheckTime

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxURILengthIsCached

boolean maxURILengthIsCached

maxURILength

int maxURILength

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.campaign.mbeans.MailActionMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

MailActionMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultFromAddressIsCached

boolean defaultFromAddressIsCached

defaultFromAddress

String defaultFromAddress

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

emailPropertyNameIsCached

boolean emailPropertyNameIsCached

emailPropertyName

String emailPropertyName

emailPropertySetIsCached

boolean emailPropertySetIsCached

emailPropertySet

String emailPropertySet

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

optInPropertyNameIsCached

boolean optInPropertyNameIsCached

optInPropertyName

String optInPropertyName

optInPropertySetIsCached

boolean optInPropertySetIsCached

optInPropertySet

String optInPropertySet

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

registeredIsCached

boolean registeredIsCached

registered

boolean registered

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type

Class com.bea.campaign.mbeans.ScenarioServiceMBean_Stub implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream)
                  throws IOException,
                         ClassNotFoundException
Serialized Fields

delegate

ScenarioServiceMBean delegate

enableCaching

boolean enableCaching

cachingDisabledIsCached

boolean cachingDisabledIsCached

cachingDisabled

boolean cachingDisabled

cleanupOnRemoveIsCached

boolean cleanupOnRemoveIsCached

cleanupOnRemove

boolean cleanupOnRemove

commentsIsCached

boolean commentsIsCached

comments

String comments

defaultedMBeanIsCached

boolean defaultedMBeanIsCached

defaultedMBean

boolean defaultedMBean

mBeanInfoIsCached

boolean mBeanInfoIsCached

mBeanInfo

javax.management.MBeanInfo mBeanInfo

maxURILengthIsCached

boolean maxURILengthIsCached

maxURILength

int maxURILength

nameIsCached

boolean nameIsCached

name

String name

notesIsCached

boolean notesIsCached

notes

String notes

notificationInfoIsCached

boolean notificationInfoIsCached

notificationInfo

javax.management.MBeanNotificationInfo[] notificationInfo

objectNameIsCached

boolean objectNameIsCached

objectName

WebLogicObjectName objectName

parentIsCached

boolean parentIsCached

parent

WebLogicMBean parent

persistenceEnabledIsCached

boolean persistenceEnabledIsCached

persistenceEnabled

boolean persistenceEnabled

prependRulesURIsWithIsCached

boolean prependRulesURIsWithIsCached

prependRulesURIsWith

String prependRulesURIsWith

registeredIsCached

boolean registeredIsCached

registered

boolean registered

rulesRequestAttrNamesIsCached

boolean rulesRequestAttrNamesIsCached

rulesRequestAttrNames

String[] rulesRequestAttrNames

rulesSessionAttrNamesIsCached

boolean rulesSessionAttrNamesIsCached

rulesSessionAttrNames

String[] rulesSessionAttrNames

setFieldsIsCached

boolean setFieldsIsCached

setFields

Set setFields

typeIsCached

boolean typeIsCached

type

String type


Package com.bea.campaign.rules

Class com.bea.campaign.rules.ActionDefResultObjectFilter implements Serializable

Class com.bea.campaign.rules.AddAdToPlaceholderActionDef implements Serializable

Class com.bea.campaign.rules.ClassificationResultObjectFilter implements Serializable

Class com.bea.campaign.rules.EndScenarioActionDef implements Serializable

Class com.bea.campaign.rules.MailActionDef implements Serializable


Package com.bea.campaign.servlets

Class com.bea.campaign.servlets.CampaignCleanupServlet implements Serializable

Serialized Fields

campaignService

CampaignService campaignService

adBucketService

AdBucketService adBucketService

adService

AdService adService

mailService

MailService mailService


Package com.bea.campaign.tracking.events

Class com.bea.campaign.tracking.events.CampaignUserActivityEvent implements Serializable

Class com.bea.campaign.tracking.events.ClickCampaignEvent implements Serializable

Class com.bea.campaign.tracking.events.DisplayCampaignEvent implements Serializable


Package com.beasys.commerce.axiom.units

Class com.beasys.commerce.axiom.units.DescribedMoneyHome implements Serializable

Class com.beasys.commerce.axiom.units.DescribedMoneyImpl implements Serializable

Serialized Fields

description

String description

Class com.beasys.commerce.axiom.units.DescribedPriceHome implements Serializable

Class com.beasys.commerce.axiom.units.DescribedPriceImpl implements Serializable

Serialized Fields

description

String description

Class com.beasys.commerce.axiom.units.InvalidConversionPolicyException implements Serializable

Class com.beasys.commerce.axiom.units.InvalidPriceException implements Serializable

Class com.beasys.commerce.axiom.units.InvalidQuantityException implements Serializable

Class com.beasys.commerce.axiom.units.InvalidUnitException implements Serializable

Class com.beasys.commerce.axiom.units.MoneyHome implements Serializable

Class com.beasys.commerce.axiom.units.MoneyImpl implements Serializable

Serialized Fields

value

double value
Value of the money.


currency

String currency
Currency specification of money.

Class com.beasys.commerce.axiom.units.PriceHome implements Serializable

Class com.beasys.commerce.axiom.units.PriceImpl implements Serializable

Class com.beasys.commerce.axiom.units.QualityHome implements Serializable

Class com.beasys.commerce.axiom.units.QualityImpl implements Serializable

Serialized Fields

degree

int degree
The degree from, typically from 1 - 100 , to which the item represents the quality: Example include: quality is red, if the item is red the degree is 100. If not it is 0. qualities of a book could include romantic. If the book is only mildly romantic the degree might be 10. If it is a romance novel the rating would be 100.


name

String name
The word(s) that describes this quality. Examples include: red median income > 50000 romantic country western

Class com.beasys.commerce.axiom.units.QuantityHome implements Serializable

Class com.beasys.commerce.axiom.units.QuantityImpl implements Serializable

Serialized Fields

unit

Unit unit


count

double count
The number of units.

Class com.beasys.commerce.axiom.units.UnitHome implements Serializable

Class com.beasys.commerce.axiom.units.UnitImpl implements Serializable

Serialized Fields

name

String name

Class com.beasys.commerce.axiom.units.UnitPriceHome implements Serializable

Class com.beasys.commerce.axiom.units.UnitPriceImpl implements Serializable

Serialized Fields

price

Price price
The price component of the UnitPrice.


unit

Unit unit
The unit component of the UnitPrice.


Package com.beasys.commerce.axiom.util

Class com.beasys.commerce.axiom.util.CalendarBean implements Serializable

Serialized Fields

currentCalendar

GregorianCalendar currentCalendar

monthDisplayed

GregorianCalendar monthDisplayed

monthNamesOld

String[] monthNamesOld

monthNames

String[] monthNames

daysInMonths

int[] daysInMonths

daysInWeek

String[] daysInWeek

Class com.beasys.commerce.axiom.util.ToolkitException implements Serializable

Class com.beasys.commerce.axiom.util.TypedProperties implements Serializable


Package com.beasys.commerce.axiom.util.helper

Class com.beasys.commerce.axiom.util.helper.CommercePropertiesHelper implements Serializable

Class com.beasys.commerce.axiom.util.helper.UtilityHelper implements Serializable


Package com.beasys.commerce.bridge.bmp

Class com.beasys.commerce.bridge.bmp.BMPException implements Serializable

Class com.beasys.commerce.bridge.bmp.RowNotFoundException implements Serializable


Package com.beasys.commerce.ebusiness.catalog

Class com.beasys.commerce.ebusiness.catalog.CatalogCreateException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CatalogDeploymentException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CatalogException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CatalogFinderException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CatalogItemImpl implements Serializable

Serialized Fields

delegateItem

MutableCatalogItem delegateItem

Class com.beasys.commerce.ebusiness.catalog.CatalogItemIterator implements Serializable

Serialized Fields

numItems

int numItems

currentItemIndex

int currentItemIndex

numViews

int numViews

viewSize

int viewSize

lastViewSize

int lastViewSize

lastViewIndex

int lastViewIndex

currentViewIndex

int currentViewIndex

currentView

View currentView

refreshView

boolean refreshView

managerHandle

Handle managerHandle

managerJndiName

String managerJndiName

catalogRequest

CatalogRequest catalogRequest

Class com.beasys.commerce.ebusiness.catalog.CatalogItemKey implements Serializable

Serialized Fields

identifier

String identifier

Class com.beasys.commerce.ebusiness.catalog.CatalogItemView implements Serializable

Serialized Fields

size

int size

firstIndex

int firstIndex

lastIndex

int lastIndex

viewIndex

int viewIndex

Class com.beasys.commerce.ebusiness.catalog.CatalogManagerImpl implements Serializable

Serialized Fields

serviceVector

Vector serviceVector
A vector of all managed Catalog services.

Class com.beasys.commerce.ebusiness.catalog.CatalogOperationNotAuthorizedException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CatalogRemoveException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CatalogRequestImpl implements Serializable

Serialized Fields

language

String language

showAll

boolean showAll

authorization

int authorization

Class com.beasys.commerce.ebusiness.catalog.CatalogRootException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CategoryImpl implements Serializable

Serialized Fields

delegateCategory

MutableCategory delegateCategory

Class com.beasys.commerce.ebusiness.catalog.CategoryKey implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CategoryStructureCorruptException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.CategoryStructureException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.ImageInfoHome implements Serializable

Class com.beasys.commerce.ebusiness.catalog.ImageInfoImpl implements Serializable

Serialized Fields

language

String language


alternateText

String alternateText


url

String url


type

int type


name

String name

Class com.beasys.commerce.ebusiness.catalog.InventoryInfoHome implements Serializable

Class com.beasys.commerce.ebusiness.catalog.InventoryInfoImpl implements Serializable

Serialized Fields

shippingTime

String shippingTime


inStock

boolean inStock


specialNotices

String specialNotices

Class com.beasys.commerce.ebusiness.catalog.JspInfoHome implements Serializable

Class com.beasys.commerce.ebusiness.catalog.JspInfoImpl implements Serializable

Serialized Fields

url

String url

Class com.beasys.commerce.ebusiness.catalog.MutableCatalogItemImpl implements Serializable

Serialized Fields

key

CatalogItemKey key
The primary key for the item


name

String name
name of the item (from Dublin Core)


descriptionArray

String[] descriptionArray
descriptions for the item (from Dublin Core)


creator

String creator
creator of the item (from Dublin Core)


publisher

String publisher
publisher of the item (from Dublin Core)


contributor

String contributor
contributor for the item (from Dublin Core)


creationDate

Date creationDate
creation date of the item (from Dublin Core)


source

String source
source of the item (from Dublin Core)


language

String language
language for the item (from Dublin Core)


relation

String relation
relations for the item (from Dublin Core)


coverage

String coverage
coverage of the item (from Dublin Core)


rights

String rights
rights for the item (from Dublin Core)


imageInfoArray

ImageInfo[] imageInfoArray
images for the item


modifiedDate

Date modifiedDate
modified date for the item


modificationMap

HashMap modificationMap
track changes to defined attributes

Class com.beasys.commerce.ebusiness.catalog.MutableCategoryImpl implements Serializable

Serialized Fields

jspInfo

JspInfo jspInfo

Class com.beasys.commerce.ebusiness.catalog.MutableProductItemImpl implements Serializable

Serialized Fields

jspInfoArray

JspInfo[] jspInfoArray
Array of JspInfo objects


format

String format
Format of the item (from the Dublin Core)


type

String type
Type of the item (from the Dublin Core)


taxCode

String taxCode
Tax code for the item


shippingCode

String shippingCode
Shipping code for the item


msrpMoney

Money msrpMoney
Manufacturer's recommended price for the item


currentPriceMoney

Money currentPriceMoney
Current price for the item


availabilityInventoryInfo

InventoryInfo availabilityInventoryInfo
Availibilty of the item


visible

char visible
Catalog visibility code of the item

Class com.beasys.commerce.ebusiness.catalog.NoSuchViewException implements Serializable

Class com.beasys.commerce.ebusiness.catalog.ProductItemImpl implements Serializable

Serialized Fields

delegateProductItem

MutableProductItem delegateProductItem

Class com.beasys.commerce.ebusiness.catalog.ProductItemKey implements Serializable


Package com.beasys.commerce.ebusiness.catalog.advislets

Class com.beasys.commerce.ebusiness.catalog.advislets.CatalogQueryAdvisletImpl implements Serializable

Serialized Fields

catalogQuery

CatalogQuery catalogQuery

catalogManagerName

String catalogManagerName

viewSize

int viewSize

gotResult

boolean gotResult


Package com.beasys.commerce.ebusiness.catalog.service

Class com.beasys.commerce.ebusiness.catalog.service.CatalogServiceImpl implements Serializable

Serialized Fields

catalogManager

CatalogManager catalogManager
The cached instance of the CatalogManager.

Class com.beasys.commerce.ebusiness.catalog.service.JdbcCatalogServiceImpl implements Serializable

Serialized Fields

schemaFile

String schemaFile
The name of the schema file.


sqlManagerClassName

String sqlManagerClassName
The name of the SQL manager class.


Package com.beasys.commerce.ebusiness.catalog.service.category

Class com.beasys.commerce.ebusiness.catalog.service.category.CategoryItemIterator implements Serializable

Serialized Fields

keys

ProductItemKey[] keys

items

ProductItem[] items

categoryKey

CategoryKey categoryKey

Class com.beasys.commerce.ebusiness.catalog.service.category.CategoryIterator implements Serializable

Serialized Fields

keys

CategoryKey[] keys

categories

Category[] categories

Class com.beasys.commerce.ebusiness.catalog.service.category.CategoryManagerImpl implements Serializable

Serialized Fields

delegateCategoryManager

CategoryManager delegateCategoryManager

cache

Cache cache

Class com.beasys.commerce.ebusiness.catalog.service.category.JdbcCategoryManagerImpl implements Serializable

Class com.beasys.commerce.ebusiness.catalog.service.category.OrphanedItemIterator implements Serializable

Serialized Fields

keys

ProductItemKey[] keys

items

ProductItem[] items

Class com.beasys.commerce.ebusiness.catalog.service.category.SiblingIterator implements Serializable

Serialized Fields

keys

CategoryKey[] keys

categories

Category[] categories

categoryKey

CategoryKey categoryKey

Class com.beasys.commerce.ebusiness.catalog.service.category.SubCategoryIterator implements Serializable

Serialized Fields

keys

CategoryKey[] keys

categories

Category[] categories

categoryKey

CategoryKey categoryKey


Package com.beasys.commerce.ebusiness.catalog.service.data

Class com.beasys.commerce.ebusiness.catalog.service.data.CustomDataManagerImpl implements Serializable

Class com.beasys.commerce.ebusiness.catalog.service.data.EpmCustomDataManagerImpl implements Serializable


Package com.beasys.commerce.ebusiness.catalog.service.item

Class com.beasys.commerce.ebusiness.catalog.service.item.JdbcProductItemManagerImpl implements Serializable

Class com.beasys.commerce.ebusiness.catalog.service.item.ProductItemIterator implements Serializable

Serialized Fields

keys

ProductItemKey[] keys

items

ProductItem[] items

Class com.beasys.commerce.ebusiness.catalog.service.item.ProductItemManagerImpl implements Serializable

Serialized Fields

cache

Cache cache

delegateProductItemManager

ProductItemManager delegateProductItemManager


Package com.beasys.commerce.ebusiness.catalog.service.query

Class com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryImpl implements Serializable

Serialized Fields

maxSearchResults

int maxSearchResults

Class com.beasys.commerce.ebusiness.catalog.service.query.CatalogQueryManagerImpl implements Serializable

Class com.beasys.commerce.ebusiness.catalog.service.query.JdbcCatalogQueryManagerImpl implements Serializable

Serialized Fields

queryHelper

QueryHelper queryHelper

tablePrefix

String tablePrefix
The table name prefix for the ConfigurableEntity/EntityPropertyManager tables for custom data searching through expressions.

This will be initialized from the PropertyTableSetPrefix environment property.


supportsLikeEscapeClause

Boolean supportsLikeEscapeClause
Whether the underlying database connection supports the LIKE ESCAPE clause.

This will be initialized form the supportsLikeEscapeClause environment property. It will be null to use JdbcHelper.supportsLikeEscapeClause(java.sql.Connection) method.

Class com.beasys.commerce.ebusiness.catalog.service.query.KeywordQueryImpl implements Serializable

Serialized Fields

keywords

String[] keywords

Class com.beasys.commerce.ebusiness.catalog.service.query.ProductItemQueryImpl implements Serializable

Serialized Fields

expression

Expression expression

Class com.beasys.commerce.ebusiness.catalog.service.query.SearchItemIterator implements Serializable

Serialized Fields

allKeys

ProductItemKey[] allKeys
The product item identifiers that matched a search.


items

ProductItem[] items
The current view's items.


keys

ProductItemKey[] keys
The current view's keys.


Package com.beasys.commerce.ebusiness.catalog.tags

Class com.beasys.commerce.ebusiness.catalog.tags.CatalogQueryTag implements Serializable

Serialized Fields

catalogManagerName

String catalogManagerName
The CatalogManagerName to use for querying.


maxResults

int maxResults
The maximum number of results to return.


viewSize

int viewSize
View size in the ViewIterator.


keywords

String keywords
The keywords for a keyword query.


expression

String expression
The expression for an expression search.


id

String id
The identifier that holds the results of the CatalogQuery.


queryType

String queryType

queryString

String queryString

Class com.beasys.commerce.ebusiness.catalog.tags.CatalogSelectorTag implements Serializable

Serialized Fields

selector

String selector
The name of the selector rule in the rule set.


id

String id
To store the value of id attribute.

Class com.beasys.commerce.ebusiness.catalog.tags.GetPropertyTag implements Serializable

Serialized Fields

propertyName

String propertyName
The name of the property to return a value for


object

Object object
The object from which the property will be retrieved


id

String id
The name of the page context attribute to store the property


returnType

String returnType
The return type of the retrieved property


getterArgument

Object getterArgument
The optional argument used for certain getters


propertyValue

Object propertyValue
The property to be output by this tag, if any

Class com.beasys.commerce.ebusiness.catalog.tags.IterateThroughViewTag implements Serializable

Serialized Fields

currentObject

Object currentObject
Current iterated object


iterationCount

int iterationCount
Current iteration count


numIterations

int numIterations
Number of iterations to perform


iterator

ViewIterator iterator
The ViewIterator to iterate over


id

String id
The id of the resulting iterated object


returnType

String returnType
The type of id


view

View view
The View to iterate over


viewIndex

int viewIndex
The index of the View to iterate over

Class com.beasys.commerce.ebusiness.catalog.tags.IterateViewIteratorTag implements Serializable

Serialized Fields

currentObject

Object currentObject
Current iterated object


currentView

View currentView
Current iterated View


iterator

ViewIterator iterator
The ViewIterator to iterate over


id

String id
The id of the resulting iterated object


returnType

String returnType
The type of id


iterateByView

boolean iterateByView
Iterate by view?


Package com.beasys.commerce.ebusiness.catalog.webservice

Class com.beasys.commerce.ebusiness.catalog.webservice.CatalogWSImpl implements Serializable


Package com.beasys.commerce.ebusiness.customer

Class com.beasys.commerce.ebusiness.customer.Customer_creditCards_SmartMapReference implements Serializable

Class com.beasys.commerce.ebusiness.customer.Customer_shippingAddress_SmartMapReference implements Serializable

Class com.beasys.commerce.ebusiness.customer.CustomerDelegateImpl implements Serializable

Serialized Fields

creditCards

SmartMapReference creditCards

customerType

String customerType

shippingAddress

SmartMapReference shippingAddress

Class com.beasys.commerce.ebusiness.customer.CustomerDelegatePk implements Serializable

Class com.beasys.commerce.ebusiness.customer.CustomerImpl implements Serializable

Serialized Fields

customerDelegate

CustomerDelegateImpl customerDelegate
Delegate calls meant for the old Customer EJB to the (renamed) CustomerDelegate EJB

Class com.beasys.commerce.ebusiness.customer.CustomerPk implements Serializable

Class com.beasys.commerce.ebusiness.customer.CustomerValue implements Serializable

Serialized Fields

creditCards

Map creditCards


customerType

String customerType
There may be several different types of customer ordering goods. eg standard customer, preferred customer, business customer etc. customerType is used to specify this.


shippingAddress

Map shippingAddress


incomeRange

String incomeRange

maritalStatus

String maritalStatus

educationLevel

String educationLevel

dateOfBirth

Timestamp dateOfBirth

gender

String gender

occupation

String occupation

employmentStatus

String employmentStatus

emailOptIn

Boolean emailOptIn

quality

String quality


Package com.beasys.commerce.ebusiness.order

Class com.beasys.commerce.ebusiness.order.Order_customer_SmartEntityReference implements Serializable

Class com.beasys.commerce.ebusiness.order.Order_orderLines_SmartCollectionReference implements Serializable

Class com.beasys.commerce.ebusiness.order.Order_paymentTransaction_SmartEntityReference implements Serializable

Class com.beasys.commerce.ebusiness.order.OrderAdjustmentPresentation implements Serializable

Serialized Fields

discountId

long discountId

adjustmentType

String adjustmentType

Class com.beasys.commerce.ebusiness.order.OrderImpl implements Serializable

Serialized Fields

defaultCurrency

String defaultCurrency

identifier

String identifier


createdDate

Date createdDate


shippingMethod

String shippingMethod


customer

SmartEntityReference customer
Order has a reference to the Customer that committed it


shippingAddress

com.beasys.commerce.axiom.contact.Address shippingAddress


shipping

Money shipping


paymentTransaction

SmartEntityReference paymentTransaction


orderStatus

String orderStatus


splittingPreference

String splittingPreference


orderLines

SmartCollectionReference orderLines


price

Money price


specialInstructions

String specialInstructions


subtotal

double subtotal
The subtotal for the order

Class com.beasys.commerce.ebusiness.order.OrderLineHome implements Serializable

Class com.beasys.commerce.ebusiness.order.OrderLineImpl implements Serializable

Serialized Fields

quantity

double quantity


totalLineAmount

double totalLineAmount
The total for the line


tax

Money tax


unitPrice

Money unitPrice


shipping

Money shipping


msrp

Money msrp


productIdentifier

String productIdentifier


description

String description


adjustmentPresentations

ArrayList adjustmentPresentations
the list of OrderAdjustmentPresentation objects relating to a particular line. This will only be filled if OrderAsjustmentPersistence select has been called on the parent order.


isIdFrozen

boolean isIdFrozen
a boolean that indicates whether the id is frozen. If this flag is true, any calls to setId() will fail. This will happen after this OrderLine is first persisted in the database. It must be this way since id is this OrderLine's primary key. This flag is altered by the method freezeId().

Class com.beasys.commerce.ebusiness.order.OrderManagerBean implements Serializable

Serialized Fields

orderStateMachine

StateMachine orderStateMachine

context

SessionContext context

connection

Connection connection

orderHome

OrderHome orderHome

Class com.beasys.commerce.ebusiness.order.OrderManagerPageRetriever implements Serializable

Class com.beasys.commerce.ebusiness.order.OrderPk implements Serializable

Serialized Fields

identifier

String identifier
Identifier. Represents the primary key.

Class com.beasys.commerce.ebusiness.order.OrderValue implements Serializable

Serialized Fields

customerHandle

Handle customerHandle

paymentTransactionHandle

Handle paymentTransactionHandle

identifier

String identifier
Primary key attribue. Represents the state of the associated OrderPk object.


createdDate

Date createdDate
Date of creation of the order


shippingMethod

String shippingMethod
Shipping method


shippingAddress

com.beasys.commerce.axiom.contact.Address shippingAddress
Shipping address


shipping

Money shipping
Shipping cost


orderStatus

String orderStatus
Status of the order


orderLines

Collection orderLines
Collection of OrderLine objects associated with this order


tax

Money tax
Total tax on the order


price

Money price
Total value of the order


subtotal

double subtotal
Subtotal of the order


specialInstructions

String specialInstructions
Special instructions for shipping


splittingPreference

String splittingPreference
Order splitting preference


adjustmentPresentations

List adjustmentPresentations
Order Adjustments, mostly discounts, used by the JSP, as a list of OrderDiscountPresentation objects. This is retrieved only when using the OrderAdjustmentPersistence select method.

Class com.beasys.commerce.ebusiness.order.StateMachine implements Serializable

Serialized Fields

stateTransMap

HashMap stateTransMap
The representation of the transitions from the states in the machine. There will be one entry for every state. That entry will be another hash map that maps events to target states


stateOnEntryMap

HashMap stateOnEntryMap
The representation of on-entry activities for the states in the machine


stateDoMap

HashMap stateDoMap
The representation of "do" activities for the states in the machine


stateOnExitMap

HashMap stateOnExitMap
The representation of on-exit activities for the states in the machine


firstState

String firstState
The initial state of the status state machine, i.e. typically 'submitted'


owningClass

Class owningClass
The class to which the stateMachine instance belongs


domDoc

Document domDoc

Class com.beasys.commerce.ebusiness.order.StateTransitionException implements Serializable


Package com.beasys.commerce.ebusiness.order.exception

Class com.beasys.commerce.ebusiness.order.exception.InvalidCurrencyException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderInventoryException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderInvoicingException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderPackingException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderShippingException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.PaymentProcessException implements Serializable


Package com.beasys.commerce.ebusiness.payment

Class com.beasys.commerce.ebusiness.payment.AuthorizationException implements Serializable

Class com.beasys.commerce.ebusiness.payment.AuthorizationFailureException implements Serializable

Class com.beasys.commerce.ebusiness.payment.AuthorizationRejectedException implements Serializable

Class com.beasys.commerce.ebusiness.payment.CaptureException implements Serializable

Class com.beasys.commerce.ebusiness.payment.GeneralServiceException implements Serializable

Class com.beasys.commerce.ebusiness.payment.InvalidCreditCardException implements Serializable

Class com.beasys.commerce.ebusiness.payment.PaymentException implements Serializable

Serialized Fields

response

TransactionResponse response

Class com.beasys.commerce.ebusiness.payment.PaymentTransaction_transactionEntry_SmartCollectionReference implements Serializable

Class com.beasys.commerce.ebusiness.payment.PaymentTransactionImpl implements Serializable

Serialized Fields

transactionId

String transactionId
The order of which this transaction is a part.


creditCard

com.beasys.commerce.axiom.contact.CreditCard creditCard


transactionDate

Date transactionDate
The date of the transaction.


transactionEntry

SmartCollectionReference transactionEntry


batchId

String batchId
The batchId attribute is populated after a batch-commit request for the transaction has returned successfully. It is then used to query the Payment Service for the results of a settled transaction.


status

WorkflowContext status


transactionAmount

Price transactionAmount
In case of partial transcation(ie. return, cancel or settlement) this represents remainng transacation amount.

Class com.beasys.commerce.ebusiness.payment.PaymentTransactionPk implements Serializable

Serialized Fields

transactionId

String transactionId

Class com.beasys.commerce.ebusiness.payment.PaymentTransactionValue implements Serializable

Serialized Fields

transactionId

String transactionId
The transaction identifier and primary key of the PaymentTransaction.


creditCard

com.beasys.commerce.axiom.contact.CreditCard creditCard
The credit card information associated with this transaction.


transactionDate

Date transactionDate
The date of the transaction.


transactionEntry

Collection transactionEntry
A history of the modifications to this transaction.


batchId

String batchId
The batchId attribute is populated after a batch-commit request for the transaction has returned successfully. It is then used to query the Payment Service for the results of a settled transaction.


status

WorkflowContext status
The current state of the Payment Transaction as governed by the PaymentWorkflow


transactionAmount

Price transactionAmount
The amount of the transaction that remains outstanding.

Class com.beasys.commerce.ebusiness.payment.PaymentWorkflow implements Serializable

Class com.beasys.commerce.ebusiness.payment.ResultHome implements Serializable

Class com.beasys.commerce.ebusiness.payment.ResultImpl implements Serializable

Serialized Fields

value

String value

Class com.beasys.commerce.ebusiness.payment.ServiceConfigurationException implements Serializable

Class com.beasys.commerce.ebusiness.payment.ServiceUnavailableException implements Serializable

Class com.beasys.commerce.ebusiness.payment.SettleException implements Serializable

Class com.beasys.commerce.ebusiness.payment.TransactionEntryHome implements Serializable

Class com.beasys.commerce.ebusiness.payment.TransactionEntryImpl implements Serializable

Serialized Fields

entryDate

Date entryDate
The date this entry was made.


identifier

String identifier
The primary key for this entity is an identifier generated using internal logic. The AlphaNumericSequencer was not used as it would involve having two instances of it running.


notes

String notes
Holds additional information related to a transaction entry.


status

String status
Holds the transaction status based on the service provider's response and its mapping to the payment instruments workflow state.


transactionAmount

Price transactionAmount


serviceProviderCode

String serviceProviderCode
Service provider specific response.

Class com.beasys.commerce.ebusiness.payment.TransactionResponse implements Serializable

Serialized Fields

transactionDate

Date transactionDate
The date of the transaction associated with this response.


transactionId

String transactionId
The unique identifier for the transaction associated with this response.


transactionStatus

int transactionStatus
The state of the transaction associated with this response.


transactionAmount

Price transactionAmount
The amount of the transaction associated with this response.


paymentTransactionHandle

Handle paymentTransactionHandle
Handle to the PaymentTransaction for which this response was generated.


results

Hashtable results


Package com.beasys.commerce.ebusiness.security

Class com.beasys.commerce.ebusiness.security.CryptException implements Serializable

Class com.beasys.commerce.ebusiness.security.DecryptorImpl implements Serializable

Class com.beasys.commerce.ebusiness.security.EncryptionServlet implements Serializable

Serialized Fields

privateKeyPKCS8

ExtendedPrivateKey privateKeyPKCS8

publicKey

RSAPublicKey publicKey

passwordString

char[] passwordString

Class com.beasys.commerce.ebusiness.security.EncryptorImpl implements Serializable

Class com.beasys.commerce.ebusiness.security.ExtendedPrivateKey implements Serializable

Class com.beasys.commerce.ebusiness.security.InconsistentStateException implements Serializable

Class com.beasys.commerce.ebusiness.security.KeyGeneratorServlet implements Serializable

Serialized Fields

privateKeyPKCS8

ExtendedPrivateKey privateKeyPKCS8

publicKey

RSAPublicKey publicKey

passwordString

char[] passwordString


Package com.beasys.commerce.ebusiness.shipping

Class com.beasys.commerce.ebusiness.shipping.ShippingHelperImpl implements Serializable

Serialized Fields

shippingMethodList

List shippingMethodList

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodException implements Serializable

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodImpl implements Serializable

Serialized Fields

identifier

String identifier
A key that uniquely identifies this shipping method.


sizeLimit

double sizeLimit
The maximum deliverable quantity.


description

String description
An textual description of this shipping mechanism.


signatureRequired

boolean signatureRequired
True if the customer is required to acknowled delivery with a signature.


weightLimit

double weightLimit
The maximum weight limit for this shipping mechanism.


percentage

double percentage
Used when the shipping cost is a percentage of the total value of the order.


poBoxAllowed

boolean poBoxAllowed
True if this mechanism will allow delivery to a post office box.


restrictions

String restrictions
A description of any restrictions that apply to this shipping mechanism.


averageShippingTime

int averageShippingTime
The average delivery time.


carrier

String carrier
The service provider used for delivery.


saturdayDelivery

boolean saturdayDelivery
True if ths shipping mechanism will deliver on a Saturday.


price

Money price
The base shipping cost.


packagingType

String packagingType


costCalculationMechanism

String costCalculationMechanism
Used to specify one of the pre-programmed shipping cost calculation mechanisms. Policy:Uses the Shipping Cost Calculation Policy to determine the total cost. FlatRate: A single flat rate price is returned as specified in the price field. PerItem: The count of items in the order is multiplied by the price field to determine the shipping cost. Percentage: The total cost of the order is multiplied by the percenate specified to determine the cost.


method

String method
The mechanism by which the item will be shipped. These include Air, Ship, Truck, etc..


internationalDelivery

boolean internationalDelivery
True if this mechanism will deliver internationally.

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodPk implements Serializable

Serialized Fields

identifier

String identifier

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodValue implements Serializable

Serialized Fields

identifier

String identifier
A key that uniquely identifies this shipping method.


sizeLimit

double sizeLimit
The maximum deliverable quantity.


description

String description
A textual description of this shipping mechanism.


signatureRequired

boolean signatureRequired
True if the customer is required to acknowledge delivery with a signature.


weightLimit

double weightLimit
The maximum weight limit for this shipping mechanism.


percentage

double percentage
Used when the shipping cost is a percentage of the total value of the order.


poBoxAllowed

boolean poBoxAllowed
True if this mechanism will allow delivery to a post office box.


restrictions

String restrictions
A description of any restrictions that apply to this shipping mechanism.


averageShippingTime

int averageShippingTime
The average delivery time.


carrier

String carrier
The service provider used for delivery.


saturdayDelivery

boolean saturdayDelivery
True if ths shipping mechanism will deliver on a Saturday.


price

Money price
The base shipping cost.


packagingType

String packagingType
The packaging type.


costCalculationMechanism

String costCalculationMechanism
Used to specify one of the pre-programmed shipping cost calculation mechanisms.


method

String method
The mechanism by which the item will be shipped. These include Air, Ship, Truck, etc..


internationalDelivery

boolean internationalDelivery
True if this mechanism will deliver internationally.


Package com.beasys.commerce.ebusiness.shoppingcart

Class com.beasys.commerce.ebusiness.shoppingcart.ItemNotInShoppingCartException implements Serializable

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartHome implements Serializable

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartImpl implements Serializable

Serialized Fields

orderDiscountPresentations

ArrayList orderDiscountPresentations

shippingDiscountPresentations

ArrayList shippingDiscountPresentations

mgr

CatalogManager mgr

shipping

Money shipping


subtotal

Money subtotal

total

Money total

shoppingCartLines

Collection shoppingCartLines
The shopping cart contains a list of ShoppingCart lines

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartLineHome implements Serializable

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartLineImpl implements Serializable

Serialized Fields

discountedPrice

Money discountedPrice
The discounted price for a line


discountPresentations

ArrayList discountPresentations
The array list of the ordered discount which were applied to the line


unitPrice

Money unitPrice


tax

Money tax


shipping

Money shipping


quantity

double quantity


productItem

ProductItem productItem


Package com.beasys.commerce.ebusiness.tags

Class com.beasys.commerce.ebusiness.tags.ScrollableModelTag implements Serializable

Serialized Fields

origin

String origin

event

String event

pageIndex

int pageIndex

scrollableModel

ScrollableModel scrollableModel

prevString

String prevString

nextString

String nextString

httpSession

HttpSession httpSession

pipelineSession

com.bea.p13n.appflow.common.PipelineSession pipelineSession


Package com.beasys.commerce.ebusiness.tax

Class com.beasys.commerce.ebusiness.tax.TaxException implements Serializable

Serialized Fields

nameSpace

String nameSpace

key

String key

Class com.beasys.commerce.ebusiness.tax.TaxInformationHome implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxInformationImpl implements Serializable

Serialized Fields

total

Price total
This is the total tax for the order or the line item.


entityTax

Collection entityTax

Class com.beasys.commerce.ebusiness.tax.TaxLineHome implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxLineImpl implements Serializable

Serialized Fields

freight

Price freight


price

Price price


discountedPriceAmt

Price discountedPriceAmt


quantity

Quantity quantity


taxCode

String taxCode

Class com.beasys.commerce.ebusiness.tax.TaxLineListHome implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxLineListImpl implements Serializable

Serialized Fields

taxLine

List taxLine

Class com.beasys.commerce.ebusiness.tax.TaxLineResultHome implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxLineResultImpl implements Serializable

Serialized Fields

tax

Price tax


entityCode

String entityCode
The Geographical code for the taxing entity.

Class com.beasys.commerce.ebusiness.tax.TaxParametersHome implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxParametersImpl implements Serializable

Serialized Fields

orderAttribs

TreeMap orderAttribs

location

Map location

Class com.beasys.commerce.ebusiness.tax.TaxResultHome implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxResultImpl implements Serializable

Serialized Fields

line

List line
One TaxInformation for each line in the original order.


total

TaxInformation total
The total information for the order that was processed.

Class com.beasys.commerce.ebusiness.tax.TaxUserException implements Serializable


Package com.beasys.commerce.ebusiness.util

Class com.beasys.commerce.ebusiness.util.DefaultScrollableModel implements Serializable

Serialized Fields

count

int count

primaryKeys

Object[] primaryKeys

valueClass

Class valueClass

currentValues

Object[] currentValues

currentFirstIndex

int currentFirstIndex

currentLastIndex

int currentLastIndex

pageSize

int pageSize

nbPages

int nbPages

cacheSize

int cacheSize

currentPrimaryKeys

Object[] currentPrimaryKeys

pageRetriever

ScrollableModelPageRetriever pageRetriever


Package com.beasys.commerce.foundation

Class com.beasys.commerce.foundation.BelongingImpl implements Serializable

Serialized Fields

__containingEntity

SmartEntityReference __containingEntity

__mapKey

Object __mapKey

__sequenceNumber

Long __sequenceNumber

__classIdentifier

String __classIdentifier

__containingBelonging

Belonging __containingBelonging

Class com.beasys.commerce.foundation.EntityImpl implements Serializable

Serialized Fields

_ctx

EntityContext _ctx

__containingEntity

SmartEntityReference __containingEntity

__mapKey

Object __mapKey

__sequenceNumber

Long __sequenceNumber

__classIdentifier

String __classIdentifier

Class com.beasys.commerce.foundation.FatalWorkflowTransitionException implements Serializable

Class com.beasys.commerce.foundation.IllegalWorkflowTransitionException implements Serializable

Class com.beasys.commerce.foundation.SessionImpl implements Serializable

Serialized Fields

_ctx

SessionContext _ctx

Class com.beasys.commerce.foundation.SmartComparator implements Serializable

Class com.beasys.commerce.foundation.SmartKey implements Serializable

Class com.beasys.commerce.foundation.SmartValue implements Serializable

Class com.beasys.commerce.foundation.StateHome implements Serializable

Class com.beasys.commerce.foundation.StateImpl implements Serializable

Serialized Fields

name

String name
A name that identifies the state uniquely within the context of a state machine.
                  name
 [State] <*>------> [java.lang.String] 

 

Class com.beasys.commerce.foundation.StateMachine implements Serializable

Serialized Fields

TRANSITION_KEY_TOKEN

String TRANSITION_KEY_TOKEN

currentState

State currentState

initialState

State initialState

transitions

TreeMap transitions

states

TreeSet states

Class com.beasys.commerce.foundation.TransitionHome implements Serializable

Class com.beasys.commerce.foundation.TransitionImpl implements Serializable

Serialized Fields

startState

State startState
The begining state for this transition.
                  startState
 [Transition] <*>------> [com.beasys.commerce.foundation.State] 

 


endState

State endState
The targeted state for this transition.
                  endState
 [Transition] <*>------> [com.beasys.commerce.foundation.State] 

 


name

String name
The event that triggers this transition.
                  name
 [Transition] <*>------> [java.lang.String] 

 

Class com.beasys.commerce.foundation.TransitionPolicyHome implements Serializable

Class com.beasys.commerce.foundation.TransitionPolicyImpl implements Serializable

Class com.beasys.commerce.foundation.WorkflowContext implements Serializable

Serialized Fields

state

String state

Class com.beasys.commerce.foundation.WorkflowInstantiationException implements Serializable


Package com.beasys.commerce.foundation.exception

Class com.beasys.commerce.foundation.exception.ApplicationException implements Serializable

Serialized Fields

embeddedException

Exception embeddedException
The embedded exception.


logMessages

Stack logMessages
The log messages.


userMessages

Stack userMessages
The user messages.

Class com.beasys.commerce.foundation.exception.BadInputException implements Serializable

Class com.beasys.commerce.foundation.exception.ConfigurationException implements Serializable

Class com.beasys.commerce.foundation.exception.CreateSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.DeploymentException implements Serializable

Class com.beasys.commerce.foundation.exception.FatalApplicationException implements Serializable

Serialized Fields

embeddedException

Exception embeddedException
The embedded exception.


logMessages

Stack logMessages
The log messages.


userMessages

Stack userMessages
The user messages.

Class com.beasys.commerce.foundation.exception.FinderSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.InvalidArgumentException implements Serializable

Class com.beasys.commerce.foundation.exception.InvalidPipelineSessionStateException implements Serializable

Class com.beasys.commerce.foundation.exception.NamingSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.PipelineException implements Serializable

Serialized Fields

embeddedException

Exception embeddedException
Deprecated. 
Embedded exception.

Class com.beasys.commerce.foundation.exception.PipelineFatalException implements Serializable

Class com.beasys.commerce.foundation.exception.PipelineNonFatalException implements Serializable

Class com.beasys.commerce.foundation.exception.ProcessingException implements Serializable

Class com.beasys.commerce.foundation.exception.RemoteSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.SystemException implements Serializable

Serialized Fields

logMessages

Stack logMessages
The log messages.


userMessages

Stack userMessages
The user messages.

Class com.beasys.commerce.foundation.exception.UnimplementedException implements Serializable

Class com.beasys.commerce.foundation.exception.WebflowException implements Serializable

Serialized Fields

embeddedException

Exception embeddedException
Embedded exception.


Package com.beasys.commerce.foundation.expression

Class com.beasys.commerce.foundation.expression.CriteriaHome implements Serializable

Class com.beasys.commerce.foundation.expression.CriteriaImpl implements Serializable

Serialized Fields

criteria

Object criteria
Deprecated. 
The criteria value.


property

String property
Deprecated. 
The property name.


scope

String scope
Deprecated. 
The property scope.


comparator

String comparator
Deprecated. 
The comparision operator.

Class com.beasys.commerce.foundation.expression.ExpressionHome implements Serializable

Class com.beasys.commerce.foundation.expression.ExpressionImpl implements Serializable

Serialized Fields

not

boolean not
Deprecated. 
Specifies if this is a negative logical expression.

Class com.beasys.commerce.foundation.expression.LogicalHome implements Serializable

Class com.beasys.commerce.foundation.expression.LogicalImpl implements Serializable

Serialized Fields

children

Collection children
Deprecated. 
The list of children Expressions.


logical

String logical
Deprecated. 
The boolean logical operator.

Class com.beasys.commerce.foundation.expression.SearchHome implements Serializable

Class com.beasys.commerce.foundation.expression.SearchImpl implements Serializable

Serialized Fields

maxReturn

long maxReturn
Deprecated. 
The maximum number of objects to return.


sort

String sort
Deprecated. 
The sorting criteria


expression

Expression expression
Deprecated. 
The search expression.


Package com.beasys.commerce.util

Class com.beasys.commerce.util.ExpressionHelper.ParseException implements Serializable

Serialized Fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

String token
The possible error token.

Null for unknown.

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartCollectionReference implements Serializable

Serialized Fields

vector

Vector vector

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartEntityReference implements Serializable

Serialized Fields

ejbHandle

Handle ejbHandle

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartMapReference implements Serializable

Serialized Fields

hashtable

Hashtable hashtable

Class com.beasys.commerce.util.SerializableEnumeration implements Serializable

Serialized Fields

c

Collection c
Deprecated. 
The Collection we're fronting for.

Class com.beasys.commerce.util.SoftHashMap implements Serializable

Serialized Fields

hash

Map hash
Hash table mapping keys to References.

This will contain a map of key to the Reference which contains the value. If the Reference is null, than the value is null (i.e. put(key, null)). If the Reference's referent (i.e. ref.get()) is null, then the value has been garbage collected and the key is no longer valid (i.e. should not be returned from iterator, entrySet(), containsKey(), etc.).


entrySet

Set entrySet
The EntrySet for this (lazily initialized).


Package com.bea.p13n.ad

Class com.bea.p13n.ad.AdContentException implements Serializable

Class com.bea.p13n.ad.AdInfo implements Serializable

Serialized Fields

bucketId

long bucketId

userId

String userId

placeholder

String placeholder

containerUID

String containerUID

containerType

String containerType

contextUID

String contextUID

query

String query

adExpiration

Timestamp adExpiration

weight

int weight

count

int count

Class com.bea.p13n.ad.AdService.AdCounts implements Serializable

Serialized Fields

contentPath

String contentPath
The content path


containerName

String containerName
The container UID


impressionCount

long impressionCount
The impression count


clickThruCount

long clickThruCount
The click thru count


Package com.bea.p13n.ad.servlets

Class com.bea.p13n.ad.servlets.AdClickThruServlet implements Serializable

Serialized Fields

adService

AdService adService

adBucketService

AdBucketService adBucketService


Package com.bea.p13n.ad.servlets.jsp.taglib

Class com.bea.p13n.ad.servlets.jsp.taglib.AdRenderTag implements Serializable

Serialized Fields

ad

Node ad

height

int height

width

int width

Class com.bea.p13n.ad.servlets.jsp.taglib.AdTargetTag implements Serializable

Serialized Fields

query

String query

height

int height

width

int width


Package com.bea.p13n.advisor

Class com.bea.p13n.advisor.AdvisorException implements Serializable

Class com.bea.p13n.advisor.ElementNotFoundException implements Serializable


Package com.bea.p13n.content

Class com.bea.p13n.content.ContentCache implements Serializable

Serialized Fields

cache

Map cache
Deprecated. 
The cache of id to ContentHolder.

Class com.bea.p13n.content.ContentPk implements Serializable

Serialized Fields

identifier

String identifier
Deprecated. 
The unique identifier of the Content.

Class com.bea.p13n.content.ContentValue implements Serializable

Serialized Fields

identifier

String identifier
Deprecated. 
The unique identifier of the content.


mimeType

String mimeType
Deprecated. 
The mime type of the content.

Class com.bea.p13n.content.MimeTypeHelper.ContentType implements Serializable


Package com.bea.p13n.content.advislets

Class com.bea.p13n.content.advislets.ContentQueryAdvisletImpl implements Serializable

Serialized Fields

requiredAttributes

Object[] requiredAttributes


Package com.bea.p13n.content.document

Class com.bea.p13n.content.document.DocumentPk implements Serializable

Class com.bea.p13n.content.document.DocumentValue implements Serializable

Serialized Fields

description

String description
Deprecated. 
The document description.


size

long size
Deprecated. 
The document size.


modifiedBy

String modifiedBy
Deprecated. 
The document modifier.


modifiedDate

Timestamp modifiedDate
Deprecated. 
The document last modified date.


creationDate

Timestamp creationDate
Deprecated. 
The date upon which the document was created.


version

long version
Deprecated. 
The document version.


author

String author
Deprecated. 
The document author.


lockedBy

String lockedBy
Deprecated. 
The document locker.


comments

String comments
Deprecated. 
The document comments.


name

String name
Deprecated. 
The document names.


Package com.bea.p13n.content.document.ref.loader

Class com.bea.p13n.content.document.ref.loader.BulkLoader.ShowUsageException implements Serializable


Package com.bea.p13n.content.document.spi

Class com.bea.p13n.content.document.spi.DocumentException implements Serializable

Serialized Fields

sourceMesg

String sourceMesg
Deprecated. 
The source exception message.


Package com.bea.p13n.content.expression

Class com.bea.p13n.content.expression.ExpressionHelper.ParseException implements Serializable

Serialized Fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

String token
The possible error token.

Null for unknown.

Class com.bea.p13n.content.expression.PropertyRef implements Serializable

Class com.bea.p13n.content.expression.RequestPropertyRef implements Serializable

Class com.bea.p13n.content.expression.Search implements Serializable

Serialized Fields

hashCode

Number hashCode
Deprecated. 
Our calculated hashCode.


maxReturn

long maxReturn
Deprecated. 
The maximum number of objects to return.


sort

String sort
Deprecated. 
The sorting criteria


expression

Expression expression
Deprecated. 
The search expression.


userId

String userId
Deprecated. 
The user id.


contextParams

Map contextParams
Deprecated. 
The context params.

Class com.bea.p13n.content.expression.SessionPropertyRef implements Serializable

Class com.bea.p13n.content.expression.SortCriteria implements Serializable

Serialized Fields

propertySet

String propertySet
Deprecated. 
The property set name.


propertyName

String propertyName
Deprecated. 
The property name to sort on.


isAscending

boolean isAscending
Deprecated. 
The ascending or descending order.

Class com.bea.p13n.content.expression.UserPropertyRef implements Serializable


Package com.bea.p13n.content.query

Class com.bea.p13n.content.query.ContentQueryNode implements Serializable

Serialized Fields

mName

String mName


Package com.bea.p13n.content.servlets

Class com.bea.p13n.content.servlets.ShowDocServlet implements Serializable

Serialized Fields

contentHome

String contentHome
Deprecated. 
The content home.


Package com.bea.p13n.content.servlets.jsp.taglib

Class com.bea.p13n.content.servlets.jsp.taglib.BaseTag implements Serializable

Serialized Fields

failOnError

boolean failOnError
Deprecated. 
Are we supposed to fail (i.e. throw an exception) on an error.


readOnly

boolean readOnly
Deprecated. No longer needed.

Are we supposed to get readonly versions of things.


useCache

boolean useCache
Deprecated. 
Should this try to use the ContentCache.


cacheScope

String cacheScope
Deprecated. 
The cache scope.

This should correspond to something which the ContentCache understands. The standard values are "application", "session", "page", and "request".


cacheId

String cacheId
Deprecated. 
The cache id.

When accessing the cache, in general, if this is not set, then the ID should be used.


cacheTimeout

long cacheTimeout
Deprecated. 
The cache timeout.

Class com.bea.p13n.content.servlets.jsp.taglib.GetPropertyTag implements Serializable

Serialized Fields

entity

ConfigurableEntity entity
Deprecated. 
The document to use.


name

String name
Deprecated. 
The name of the property to print.


scope

String scope
Deprecated. 
The property set name of the property to print.


resultId

String resultId
Deprecated. 
The id of the script variable to put the result into.


resultType

String resultType
Deprecated. 
The type of the property.


defValue

String defValue
Deprecated. 
The default value to print if the property is not found.


encodeType

String encodeType
Deprecated. 
The encode type.


maxLength

int maxLength
Deprecated. 
The max length to print.


dateFormat

String dateFormat
Deprecated. 
The date format to use.


numFormat

String numFormat
Deprecated. 
The number format to use.

Class com.bea.p13n.content.servlets.jsp.taglib.PrintDocTag implements Serializable

Serialized Fields

doc

Document doc
Deprecated. 
The document object to use.


blockSize

int blockSize
Deprecated. 
The block size to read the data in.


startIndex

int startIndex
Deprecated. 
The index at which we should start reading.


endIndex

int endIndex
Deprecated. 
The index at which we should stop reading.


encodeType

String encodeType
Deprecated. 
The encode type.

This can be "html" for html-encoding, "url" for url-encoding, or anything else for no encoding.


baseHref

String baseHref
Deprecated. 
The BASE HREF to use.

The content's identifier will be appended automatically to this.

Class com.bea.p13n.content.servlets.jsp.taglib.PrintPropertyTag implements Serializable

Class com.bea.p13n.content.servlets.jsp.taglib.SelectByIdTag implements Serializable

Serialized Fields

contentHome

String contentHome
Deprecated. 
The JNDI name of the ContentManager to contact.


contentId

String contentId
Deprecated. 
The identifier of the content.


onNotFound

String onNotFound
Deprecated. 
The error message to give if the identifier is not found.


contextParams

Map contextParams
Deprecated. 
The search context params.

Class com.bea.p13n.content.servlets.jsp.taglib.SelectTag implements Serializable

Serialized Fields

contentHome

String contentHome
Deprecated. 
The JNDI content manager home name.


max

long max
Deprecated. 
The maximum number of content to return.


sortBy

String sortBy
Deprecated. 
The sort by clause.


queryStr

String queryStr
Deprecated. 
The query string.


expr

Expression expr
Deprecated. 
The query.

If this is non-null, this will be used. Otherwise, the old expression query will be used.


oldExpr

Expression oldExpr
Deprecated. will be removed when old expressions are removed.

The old expression query.

If expr is null and this is non-null, this will be used. Otherwise, the query string will be used.


contextParams

Map contextParams
Deprecated. 
Context params.


Package com.bea.p13n.mail

Class com.bea.p13n.mail.MailMessage implements Serializable

Serialized Fields

recipients

MailRecipients recipients

headers

Map headers

subject

String subject

from

String from

messageText

String messageText

Class com.bea.p13n.mail.MailRecipients implements Serializable

Serialized Fields

toAddresses

String[] toAddresses

ccAddresses

String[] ccAddresses

bccAddresses

String[] bccAddresses

Class com.bea.p13n.mail.MailServiceException implements Serializable

Class com.bea.p13n.mail.MailSystemException implements Serializable

Class com.bea.p13n.mail.ServletResults implements Serializable

Serialized Fields

contentType

String contentType
The value of the content-type header of the JSP page


charset

String charset
The encoding used in the content


content

String content
The contents of the response, as a String


Package com.bea.p13n.mail.servlets

Class com.bea.p13n.mail.servlets.MailPreviewServlet implements Serializable

Serialized Fields

mailService

MailService mailService
Our cached mail service.


Package com.bea.p13n.placeholder

Class com.bea.p13n.placeholder.ContentBucket.PreviewInfo implements Serializable

Serialized Fields

weight

int weight
The weight of the content


content

String content
The XHTML string content


identifier

String identifier
Deprecated. No longer used, use path instead.

The content identifier


path

String path
The content path.


isFolder

boolean isFolder
Is the content a folder?


mimeType

String mimeType
The content mimeType


size

int size
The content size

Class com.bea.p13n.placeholder.ContentException implements Serializable

Serialized Fields

isWarning

boolean isWarning


Package com.bea.p13n.placeholder.servlets

Class com.bea.p13n.placeholder.servlets.PlaceholderPreviewServlet implements Serializable

Serialized Fields

placeholderService

PlaceholderService placeholderService
Our cached PlaceholderService reference.


adService

AdService adService
Our cached AdService reference.


showDocURI

String showDocURI
The ShowDoc URI to use.


Package com.bea.p13n.placeholder.servlets.jsp.taglib

Class com.bea.p13n.placeholder.servlets.jsp.taglib.PlaceholderTag implements Serializable

Serialized Fields

name

String name

height

int height

width

int width


Package com.bea.p13n.rules.advislets

Class com.bea.p13n.rules.advislets.RuleResultClassFilter implements Serializable


Package com.bea.p13n.servlets.jsp

Class com.bea.p13n.servlets.jsp.BodyTagSupport implements Serializable

Class com.bea.p13n.servlets.jsp.JspException implements Serializable

Class com.bea.p13n.servlets.jsp.TagSupport implements Serializable


Package com.bea.p13n.servlets.jsp.taglib

Class com.bea.p13n.servlets.jsp.taglib.ContentQueryTag implements Serializable

Serialized Fields

max

long max
Limits the number of content items returned.


sortBy

String sortBy
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause. The sort specification is limited to a list of the metadata attribute names and the keywords ASC and DESC.


query

String query
A content query string that can be appended as an 'and' phrase to the content query in the contentSelector rule.


home

String home
Deprecated. Not used any longer

The name of the content home bean. This maps to a JNDI name for the content home that handles a specific type of content and its provider.

Class com.bea.p13n.servlets.jsp.taglib.ContentSelectorTag implements Serializable

Serialized Fields

selector

String selector
The name of the selector rule in the rule set.


max

long max
Limits the number of content items returned.


sortBy

String sortBy
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause. The sort specification is limited to a list of the metadata attribute names and the keywords ASC and DESC.


query

String query
A content query string that can be appended as an 'and' phrase to the content query in the contentSelector rule.


home

String home
Deprecated. No longer used.

The name of the content home bean. This maps to a JNDI name for the content home that handles a specific type of content and its provider.


id

String id
To store the value of id attribute.


appendQuery

String appendQuery
The query appended on to the end of the content selector query.

Class com.bea.p13n.servlets.jsp.taglib.ContentTagSupport implements Serializable

Serialized Fields

useCache

boolean useCache
Should this try to use the cache.


cacheScope

String cacheScope
The cache scope.


cacheId

String cacheId
The cache id.


cacheTimeout

long cacheTimeout
The cache timeout.


contextParams

Map contextParams
The context params.

Class com.bea.p13n.servlets.jsp.taglib.DivTag implements Serializable

Serialized Fields

rule

String rule
The rule in the rule set that determines whether the content should be displayed.


id

String id
To store the value of id attribute.


© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved