Serialized Form


Package com.bea.apps.groupspace.announcements

Class com.bea.apps.groupspace.announcements.Announcement extends CommunityContent implements Serializable


Package com.bea.apps.groupspace.announcements.controls

Class com.bea.apps.groupspace.announcements.controls.AnnouncementsControlImpl extends CM_ControlImpl<Announcement> implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


announcementPoller

AnnouncementsPollerControl announcementPoller

announcementsBeanX

com.bea.apps.groupspace.announcements.controls.AnnouncementsCmxControl announcementsBeanX

announcementsTypeBeanX

com.bea.apps.groupspace.announcements.controls.AnnouncementsCmxControl announcementsTypeBeanX

Package com.bea.apps.groupspace.announcements.poller.controls

Class com.bea.apps.groupspace.announcements.poller.controls.AnnouncementsPollerControlImpl extends Object implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


announcementsBeanX

AnnouncementsPollerCmxControl announcementsBeanX

Package com.bea.apps.groupspace.backing

Class com.bea.apps.groupspace.backing.GsBacking extends Object implements Serializable


Package com.bea.apps.groupspace.cmbrowser

Class com.bea.apps.groupspace.cmbrowser.CmBrowserBean extends ContentBaseImpl implements Serializable

Class com.bea.apps.groupspace.cmbrowser.CmBrowserContentFolder extends CmBrowserFolder implements Serializable

Class com.bea.apps.groupspace.cmbrowser.CmBrowserFolder extends FolderBaseImpl implements Serializable

Class com.bea.apps.groupspace.cmbrowser.CmBrowserTypelessContent extends ContentBaseImpl implements Serializable


Package com.bea.apps.groupspace.cmbrowser.controls

Class com.bea.apps.groupspace.cmbrowser.controls.CmBrowserControlImpl extends ContentControlBaseImpl<CmBrowserBean,CmBrowserFolder> implements Serializable

Serialized Form fields

folderControl

CmBrowserFoldersControl folderControl

Class com.bea.apps.groupspace.cmbrowser.controls.CmBrowserFoldersControlImpl extends FoldersControlBaseImpl<CmBrowserFolder,CmBrowserFolder> implements Serializable

Serialized Form fields

repoPath

String repoPath

fakeNodeMap

HashMap<K,V> fakeNodeMap

fakeRootNode

RepositoryRootNode fakeRootNode

pagedListFactory

PagedListFactory<T> pagedListFactory

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control contexts


request

HttpServletRequest request
Request context, automatically wired up to the current request. This means the control and all its derived classes MUST be run in the web tier.


resourceContext

org.apache.beehive.controls.api.context.ResourceContext resourceContext

folderBeanX

FoldersCmxControlBean folderBeanX

gsBeanX

GS_UtilCmxControlBean gsBeanX

contentContext

ContentContext contentContext

Package com.bea.apps.groupspace.content

Class com.bea.apps.groupspace.content.CmBrowserContentBaseFactory extends ContentFactoryImpl<T extends ContentBase> implements Serializable

Class com.bea.apps.groupspace.content.CommunityContent extends ContentBaseImpl implements Serializable

Serialized Form fields

hiddenRelatedContent

Set<E> hiddenRelatedContent

hiddenRelatedContentIsSet

boolean hiddenRelatedContentIsSet

relatedContent

ID[] relatedContent

relatedContentIsSet

boolean relatedContentIsSet

Class com.bea.apps.groupspace.content.ContentBaseFactory extends ContentFactoryImpl<T extends ContentBase> implements Serializable

Class com.bea.apps.groupspace.content.ContentBaseImpl extends Object implements Serializable

Serialized Form fields

destinationFolderId

ID destinationFolderId

node

Node node
All base attributes will be gotten from the Node


typeName

String typeName

Class com.bea.apps.groupspace.content.ContentFactoryImpl extends Object implements Serializable

Class com.bea.apps.groupspace.content.RepositoryNode extends Node implements Serializable

Serialized Form fields

nodeManager

INodeManager nodeManager

Class com.bea.apps.groupspace.content.RepositoryRootNode extends Node implements Serializable

Serialized Form fields

repositoryManager

IVirtualRepositoryManager repositoryManager

nodeManager

INodeManager nodeManager

Package com.bea.apps.groupspace.controls.generic

Class com.bea.apps.groupspace.controls.generic.CM_ControlImpl extends GroupSpaceContentControlImpl<T extends CommunityContent> implements Serializable

Serialized Form fields

topNode

Node topNode
Top-level node for storing a particular type of content


topNodeName

String topNodeName

ccCmxControl

CommunityContentCmxControl ccCmxControl

folderControl

FoldersControl folderControl

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context

Class com.bea.apps.groupspace.controls.generic.ContentControlBaseImpl extends Object implements Serializable

Serialized Form fields

utilBeanX

UtilCmxControlBean utilBeanX

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


objectClassType

String objectClassType

repoName

String repoName

repoID

ID repoID

beanClass

Class<T> beanClass

Class com.bea.apps.groupspace.controls.generic.FoldersControlBaseImpl extends ContentControlBaseImpl<T extends ContentBaseImpl,V extends FolderBase> implements Serializable

Class com.bea.apps.groupspace.controls.generic.FoldersControlImpl extends GroupSpaceContentControlImpl<Folder> implements Serializable

Serialized Form fields

repoPath

String repoPath

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control contexts


request

HttpServletRequest request
Request context, automatically wired up to the current request. This means the control and all its derived classes MUST be run in the web tier.


resourceContext

org.apache.beehive.controls.api.context.ResourceContext resourceContext

expressionSearchControl

CmExpressionSearchControlBean expressionSearchControl

folderBeanX

FoldersCmxControlBean folderBeanX

folderTypeBeanX

FoldersCmxControlBean folderTypeBeanX

Class com.bea.apps.groupspace.controls.generic.GroupSpaceContentControlImpl extends ContentControlBaseImpl<T extends CommunityContent,Folder> implements Serializable

Serialized Form fields

membershipSecurityManager

com.bea.apps.groupspace.security.MembershipSecurityManager membershipSecurityManager
Hook into security, if we're in a community


inCommunity

boolean inCommunity
Indication of whether we are in a community or not


request

HttpServletRequest request
Request context, automatically wired up to the current request. This means the control and all its derived classes MUST be run in the web tier.


response

HttpServletResponse response

nodeSearchControl

CmExpressionSearchControlBean nodeSearchControl

searchControl

 searchControl

folderSearchControl

 folderSearchControl

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


resourceContext

org.apache.beehive.controls.api.context.ResourceContext resourceContext
Resource context, for onAcquire()


gsBeanX

GS_UtilCmxControlBean gsBeanX

Package com.bea.apps.groupspace.documents

Class com.bea.apps.groupspace.documents.GsDoc extends CommunityContent implements Serializable


Package com.bea.apps.groupspace.documents.controls

Class com.bea.apps.groupspace.documents.controls.GsDocControlImpl extends CM_ControlImpl<GsDoc> implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


gsDocBeanX

GsDocCmxControl gsDocBeanX

gsDocTypeBeanX

GsDocCmxControlBean gsDocTypeBeanX

Package com.bea.apps.groupspace.exceptions

Class com.bea.apps.groupspace.exceptions.ConfigurationException extends ApplicationException implements Serializable

Serialized Form fields

missingParam

String missingParam

configFile

String configFile

Class com.bea.apps.groupspace.exceptions.GSAuthorizationException extends AuthorizationException implements Serializable

Class com.bea.apps.groupspace.exceptions.GSContentParentVisibilityException extends ApplicationException implements Serializable

Class com.bea.apps.groupspace.exceptions.GSNonUniqueContentException extends RepositoryException implements Serializable


Package com.bea.apps.groupspace.feeds.entries

Class com.bea.apps.groupspace.feeds.entries.FeedEntry extends CommunityContent implements Serializable


Package com.bea.apps.groupspace.feeds.entries.controls

Class com.bea.apps.groupspace.feeds.entries.controls.FeedEntriesControlImpl extends CM_ControlImpl<FeedEntry> implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


feedEntryBeanX

FeedEntriesCmxControl feedEntryBeanX

feedEntryTypeBeanX

FeedEntriesCmxControl feedEntryTypeBeanX

Package com.bea.apps.groupspace.feeds.folders

Class com.bea.apps.groupspace.feeds.folders.FeedFolder extends Folder implements Serializable


Package com.bea.apps.groupspace.feeds.folders.controls

Class com.bea.apps.groupspace.feeds.folders.controls.FeedFoldersControlImpl extends CM_ControlImpl<FeedFolder> implements Serializable

Serialized Form fields

feedFolderBeanX

FeedFoldersCmxControl feedFolderBeanX

feedFolderTypeBeanX

FeedFoldersCmxControl feedFolderTypeBeanX

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


Package com.bea.apps.groupspace.folders

Class com.bea.apps.groupspace.folders.Folder extends CommunityContent implements Serializable

Class com.bea.apps.groupspace.folders.FolderBaseImpl extends ContentBaseImpl implements Serializable


Package com.bea.apps.groupspace.issues

Class com.bea.apps.groupspace.issues.Issue extends CommunityContent implements Serializable


Package com.bea.apps.groupspace.issues.controls

Class com.bea.apps.groupspace.issues.controls.IssuesControlImpl extends CM_ControlImpl<Issue> implements Serializable

Serialized Form fields

issuesBeanX

IssuesCmxControl issuesBeanX

issuesTypeBeanX

IssuesCmxControl issuesTypeBeanX

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


Package com.bea.apps.groupspace.links

Class com.bea.apps.groupspace.links.Link extends CommunityContent implements Serializable

Serialized Form fields

linkGroup

String linkGroup

Package com.bea.apps.groupspace.links.controls

Class com.bea.apps.groupspace.links.controls.LinksControlImpl extends CM_ControlImpl<Link> implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


cachedFolderControl

com.bea.apps.groupspace.controls.generic.CachedFoldersControl cachedFolderControl

linksBeanX

LinksCmxControlBean linksBeanX

linkSearchControl

GsExpressionSearchControl<T extends ContentBase> linkSearchControl

linksTypeBeanX

LinksCmxControlBean linksTypeBeanX

request

HttpServletRequest request

Package com.bea.apps.groupspace.pagination

Class com.bea.apps.groupspace.pagination.GS_PagedList extends Object implements Serializable

Serialized Form fields

pagedList

IPagedList<T> pagedList

beanType

Class<T> beanType

Class com.bea.apps.groupspace.pagination.GS_PagedResult extends Object implements Serializable

Serialized Form fields

cmPagedResult

com.bea.content.paging.ICMPagedResult<T> cmPagedResult

beanType

Class<T> beanType

contentFactory

ContentFactory<T extends ContentBase> contentFactory

isResultPruned

boolean isResultPruned

Package com.bea.apps.groupspace.properties

Class com.bea.apps.groupspace.properties.EmailProperties extends Object implements Serializable

serialVersionUID: 741898978490264506L

Serialized Form fields

replyToAddress

String replyToAddress

displayName

String displayName

smtpServer

String smtpServer

smtpPort

String smtpPort

smtpUsername

String smtpUsername

smtpPassword

String smtpPassword

emailSubjectURI

String emailSubjectURI

emailBodyURI

String emailBodyURI

Package com.bea.apps.groupspace.richtext

Class com.bea.apps.groupspace.richtext.RichText extends CommunityContent implements Serializable


Package com.bea.apps.groupspace.richtext.controls

Class com.bea.apps.groupspace.richtext.controls.RichTextControlImpl extends CM_ControlImpl<RichText> implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


richTextBeanX

RichTextCmxControl richTextBeanX

richTextTypeBeanX

RichTextCmxControl richTextTypeBeanX

Package com.bea.apps.groupspace.rss.feed

Class com.bea.apps.groupspace.rss.feed.NullFeedException extends Exception implements Serializable

serialVersionUID: 1L

Class com.bea.apps.groupspace.rss.feed.NullUrlException extends Exception implements Serializable

serialVersionUID: 1L

Class com.bea.apps.groupspace.rss.feed.RssFeedImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

feedUrl

URL feedUrl

lastRefresh

Date lastRefresh

expirationDate

GregorianCalendar expirationDate

wireFeed

com.sun.syndication.feed.WireFeed wireFeed

ttl

int ttl

defaultTtl

int defaultTtl

Package com.bea.apps.groupspace.search

Class com.bea.apps.groupspace.search.SavedSearchBean extends CommunityContent implements Serializable


Package com.bea.apps.groupspace.search.savedsearch.controls

Class com.bea.apps.groupspace.search.savedsearch.controls.SavedSearchControlImpl extends CM_ControlImpl<SavedSearchBean> implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


textSearchCmxControl

SavedSearchCmxControl textSearchCmxControl

textSearchTypeCmxControl

SavedSearchCmxControlBean textSearchTypeCmxControl

Package com.bea.apps.groupspace.util

Class com.bea.apps.groupspace.util.ClipboardFullException extends Exception implements Serializable

Class com.bea.apps.groupspace.util.InvalidClipboardTypeException extends Exception implements Serializable

Class com.bea.apps.groupspace.util.StatusMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

type

StatusMessage.MessageType type

formattedMessage

String formattedMessage

Class com.bea.apps.groupspace.util.StatusMessageException extends Exception implements Serializable

serialVersionUID: 1L

Class com.bea.apps.groupspace.util.StatusMessageHelper extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

statusMessages

List<E> statusMessages

Class com.bea.apps.groupspace.util.StatusMessageManager extends Object implements Serializable

serialVersionUID: 1L

Serialized Form fields

helpers

HashMap<K,V> helpers

Package com.bea.campaign

Class com.bea.campaign.AdCountGoal extends Object implements Serializable

Serialized Form 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<E> adPaths
The list of ad ids.

Class com.bea.campaign.AddAdToPlaceholderAction extends Action implements Serializable

Serialized Form 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

com.bea.p13n.xml.schema.TimeInstant expireDate
The expiration date.


clearingPolicy

String clearingPolicy
The clearing policy.

Class com.bea.campaign.EndStateAction extends Action implements Serializable

Serialized Form fields

endState

boolean endState
Does this constitute an end state.


Package com.bea.campaign.action

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

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

actionParams

Map<K,V> actionParams
Init params for the actual action


actionType

String actionType
Type of action to create and run

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

Serialized Form fields

embeddedException

Exception embeddedException

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

Serialized Form fields

subject

String subject

messageText

String messageText

jspUri

String jspUri

jspParams

Map<K,V> jspParams

from

String from

to

String to

headers

Map<K,V> headers

batchMode

Boolean batchMode

emailPropertyName

String emailPropertyName

emailPropertySet

String emailPropertySet

optInPropertyName

String optInPropertyName

optInPropertySet

String optInPropertySet

Package com.bea.campaign.rules

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

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

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

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

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


Package com.bea.campaign.tracking.events

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

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

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


Package com.bea.commerce.ebusiness.campaign

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

Serialized Form 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 extends ActionDef implements Serializable


Package com.bea.commerce.ebusiness.customer

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


Package com.bea.commerce.ebusiness.discount

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


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

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

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

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

Serialized Form fields

results

DeleteResults results

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

Serialized Form fields

uid

int uid

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

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

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


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

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

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

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

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

Serialized Form fields

id

Integer id

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

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

Serialized Form fields

logger

Logger logger

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


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

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


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

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

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

Serialized Form fields

type

AdjustmentType type

basePrice

Money basePrice

details

List<E> 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 extends Object implements Serializable

Serialized Form 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 extends Object implements Serializable

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

type

int type

hashCode

int hashCode

hashCodeSet

boolean hashCodeSet

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

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

Serialized Form fields

value

double value

currency

String currency

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

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

qty

int qty

product

ProductItem product

uid

int uid

adjustments

List<E> 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 extends QuoteException implements Serializable

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

Serialized Form fields

value

double value

currency

String currency

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

Serialized Form fields

parent

Quote parent

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

Serialized Form fields

lineItems

List<E> lineItems
List of LineItem objects


adjustments

List<E> 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<E> globalDiscounts

userDiscounts

Set<E> userDiscounts

seqNumber

int seqNumber

checkRtnVal

boolean checkRtnVal

currentState

int currentState

oldState

int oldState

detail

AdjustmentDetail detail

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

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

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

quantity

double quantity

unitPrice

Money unitPrice

discount

Money discount

computation

String computation

reason

String reason

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

Serialized Form fields

quantity

double quantity

item

ProductItem item

total

Money total

discountDescriptions

List<E> discountDescriptions

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

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

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

Serialized Form fields

lines

Line[] lines

customerPk

CustomerPk customerPk

baseShippingCost

Money baseShippingCost

attributes

HashMap<K,V> attributes

effectiveDate

Calendar effectiveDate

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

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

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

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

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

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

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

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


Package com.bea.content

Class com.bea.content.AuthenticationException extends RepositoryException implements Serializable

Class com.bea.content.AuthorizationException extends RepositoryException implements Serializable

Class com.bea.content.BinaryValue extends Object implements Serializable

Serialized Form fields

contentType

String contentType

name

String name

size

int size

checksum

String checksum

isChecksumManuallySet

boolean isChecksumManuallySet

Class com.bea.content.ContentContext extends Object implements Serializable

Serialized Form fields

data

Map<K,V> data

serializableRequest

Request serializableRequest

entitlementRequest

com.bea.p13n.entitlements.common.EntitlementRequest entitlementRequest

Class com.bea.content.ContentEntity extends Object implements Serializable

Serialized Form fields

id

ID id
The ID for this object.

Class com.bea.content.ContextKey extends Object implements Serializable

Serialized Form fields

keyName

String keyName
optional. for query results, requests query results should be fully resolved (determined in a single query) for some queries, this may result in additional memory consumption


expectedType

Class<T> expectedType

isPublic

boolean isPublic

isMutable

boolean isMutable

Class com.bea.content.Credentials extends Object implements Serializable

Serialized Form fields

subject

Subject subject

properties

Properties properties

Class com.bea.content.DefaultWorkflowException extends RepositoryException implements Serializable

Class com.bea.content.ID extends Object implements Serializable

Serialized Form fields

repositoryName

String repositoryName

uid

String uid

Class com.bea.content.InvalidNodeNameException extends RepositoryException implements Serializable

Class com.bea.content.Node extends ContentEntity implements Serializable

Serialized Form 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

type

int type

workflowStatus

int workflowStatus

isRetired

boolean isRetired

nodeOps

NodeOps nodeOps

hasProperties

boolean hasProperties

name

String name

partiallyLoadedProperties

boolean partiallyLoadedProperties

workflowOps

WorkflowOps workflowOps

workflowId

ID workflowId

Class com.bea.content.NodeExistsException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchNodeException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchObjectClassException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchPropertyChoiceException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchPropertyDefinitionException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchPropertyException extends RepositoryException implements Serializable

Class com.bea.content.NoSuchWorkflowException extends RepositoryException implements Serializable

Class com.bea.content.ObjectClass extends ContentEntity implements Serializable

Serialized Form fields

name

String name

primaryPropertyDefinition

PropertyDefinition primaryPropertyDefinition

objectClassOps

ObjectClassOps objectClassOps

hasPropertyDefinitions

boolean hasPropertyDefinitions

isAbstract

boolean isAbstract

parentObjectClassId

ID parentObjectClassId

isSearchable

boolean isSearchable

path

String path

hasNested

boolean hasNested

description

String description

workflowId

ID workflowId

Class com.bea.content.ObjectClassExistsException extends RepositoryException implements Serializable

Class com.bea.content.ObjectClassInUseException extends RepositoryException implements Serializable

Class com.bea.content.Property extends ContentEntity implements Serializable

Serialized Form fields

name

String name

indexedName

String indexedName

type

int type

values

Value[] values

dirty

boolean dirty

indexedContainer

boolean indexedContainer

containerClones

Property[] containerClones

parentOfClone

Property parentOfClone

containerIndex

int containerIndex

Class com.bea.content.PropertyChoice extends ContentEntity implements Serializable

Serialized Form 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 extends RepositoryException implements Serializable

Class com.bea.content.PropertyDefinition extends ContentEntity implements Serializable

Serialized Form fields

description

String description

propertyChoices

PropertyChoice[] propertyChoices

name

String name

reference

String reference

type

int type

nestedObjectClassId

ID nestedObjectClassId

isReadOnly

boolean isReadOnly

isRestricted

boolean isRestricted

isMandatory

boolean isMandatory

isMultiValued

boolean isMultiValued

isPrimary

boolean isPrimary

isSearchable

boolean isSearchable

propertyDefinitionType

int propertyDefinitionType

isNested

boolean isNested

Class com.bea.content.PropertyDefinitionExistsException extends RepositoryException implements Serializable

Class com.bea.content.PropertyExistsException extends RepositoryException implements Serializable

Class com.bea.content.RepositoryException extends Exception implements Serializable

Class com.bea.content.RepositoryId extends Object implements Serializable

Serialized Form fields

name

String name

dataSourceName

String dataSourceName

Class com.bea.content.RepositoryRuntimeException extends RuntimeException implements Serializable

Class com.bea.content.TransitionNotFoundException extends RepositoryException implements Serializable

Class com.bea.content.UnsupportedRepositoryOperationException extends RepositoryRuntimeException implements Serializable

Class com.bea.content.Value extends Object implements Serializable

Serialized Form fields

binaryValue

BinaryValue binaryValue

booleanValue

Boolean booleanValue

calendarValue

Calendar calendarValue

doubleValue

Double doubleValue

linkedNodeIdValue

ID linkedNodeIdValue

longValue

Long longValue

stringValue

String stringValue

nestedValue

Property[] nestedValue

Class com.bea.content.ValueOutOfBoundsException extends RepositoryException implements Serializable

Class com.bea.content.WorkflowExistsException extends RepositoryException implements Serializable


Package com.bea.content.controls.extensible

Class com.bea.content.controls.extensible.CmxControlImpl extends Object implements Serializable

Serialized Form fields

controlContext

org.apache.beehive.controls.api.context.ControlBeanContext controlContext
Control context


topLevelID

ID topLevelID

Package com.bea.content.expression

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

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

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

Serialized Form 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.InvalidQueryException extends RepositoryException implements Serializable

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

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

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

Serialized Form fields

hashCode

Number hashCode
Our calculated hashCode.


searchPaths

List<E> 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.


fullText

IFullTextSearch fullText
The full text search expression.


contextParams

Map<K,V> contextParams
The context params.

Note from com.bea.p13n.content.expression.Search: Attribute: contextParams


useCache

boolean useCache
indicates whether or not the search should use the cache or not


useFullTextSearch

boolean useFullTextSearch
Whether a full text search is to be performed instead of a database search.

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

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

Serialized Form 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 extends PropertyRef implements Serializable


Package com.bea.content.indexer

Class com.bea.content.indexer.IndexerRunnerException extends Exception implements Serializable


Package com.bea.content.loader.bulk

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

Class com.bea.content.loader.bulk.FileBulkLoader.ShowUsageException extends IllegalArgumentException implements Serializable


Package com.bea.content.manager

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

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

Class com.bea.content.manager.RepositoryConfig extends Object implements Serializable

Serialized Form fields

name

String name

className

String className

properties

Properties properties

userName

String userName

password

String password

readOnly

boolean readOnly

nodeCacheMaxEntries

int nodeCacheMaxEntries

nodeCacheTtl

long nodeCacheTtl

nodeCacheIsEnabled

boolean nodeCacheIsEnabled

binaryCacheMaxEntries

int binaryCacheMaxEntries

binaryCacheMaxEntrySize

long binaryCacheMaxEntrySize

binaryCacheTtl

long binaryCacheTtl

binaryCacheIsEnabled

boolean binaryCacheIsEnabled

searchIsEnabled

boolean searchIsEnabled

searchIndexingIsEnabled

boolean searchIndexingIsEnabled

fulltextSearchIsEnabled

boolean fulltextSearchIsEnabled

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


Package com.bea.content.manager.propertysets

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

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


Package com.bea.content.manager.servlets

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


Package com.bea.content.paging

Class com.bea.content.paging.FilterCriteria extends Object implements Serializable

Serialized Form fields

filterMethod

FilterMethod filterMethod

string

String string

property

String property

locale

Locale locale

Class com.bea.content.paging.SortCriteria extends Object implements Serializable

Serialized Form fields

order

SortOrder order

property

String property

locale

Locale locale

Package com.bea.content.spi

Class com.bea.content.spi.FilterCriteria extends Object implements Serializable

Serialized Form fields

filterResults

boolean filterResults

filterValue

String filterValue

filterMethod

FilterMethod filterMethod

property

String property

locale

Locale locale

Class com.bea.content.spi.QueryCriteria extends Object implements Serializable

Serialized Form fields

sortCriteria

SortCriteria sortCriteria

filterCriteria

FilterCriteria filterCriteria

Class com.bea.content.spi.QueryResult extends Object implements Serializable

Serialized Form fields

queryCriteria

QueryCriteria queryCriteria

queryResults

List<E> queryResults

Class com.bea.content.spi.SortCriteria extends Object implements Serializable

Serialized Form fields

sortResults

boolean sortResults

sortAscending

boolean sortAscending

property

String property

locale

Locale locale

Package com.bea.content.virtual

Class com.bea.content.virtual.VirtualNode extends Object implements Serializable

Serialized Form fields

id

ID id
The virtual node's ID.


name

String name
The virtual node's name.


assignedToRoles

String[] assignedToRoles
The roles that this virtual node is assigned to.


assignedToUser

String assignedToUser
The user that this virtual node is assigned to.


isLocked

boolean isLocked
The flag indicating if this virtual node is locked.


currentVersion

Version currentVersion
The current version of this virtual node.


currentVersionName

String currentVersionName
The name of the virtual node's current version.


objectClassId

String objectClassId
The object class id for this virtual node.


repositoryManager

RepositoryManager repositoryManager

objectClass

ObjectClass objectClass
The object class of this virtual node.


Package com.bea.content.virtual.lifecycle

Class com.bea.content.virtual.lifecycle.LifeCycle extends Object implements Serializable

Serialized Form fields

repositoryManager

RepositoryManager repositoryManager
Deprecated 

Package com.bea.content.virtual.version

Class com.bea.content.virtual.version.Version extends VersionableContent implements Serializable

Serialized Form fields

versionName

String versionName

modifiedBy

String modifiedBy

modifiedDate

Calendar modifiedDate

Class com.bea.content.virtual.version.VersionableContent extends Object implements Serializable

Serialized Form fields

status

int status

comment

String comment

properties

Property[] properties

virtualNode

VirtualNode virtualNode

Package com.bea.content.virtual.workflow

Class com.bea.content.virtual.workflow.DraftAction extends StandardAction implements Serializable

Class com.bea.content.virtual.workflow.PublishAction extends StandardAction implements Serializable

Serialized Form fields

manager

RepositoryManager manager

Class com.bea.content.virtual.workflow.ReadyAction extends StandardAction implements Serializable

Class com.bea.content.virtual.workflow.RejectAction extends StandardAction implements Serializable

Class com.bea.content.virtual.workflow.RetireAction extends StandardAction implements Serializable

Serialized Form fields

manager

RepositoryManager manager

Class com.bea.content.virtual.workflow.StandardAction extends Object implements Serializable

Class com.bea.content.virtual.workflow.Workflow extends Object implements Serializable

Serialized Form fields

id

ID id

name

String name

comment

String comment

spiWorkflowOps

WorkflowOps spiWorkflowOps

isInheritedOnTarget

boolean isInheritedOnTarget

createdDate

Date createdDate

modifiedDate

Date modifiedDate

statusTextMap

HashMap<K,V> statusTextMap

Class com.bea.content.virtual.workflow.WorkflowException extends RepositoryException implements Serializable

Serialized Form fields

related

Throwable related

Package com.bea.netuix.application.communities

Class com.bea.netuix.application.communities.AbstractCommunityCallback extends Object implements Serializable

Serialized Form fields

DEBUG

Debug DEBUG

Class com.bea.netuix.application.communities.CommunityDesktop extends Object implements Serializable

Serialized Form fields

_desktopDefinitionId

DesktopDefinitionId _desktopDefinitionId
DesktopDefinitionId of the desktop associated with this community.


_cloneSourceDesktop

boolean _cloneSourceDesktop
Flag to denote if specified source desktop should be cloned. If set to false, this community will only point to the desktop. Also, the desktop will be converted to type COMMUNITY if it is not of type COMMUNITY. An exception will be thrown if the desktop is being used.


_desktopDefinition

DesktopDefinition _desktopDefinition
DesktopDefinition associated with this community.


_templateId

TemplateId _templateId
Portal dot file template associated with this community.

Class com.bea.netuix.application.communities.CommunityInfo extends Object implements Serializable

Serialized Form fields

localizationResource

LocalizationResource localizationResource
The localized title and description for this community. If null, the intersectionId may be used to obtain a LocalizationResource.


intersectionId

LocalizationIntersectionId intersectionId
LocalizationIntersectionId for community localized title and description.


communityDesktop

CommunityDesktop communityDesktop
The desktop to be associated with the community.


portalPath

PortalPath portalPath
Portal path for the new desktop to be created. Webapp name from DesktopDefinitionId will be used. Will be ignored if CommunityDesktop specifies a new desktop definition.


desktopPath

DesktopPath desktopPath
Desktop path for the new desktop to be created. Webapp name from DesktopDefinitionId will be used. Will be ignored if CommunityDesktop specifies a new desktop definition.


expirationDate

Date expirationDate
The expiration date for this community. A community that automatically goes into the deactivated state after the expiration date. If null, the community never expires.


timeZone

TimeZone timeZone
TimeZone applicable to this community. May be used to adjust display of the expiration date.


active

boolean active
Flag to denote if this community is active. An active community supports member interaction and may be rendered. An incative community only supports interaction with a very restricted set of members and may not be rendered.


_public

boolean _public
Flag to denote if a community is public. A public comunity may have it's title and description be displayed in search results. A user has to be a member of a community to interact with it.


template

boolean template
Flag to denote if a community is a template. A template is a community that itself does not get rendered or have any members. It may only be used as a starting point to create a new community. Communities marked as templates have to be public and inactive.

See Also
ICommunityManager.createCommunity(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition), ICommunityManager.createCommunityTemplate(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition)

global

boolean global
Flag to denote whether a community template is global. Non-global communities require a user to have access to the enclosing portal. Global communities do away with this restriction.


personalPagesEnabled

boolean personalPagesEnabled
Flag to denote if this community allows members to add personal pages to the community.


publicRegistrationEnabled

boolean publicRegistrationEnabled
Flag to denote if this community allows members to self-register without having been invited.


registrationPageUri

String registrationPageUri
Uri to the registration page.


errorUri

String errorUri
Uri to the page to be displayed when the community cannot be viewed by a user, such as when the community is dactivated or the membership is deactivated.


accessTrackingEnabled

boolean accessTrackingEnabled
Flag to denote if member access tracking is enabled for this community.


communityCallbackClass

String communityCallbackClass
Name of the class to send a callback to on community events


parentId

CommunityDefinitionId parentId
An optional link to a parent community. NOTE: The framework does not attempt to verify circular references.


properties

Map<K,V> properties
Map of CommuityProperty objects associated with this community keyed by property name. Property values may be multi-valued.

Class com.bea.netuix.application.communities.CommunityMember extends Object implements Serializable

Serialized Form fields

id

CommunityMemberId id

wlsUserId

String wlsUserId

external

boolean external

active

boolean active

Class com.bea.netuix.application.communities.CommunityMembership extends Object implements Serializable

Serialized Form fields

id

CommunityMembershipId id

member

CommunityMember member

cDefinitionId

CommunityDefinitionId cDefinitionId

active

boolean active

capabilities

HashSet<E> capabilities

hasAdminCapability

Boolean hasAdminCapability

lastAccess

Date lastAccess

joinDate

Date joinDate

Class com.bea.netuix.application.communities.CommunityMembershipCriteria extends MembershipCriteria implements Serializable

Class com.bea.netuix.application.communities.CommunityProperty extends Object implements Serializable

Serialized Form fields

name

String name
Name of this property


description

String description
Description for this property


communityDefinitionId

CommunityDefinitionId communityDefinitionId
CommunityDefinitionId of the community this property is associated with.


multiValued

boolean multiValued
Flag to denote if this property supports multiple values.


values

List<E> values
The list of property values. Only one value implies a single valued property

Class com.bea.netuix.application.communities.CommunityPropertyValue extends Object implements Serializable

Serialized Form fields

value

String value

Class com.bea.netuix.application.communities.CommunitySearchCriteria extends TemplateSearchCriteria implements Serializable

Serialized Form fields

localize

boolean localize

ignoreExpiredCommunities

boolean ignoreExpiredCommunities

filterByPublic

boolean filterByPublic

includePublic

boolean includePublic

filterByActive

boolean filterByActive

includeActive

boolean includeActive

filterByPublicRegistration

boolean filterByPublicRegistration

includePublicRegistration

boolean includePublicRegistration

filterByPersonalPagesEnabled

boolean filterByPersonalPagesEnabled

includePersonalPagesEnabled

boolean includePersonalPagesEnabled

filterByAccessTrackingEnabled

boolean filterByAccessTrackingEnabled

includeAccessTrackingEnabled

boolean includeAccessTrackingEnabled

Class com.bea.netuix.application.communities.InvitationSearchCriteria extends Object implements Serializable

Serialized Form fields

communityId

CommunityDefinitionId communityId

userName

String userName

fromWlsUserName

String fromWlsUserName

fromWlsUserNameFilter

FilterMethod fromWlsUserNameFilter

userNameFilter

FilterMethod userNameFilter

inviteAddress

String inviteAddress

invitationStatus

InvitationStatus invitationStatus

inviteAddressFilter

FilterMethod inviteAddressFilter

orderBy

String orderBy

orderAscending

boolean orderAscending

Class com.bea.netuix.application.communities.MemberCriteria extends Object implements Serializable

Serialized Form fields

memberId

CommunityMemberId memberId

username

String username

Class com.bea.netuix.application.communities.MemberMembershipCriteria extends MembershipCriteria implements Serializable

Class com.bea.netuix.application.communities.MembershipCapability extends Object implements Serializable

Serialized Form fields

canonicalName

String canonicalName

displayName

String displayName

admin

boolean admin

Class com.bea.netuix.application.communities.MembershipCriteria extends Object implements Serializable

Serialized Form fields

communityId

CommunityDefinitionId communityId

memberId

CommunityMemberId memberId

webAppName

String webAppName

username

String username

usernameFilter

FilterMethod usernameFilter

memberActive

Boolean memberActive

memberExternal

Boolean memberExternal

membershipActive

Boolean membershipActive

membershipAccessible

Boolean membershipAccessible

capability

MembershipCapability capability

hasCapability

boolean hasCapability

joinBefore

Date joinBefore

joinAfter

Date joinAfter

lastAccessBefore

Date lastAccessBefore

lastAccessAfter

Date lastAccessAfter

accessRecorded

Boolean accessRecorded

orderBy

String orderBy

orderAscending

boolean orderAscending

Package com.bea.netuix.application.communities.exception

Class com.bea.netuix.application.communities.exception.CommunityCallbackException extends CommunityException implements Serializable

Class com.bea.netuix.application.communities.exception.CommunityException extends NetuixException implements Serializable

Class com.bea.netuix.application.communities.exception.CommunityIllegalArgumentException extends IllegalArgumentException implements Serializable


Package com.bea.netuix.application.communities.invitations

Class com.bea.netuix.application.communities.invitations.Invitation extends Object implements Serializable

Serialized Form fields

wlsUserName

String wlsUserName

fromWlsUserName

String fromWlsUserName

invitationStatus

InvitationStatus invitationStatus

validationText

String validationText

communityId

CommunityDefinitionId communityId

expirationDate

Timestamp expirationDate

creationDate

Timestamp creationDate

invitationPayload

String invitationPayload

inviteeId

InviteeId inviteeId

inviteeAddress

String inviteeAddress

attributes

Map<K,V> attributes

capabilities

Set<E> capabilities

Class com.bea.netuix.application.communities.invitations.InvitationDetails extends Object implements Serializable

Serialized Form fields

communityId

CommunityDefinitionId communityId

fromWlsUser

String fromWlsUser

invitationPayload

String invitationPayload

expirationDate

Timestamp expirationDate

selfDestructFlag

boolean selfDestructFlag

validationTextGenerator

InvitationValidationTextGenerator validationTextGenerator

attributes

Map<K,V> attributes

Class com.bea.netuix.application.communities.invitations.InviteeIteratorException extends Exception implements Serializable

Class com.bea.netuix.application.communities.invitations.SimpleInviteeIterator extends Object implements Serializable

Serialized Form fields

invitees

ArrayList<E> invitees

internalIterator

Iterator<E> internalIterator

Class com.bea.netuix.application.communities.invitations.SimpleValidationTextGenerator extends Object implements Serializable

Serialized Form fields

inviteDetails

InvitationDetails inviteDetails

Class com.bea.netuix.application.communities.invitations.UserAndGroupInviteeIterator extends SimpleInviteeIterator implements Serializable

Serialized Form fields

addrType

MessagingAddressType addrType

addrMappingName

String addrMappingName

noProfileNoProblem

boolean noProfileNoProblem

Package com.bea.netuix.application.communities.invitations.email

Class com.bea.netuix.application.communities.invitations.email.EmailInviter extends Object implements Serializable

Serialized Form fields

staticSubjectText

String staticSubjectText

staticBodyText

String staticBodyText

invitationDetails

InvitationDetails invitationDetails

sender

String sender

from

String from

fromPersonalName

String fromPersonalName

password

String password

smtpServerAddress

String smtpServerAddress

smtpServerPort

String smtpServerPort

replyTo

String replyTo

replyToPersonalName

String replyToPersonalName

emailFormatter

EmailTextFormatter emailFormatter

communityRegistrationURL

String communityRegistrationURL

mailSession

Session mailSession

mailSessionDebug

boolean mailSessionDebug

Package com.bea.netuix.application.communities.invitations.spi

Class com.bea.netuix.application.communities.invitations.spi.InviteException extends Exception implements Serializable


Package com.bea.netuix.application.communities.notifications

Class com.bea.netuix.application.communities.notifications.CommunityMembershipsEnumerator extends Object implements Serializable

Serialized Form fields

iterator

Iterator<E> iterator

criteria

CommunityMembershipCriteria criteria

memberships

SortableFilterablePagedResult<T> memberships

Package com.bea.netuix.application.definition

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

definitionLabel

String definitionLabel

hidden

boolean hidden

_public

boolean _public

webAppName

String webAppName

bookInstance

BookInstance bookInstance

createdDate

Date createdDate

modifiedDate

Date modifiedDate

hasProxyInfo

byte hasProxyInfo

providerName

String providerName

Class com.bea.netuix.application.definition.CommunityDefinition extends Object implements Serializable

Serialized Form fields

l10nManager

LocalizationManager l10nManager

localizationResource

LocalizationResource localizationResource
The localized title and description for this community.


intersectionId

LocalizationIntersectionId intersectionId
The intersection id associated with the localized title for this community.


communityDesktop

CommunityDesktop communityDesktop
When passing a CommunityDefinition as an argument to the createCommunity or updateCommunity method on ICommuityManager this represents the desktop to be used. This will be set to null on CommunityDefinition objects returned from ICommunityManager.


expirationDate

Date expirationDate
Time to live as a Date for this community. A community that has lived out its time to live automatically goes into the deactivated state. If null, the community will never expire.


timeZone

TimeZone timeZone
TimeZone applicable to the expirationDate. All calculations related to expirationDate will be done based on this TimeZone.


active

boolean active
Flag to denote if this community is active. An active community supports member interaction and may be rendered. An incative community only supports interaction with a very restricted set of members and may not be rendered.


_public

boolean _public
Flag to denote if a community is public. A public comunity may have its title and description be displayed in search results. A user has to be a member of a community to interact with it.


template

boolean template
Flag to denote if a community is a template. A template is a community that itself does not get rendered or have any members. It may only be used as a starting point to create a new community. Communities marked as templates have to be public and inactive.

See Also
ICommunityManager.createCommunity(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition), ICommunityManager.createCommunityTemplate(com.bea.netuix.application.manager.CustomizationContext, com.bea.netuix.application.definition.CommunityDefinition)

global

boolean global
Flag to denote whether a community template is global. Non-global communities require a user to have access to the enclosing portal. Global communities do away with this restriction.


personalPagesEnabled

boolean personalPagesEnabled
Flag to denote if this community allows members to add personal pages to the community.


publicRegistrationEnabled

boolean publicRegistrationEnabled
Flag to denote if this community allows members to self register without an invitation.


registrationPageUri

String registrationPageUri
Uri to the registration page.


errorUri

String errorUri
Uri to the page to be displayed when this community is deactivated.


properties

Map<K,V> properties
Map of CommuityProperty objects associated with this community keyed by property name. Property values may be multi-valued.


portalPath

PortalPath portalPath
Portal path of new desktop to be created when creating a new community.


desktopPath

DesktopPath desktopPath
Desktop path of new desktop to be created when creating a new community.


accessTrackingEnabled

boolean accessTrackingEnabled
Flag to denote if member access tracking is enabled for this community.


communityURI

CommunityURI communityURI
The community URI for this community... This object is only initialized (by the getCommunityURI() method) if requested, as it is a duplicate of information stored in other fields. It is used in the CommunityContext objects. This is also accessed from CommunityDefinitionInternal, which is why it is protected and not private.


communityCallbackClass

String communityCallbackClass
Name of the class to send a callback to on community events

See Also

parentId

CommunityDefinitionId parentId
An optional link to a parent community. NOTE: The framework does not attempt to verify circular references.


createdDate

Date createdDate

modifiedDate

Date modifiedDate

l10nManagerHandle

Handle l10nManagerHandle

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

Serialized Form fields

desktopDefinitionId

DesktopDefinitionId desktopDefinitionId

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

bookDefinitionId

BookDefinitionId bookDefinitionId

desktopInstance

DesktopInstance desktopInstance

desktopType

DesktopType.DesktopTypeValue desktopType

template

boolean template

global

boolean global

treeOptimization

boolean treeOptimization

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form 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

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

lookAndFeelFile

String lookAndFeelFile

deleted

boolean deleted

definitionLabel

String definitionLabel

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

markupDefinitionId

MarkupDefinitionId markupDefinitionId

localizationResource

LocalizationResource localizationResource

webAppName

String webAppName

menuFile

String menuFile

deleted

boolean deleted

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

definitionLabel

String definitionLabel

hidden

boolean hidden

_public

boolean _public

webAppName

String webAppName

pageInstance

PageInstance pageInstance

createdDate

Date createdDate

modifiedDate

Date modifiedDate

hasProxyInfo

byte hasProxyInfo

providerName

String providerName

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

location

int location

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

Serialized Form fields

webAppName

String webAppName

pp

PortalPath pp

localizationResource

LocalizationResource localizationResource

contentUri

String contentUri

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

pid

PortletCategoryDefinitionId pid
parent id


localizationResource

LocalizationResource localizationResource

isRoot

boolean isRoot

webAppName

String webAppName

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form 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

producerHandle

String producerHandle

portletHandle

String portletHandle

wsrpUserPropertiesMode

int wsrpUserPropertiesMode

stateChangeFlag

byte stateChangeFlag

requiresUrlTemplates

boolean requiresUrlTemplates

templatesStoredInSession

boolean templatesStoredInSession

portletState

byte[] portletState

producerOfferedPortlet

boolean producerOfferedPortlet

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

shellFile

String shellFile

deleted

boolean deleted

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Class com.bea.netuix.application.definition.TemplateTypeDefinition extends Object implements Serializable

Serialized Form fields

_templateTypeId

com.bea.netuix.application.identifier.TemplateTypeId _templateTypeId

_templateType

TemplateTypeDefinition.TemplateType _templateType

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

markupDefinitionId

MarkupDefinitionId markupDefinitionId

webAppName

String webAppName

themeFile

String themeFile

deleted

boolean deleted

createdDate

Date createdDate

modifiedDate

Date modifiedDate

Package com.bea.netuix.application.exception

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

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

Serialized Form fields

existingFilePath

String existingFilePath

newFilePath

String newFilePath

duplicatedLabel

String duplicatedLabel

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

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

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

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

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

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

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

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

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

Serialized Form fields

redirectUri

String redirectUri

Package com.bea.netuix.application.identifier

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

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

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

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

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

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

Class com.bea.netuix.application.identifier.CommunityURI extends Object implements Serializable

Serialized Form fields

webAppName

String webAppName

portalPath

String portalPath

desktopPath

String desktopPath

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

Serialized Form fields

webAppName

String webAppName

portalPath

PortalPath portalPath

desktopPath

DesktopPath desktopPath

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

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

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

Serialized Form fields

id

int id

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

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

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

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

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

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

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

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

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

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

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

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

Serialized Form fields

path

String path

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

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

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

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

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

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

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

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


Package com.bea.netuix.application.instance

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

Serialized Form fields

menuDefinitionId

MenuDefinitionId menuDefinitionId

themeDefinitionId

ThemeDefinitionId themeDefinitionId

menuOrientation

short menuOrientation

instanceTitle

String instanceTitle

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

shellDefinitionId

ShellDefinitionId shellDefinitionId

bookInstanceId

BookInstanceId bookInstanceId

lookAndFeelDefinitionId

LookAndFeelDefinitionId lookAndFeelDefinitionId

instanceTitle

String instanceTitle

desktopType

DesktopType.DesktopTypeValue desktopType

template

boolean template

global

boolean global

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

themeDefinitionId

ThemeDefinitionId themeDefinitionId

layoutDefinitionId

LayoutDefinitionId layoutDefinitionId

instanceTitle

String instanceTitle

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

Serialized Form fields

localizationResource

LocalizationResource localizationResource

themeDefinitionId

ThemeDefinitionId themeDefinitionId

titlebarOrientation

short titlebarOrientation

defaultMinimized

boolean defaultMinimized

instanceLabel

String instanceLabel

producerHandle

String producerHandle

portletHandle

String portletHandle

stateChangeFlag

byte stateChangeFlag

requiresUrlTemplates

boolean requiresUrlTemplates

templatesStoredInSession

boolean templatesStoredInSession

portletState

byte[] portletState

producerOfferedPortlet

boolean producerOfferedPortlet

createdDate

Date createdDate

modifiedDate

Date modifiedDate

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

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

Serialized Form fields

locale

Locale locale

encoding

String encoding

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

Serialized Form 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 extends Id implements Serializable

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


Package com.bea.netuix.application.localization.view

Package com.bea.netuix.application.manager

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

Serialized Form fields

locales

ArrayList<E> locales

userDesktopInstanceId

DesktopInstanceId userDesktopInstanceId

adminDesktopInstanceId

DesktopInstanceId adminDesktopInstanceId

entitlementRequest

com.bea.p13n.entitlements.common.EntitlementRequest entitlementRequest

p13nContextHandler

P13nContextHandler p13nContextHandler

visitorMode

boolean visitorMode

disassemblerTemplateAction

int disassemblerTemplateAction

includeNullResourcesForLocale

boolean includeNullResourcesForLocale

adminBookCustomizations

boolean adminBookCustomizations

adminPageCustomizations

boolean adminPageCustomizations

userBookCustomizations

boolean userBookCustomizations

userPageCustomizations

boolean userPageCustomizations

retrieveResultsIfNoLocale

boolean retrieveResultsIfNoLocale
Do we return an object for which there is no localization match?


username

String username
Impersonate a user, only works if user is in Admin Role


proliferationMode

short proliferationMode

daCapabilities

String[] daCapabilities
Capabilities to check DA against when calling paginated methods. The system performs a logical OR on the access checks on these. Defaults to PortalEntitlementConstants.DA_CAPABILITY_CAN_MANAGE.


resourcePrefix

String resourcePrefix
Prefix used for desktop level DA access checks. Used when needing to determine DA taxonomy for page/book/portlet instances...


includeProxyInfo

boolean includeProxyInfo
Do we include proxy information with books and pages?


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

Class com.bea.netuix.application.manager.persistence.DesktopSearchCriteria extends TemplateSearchCriteria implements Serializable

Serialized Form fields

_desktopType

DesktopType.DesktopTypeValue _desktopType

Class com.bea.netuix.application.manager.persistence.TemplateSearchCriteria extends PortalSearchCriteria implements Serializable

Serialized Form fields

templateBitMap

int templateBitMap

titles

List<E> titles

titleFilterMethod

FilterMethod titleFilterMethod

descriptions

List<E> descriptions

descriptionFilterMethod

FilterMethod descriptionFilterMethod

titleDescriptionLogicalOperator

TemplateSearchCriteria.LOGICAL_OPERATOR titleDescriptionLogicalOperator

m_templateSortCriteria

TemplateSearchCriteria.TemplateSortCriteria m_templateSortCriteria

m_templateSortOrder

SortOrder m_templateSortOrder

templateTypeId

com.bea.netuix.application.identifier.TemplateTypeId templateTypeId

Package com.bea.netuix.application.notifications

Class com.bea.netuix.application.notifications.Notification extends Object implements Serializable

Serialized Form fields

id

NotificationId id

username

String username

consumed

boolean consumed

payload

NotificationPayload payload

Class com.bea.netuix.application.notifications.NotificationCriteria extends Object implements Serializable

Serialized Form fields

username

String username

consumed

Boolean consumed

namespace

String namespace

name

String name

targetWebAppName

String targetWebAppName

targetWebAppNameIsCriteria

boolean targetWebAppNameIsCriteria

sourceWebAppName

String sourceWebAppName

sourcePortalPath

String sourcePortalPath

sourcePortalPathIsCriteria

boolean sourcePortalPathIsCriteria

sourceDesktopPath

String sourceDesktopPath

sourceDesktopPathIsCriteria

boolean sourceDesktopPathIsCriteria

sourceDesktopInstanceTitle

String sourceDesktopInstanceTitle

sourceDesktopInstanceTitleIsCriteria

boolean sourceDesktopInstanceTitleIsCriteria

sourcePortletDefinitionLabel

String sourcePortletDefinitionLabel

sourcePortletDefinitionLabelIsCriteria

boolean sourcePortletDefinitionLabelIsCriteria

sourcePortletInstanceLabel

String sourcePortletInstanceLabel

sourcePortletInstanceLabelIsCriteria

boolean sourcePortletInstanceLabelIsCriteria

selfDestruct

Boolean selfDestruct

active

Boolean active

expiresBefore

Date expiresBefore

expiresAfter

Date expiresAfter

payloadId

NotificationPayloadId payloadId

orderBy

String orderBy

orderAscending

boolean orderAscending

Class com.bea.netuix.application.notifications.NotificationPayload extends Object implements Serializable

Serialized Form fields

payloadId

NotificationPayloadId payloadId

namespace

String namespace

name

String name

payload

String payload

targetWebAppName

String targetWebAppName

srcDesktopDefinitionId

DesktopDefinitionId srcDesktopDefinitionId

webAppName

String webAppName

portalPath

PortalPath portalPath

desktopPath

DesktopPath desktopPath

desktopInstanceTitle

String desktopInstanceTitle

portletDefinitionLabel

String portletDefinitionLabel

portletInstanceLabel

String portletInstanceLabel

selfDestruct

boolean selfDestruct

isActive

boolean isActive

expirationDate

Date expirationDate

Class com.bea.netuix.application.notifications.NotificationPayloadInfo extends Object implements Serializable

Serialized Form fields

namespace

String namespace
The namespace for the notification- cannot be null.


name

String name
The name for the notification- cannot be null.


payload

String payload
The actual payload for the notification. May be null.


targetWebAppName

String targetWebAppName
The target webapp for the notification. If null, the notification is assumed to be globally scoped (delivered to all webapps).


sourceWebAppName

String sourceWebAppName
The webapp name for the source of the notification- cannot be null.


sourcePortalPath

PortalPath sourcePortalPath
The portal path for the source of the notification. May be null.


sourceDesktopPath

DesktopPath sourceDesktopPath
The desktop path for the source of the notification. May be null.


sourceDesktopInstanceTitle

String sourceDesktopInstanceTitle
The desktop instance title for the source of the notification. May be null.


sourcePortletDefinitionLabel

String sourcePortletDefinitionLabel
The portlet definition label for the source of the notification. May be null.


sourcePortletInstanceLabel

String sourcePortletInstanceLabel
The portlet instance label for the source of the notification. May be null.


selfDestruct

boolean selfDestruct
Flag indicating whether notifications should self-destruct. If true, the notification will be removed from the database automatically as it is consumed or when it expires. If false, the notification will be marked as consumed or expired in the database but not removed ever by the framework. Default value is true and this is highly recommended.


expirationDate

Date expirationDate
The date after which the notification is considered expired and will no longer be delivered. If the notification self-destruct flag is true, the notification will be automatically removed from the database when it expires. This value cannot be null or prior to the current time.

Class com.bea.netuix.application.notifications.NotificationUserEnumerationException extends Exception implements Serializable


Package com.bea.netuix.application.notifications.enumerators

Class com.bea.netuix.application.notifications.enumerators.AggregatingNotificationUserEnumerator extends Object implements Serializable

Serialized Form fields

enumerators

Collection<E> enumerators

enumeratorIterator

Iterator<E> enumeratorIterator

usernames

HashMap<K,V> usernames

currEnum

INotificationUserEnumerator currEnum

nextUsername

String nextUsername

Class com.bea.netuix.application.notifications.enumerators.CollectionNotificationUserEnumerator extends Object implements Serializable

Serialized Form fields

usernames

Collection<E> usernames

iterator

Iterator<E> iterator

Class com.bea.netuix.application.notifications.enumerators.GroupNotificationUserEnumerator extends Object implements Serializable

Serialized Form fields

wlsGroupName

String wlsGroupName

atnProvider

String atnProvider

users

List<E> users

iterator

Iterator<E> iterator

Package com.bea.netuix.application.search

Class com.bea.netuix.application.search.BookSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

publicOnly

boolean publicOnly

Class com.bea.netuix.application.search.PageSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

publicOnly

boolean publicOnly

Class com.bea.netuix.application.search.PortalSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

portalPaths

PortalPath[] portalPaths

Class com.bea.netuix.application.search.PortletSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

_producerHandle

String _producerHandle

Class com.bea.netuix.application.search.ProxyResourceSearchCriteria extends WebAppSearchCriteria implements Serializable

Class com.bea.netuix.application.search.WebAppSearchCriteria extends Object implements Serializable

Serialized Form fields

webAppName

String webAppName
web app name


Package com.bea.netuix.application.transform.disassembler.xip

Class com.bea.netuix.application.transform.disassembler.xip.ExportContext extends ExportImportContext implements Serializable

Serialized Form fields

username

String username

Class com.bea.netuix.application.transform.disassembler.xip.ExportImportContext extends Object implements Serializable

Serialized Form fields

scope

short scope

locale

Locale locale

Class com.bea.netuix.application.transform.disassembler.xip.ImportContext extends ExportImportContext implements Serializable

Serialized Form fields

doDeletes

boolean doDeletes

doMoves

boolean doMoves

doOuterMoves

boolean doOuterMoves

doUpdates

boolean doUpdates

abortIfPortletsMissing

boolean abortIfPortletsMissing

modifyDefinitions

boolean modifyDefinitions

proliferateChanges

short proliferateChanges

createPortal

boolean createPortal

portalTitle

String portalTitle

username

String username

suppressErrorMessages

boolean suppressErrorMessages

hadError

boolean hadError

Package com.bea.netuix.application.util

Class com.bea.netuix.application.util.NonSerializingCacheWrapper extends Object implements Serializable

Serialized Form methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Does nothing.

Throws
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Does nothing.

Throws
IOException

Package com.bea.netuix.application.view

Package com.bea.netuix.laf.genes

Class com.bea.netuix.laf.genes.MutationException extends RuntimeException implements Serializable


Package com.bea.netuix.laf.genes.mutators

Class com.bea.netuix.laf.genes.mutators.Classifier extends Object implements Serializable

Class com.bea.netuix.laf.genes.mutators.PathResolver extends Object implements Serializable


Package com.bea.netuix.servlets.controls

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

Serialized Form fields

name

String name

entitlementsEnabled

boolean entitlementsEnabled

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

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

Serialized Form fields

page

String page

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

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


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

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

Serialized Form fields

message

String message

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

Serialized Form fields

message

String message

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

Serialized Form fields

contentUri

String contentUri

errorUri

String errorUri

currentContentUri

String currentContentUri

action

String action

backingFile

String backingFile

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


Package com.bea.netuix.servlets.l10n

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

Serialized Form fields

originalUri

String originalUri

localizedUri

String localizedUri

resolvedLocale

Locale resolvedLocale

Package com.bea.netuix.servlets.manager

Class com.bea.netuix.servlets.manager.AppContext extends Object implements Serializable

Class com.bea.netuix.servlets.manager.PortalServlet.UserCacheFlushSessionBindingListener extends Object implements Serializable

Serialized Form fields

locales

ArrayList<E> locales

userName

String userName

portalPath

String portalPath

desktopPath

String desktopPath

retrieveAdmin

boolean retrieveAdmin

Class com.bea.netuix.servlets.manager.UIControlTreeCacheData extends Object implements Serializable

Serialized Form fields

tree

UIControl tree
Deprecated 

contentType

String contentType
Deprecated 

Package com.bea.netuix.servlets.manager.communities

Class com.bea.netuix.servlets.manager.communities.CommunityAccessRedirectionException extends RedirectionException implements Serializable

Serialized Form fields

typeCode

int typeCode

Class com.bea.netuix.servlets.manager.communities.CommunityContextException extends RuntimeException implements Serializable


Package com.bea.netuix.servlets.manager.communities.invitations.notification

Class com.bea.netuix.servlets.manager.communities.invitations.notification.NotificationInviter extends Object implements Serializable

Serialized Form fields

details

InvitationDetails details

targetWebApp

String targetWebApp

Package com.bea.p13n.ad

Class com.bea.p13n.ad.AdContentException extends ContentException implements Serializable

Class com.bea.p13n.ad.AdInfo extends Object implements Serializable

Serialized Form 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 extends Object implements Serializable

Serialized Form 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.advisor

Class com.bea.p13n.advisor.AdvisorException extends ApplicationException implements Serializable

Class com.bea.p13n.advisor.ElementNotFoundException extends AdvisorException implements Serializable


Package com.bea.p13n.common

Package com.bea.p13n.content.advislets

Class com.bea.p13n.content.advislets.ContentQueryAdvisletImpl extends AbstractAdvislet implements Serializable

Serialized Form fields

requiredAttributes

Object[] requiredAttributes

Package com.bea.p13n.content.expression

Class com.bea.p13n.content.expression.ExpressionHelper.ParseException extends IllegalArgumentException implements Serializable

Serialized Form 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 extends Operator implements Serializable

Class com.bea.p13n.content.expression.RequestPropertyRef extends PropertyRef implements Serializable

Class com.bea.p13n.content.expression.Search extends Object implements Serializable

Serialized Form 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<K,V> contextParams
Deprecated 
The context params.

Class com.bea.p13n.content.expression.SessionPropertyRef extends PropertyRef implements Serializable

Class com.bea.p13n.content.expression.SortCriteria extends Object implements Serializable

Serialized Form 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 extends PropertyRef implements Serializable


Package com.bea.p13n.content.query

Class com.bea.p13n.content.query.ContentQueryNode extends com.bea.p13n.expression.internal.parser.ast.CompositeNode implements Serializable

Serialized Form fields

mName

String mName

Package com.bea.p13n.controls.createUser

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

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

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

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

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

Package com.bea.p13n.controls.exceptions

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


Package com.bea.p13n.controls.login

Package com.bea.p13n.controls.profile

Package com.bea.p13n.controls.rules

Package com.bea.p13n.controls.securityProvider

Package com.bea.p13n.controls.userInfoQuery

Package com.bea.p13n.delegation.taxonomy

Class com.bea.p13n.delegation.taxonomy.ParentedTaxonomyBuilder extends Object implements Serializable

Serialized Form fields

parentBuilder

TaxonomyBuilder parentBuilder

Class com.bea.p13n.delegation.taxonomy.SimpleTaxonomyBuilder extends Object implements Serializable


Package com.bea.p13n.display.config.exception

Class com.bea.p13n.display.config.exception.DisplayServiceException extends Exception implements Serializable

Serialized Form fields

errorLevel

String errorLevel

Class com.bea.p13n.display.config.exception.IllegalTemplateDefinitionException extends DisplayServiceException implements Serializable

Class com.bea.p13n.display.config.exception.TemplateLookupException extends DisplayServiceException implements Serializable


Package com.bea.p13n.entitlements.policy

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

Serialized Form 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<E> userList
The list of users that this policy will be predicated upon


groupList

List<E> 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.


dateCreated

Date dateCreated
Date policy created and last modified


dateModified

Date dateModified

description

String description
Optional description when policy created


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.


providerDescription

ProviderDescription providerDescription
The ATZ or RM provider description, which contains a reference to the provider MBean and other descriptive information. For compatibility sake, this field is not required via object construction (defaulting to the default LDAP provider).

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

Serialized Form 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 extends PolicyItem implements Serializable

Serialized Form fields

roleList

List<E> 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.service

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

Serialized Form fields

names

String[] names

values

Object[] values

Package com.bea.p13n.events

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

Serialized Form fields

eventType

String eventType
Event type


timeStamp

long timeStamp
Event trigger time stamp


application

String application
Application name


attributes

HashMap<K,V> attributes
Event attribute data


Package com.bea.p13n.exceptions

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

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


Package com.bea.p13n.expression

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

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

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

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

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

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


Package com.bea.p13n.expression.operator

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

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

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

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

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

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

Serialized Form 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<T>[] METHOD_SIGNATURE_ARRAY

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

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

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

Class com.bea.p13n.expression.operator.Operator extends com.bea.p13n.expression.internal.ComplexExpressionImpl implements Serializable

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

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

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

Serialized Form fields

bound

boolean bound

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

Serialized Form fields

_parameterSignature

Class<T>[] _parameterSignature

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

Serialized Form fields

_parameterSignature

Class<T>[] _parameterSignature

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

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

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


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

Serialized Form fields

caseInsensitiveMatch

boolean caseInsensitiveMatch

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

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

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

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

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

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

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


Package com.bea.p13n.http

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

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

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

Serialized Form fields

parameters

Map<K,V> parameters

attributes

Map<K,V> attributes

headers

Map<K,V> headers

methods

Map<K,V> methods

session

Session session

principal

Principal principal

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

Serialized Form fields

values

Map<K,V> 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 extends Error implements Serializable


Package com.bea.p13n.mail

Class com.bea.p13n.mail.MailMessage extends Object implements Serializable

Serialized Form fields

recipients

MailRecipients recipients

headers

Map<K,V> headers

subject

String subject

from

String from

messageText

String messageText

Class com.bea.p13n.mail.MailRecipients extends Object implements Serializable

Serialized Form fields

toAddresses

String[] toAddresses

ccAddresses

String[] ccAddresses

bccAddresses

String[] bccAddresses

Class com.bea.p13n.mail.MailServiceException extends ApplicationException implements Serializable

Class com.bea.p13n.mail.MailSystemException extends SystemException implements Serializable

Class com.bea.p13n.mail.ServletResults extends Object implements Serializable

Serialized Form 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.management

Class com.bea.p13n.management.InstanceNotFoundException extends InstanceNotFoundException implements Serializable


Serialized Form fields

masterList

List<E> masterList

Package com.bea.p13n.pagination

Package com.bea.p13n.placeholder

Class com.bea.p13n.placeholder.ContentBucket.PreviewInfo extends Object implements Serializable

Serialized Form 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 extends ApplicationException implements Serializable

Serialized Form fields

isWarning

boolean isWarning

Package com.bea.p13n.property

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

Serialized Form fields

instanceClass

Class<T> instanceClass
The actual implementation class of this entity

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

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

Serialized Form 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<E> 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 extends Object implements Serializable

Serialized Form fields

jndiHomeName

String jndiHomeName

pkString

String pkString

propertySetType

String propertySetType

hashCode

int hashCode

dirtyHashCode

boolean dirtyHashCode

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

Serialized Form fields

propertySetName

String propertySetName

propertyName

String propertyName

hashCode

int hashCode

dirtyHashCode

boolean dirtyHashCode

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

Serialized Form 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

LinkedHashMap<K,V> propertyDefinitions
a map of propertyName->propertyDefinition objects

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

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

Serialized Form fields

_ctx

EntityContext _ctx
cached entity context


uid

long uid
The unique numeric id of this entity

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

Serialized Form fields

identifier

String identifier

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

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

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

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

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

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

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

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


Package com.bea.p13n.rules

Package com.bea.p13n.rules.advislets

Class com.bea.p13n.rules.advislets.RuleResultClassFilter extends RuleResultClassFilter implements Serializable


Package com.bea.p13n.rules.manager

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

Serialized Form fields

targetClassArray

Class<T>[] targetClassArray

ruleName

String ruleName

Class com.bea.p13n.rules.manager.RuleSetNotFoundException extends com.bea.p13n.rules.internal.RuleException implements Serializable


Package com.bea.p13n.security.management

Class com.bea.p13n.security.management.OperationNotSupportedException extends ApplicationException implements Serializable

Class com.bea.p13n.security.management.ProviderDescription extends Object implements Serializable

Serialized Form fields

version

String version
The version number of this provider's implementation.


shortDescription

String shortDescription
The short description of this provider.


displayName

String displayName
The display description of this provider.

Class com.bea.p13n.security.management.ProviderMgmtException extends SystemException implements Serializable


Package com.bea.p13n.security.management.authentication

Class com.bea.p13n.security.management.authentication.AtnProviderDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultAtnProvider

boolean defaultAtnProvider
Whether or not this provider is the default authentication provider.


controlFlag

String controlFlag
The JAAS control flag setting (REQUIRED,REQUISITE,SUFFICIENT,OPTIONAL)


groupEditorImplemented

boolean groupEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


groupReaderImplemented

boolean groupReaderImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


groupRemoverImplemented

boolean groupRemoverImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


groupMemberListerImplemented

boolean groupMemberListerImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


memberGroupListerImplemented

boolean memberGroupListerImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userEditorImplemented

boolean userEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userLockoutManagerImplemented

boolean userLockoutManagerImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userPasswordEditorImplemented

boolean userPasswordEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userReaderImplemented

boolean userReaderImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


userRemoverImplemented

boolean userRemoverImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


providerMgmtCapability

int providerMgmtCapability
The provider capability for management


Package com.bea.p13n.security.management.authorization

Class com.bea.p13n.security.management.authorization.AuthorizerDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultAuthorizationProvider

boolean defaultAuthorizationProvider

policyReaderImplemented

boolean policyReaderImplemented

policyEditorImplemented

boolean policyEditorImplemented

policyListerImplemented

boolean policyListerImplemented

providerMgmtCapability

int providerMgmtCapability

Package com.bea.p13n.security.management.credentials

Class com.bea.p13n.security.management.credentials.CredentialProviderDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultCredentialMapProvider

boolean defaultCredentialMapProvider
Whether or not this provider is the default credential map provider.


credentialEditorImplemented

boolean credentialEditorImplemented
Whether or not the MBean represented by this object implements this optional management MBean.


credentialReaderImplemented

boolean credentialReaderImplemented
Whether or not the MBean represented by this object implements this optional management MBean.


providerMgmtCapability

int providerMgmtCapability
The provider capability for management


Package com.bea.p13n.security.management.rolemapper

Class com.bea.p13n.security.management.rolemapper.RoleProviderDescription extends ProviderDescription implements Serializable

Serialized Form fields

defaultRoleProvider

boolean defaultRoleProvider
Whether or not this provider is the default role mapper provider.


roleEditorImplemented

boolean roleEditorImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


roleReaderImplemented

boolean roleReaderImplemented
Whether or not the AuthenticatorMBean represented by this object implements this optional management MBean.


providerMgmtCapability

int providerMgmtCapability
The provider capability for management


Package com.bea.p13n.tracking.clickthrough

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


Package com.bea.p13n.tracking.events

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

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

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

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

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

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

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

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

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

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

Serialized Form 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 extends TrackingEvent implements Serializable


Package com.bea.p13n.user

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

Serialized Form fields

name

String name

Package com.bea.p13n.usermgmt

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

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

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

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

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

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

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


Package com.bea.p13n.usermgmt.profile

Class com.bea.p13n.usermgmt.profile.CustomProfileIdentity extends MixedProfileIdentity implements Serializable

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

Serialized Form fields

primaryEntity

String primaryEntity
the primary entity of the profile


secondaryEntity

String secondaryEntity
the secondary custom entity of the profile which can be used as a successor


profileType

ProfileType profileType
Profile type

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

Serialized Form 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 extends ApplicationException implements Serializable

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

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

Serialized Form fields

profileType

String profileType

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


Package com.bea.p13n.usermgmt.query

Class com.bea.p13n.usermgmt.query.GroupView extends com.bea.p13n.usermgmt.query.UserGroupView implements Serializable

Serialized Form fields

restricted

boolean restricted

Class com.bea.p13n.usermgmt.query.QuerySpecification extends Object implements Serializable

Serialized Form fields

filterMethod

FilterMethod filterMethod

filterString

String filterString

sortLocale

Locale sortLocale

sortOrder

SortOrder sortOrder

maxResultSize

int maxResultSize

exclusionList

List<E> exclusionList

Class com.bea.p13n.usermgmt.query.UserView extends com.bea.p13n.usermgmt.query.UserGroupView implements Serializable


Package com.bea.p13n.util

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

Serialized Form fields

major

String major
The Major type.


minor

String minor
The Minor type.


properties

Properties properties
Additional properties of the content type.


Package com.bea.portal.tools.common.exceptions

Class com.bea.portal.tools.common.exceptions.NoWebAppFoundException extends ToolsException implements Serializable

Class com.bea.portal.tools.common.exceptions.ToolsException extends Exception implements Serializable


Package com.bea.portal.tools.da.taxonomy

Class com.bea.portal.tools.da.taxonomy.DARootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.PaginationElementTaxonomyBuilder extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.ToolsTreeNodeTaxonomyBuilder extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.campaigns

Class com.bea.portal.tools.da.taxonomy.campaigns.CampaignsRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.campaigns.CampaignTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

modelName

String modelName

Class com.bea.portal.tools.da.taxonomy.campaigns.RuleTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

ruleName

String ruleName

Class com.bea.portal.tools.da.taxonomy.campaigns.ScenarioTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

scenarioName

String scenarioName

Package com.bea.portal.tools.da.taxonomy.content

Class com.bea.portal.tools.da.taxonomy.content.AssignedItemsTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.content.AssignedItemTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

repoName

String repoName

nodeUid

String nodeUid

Class com.bea.portal.tools.da.taxonomy.content.CheckedOutItemsTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.content.CheckedOutItemTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

repoName

String repoName

nodeUid

String nodeUid

Class com.bea.portal.tools.da.taxonomy.content.ContentWorkSpaceRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.content.NodeParentTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.content.NodeTaxonomy extends NodeParentTaxonomy implements Serializable

Serialized Form fields

contentNodePath

String contentNodePath

Class com.bea.portal.tools.da.taxonomy.content.PropertyTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.content.RepositoryTaxonomy extends NodeParentTaxonomy implements Serializable

Serialized Form fields

repositoryName

String repositoryName

Class com.bea.portal.tools.da.taxonomy.content.TypeTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

typeName

String typeName

Class com.bea.portal.tools.da.taxonomy.content.VirtualContentRepositoryRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.content.WorkflowsFolderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.content.WorkflowTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.contentselectors

Class com.bea.portal.tools.da.taxonomy.contentselectors.ContentSelectorsRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.contentselectors.ContentSelectorTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.placeholders

Class com.bea.portal.tools.da.taxonomy.placeholders.PlaceholdersRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.placeholders.PlaceholderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.placeholders.QueryDefinitionTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.portal

Class com.bea.portal.tools.da.taxonomy.portal.BookDefinitionTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.BookInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.CommunitiesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.CommunitiesTemplatesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.CommunityDefinitionTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.CommunityTemplateTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.DesktopDefinitionTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.DesktopTemplatesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.DesktopTemplateTaxonomy extends com.bea.portal.tools.da.taxonomy.portal.DesktopTaxonomy implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.LayoutTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.LibraryBooksTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryLayoutsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryLookAndFeelsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryMenusTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPagesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPortletCategoriesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPortletInstancesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.LibraryPortletsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryRemoteProducersTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryShellsTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryTemplatesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LibraryThemesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.LookAndFeelTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.MenuTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PageInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PageTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortalRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.PortalsTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.PortalTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortalTemplatesTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.portal.PortletCategoryTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortletInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortletLibraryInstanceTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.PortletTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.ProducerTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.ShellTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.portal.ThemeTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.segments

Class com.bea.portal.tools.da.taxonomy.segments.SegmentsRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.segments.SegmentTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Package com.bea.portal.tools.da.taxonomy.serviceadmin

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AdContentProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AdServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AtnHierarchyServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AtnSecurityProviderServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.AtnSecurityProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.BehaviorTrackingServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.CampaignServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.EventServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.MailServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.MaintenanceModeTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nCacheConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nCacheTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nProfileConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.P13nSecurityConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.PortalResourcesTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.PropertyAdapterTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.RoleSecurityProviderServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.RoleSecurityProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.serviceadmin.ScenarioServiceTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.ServiceAdminRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WpsConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WsrpConfigTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WsrpConsumerSecurityTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.serviceadmin.WsrpProducerPortletRegistryTaxonomy extends SimpleTaxonomyBuilder implements Serializable


Package com.bea.portal.tools.da.taxonomy.usermgmt

Class com.bea.portal.tools.da.taxonomy.usermgmt.GroupRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.usermgmt.GroupTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.usermgmt.UserRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.usermgmt.UserTaxonomyBuilder extends SimpleTaxonomyBuilder implements Serializable

Serialized Form fields

userView

UserView userView

Package com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.AuthenticationProvidersTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.AuthenticationProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

nodeId

String nodeId

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.RoleMappersTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.RoleProviderTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

roleProviderNodeId

String roleProviderNodeId

Class com.bea.portal.tools.da.taxonomy.usermgmt.securityproviders.SecurityProvidersRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable


Package com.bea.portal.tools.da.taxonomy.visitorroles

Class com.bea.portal.tools.da.taxonomy.visitorroles.VisitorRolesRootTaxonomy extends SimpleTaxonomyBuilder implements Serializable

Class com.bea.portal.tools.da.taxonomy.visitorroles.VisitorRoleTaxonomy extends ParentedTaxonomyBuilder implements Serializable

Serialized Form fields

role

String role

Package com.bea.portal.tools.im

Class com.bea.portal.tools.im.ToolQueryDefinitionModel extends Object implements Serializable

Serialized Form fields

model

QueryDefinitionModel model

index

int index

modelNameless

boolean modelNameless

name

String name

priority

QueryDefinitionModel.Priority priority

Package com.bea.portal.tools.portal.controls

Package com.bea.portal.tools.ugm.controls

Class com.bea.portal.tools.ugm.controls.CurrentUserDeletionException extends Exception implements Serializable

Class com.bea.portal.tools.ugm.controls.MoveGroupException extends Exception implements Serializable


Package com.bea.portal.tools.ugm.providers.controls

Class com.bea.portal.tools.ugm.providers.controls.NoProvidersFoundException extends Exception implements Serializable


Package com.bea.portal.tools.wsrp.controls

Class com.bea.portal.tools.wsrp.controls.RegistryConfigNotFoundException extends FinderException implements Serializable


Package com.bea.portlet.compression

Class com.bea.portlet.compression.UrlCompressionException extends Exception implements Serializable


Package com.bea.portlet.prefs

Class com.bea.portlet.prefs.PortletCloneNotSupportedException extends IllegalStateException implements Serializable

Class com.bea.portlet.prefs.PreferenceAppStoreException extends Exception implements Serializable


Package com.bea.portlet.prefs.spi

Class com.bea.portlet.prefs.spi.PortletPreferencesId extends Object implements Serializable

Serialized Form fields

instanceId

int instanceId

definitionLabel

String definitionLabel

instanceLabel

String instanceLabel

keys

ArrayList<E> keys

values

ArrayList<E> values

hashCode

int hashCode

str

String str

Class com.bea.portlet.prefs.spi.PreferenceStoreException extends Exception implements Serializable


Package com.bea.query

Class com.bea.query.QueryRequest extends Object implements Serializable

Serialized Form fields

queryText

String queryText
Deprecated 

maxResults

Integer maxResults
Deprecated 

threshold

Double threshold
Deprecated 

databases

Vector<E> databases
Deprecated 

Package com.bea.wsrp.application.search

Class com.bea.wsrp.application.search.ProducerInfoSearchCriteria extends WebAppSearchCriteria implements Serializable

Serialized Form fields

_filterMethod

FilterMethod _filterMethod

_filterString

String _filterString

Package com.bea.wsrp.consumer.management.book

Class com.bea.wsrp.consumer.management.book.ProxyBookManagerException extends ProxyResourceManagerException implements Serializable


Package com.bea.wsrp.consumer.management.common

Class com.bea.wsrp.consumer.management.common.ProxyResourceId extends Object implements Serializable

Serialized Form fields

id

int id

Class com.bea.wsrp.consumer.management.common.ProxyResourceManagerException extends Exception implements Serializable


Package com.bea.wsrp.consumer.management.page

Class com.bea.wsrp.consumer.management.page.ProxyPageManagerException extends ProxyResourceManagerException implements Serializable


Package com.bea.wsrp.consumer.management.portlet

Class com.bea.wsrp.consumer.management.portlet.ProxyPortletInfo extends Object implements Serializable

Serialized Form fields

producerHandle

String producerHandle

portletHandle

String portletHandle

stateChangeFlag

byte stateChangeFlag

requiresUrlTemplates

boolean requiresUrlTemplates

templatesStoredInSession

boolean templatesStoredInSession

proxyPortletId

int proxyPortletId

portletState

byte[] portletState

deleteErrorCause

String deleteErrorCause

producerOfferedPortlet

boolean producerOfferedPortlet

Class com.bea.wsrp.consumer.management.portlet.ProxyPortletManagerException extends Exception implements Serializable


Package com.bea.wsrp.consumer.management.producer

Class com.bea.wsrp.consumer.management.producer.ProducerAlreadyExistsException extends ProducerManagerException implements Serializable

Class com.bea.wsrp.consumer.management.producer.ProducerAlreadyRegisteredException extends ProducerManagerException implements Serializable

Class com.bea.wsrp.consumer.management.producer.ProducerManagerException extends Exception implements Serializable

Class com.bea.wsrp.consumer.management.producer.RegistrationNotSupportedException extends ProducerManagerException implements Serializable


Package com.bea.wsrp.ext.holders

Class com.bea.wsrp.ext.holders.SimpleStateHolder extends Object implements Serializable

Serialized Form fields

data

HashMap<K,V> data

Class com.bea.wsrp.ext.holders.XmlPayload extends Object implements Serializable

Serialized Form fields

payload

Element payload

Package com.bea.wsrp.faults

Class com.bea.wsrp.faults.AccessDeniedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InconsistentParametersException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidCookieException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidHandleException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidRegistrationException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidSessionException extends TransportException implements Serializable

Class com.bea.wsrp.faults.InvalidUserCategoryException extends TransportException implements Serializable

Class com.bea.wsrp.faults.MissingParametersException extends TransportException implements Serializable

Class com.bea.wsrp.faults.OperationFailedException extends TransportException implements Serializable

Class com.bea.wsrp.faults.PortletStateChangeRequiredException extends TransportException implements Serializable

Class com.bea.wsrp.faults.TransportException extends RemoteException implements Serializable

Serialized Form fields

fault

Fault fault

Class com.bea.wsrp.faults.UnsupportedLocaleException extends TransportException implements Serializable

Class com.bea.wsrp.faults.UnsupportedMimeTypeException extends TransportException implements Serializable

Class com.bea.wsrp.faults.UnsupportedModeException extends TransportException implements Serializable

Class com.bea.wsrp.faults.UnsupportedWindowStateException extends TransportException implements Serializable


Package com.bea.wsrp.model

Package com.bea.wsrp.model.events

Package com.bea.wsrp.model.markup

Package com.bea.wsrp.registry

Class com.bea.wsrp.registry.PortletRegistryException extends Exception implements Serializable


Package com.bea.wsrp.registry.entries

Class com.bea.wsrp.registry.entries.BaseEntry extends Object implements Serializable

Serialized Form fields

name

String name

title

String title

description

String description

businessKey

Key businessKey

keywords

Map<K,V> keywords

serviceKey

Key serviceKey

Class com.bea.wsrp.registry.entries.BookEntry extends RegistryEntry implements Serializable

Class com.bea.wsrp.registry.entries.PageEntry extends RegistryEntry implements Serializable

Class com.bea.wsrp.registry.entries.PortletEntry extends RegistryEntry implements Serializable

Class com.bea.wsrp.registry.entries.ProducerEntry extends BaseEntry implements Serializable

Serialized Form fields

wsdlUrl

String wsdlUrl

Class com.bea.wsrp.registry.entries.RegistryEntry extends BaseEntry implements Serializable

Serialized Form fields

handle

String handle

producerServiceKey

Key producerServiceKey

producer

ProducerEntry producer

Package com.bea.wsrp.registry.find

Class com.bea.wsrp.registry.find.FinderException extends PortletRegistryException implements Serializable


Package com.bea.wsrp.services.registration

Class com.bea.wsrp.services.registration.MissingParameterException extends RuntimeException implements Serializable


Package com.bea.wsrp.userproperty

Class com.bea.wsrp.userproperty.PropertyMapKeyImpl extends Object implements Serializable

serialVersionUID: 3256725082645476921L

Serialized Form fields

propertySetName

String propertySetName

propertyName

String propertyName

toString

String toString

hash

int hash

Package com.bea.wsrp.util

Class com.bea.wsrp.util.UnsupportedContentTypeException extends RuntimeException implements Serializable


Package com.beasys.commerce.axiom.units

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

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

Serialized Form fields

description

String description

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

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

Serialized Form fields

description

String description

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

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

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

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

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

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

Serialized Form fields

value

double value
Value of the money.


currency

String currency
Currency specification of money.

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

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

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

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

Serialized Form 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 extends Object implements Serializable

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

Serialized Form fields

unit

Unit unit


count

double count
The number of units.

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

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

Serialized Form fields

name

String name

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

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

Serialized Form 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 extends Object implements Serializable

Serialized Form 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 extends Exception implements Serializable

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


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

Class com.beasys.commerce.axiom.util.helper.CommercePropertiesHelper extends com.bea.p13n.util.TypedProperties implements Serializable

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


Package com.beasys.commerce.bridge.bmp

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

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


Package com.beasys.commerce.ebusiness.catalog

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

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

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

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

Serialized Form fields

delegateItem

MutableCatalogItem delegateItem

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

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

identifier

String identifier

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

Serialized Form fields

size

int size

firstIndex

int firstIndex

lastIndex

int lastIndex

viewIndex

int viewIndex

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

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

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

Serialized Form fields

language

String language

showAll

boolean showAll

authorization

int authorization

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

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

Serialized Form fields

delegateCategory

MutableCategory delegateCategory

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

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

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

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

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

Serialized Form fields

language

String language


alternateText

String alternateText


url

String url


type

int type


name

String name

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

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

Serialized Form fields

shippingTime

String shippingTime


inStock

boolean inStock


specialNotices

String specialNotices

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

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

Serialized Form fields

url

String url

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

Serialized Form 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<K,V> modificationMap
track changes to defined attributes

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

Serialized Form fields

jspInfo

JspInfo jspInfo

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

Serialized Form 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 extends RuntimeException implements Serializable

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

Serialized Form fields

delegateProductItem

MutableProductItem delegateProductItem

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


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

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

Serialized Form fields

catalogQuery

CatalogQuery catalogQuery

catalogManagerName

String catalogManagerName

viewSize

int viewSize

gotResult

boolean gotResult

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

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

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

Serialized Form fields

keys

ProductItemKey[] keys

items

ProductItem[] items

categoryKey

CategoryKey categoryKey

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

Serialized Form fields

keys

CategoryKey[] keys

categories

Category[] categories

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

Serialized Form fields

keys

ProductItemKey[] keys

items

ProductItem[] items

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

Serialized Form fields

keys

CategoryKey[] keys

categories

Category[] categories

categoryKey

CategoryKey categoryKey

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

Serialized Form fields

keys

CategoryKey[] keys

categories

Category[] categories

categoryKey

CategoryKey categoryKey

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

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

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

Serialized Form fields

keys

ProductItemKey[] keys

items

ProductItem[] items

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

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

Serialized Form fields

maxSearchResults

int maxSearchResults

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

Serialized Form fields

keywords

String[] keywords

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

Serialized Form fields

expression

Expression expression

p13nExpression

Expression p13nExpression

Class com.beasys.commerce.ebusiness.catalog.service.query.SearchItemIterator extends CatalogItemIterator implements Serializable

Serialized Form 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.webservice

Package com.beasys.commerce.ebusiness.customer

Class com.beasys.commerce.ebusiness.customer.Customer_creditCards_SmartMapReference extends com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartMapReference implements Serializable

Class com.beasys.commerce.ebusiness.customer.Customer_shippingAddress_SmartMapReference extends com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartMapReference implements Serializable

Class com.beasys.commerce.ebusiness.customer.CustomerDelegatePk extends com.beasys.commerce.axiom.contact.ContactPk implements Serializable

Class com.beasys.commerce.ebusiness.customer.CustomerPk extends ConfigurableEntityPk implements Serializable

Class com.beasys.commerce.ebusiness.customer.CustomerValue extends com.beasys.commerce.axiom.contact.ContactValue implements Serializable

Serialized Form fields

creditCards

Map<K,V> 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<K,V> 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 extends com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference implements Serializable

Class com.beasys.commerce.ebusiness.order.Order_orderLines_SmartCollectionReference extends com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference implements Serializable

Class com.beasys.commerce.ebusiness.order.Order_paymentTransaction_SmartEntityReference extends com.beasys.commerce.foundation.plugin.bmp.BMPSmartEntityReference implements Serializable

Class com.beasys.commerce.ebusiness.order.OrderAdjustmentPresentation extends DiscountPresentation implements Serializable

Serialized Form fields

discountId

long discountId

adjustmentType

String adjustmentType

Class com.beasys.commerce.ebusiness.order.OrderLineHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.order.OrderLineImpl extends BelongingImpl implements Serializable

Serialized Form 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<E> 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.OrderManagerPageRetriever extends Object implements Serializable

Class com.beasys.commerce.ebusiness.order.OrderPk extends SmartKey implements Serializable

Serialized Form fields

identifier

String identifier
Identifier. Represents the primary key.

Class com.beasys.commerce.ebusiness.order.OrderValue extends SmartValue implements Serializable

Serialized Form fields

customerHandle

javax.ejb.Handle customerHandle

paymentTransactionHandle

javax.ejb.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<E> 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<E> 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 extends Object implements Serializable

Serialized Form fields

stateTransMap

HashMap<K,V> 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<K,V> stateOnEntryMap
The representation of on-entry activities for the states in the machine


stateDoMap

HashMap<K,V> stateDoMap
The representation of "do" activities for the states in the machine


stateOnExitMap

HashMap<K,V> 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<T> owningClass
The class to which the stateMachine instance belongs


domDoc

Document domDoc

Class com.beasys.commerce.ebusiness.order.StateTransitionException extends Exception implements Serializable


Package com.beasys.commerce.ebusiness.order.exception

Class com.beasys.commerce.ebusiness.order.exception.InvalidCurrencyException extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderInventoryException extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderInvoicingException extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderPackingException extends FatalApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.OrderShippingException extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.order.exception.PaymentProcessException extends ApplicationException implements Serializable


Package com.beasys.commerce.ebusiness.payment

Class com.beasys.commerce.ebusiness.payment.AuthorizationException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.CaptureException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.GeneralServiceException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.InvalidCreditCardException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.PaymentException extends ApplicationException implements Serializable

Serialized Form fields

response

TransactionResponse response

Class com.beasys.commerce.ebusiness.payment.PaymentTransaction_transactionEntry_SmartCollectionReference extends com.beasys.commerce.foundation.plugin.bmp.BMPBelongingSmartCollectionReference implements Serializable

Class com.beasys.commerce.ebusiness.payment.PaymentTransactionPk extends SmartKey implements Serializable

Serialized Form fields

transactionId

String transactionId

Class com.beasys.commerce.ebusiness.payment.PaymentTransactionValue extends SmartValue implements Serializable

Serialized Form 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<E> 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 extends StateMachine implements Serializable

Class com.beasys.commerce.ebusiness.payment.ResultHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.payment.ResultImpl extends BelongingImpl implements Serializable

Serialized Form fields

value

String value

Class com.beasys.commerce.ebusiness.payment.ServiceConfigurationException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.ServiceUnavailableException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.SettleException extends PaymentException implements Serializable

Class com.beasys.commerce.ebusiness.payment.TransactionEntryHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.payment.TransactionEntryImpl extends BelongingImpl implements Serializable

Serialized Form 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 extends Object implements Serializable

Serialized Form 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

javax.ejb.Handle paymentTransactionHandle
Handle to the PaymentTransaction for which this response was generated.


results

Hashtable<K,V> results

Package com.beasys.commerce.ebusiness.security

Class com.beasys.commerce.ebusiness.security.CryptException extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.security.InconsistentStateException extends ApplicationException implements Serializable


Package com.beasys.commerce.ebusiness.shipping

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodException extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodPk extends SmartKey implements Serializable

Serialized Form fields

identifier

String identifier

Class com.beasys.commerce.ebusiness.shipping.ShippingMethodValue extends SmartValue implements Serializable

Serialized Form 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 extends ApplicationException implements Serializable

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartImpl extends BelongingImpl implements Serializable

Serialized Form fields

orderDiscountPresentations

ArrayList<E> orderDiscountPresentations

shippingDiscountPresentations

ArrayList<E> shippingDiscountPresentations

mgr

CatalogManager mgr

shipping

Money shipping


subtotal

Money subtotal

total

Money total

shoppingCartLines

Collection<E> shoppingCartLines
The shopping cart contains a list of ShoppingCart lines

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartLineHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.shoppingcart.ShoppingCartLineImpl extends BelongingImpl implements Serializable

Serialized Form fields

discountedPrice

Money discountedPrice
The discounted price for a line


discountPresentations

ArrayList<E> 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.tax

Class com.beasys.commerce.ebusiness.tax.TaxException extends ApplicationException implements Serializable

Serialized Form fields

nameSpace

String nameSpace

key

String key

Class com.beasys.commerce.ebusiness.tax.TaxInformationHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxInformationImpl extends BelongingImpl implements Serializable

Serialized Form fields

total

Price total
This is the total tax for the order or the line item.


entityTax

Collection<E> entityTax

Class com.beasys.commerce.ebusiness.tax.TaxLineHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxLineImpl extends BelongingImpl implements Serializable

Serialized Form fields

freight

Price freight


price

Price price


discountedPriceAmt

Price discountedPriceAmt


quantity

Quantity quantity


taxCode

String taxCode

Class com.beasys.commerce.ebusiness.tax.TaxLineListHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxLineListImpl extends BelongingImpl implements Serializable

Serialized Form fields

taxLine

List<E> taxLine

Class com.beasys.commerce.ebusiness.tax.TaxLineResultHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxLineResultImpl extends BelongingImpl implements Serializable

Serialized Form fields

tax

Price tax


entityCode

String entityCode
The Geographical code for the taxing entity.

Class com.beasys.commerce.ebusiness.tax.TaxParametersHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxParametersImpl extends BelongingImpl implements Serializable

Serialized Form fields

orderAttribs

TreeMap<K,V> orderAttribs

location

Map<K,V> location

Class com.beasys.commerce.ebusiness.tax.TaxResultHome extends Object implements Serializable

Class com.beasys.commerce.ebusiness.tax.TaxResultImpl extends BelongingImpl implements Serializable

Serialized Form fields

line

List<E> 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 extends TaxException implements Serializable


Package com.beasys.commerce.ebusiness.util

Class com.beasys.commerce.ebusiness.util.DefaultScrollableModel extends Object implements Serializable

Serialized Form fields

count

int count

primaryKeys

Object[] primaryKeys

valueClass

Class<T> 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 extends Object implements Serializable

Serialized Form fields

__containingEntity

SmartEntityReference __containingEntity

__mapKey

Object __mapKey

__sequenceNumber

Long __sequenceNumber

__classIdentifier

String __classIdentifier

__containingBelonging

Belonging __containingBelonging

Class com.beasys.commerce.foundation.IllegalWorkflowTransitionException extends ApplicationException implements Serializable

Class com.beasys.commerce.foundation.SmartComparator extends Object implements Serializable

Class com.beasys.commerce.foundation.SmartKey extends Object implements Serializable

Class com.beasys.commerce.foundation.SmartValue extends Object implements Serializable

Class com.beasys.commerce.foundation.StateHome extends Object implements Serializable

Class com.beasys.commerce.foundation.StateImpl extends BelongingImpl implements Serializable

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

TRANSITION_KEY_TOKEN

String TRANSITION_KEY_TOKEN

currentState

State currentState

initialState

State initialState

transitions

TreeMap<K,V> transitions

states

TreeSet<E> states

Class com.beasys.commerce.foundation.TransitionHome extends Object implements Serializable

Class com.beasys.commerce.foundation.TransitionImpl extends BelongingImpl implements Serializable

Serialized Form 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 extends Object implements Serializable

Class com.beasys.commerce.foundation.TransitionPolicyImpl extends Object implements Serializable

Class com.beasys.commerce.foundation.WorkflowContext extends Object implements Serializable

Serialized Form fields

state

String state

Package com.beasys.commerce.foundation.exception

Class com.beasys.commerce.foundation.exception.ApplicationException extends Exception implements Serializable

Serialized Form fields

embeddedException

Exception embeddedException
The embedded exception.


logMessages

Stack<E> logMessages
The log messages.


userMessages

Stack<E> userMessages
The user messages.

Class com.beasys.commerce.foundation.exception.BadInputException extends ProcessingException implements Serializable

Class com.beasys.commerce.foundation.exception.ConfigurationException extends ProcessingException implements Serializable

Class com.beasys.commerce.foundation.exception.FatalApplicationException extends RuntimeException implements Serializable

Serialized Form fields

embeddedException

Exception embeddedException
The embedded exception.


logMessages

Stack<E> logMessages
The log messages.


userMessages

Stack<E> userMessages
The user messages.

Class com.beasys.commerce.foundation.exception.InvalidArgumentException extends ApplicationException implements Serializable

Class com.beasys.commerce.foundation.exception.InvalidPipelineSessionStateException extends PipelineFatalException implements Serializable

Class com.beasys.commerce.foundation.exception.PipelineFatalException extends ProcessingException implements Serializable

Class com.beasys.commerce.foundation.exception.PipelineNonFatalException extends ProcessingException implements Serializable

Class com.beasys.commerce.foundation.exception.ProcessingException extends ApplicationException implements Serializable


Package com.beasys.commerce.foundation.expression

Class com.beasys.commerce.foundation.expression.CriteriaHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.CriteriaImpl extends ExpressionImpl implements Serializable

Serialized Form 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 extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.ExpressionImpl extends Object implements Serializable

Serialized Form fields

not

boolean not
Deprecated 
Specifies if this is a negative logical expression.

Class com.beasys.commerce.foundation.expression.LogicalHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.LogicalImpl extends ExpressionImpl implements Serializable

Serialized Form fields

children

Collection<E> children
Deprecated 
The list of children Expressions.


logical

String logical
Deprecated 
The boolean logical operator.

Class com.beasys.commerce.foundation.expression.SearchHome extends Object implements Serializable

Class com.beasys.commerce.foundation.expression.SearchImpl extends Object implements Serializable

Serialized Form 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 extends IllegalArgumentException implements Serializable

Serialized Form 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 extends Object implements Serializable

Serialized Form fields

vector

Vector<E> vector

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartEntityReference extends Object implements Serializable

Serialized Form fields

ejbHandle

javax.ejb.Handle ejbHandle

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartMapReference extends Object implements Serializable

Serialized Form fields

hashtable

Hashtable<K,V> hashtable

Class com.beasys.commerce.util.SerializableEnumeration extends Object implements Serializable

Serialized Form fields

c

Collection<E> c
Deprecated 
The Collection we're fronting for.

Class com.beasys.commerce.util.SoftHashMap extends AbstractMap implements Serializable

Serialized Form fields

hash

Map<K,V> 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<E> entrySet
The EntrySet for this (lazily initialized).


Package com.compoze.collab

Class com.compoze.collab.CollaborationException extends NestedException implements Serializable

Serialized Form fields

m_info

com.compoze.collab.spi.CollaborationExceptionInfo m_info

Class com.compoze.collab.CollaborationRuntimeException extends NestedRuntimeException implements Serializable

Serialized Form fields

m_info

com.compoze.collab.spi.CollaborationExceptionInfo m_info

Class com.compoze.collab.ContainerAlreadyExistsException extends CollaborationException implements Serializable

Class com.compoze.collab.ContainerClass extends ItemClass implements Serializable

Serialized Form fields

m_defaultItemClass

ItemClass m_defaultItemClass

Class com.compoze.collab.ContainerCycleException extends CollaborationException implements Serializable

Class com.compoze.collab.ContainerNameException extends CollaborationException implements Serializable

Class com.compoze.collab.EnumElement extends Object implements Serializable

Serialized Form methods

readResolve

protected Object readResolve()
                      throws ObjectStreamException
Resolves the object during de-serialization.

Throws
ObjectStreamException
Serialized Form fields

m_iValue

int m_iValue

m_enumClass

Class<T> m_enumClass

Class com.compoze.collab.FetchProfile extends Object implements Serializable

Serialized Form fields

m_keys

ArrayList<E> m_keys

m_iType

int m_iType

m_bInternal

boolean m_bInternal

Class com.compoze.collab.InvalidArgumentException extends CollaborationRuntimeException implements Serializable

Class com.compoze.collab.InvalidStateException extends CollaborationRuntimeException implements Serializable

Class com.compoze.collab.InvalidValue extends Object implements Serializable

Serialized Form fields

m_reason

Object m_reason

Class com.compoze.collab.InvalidValueException extends CollaborationRuntimeException implements Serializable

Serialized Form fields

m_value

InvalidValue m_value

Class com.compoze.collab.ItemClass extends Object implements Serializable

Serialized Form fields

m_sInternalName

String m_sInternalName

m_defaultKeys

Key[] m_defaultKeys

m_javaClass

Class<T> m_javaClass

m_sContainingItemClass

String m_sContainingItemClass

m_sItemClassParent

String m_sItemClassParent

Class com.compoze.collab.ItemNotFoundException extends CollaborationException implements Serializable

Class com.compoze.collab.Key extends Object implements Serializable

Serialized Form fields

m_iValueType

int m_iValueType

m_iID

int m_iID

m_sID

String m_sID

m_bCalculated

boolean m_bCalculated

m_bReadOnly

boolean m_bReadOnly

Class com.compoze.collab.LicenseException extends CollaborationException implements Serializable

Class com.compoze.collab.LoginException extends PermissionException implements Serializable

Serialized Form fields

m_badSessionProps

SessionProperty[] m_badSessionProps
The bad properties, as SessionProperty objects

Class com.compoze.collab.MoveSourceIsTargetException extends CollaborationException implements Serializable

Class com.compoze.collab.NullValueException extends CollaborationRuntimeException implements Serializable

Class com.compoze.collab.OperationUnsupportedException extends CollaborationRuntimeException implements Serializable

Class com.compoze.collab.PermissionException extends CollaborationException implements Serializable

Class com.compoze.collab.PropertyMissingException extends CollaborationException implements Serializable

Class com.compoze.collab.ProviderException extends CollaborationException implements Serializable

Serialized Form fields

m_iCode

int m_iCode

Class com.compoze.collab.QueryProfile extends Object implements Serializable

Serialized Form fields

m_sort

Sort m_sort

m_restriction

Restriction m_restriction

m_iDepth

int m_iDepth

m_fetch

FetchProfile m_fetch

m_iStartIndex

int m_iStartIndex

m_iLength

int m_iLength

Class com.compoze.collab.RootContainerClass extends ContainerClass implements Serializable

Class com.compoze.collab.SessionOption extends SessionPropertyElement implements Serializable

Serialized Form fields

m_bDefault

boolean m_bDefault

m_props

ArrayList<E> m_props

Class com.compoze.collab.SessionProperty extends SessionPropertyElement implements Serializable

Serialized Form fields

m_options

ArrayList<E> m_options

m_bOptional

boolean m_bOptional

m_bSensitive

boolean m_bSensitive

m_sDefaultValue

String m_sDefaultValue

Class com.compoze.collab.SessionPropertyElement extends Object implements Serializable

Serialized Form fields

m_sInternalName

String m_sInternalName

m_sBaseKey

String m_sBaseKey

m_bundle

com.compoze.collab.resource.ResourceBundleCache m_bundle

Class com.compoze.collab.SessionTimeoutException extends CollaborationException implements Serializable

Class com.compoze.collab.Sort extends Object implements Serializable

Serialized Form fields

m_fieldList

List<E> m_fieldList

Class com.compoze.collab.SortOrder extends EnumElement implements Serializable

Class com.compoze.collab.SortOrderEnum extends CollabEnum implements Serializable

Class com.compoze.collab.SortProperty extends Object implements Serializable

Serialized Form fields

m_key

Key m_key

m_order

SortOrder m_order

Class com.compoze.collab.StubBackendException extends StubException implements Serializable

Class com.compoze.collab.StubBindException extends StubException implements Serializable

Class com.compoze.collab.StubException extends CollaborationException implements Serializable


Package com.compoze.collab.beacm

Class com.compoze.collab.beacm.CmDatabaseException extends StubException implements Serializable

Class com.compoze.collab.beacm.CmException extends StubException implements Serializable

Class com.compoze.collab.beacm.CmMailAuthenticationFailedException extends StubException implements Serializable

Class com.compoze.collab.beacm.CmMailConnectException extends StubException implements Serializable

Class com.compoze.collab.beacm.CmMailUnknownHostException extends StubException implements Serializable

Class com.compoze.collab.beacm.CmTransactionException extends ProviderException implements Serializable

Class com.compoze.collab.beacm.RepeatAdjust extends Object implements Serializable

Serialized Form fields

m_values

List<E> m_values

Class com.compoze.collab.beacm.RepeatForUnit extends EnumElement implements Serializable

Class com.compoze.collab.beacm.RepeatForUnitEnum extends CollabEnum implements Serializable

Class com.compoze.collab.beacm.RepeatHow extends EnumElement implements Serializable

Class com.compoze.collab.beacm.RepeatHowEnum extends CollabEnum implements Serializable

Class com.compoze.collab.beacm.RepeatMonthlyByDateAdjust extends RepeatAdjust implements Serializable

Class com.compoze.collab.beacm.RepeatMonthlyByDayAdjust extends RepeatAdjust implements Serializable

Class com.compoze.collab.beacm.RepeatType extends EnumElement implements Serializable

Class com.compoze.collab.beacm.RepeatTypeEnum extends CollabEnum implements Serializable

Class com.compoze.collab.beacm.RepeatWeekends extends EnumElement implements Serializable

Class com.compoze.collab.beacm.RepeatWeekendsEnum extends CollabEnum implements Serializable

Class com.compoze.collab.beacm.RepeatWeeklyAdjust extends RepeatAdjust implements Serializable


Package com.compoze.collab.groupware

Class com.compoze.collab.groupware.BusyStatus extends EnumElement implements Serializable

Class com.compoze.collab.groupware.BusyStatusEnum extends CollabEnum implements Serializable

Class com.compoze.collab.groupware.CustomNamedKey extends Key implements Serializable

Serialized Form fields

m_sName

String m_sName

Class com.compoze.collab.groupware.DefaultContainerClass extends EnumElement implements Serializable

Class com.compoze.collab.groupware.DefaultContainerClassEnum extends CollabEnum implements Serializable

Class com.compoze.collab.groupware.DefaultEmbeddedImageListener extends Object implements Serializable

Serialized Form fields

m_sServletName

String m_sServletName

m_sIDParamName

String m_sIDParamName

m_response

HttpServletResponse m_response

Class com.compoze.collab.groupware.DefaultRootContainerClass extends EnumElement implements Serializable

Class com.compoze.collab.groupware.DefaultRootContainerClassEnum extends CollabEnum implements Serializable

Class com.compoze.collab.groupware.Importance extends EnumElement implements Serializable

Class com.compoze.collab.groupware.ImportanceEnum extends CollabEnum implements Serializable

Class com.compoze.collab.groupware.MailboxAccessDeniedException extends PermissionException implements Serializable

Class com.compoze.collab.groupware.RecipientType extends EnumElement implements Serializable

Class com.compoze.collab.groupware.RecipientTypeEnum extends CollabEnum implements Serializable

Class com.compoze.collab.groupware.TaskStatus extends EnumElement implements Serializable

Class com.compoze.collab.groupware.TaskStatusEnum extends CollabEnum implements Serializable


Package com.compoze.collab.log

Class com.compoze.collab.log.ILogContext.DefaultLogContext extends Object implements Serializable

Class com.compoze.collab.log.LogLevel extends Object implements Serializable

Serialized Form fields

m_iValue

int m_iValue

m_sNameKey

String m_sNameKey

m_sDescriptionKey

String m_sDescriptionKey

Class com.compoze.collab.log.LogResourceBundle extends com.compoze.collab.resource.ResourceBundleWrapper implements Serializable

Class com.compoze.collab.log.LogResourceKey extends com.compoze.collab.resource.ResourceKey implements Serializable


Package com.compoze.collab.messaging

Class com.compoze.collab.messaging.UnresolvedRecipientsException extends CollaborationException implements Serializable

Serialized Form fields

m_recipients

IRecipient[] m_recipients

Package com.compoze.collab.util

Class com.compoze.collab.util.ArrayMap extends AbstractMap implements Serializable

Serialized Form fields

m_array

Object[] m_array

Class com.compoze.collab.util.AssertException extends RuntimeException implements Serializable

Class com.compoze.collab.util.ByteToCharUtf7.ConversionBufferFullException extends CharConversionException implements Serializable

Class com.compoze.collab.util.ByteToCharUtf7.MalformedInputException extends CharConversionException implements Serializable

Class com.compoze.collab.util.Convert extends Object implements Serializable

Class com.compoze.collab.util.IoUtility extends Object implements Serializable

Class com.compoze.collab.util.IoUtility.BynameFilenameFilter extends Object implements Serializable

Serialized Form fields

i_bIgnoreCase

boolean i_bIgnoreCase

i_sFilename

String i_sFilename

Class com.compoze.collab.util.NestedException extends Exception implements Serializable

Serialized Form fields

m_nested

Throwable m_nested

Class com.compoze.collab.util.NestedRuntimeException extends RuntimeException implements Serializable

Serialized Form fields

m_nested

Throwable m_nested



Copyright © 2006 BEA Systems, Inc. All Rights Reserved