BEA Systems, Inc.

Serialized Form


Package com.beasys.commerce.axiom.advisor

Class com.beasys.commerce.axiom.advisor.AbstractAdviceRequestImpl implements Serializable

Serialized Fields

advislet

Advislet advislet

Class com.beasys.commerce.axiom.advisor.AdviceRequestValidationException implements Serializable

Class com.beasys.commerce.axiom.advisor.AdvisorBean implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext
The ejb session context and root context.

rootCtx

javax.naming.Context rootCtx

Class com.beasys.commerce.axiom.advisor.AdvisorException implements Serializable

Serialized Fields

source

java.lang.Exception source
The source exception.


Package com.beasys.commerce.axiom.advisor.advislets

Class com.beasys.commerce.axiom.advisor.advislets.ClassificationAdviceRequestImpl implements Serializable

Serialized Fields

ruleSet

java.lang.String ruleSet

rule

java.lang.String rule

user

ConfigurableEntity user

successor

ConfigurableEntity successor

now

java.sql.Timestamp now

request

Request request

session

Session session

Class com.beasys.commerce.axiom.advisor.advislets.ClassificationAdviceResultsImpl implements Serializable

Serialized Fields

classification

Classification classification

Class com.beasys.commerce.axiom.advisor.advislets.ClassificationAdvisletImpl implements Serializable

Class com.beasys.commerce.axiom.advisor.advislets.ContentQueryAdviceRequestImpl implements Serializable

Serialized Fields

max

long max

sortBy

java.lang.String sortBy

contentHome

java.lang.String contentHome

query

java.lang.String query

Class com.beasys.commerce.axiom.advisor.advislets.ContentQueryAdviceResultsImpl implements Serializable

Serialized Fields

contents

java.util.Collection contents

Class com.beasys.commerce.axiom.advisor.advislets.ContentQueryAdvisletImpl implements Serializable

Class com.beasys.commerce.axiom.advisor.advislets.ContentSelectorAdviceRequestImpl implements Serializable

Serialized Fields

ruleSet

java.lang.String ruleSet

rule

java.lang.String rule

user

ConfigurableEntity user

successor

ConfigurableEntity successor

now

java.sql.Timestamp now

request

Request request

session

Session session

max

long max

sortBy

java.lang.String sortBy

contentHome

java.lang.String contentHome

query

java.lang.String query

Class com.beasys.commerce.axiom.advisor.advislets.ContentSelectorAdvisletImpl implements Serializable

Class com.beasys.commerce.axiom.advisor.advislets.SuccessorHandle implements Serializable


Package com.beasys.commerce.axiom.contact

Class com.beasys.commerce.axiom.contact.AddressHome implements Serializable

Class com.beasys.commerce.axiom.contact.AddressImpl implements Serializable

Serialized Fields

street2

java.lang.String street2

street1

java.lang.String street1
The street component of the address.

description

java.lang.String description
A description for the address that provide some clarification where needed.. i.e. "Primary Residence", "Delivery at Work".

city

java.lang.String city
The city component of the address.

postalCodeType

java.lang.String postalCodeType
The format or type of the postal code. Generally determined by the country (zip code in the US).

country

java.lang.String country
The country component of the address.

state

java.lang.String state

geoCode

java.lang.String geoCode

poBox

java.lang.String poBox
The Post Office Box component of the address when applicable.

county

java.lang.String county

countyCode

java.lang.String countyCode
The County Code of Address when applicable

postalCode

java.lang.String postalCode
The string that represents the postal code

Class com.beasys.commerce.axiom.contact.AuthenticationException implements Serializable

Class com.beasys.commerce.axiom.contact.ContactAddressHome implements Serializable

Class com.beasys.commerce.axiom.contact.ContactAddressImpl implements Serializable

Class com.beasys.commerce.axiom.contact.ContactImpl implements Serializable

Serialized Fields

primaryName

java.lang.String primaryName

contactAddress

Address contactAddress

email

java.lang.String email

businessPhone

java.lang.String businessPhone

firstName

java.lang.String firstName
The Person's given name.

fax

java.lang.String fax

middleName

java.lang.String middleName
A middle name or initial for the Person.

title

java.lang.String title
An additional qualifier that predicates the Person's name (e.g. Mr., Mrs., Ms., Dr. ).

homePhone

java.lang.String homePhone

lastName

java.lang.String lastName
The Person's surname.

suffix

java.lang.String suffix
An additional qualifier that follows the Person's name (e.g. Jr., Sr. ).

Class com.beasys.commerce.axiom.contact.ContactPk implements Serializable

Class com.beasys.commerce.axiom.contact.ContactValue implements Serializable

Serialized Fields

contactAddress

Address contactAddress

email

java.lang.String email

businessPhone

java.lang.String businessPhone

firstName

java.lang.String firstName
The Person's given name.

fax

java.lang.String fax

middleName

java.lang.String middleName
A middle name or initial for the Person.

title

java.lang.String title
An additional qualifier that predicates the Person's name (e.g. Mr., Mrs., Ms., Dr. ).

homePhone

java.lang.String homePhone

lastName

java.lang.String lastName
The Person's surname.

suffix

java.lang.String suffix
An additional qualifier that follows the Person's name (e.g. Jr., Sr. ).

Class com.beasys.commerce.axiom.contact.CreditCardHome implements Serializable

Class com.beasys.commerce.axiom.contact.CreditCardImpl implements Serializable

Serialized Fields

VISA

java.lang.String VISA

MASTERCARD

java.lang.String MASTERCARD

AMERICAN_EXPRESS

java.lang.String AMERICAN_EXPRESS

DINERS_CLUB

java.lang.String DINERS_CLUB

CARTE_BLANCHE

java.lang.String CARTE_BLANCHE

DISCOVER

java.lang.String DISCOVER

ENROUTE

java.lang.String ENROUTE

JCB

java.lang.String JCB

number

java.lang.String number
The account number for the card.

billingAddress

Address billingAddress

company

java.lang.String company
The name of the company if this is a corporate card.

type

java.lang.String type
The issuing authority for the account number (e.g. Visa, MasterCard, American Express ).

expirationDate

java.sql.Date expirationDate
The date on which the card expires. The day will be set to the last day of the month on which the card expires.

name

java.lang.String name
The name printed on the card.

displayNumber

java.lang.String displayNumber
Display number in the form XXXX XXXX XXXX 1234. Obviates the need to decrypt when only display is required.

Class com.beasys.commerce.axiom.contact.GroupAlreadyExistsException implements Serializable

Class com.beasys.commerce.axiom.contact.GroupImpl implements Serializable

Serialized Fields

identifier

java.lang.String identifier
The primary key field for this group.

Class com.beasys.commerce.axiom.contact.GroupPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class com.beasys.commerce.axiom.contact.GroupValue implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class com.beasys.commerce.axiom.contact.InvalidGroupNameException implements Serializable

Class com.beasys.commerce.axiom.contact.InvalidPasswordException implements Serializable

Class com.beasys.commerce.axiom.contact.InvalidUsernameException implements Serializable

Class com.beasys.commerce.axiom.contact.RealmConfigurationBean implements Serializable

Serialized Fields

realmName

java.lang.String realmName

Class com.beasys.commerce.axiom.contact.ReservedGroupNameException implements Serializable

Class com.beasys.commerce.axiom.contact.ReservedUsernameException implements Serializable

Class com.beasys.commerce.axiom.contact.ServiceProviderException implements Serializable

Class com.beasys.commerce.axiom.contact.UnifiedProfileType implements Serializable

Serialized Fields

typeName

java.lang.String typeName
the name of this profile type

className

java.lang.String className
the class of this profile type

home

java.lang.String home
the home to look for this profile type

pk

java.lang.String pk
the class of this profile type's pk

jndiName

java.lang.String jndiName
the name to use to lookup this profile type

successor

java.lang.String successor
the type name of this profile type's successor

Class com.beasys.commerce.axiom.contact.UnifiedProfileTypeManagerBean implements Serializable

Serialized Fields

nullCache

java.util.ArrayList nullCache

Class com.beasys.commerce.axiom.contact.UserAlreadyExistsException implements Serializable

Class com.beasys.commerce.axiom.contact.UserImpl implements Serializable

Serialized Fields

identifier

java.lang.String identifier
The primary key for this user.

Class com.beasys.commerce.axiom.contact.UserManagementException implements Serializable

Class com.beasys.commerce.axiom.contact.UserManagerBean implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext

Class com.beasys.commerce.axiom.contact.UserPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class com.beasys.commerce.axiom.contact.UserValue implements Serializable

Serialized Fields

identifier

java.lang.String identifier


Package com.beasys.commerce.axiom.contact.security

Class com.beasys.commerce.axiom.contact.security.RDBMSDelegate.Finished implements Serializable

Serialized Fields

value

java.lang.Object value
The value associated with this object.

Class com.beasys.commerce.axiom.contact.security.RDBMSException implements Serializable


Package com.beasys.commerce.axiom.content

Class com.beasys.commerce.axiom.content.ContentImpl implements Serializable

Serialized Fields

propertyCase

int propertyCase
How this bean modifies property keys.

This value should one of: PROPERTY_CASE_NONE, PROPERTY_CASE_LOWER, or PROPERTY_CASE_UPPER. It will be initialize in the setEntityContent() method.


identifier

java.lang.String identifier
The unique identifier of the Content.

mimeType

java.lang.String mimeType
The mimeType of the content.

Class com.beasys.commerce.axiom.content.ContentManagerImpl implements Serializable

Class com.beasys.commerce.axiom.content.ContentPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier
The unique identifier of the Content.

Class com.beasys.commerce.axiom.content.ContentValue implements Serializable

Serialized Fields

identifier

java.lang.String identifier
The unique identifier of the content.

mimeType

java.lang.String mimeType
The mime type of the content.


Package com.beasys.commerce.axiom.document

Class com.beasys.commerce.axiom.document.DocumentImpl implements Serializable

Serialized Fields

description

java.lang.String description
The description of the document.

size

long size
The size of the document.

modifiedBy

java.lang.String modifiedBy
The identifier of the last person to modify the document.

modifiedDate

java.sql.Timestamp modifiedDate
The time/date of when the document was modified last.

creationDate

java.sql.Timestamp creationDate
The date upon which the document was created.

version

long version
The version number of the document.

author

java.lang.String author
The author/creator of the document.

lockedBy

java.lang.String lockedBy
The identifier of the person who has the file locked.

comments

java.lang.String comments
Any comments about the document.

name

java.lang.String name
The name of the document.

Class com.beasys.commerce.axiom.document.DocumentManagerImpl implements Serializable

Class com.beasys.commerce.axiom.document.DocumentPk implements Serializable

Class com.beasys.commerce.axiom.document.DocumentValue implements Serializable

Serialized Fields

description

java.lang.String description
The document description.

size

long size
The document size.

modifiedBy

java.lang.String modifiedBy
The document modifier.

modifiedDate

java.sql.Timestamp modifiedDate
The document last modified date.

creationDate

java.sql.Timestamp creationDate
The date upon which the document was created.

version

long version
The document version.

author

java.lang.String author
The document author.

lockedBy

java.lang.String lockedBy
The document locker.

comments

java.lang.String comments
The document comments.

name

java.lang.String name
The document names.


Package com.beasys.commerce.axiom.document.fast

Class com.beasys.commerce.axiom.document.fast.FastContentImpl implements Serializable

Serialized Fields

propertyCase

int propertyCase
How this object modifies property keys.

This value should one of: PROPERTY_CASE_NONE, PROPERTY_CASE_LOWER, or PROPERTY_CASE_UPPER.

When an attribute is set with FastContentImpl.putProperty(java.lang.String, java.lang.Object), the key will be modified based upon what this is set to.


properties

java.util.Map properties
The hash map of properties.

Class com.beasys.commerce.axiom.document.fast.FastContentImpl.PublicContentValue implements Serializable

Class com.beasys.commerce.axiom.document.fast.FastDocumentImpl implements Serializable

Serialized Fields

docMgrHomeHandle

javax.ejb.HomeHandle docMgrHomeHandle
The HomeHandle to the DocumentManagerHome to use to get a DocumentManager.

docBytesRef

java.lang.ref.Reference docBytesRef
A Reference cache of the Document's full bytes.

Class com.beasys.commerce.axiom.document.fast.FastDocumentImpl.PublicDocumentValue implements Serializable

Class com.beasys.commerce.axiom.document.fast.RefFastDocumentManagerImpl implements Serializable

Serialized Fields

dataSource

javax.sql.DataSource dataSource
Deprecated. 
The smart connection pool we use.

docRoot

java.lang.String docRoot
Deprecated. 
The doc root for documents.

Class com.beasys.commerce.axiom.document.fast.SPIFastDocumentManagerImpl implements Serializable

Serialized Fields

propertyCase

int propertyCase
The property case for Content object we create.
See Also:
FastContentImpl.PROPERTY_CASE_LOWER, FastContentImpl.PROPERTY_CASE_UPPER, FastContentImpl.PROPERTY_CASE_NONE


Package com.beasys.commerce.axiom.document.loader

Class com.beasys.commerce.axiom.document.loader.BulkLoader.ShowUsageException implements Serializable


Package com.beasys.commerce.axiom.document.spi

Class com.beasys.commerce.axiom.document.spi.DocumentException implements Serializable

Serialized Fields

sourceMesg

java.lang.String sourceMesg
The source exception message.


Package com.beasys.commerce.axiom.jsp

Class com.beasys.commerce.axiom.jsp.JspBeanBase implements Serializable

Class com.beasys.commerce.axiom.jsp.JspServiceManager implements Serializable

Serialized Fields

trafficURI

java.lang.String trafficURI
The URI of the JspServiceManager.

groupName

java.lang.String groupName
The group name associated with the p13n application instance.

defaultDest

java.lang.String defaultDest
The p13n application's default destination.

homePage

java.lang.String homePage
The p13n application's home page.

sessionTimeout

int sessionTimeout
The time (in milliseconds) which elapses before the p13n application session is timed out. The session defaults to timing out when the browser is closed.

cookieTimeout

int cookieTimeout
The time (in milliseconds) which elapses before the p13n application cookie is timed outl The cookie defaults to timing out when the browser is closed.

allowAutoLogin

boolean allowAutoLogin
Whether the p13n application allows auto-login upon invocation. If auto-login is allowed, the user's cookie will be used to automatically log the user into the p13n application. Otherwise, a default p13n application is presented, and the user must login.

workingDir

java.lang.String workingDir
The working directory, relative the server's document root, of the p13n application instance.

workingDirFiles

java.util.HashSet workingDirFiles
This is the list of files contained within the working directory. This will be used for repository checking, and may or may not be reset based on flags set within the servlet start up parameters.

refreshWorkingDir

int refreshWorkingDir
Check for files every time. This means a recursive look at the directory structure if true.

documentRoot

java.lang.String documentRoot
The server's document root.

sessionParamName

java.lang.String sessionParamName
The name assigned to the session.

lastCheckTime

long lastCheckTime
Deprecated. - this value is meaningless for this release of JspServiceManager. It will always be -1 from this implementation.

The last time the working directory was checked.

repositoryDir

java.lang.String repositoryDir
Default implementation. Will look in this directory if it can't find the requested file beneath the working dir.

sessionComparator

SessionComparator sessionComparator
The session comparator used to validate a HttpServletRequest

map

java.util.HashMap map
Read the servlet initialization parameters into a Map.

determiner

DefaultDestinationDeterminer determiner
Delegate for maintenance of one set of code.


Package com.beasys.commerce.axiom.p13n.advisor

Class com.beasys.commerce.axiom.p13n.advisor.AbstractAdviceRequestImpl implements Serializable

Serialized Fields

agent

Agent agent
Deprecated. 

Class com.beasys.commerce.axiom.p13n.advisor.AdviceRequestValidationException implements Serializable

Class com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorBean implements Serializable

Serialized Fields

sessionContext

javax.ejb.SessionContext sessionContext
Deprecated. 
The ejb session context and root context.

rootCtx

javax.naming.Context rootCtx
Deprecated. 

Class com.beasys.commerce.axiom.p13n.advisor.PersonalizationAdvisorException implements Serializable

Serialized Fields

source

java.lang.Exception source
Deprecated. 
The source exception.


Package com.beasys.commerce.axiom.p13n.agents

Class com.beasys.commerce.axiom.p13n.agents.ClassificationAdviceRequestImpl implements Serializable

Serialized Fields

ruleSheet

java.lang.String ruleSheet
Deprecated. 

rule

java.lang.String rule
Deprecated. 

user

ConfigurableEntity user
Deprecated. 

successor

ConfigurableEntity successor
Deprecated. 

now

java.sql.Timestamp now
Deprecated. 

request

Request request
Deprecated. 

session

Session session
Deprecated. 

Class com.beasys.commerce.axiom.p13n.agents.ClassificationAdviceResultsImpl implements Serializable

Serialized Fields

classification

Classification classification
Deprecated. 

Class com.beasys.commerce.axiom.p13n.agents.ClassificationAgentImpl implements Serializable

Class com.beasys.commerce.axiom.p13n.agents.ContentQueryAdviceRequestImpl implements Serializable

Serialized Fields

max

long max
Deprecated. 

sortBy

java.lang.String sortBy
Deprecated. 

contentHome

java.lang.String contentHome
Deprecated. 

query

java.lang.String query
Deprecated. 

Class com.beasys.commerce.axiom.p13n.agents.ContentQueryAdviceResultsImpl implements Serializable

Serialized Fields

contents

java.util.Collection contents
Deprecated. 

Class com.beasys.commerce.axiom.p13n.agents.ContentQueryAgentImpl implements Serializable

Class com.beasys.commerce.axiom.p13n.agents.ContentSelectorAdviceRequestImpl implements Serializable

Serialized Fields

ruleSheet

java.lang.String ruleSheet
Deprecated. 

rule

java.lang.String rule
Deprecated. 

user

ConfigurableEntity user
Deprecated. 

successor

ConfigurableEntity successor
Deprecated. 

now

java.sql.Timestamp now
Deprecated. 

request

Request request
Deprecated. 

session

Session session
Deprecated. 

max

long max
Deprecated. 

sortBy

java.lang.String sortBy
Deprecated. 

contentHome

java.lang.String contentHome
Deprecated. 

query

java.lang.String query
Deprecated. 

Class com.beasys.commerce.axiom.p13n.agents.ContentSelectorAgentImpl implements Serializable

Class com.beasys.commerce.axiom.p13n.agents.SuccessorHandle implements Serializable

Serialized Fields

successor

ConfigurableEntity successor
Deprecated. 


Package com.beasys.commerce.axiom.p13n.http

Class com.beasys.commerce.axiom.p13n.http.DefaultRequestFilter implements Serializable

Class com.beasys.commerce.axiom.p13n.http.DefaultSessionFilter implements Serializable

Class com.beasys.commerce.axiom.p13n.http.Request implements Serializable

Serialized Fields

parameters

java.util.Map parameters

attributes

java.util.Map attributes

headers

java.util.Map headers

methods

java.util.Map methods

Class com.beasys.commerce.axiom.p13n.http.Session implements Serializable

Serialized Fields

values

java.util.Map values


Package com.beasys.commerce.axiom.p13n.jsp.tags

Class com.beasys.commerce.axiom.p13n.jsp.tags.P13nBodyTagSupport implements Serializable

Class com.beasys.commerce.axiom.p13n.jsp.tags.P13nTagSupport implements Serializable


Package com.beasys.commerce.axiom.reasoning.rules.results

Class com.beasys.commerce.axiom.reasoning.rules.results.Classification implements Serializable

Serialized Fields

name

java.lang.String name

Class com.beasys.commerce.axiom.reasoning.rules.results.ContentQuery implements Serializable

Serialized Fields

currentAndPhrase

Logical currentAndPhrase

contentType

java.lang.String contentType

name

java.lang.String name


Package com.beasys.commerce.axiom.reasoning.rules.service

Class com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataBean implements Serializable

Serialized Fields

name

java.lang.String name
The ruleset name

rulesetData

byte[] rulesetData
The actual ruleset data

context

javax.ejb.EntityContext context
EJB context

Class com.beasys.commerce.axiom.reasoning.rules.service.RulesetDataPK implements Serializable

Serialized Fields

name

java.lang.String name
The rule set name

Class com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean implements Serializable

Serialized Fields

contextExpirationAge

long contextExpirationAge
The context expiration age

contextExpirationPolicy

int contextExpirationPolicy
The context expiration policy

contextExpirationUseCount

long contextExpirationUseCount
The context expiration use count

contextWrapperCache

com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceBean.Stack contextWrapperCache
A cache of context wrappers

contextWrapperPool

java.util.HashMap contextWrapperPool
The context wrappers used for application of rules

contextWrapperPoolAccessCount

long contextWrapperPoolAccessCount
The context wrapper pool access count

contextWrapperPoolMaxSize

int contextWrapperPoolMaxSize
The context wrapper pool max size limit

initialized

boolean initialized
A flag indicating whether or not the instance has been initialized

serviceProviderManager

ServiceProviderManager serviceProviderManager
The service provider manager

sessionContext

javax.ejb.SessionContext sessionContext
The ejb session context.

Class com.beasys.commerce.axiom.reasoning.rules.service.RulesServiceException implements Serializable


Package com.beasys.commerce.axiom.tags

Class com.beasys.commerce.axiom.tags.CounterTag implements Serializable

Serialized Fields

minCount

long minCount
The counter starting point

maxCount

long maxCount
The counter end point

currCount

long currCount
The internal counting variable

id

java.lang.String id
The name of the variable to hold the iterator

type

java.lang.String type
The type of the variable to hold the iterator

Class com.beasys.commerce.axiom.tags.DateTag implements Serializable

Serialized Fields

timezoneId

java.lang.String timezoneId

formatStr

java.lang.String formatStr

dateStr

java.lang.String dateStr

Class com.beasys.commerce.axiom.tags.ForEachInArrayTag implements Serializable

Serialized Fields

array

java.lang.Object[] array
The array to be looped through

i

int i
The array index

id

java.lang.String id
The name of the variable to put the element value into

type

java.lang.String type
The type of the variable array

counterId

java.lang.String counterId
The name of the variable to put the element index into

Class com.beasys.commerce.axiom.tags.IsNullTag implements Serializable

Serialized Fields

item

java.lang.Object item
The object to be checked if null

Class com.beasys.commerce.axiom.tags.MonitorSessionTag implements Serializable

Serialized Fields

goToPage

java.lang.String goToPage

loginRequired

java.lang.String loginRequired

loginRequiredBool

boolean loginRequiredBool

request

javax.servlet.http.HttpServletRequest request

session

javax.servlet.http.HttpSession session

forwardPage

boolean forwardPage

Class com.beasys.commerce.axiom.tags.NotNullTag implements Serializable

Serialized Fields

item

java.lang.Object item
The object to be checked if not null

Class com.beasys.commerce.axiom.tags.PreparedStatementTag implements Serializable

Serialized Fields

id

java.lang.String id

sql

java.lang.String sql

level

int level

Class com.beasys.commerce.axiom.tags.SimpleReportTag implements Serializable

Serialized Fields

id

java.lang.String id
The id of the array to be created

matrix

java.lang.Object[][] matrix
The matrix to be created

resultSetName

java.sql.ResultSet resultSetName
The name of the ResultSet

resultSet

java.sql.ResultSet resultSet
The ResultSet

Class com.beasys.commerce.axiom.tags.TransposeArrayTag implements Serializable

Serialized Fields

array

java.lang.Object[][] array
The array to be transposed

newArray

java.lang.Object[][] newArray
The new array transposed from the old array

arrayName

java.lang.String arrayName
The name of the array to be transposed

id

java.lang.String id
The name of the new array transposed from the old array

type

java.lang.String type
The type of the new array transposed from the old array

Class com.beasys.commerce.axiom.tags.UriContentTag implements Serializable

Serialized Fields

id

java.lang.String id

uri

java.lang.String uri

pageData

java.lang.String pageData


Package com.beasys.commerce.axiom.util

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

Serialized Fields

identifier

java.lang.String identifier

prefix

java.lang.String prefix

counter

int counter

step

int step

numDigits

int numDigits

suffix

java.lang.String suffix

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

Serialized Fields

identifier

java.lang.String identifier

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

Serialized Fields

identifier

java.lang.String identifier

prefix

java.lang.String prefix

counter

int counter

step

int step

numDigits

int numDigits

suffix

java.lang.String suffix

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

Serialized Fields

currentCalendar

java.util.GregorianCalendar currentCalendar

monthDisplayed

java.util.GregorianCalendar monthDisplayed

monthNamesOld

java.lang.String[] monthNamesOld

monthNames

java.lang.String[] monthNames

daysInMonths

int[] daysInMonths

daysInWeek

java.lang.String[] daysInWeek

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

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


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

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

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


Package com.beasys.commerce.bridge.bmp

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

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


Package com.beasys.commerce.bridge.ldap

Class com.beasys.commerce.bridge.ldap.LDAPConfigurationBean implements Serializable


Package com.beasys.commerce.bridge.spi

Class com.beasys.commerce.bridge.spi.SPIException implements Serializable

Serialized Fields

spiException

java.lang.Exception spiException


Package com.beasys.commerce.content

Class com.beasys.commerce.content.ContentCache implements Serializable

Serialized Fields

cache

java.util.Map cache
The cache of id to ContentHolder.

Class com.beasys.commerce.content.ShowDocServlet implements Serializable

Serialized Fields

contentHome

java.lang.String contentHome
The content home.

closeStreams

boolean closeStreams
Do we close the output stream when finished.


Package com.beasys.commerce.content.tags

Class com.beasys.commerce.content.tags.BaseTag implements Serializable

Serialized Fields

failOnError

boolean failOnError
Are we supposed to fail (i.e. throw an exception) on an error.

readOnly

boolean readOnly
Are we supposed to get readonly versions of things.

useCache

boolean useCache
Should this try to use the cache.

cacheScope

java.lang.String cacheScope
The cache scope.

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


cacheId

java.lang.String cacheId
The cache id.

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


cacheTimeout

long cacheTimeout
The cache timeout.

Class com.beasys.commerce.content.tags.GetPropertyTag implements Serializable

Serialized Fields

entity

ConfigurableEntity entity
The document to use.

name

java.lang.String name
The name of the property to print.

scope

java.lang.String scope
The scope name of the property to print.

resultId

java.lang.String resultId
The id of the script variable to put the result into.

resultType

java.lang.String resultType
The type of the property.

defValue

java.lang.String defValue
The default value to print if the property is not found.

encodeType

java.lang.String encodeType
The encode type.

maxLength

int maxLength
The max length to print.

dateFormat

java.lang.String dateFormat
The date format to use.

numFormat

java.lang.String numFormat
The number format to use.

Class com.beasys.commerce.content.tags.PrintDocTag implements Serializable

Serialized Fields

doc

Document doc
The document object to use.

blockSize

int blockSize
The block size to read the data in.

startIndex

int startIndex
The index at which we should start reading.

endIndex

int endIndex
The index at which we should stop reading.

encodeType

java.lang.String encodeType
The encode type.

This can be "html" for html-encoding, "url" for url-encoding, or anything else for no encoding.


baseHref

java.lang.String baseHref
The BASE HREF to use.

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

Class com.beasys.commerce.content.tags.PrintPropertyTag implements Serializable

Class com.beasys.commerce.content.tags.SelectByIdTag implements Serializable

Serialized Fields

contentHome

java.lang.String contentHome
The JNDI name of the ContentManager to contact.

contentId

java.lang.String contentId
The identifier of the content.

onNotFound

java.lang.String onNotFound
The error message to give if the identifier is not found.

Class com.beasys.commerce.content.tags.SelectTag implements Serializable

Serialized Fields

contentHome

java.lang.String contentHome
The JNDI content manager home name.

max

long max
The maximum number of content to return.

sortBy

java.lang.String sortBy
The sort by clause.

queryStr

java.lang.String queryStr
The query string.

expr

Expression expr
The query.

If this is non-null, this will be used. Otherwise, the query string will be used.


Package com.beasys.commerce.foundation

Class com.beasys.commerce.foundation.BelongingImpl implements Serializable

Serialized Fields

__containingEntity

SmartEntityReference __containingEntity

__mapKey

java.lang.Object __mapKey

__sequenceNumber

java.lang.Long __sequenceNumber

__classIdentifier

java.lang.String __classIdentifier

__containingBelonging

Belonging __containingBelonging

Class com.beasys.commerce.foundation.ConfigurableEntityImpl implements Serializable

Class com.beasys.commerce.foundation.EmptySmartKey implements Serializable

Class com.beasys.commerce.foundation.EntityImpl implements Serializable

Serialized Fields

_ctx

javax.ejb.EntityContext _ctx

__containingEntity

SmartEntityReference __containingEntity

__mapKey

java.lang.Object __mapKey

__sequenceNumber

java.lang.Long __sequenceNumber

__classIdentifier

java.lang.String __classIdentifier

Class com.beasys.commerce.foundation.FatalWorkflowTransitionException implements Serializable

Class com.beasys.commerce.foundation.IllegalWorkflowTransitionException implements Serializable

Class com.beasys.commerce.foundation.PersistableHandle implements Serializable

Serialized Fields

smartKey

SmartKey smartKey

keyClassName

java.lang.String keyClassName

homeClassName

java.lang.String homeClassName

jndiHomeName

java.lang.String jndiHomeName

Class com.beasys.commerce.foundation.SessionImpl implements Serializable

Serialized Fields

_ctx

javax.ejb.SessionContext _ctx

Class com.beasys.commerce.foundation.SmartComparator implements Serializable

Class com.beasys.commerce.foundation.SmartKey implements Serializable

Class com.beasys.commerce.foundation.SmartValue implements Serializable

Class com.beasys.commerce.foundation.StateHome implements Serializable

Class com.beasys.commerce.foundation.StateImpl implements Serializable

Serialized Fields

name

java.lang.String name
A name that identifies the state uniquely within the context of a state machine.
                  name
 [State] <*>------> [java.lang.String] 

 

Class com.beasys.commerce.foundation.StateMachine implements Serializable

Serialized Fields

TRANSITION_KEY_TOKEN

java.lang.String TRANSITION_KEY_TOKEN

currentState

State currentState

initialState

State initialState

transitions

java.util.TreeMap transitions

states

java.util.TreeSet states

Class com.beasys.commerce.foundation.TransitionHome implements Serializable

Class com.beasys.commerce.foundation.TransitionImpl implements Serializable

Serialized Fields

startState

State startState
The begining state for this transition.
                  startState
 [Transition] <*>------> [com.beasys.commerce.foundation.State] 

 

endState

State endState
The targeted state for this transition.
                  endState
 [Transition] <*>------> [com.beasys.commerce.foundation.State] 

 

name

java.lang.String name
The event that triggers this transition.
                  name
 [Transition] <*>------> [java.lang.String] 

 

Class com.beasys.commerce.foundation.TransitionPolicyHome implements Serializable

Class com.beasys.commerce.foundation.TransitionPolicyImpl implements Serializable

Class com.beasys.commerce.foundation.WorkflowContext implements Serializable

Serialized Fields

state

java.lang.String state

Class com.beasys.commerce.foundation.WorkflowInstantiationException implements Serializable


Package com.beasys.commerce.foundation.exception

Class com.beasys.commerce.foundation.exception.ApplicationException implements Serializable

Serialized Fields

embeddedException

java.lang.Exception embeddedException

logMessages

java.util.Stack logMessages

userMessages

java.util.Stack userMessages

Class com.beasys.commerce.foundation.exception.BadInputException implements Serializable

Class com.beasys.commerce.foundation.exception.ConfigurationException implements Serializable

Class com.beasys.commerce.foundation.exception.CreateSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.DeploymentException implements Serializable

Class com.beasys.commerce.foundation.exception.FatalApplicationException implements Serializable

Serialized Fields

embeddedException

java.lang.Exception embeddedException

logMessages

java.util.Stack logMessages

userMessages

java.util.Stack userMessages

Class com.beasys.commerce.foundation.exception.FinderSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.InvalidArgumentException implements Serializable

Class com.beasys.commerce.foundation.exception.InvalidPipelineSessionStateException implements Serializable

Class com.beasys.commerce.foundation.exception.InvalidSessionStateException implements Serializable

Class com.beasys.commerce.foundation.exception.NamingSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.PipelineException implements Serializable

Serialized Fields

embeddedException

java.lang.Exception embeddedException

Class com.beasys.commerce.foundation.exception.PipelineFatalException implements Serializable

Class com.beasys.commerce.foundation.exception.PipelineNonFatalException implements Serializable

Class com.beasys.commerce.foundation.exception.ProcessingException implements Serializable

Serialized Fields

embeddedException

java.lang.Exception embeddedException
The Embedded exception

userMessage

java.lang.String userMessage
The name of the resource bundle that will be used to fetch the exception messages.

Class com.beasys.commerce.foundation.exception.RemoteSystemException implements Serializable

Class com.beasys.commerce.foundation.exception.SystemException implements Serializable

Serialized Fields

logMessages

java.util.Stack logMessages

userMessages

java.util.Stack userMessages

Class com.beasys.commerce.foundation.exception.UnimplementedException implements Serializable

Class com.beasys.commerce.foundation.exception.WebflowException implements Serializable

Serialized Fields

embeddedException

java.lang.Exception embeddedException


Package com.beasys.commerce.foundation.expression

Class com.beasys.commerce.foundation.expression.CriteriaHome implements Serializable

Class com.beasys.commerce.foundation.expression.CriteriaImpl implements Serializable

Serialized Fields

criteria

java.lang.Object criteria
The criteria value.

property

java.lang.String property
The property name.

scope

java.lang.String scope
The property scope.

comparator

java.lang.String comparator
The comparision operator.

Class com.beasys.commerce.foundation.expression.ExpressionHome implements Serializable

Class com.beasys.commerce.foundation.expression.ExpressionImpl implements Serializable

Serialized Fields

not

boolean not
Specifies if this is a negative logical expression.

Class com.beasys.commerce.foundation.expression.LogicalHome implements Serializable

Class com.beasys.commerce.foundation.expression.LogicalImpl implements Serializable

Serialized Fields

children

java.util.Collection children
The list of children Expressions.

logical

java.lang.String logical
The boolean logical operator.

Class com.beasys.commerce.foundation.expression.SearchHome implements Serializable

Class com.beasys.commerce.foundation.expression.SearchImpl implements Serializable

Serialized Fields

maxReturn

long maxReturn
The maximum number of objects to return.

sort

java.lang.String sort
The sorting criteria

expression

Expression expression
The search expression.


Package com.beasys.commerce.foundation.flow

Class com.beasys.commerce.foundation.flow.FlowException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.beasys.commerce.foundation.flow.FlowManager implements Serializable

Serialized Fields

applications

java.util.HashMap applications
Keep track of the applications and their data.

schemaManager

SchemaManager schemaManager


Package com.beasys.commerce.foundation.flow.jsp.tags

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowCachedValueTag implements Serializable

Serialized Fields

global

boolean global

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowGetApplicationURITag implements Serializable

Serialized Fields

includeContext

boolean includeContext

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowGetCachedValueTag implements Serializable

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowGetSessionValueTag implements Serializable

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowRemoveCachedValueTag implements Serializable

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowRemoveSessionValueTag implements Serializable

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowSessionTag implements Serializable

Serialized Fields

name

java.lang.String name

scoped

boolean scoped

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowSetCachedValueTag implements Serializable

Serialized Fields

value

java.lang.Object value

Class com.beasys.commerce.foundation.flow.jsp.tags.FlowSetSessionValueTag implements Serializable

Serialized Fields

value

java.lang.Object value


Package com.beasys.commerce.foundation.property

Class com.beasys.commerce.foundation.property.DirectPropertyManagerBean implements Serializable

Serialized Fields

usingCache

boolean usingCache

Class com.beasys.commerce.foundation.property.EntityPropertyAggregatorImpl implements Serializable

Serialized Fields

isLdapInit

boolean isLdapInit

isLdapRealm

boolean isLdapRealm

Class com.beasys.commerce.foundation.property.EntityPropertyManagerImpl implements Serializable

Serialized Fields

dataSource

javax.sql.DataSource dataSource

entityIdSequencer

Sequencer entityIdSequencer

propertyIdSequencer

Sequencer propertyIdSequencer

propertyTableSetPrefix

java.lang.String propertyTableSetPrefix

propertyMetaDataTableSetPrefix

java.lang.String propertyMetaDataTableSetPrefix

Class com.beasys.commerce.foundation.property.LDAPEntityPropertyManagerImpl implements Serializable

Serialized Fields

ldapHelper

LdapHelper ldapHelper

Class com.beasys.commerce.foundation.property.MapPropertySet implements Serializable

Serialized Fields

arguments

java.util.LinkedList arguments

delete

CommandLineArgument delete

type

CommandLineArgument type

name

CommandLineArgument name

description

CommandLineArgument description

url

CommandLineArgument url

context

CommandLineArgument context

propertiesFile

CommandLineArgument propertiesFile

schema

CommandLineArgument schema

Class com.beasys.commerce.foundation.property.MultiValuePropertyTypeHome implements Serializable

Class com.beasys.commerce.foundation.property.MultiValuePropertyTypeImpl implements Serializable

Class com.beasys.commerce.foundation.property.PropertyLocatorHome implements Serializable

Class com.beasys.commerce.foundation.property.PropertyLocatorImpl implements Serializable

Serialized Fields

jndiHomeName

java.lang.String jndiHomeName

pkString

java.lang.String pkString

schemaGroupName

java.lang.String schemaGroupName

Class com.beasys.commerce.foundation.property.PropertyMapKeyHome implements Serializable

Class com.beasys.commerce.foundation.property.PropertyMapKeyImpl implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

scopeName

java.lang.String scopeName

Class com.beasys.commerce.foundation.property.PropertyMetaDataHome implements Serializable

Class com.beasys.commerce.foundation.property.PropertyMetaDataImpl implements Serializable

Serialized Fields

defaultValue

java.lang.Object defaultValue
Used to keep track of the default value associated with this PropertyMetaData.

restrictedValues

java.util.HashSet restrictedValues
Used to keep track of the restricted values. The collection of restricted values is stored in a HashSet because duplicates are automatically removed.

propertyMetaDataId

long propertyMetaDataId
Unique ID of this PropertyMetaData. This is used to reference the default value and retricted value(s) associated with this PropertyMetaData in the type specific table.

schemaId

long schemaId
Unique ID of the Schema that contains this PropertyMetaData. This field is managed by the BMP code.

description

java.lang.String description
Description is a textual description of the property.

isExplicit

boolean isExplicit
Specifies whether the property is defined as a field of the ConfigurableEntity concrete implementation or as a dynamic property on the ConfigurableEntity. If isExplicit is set to true, it indicates that the property is defined as a regular data field. If isExplicit is set to false, it indicates a dynamic property.

isMultiValued

boolean isMultiValued
Specifies whether the property is single-valued or multi-valued. A multi-valued property supports a collection as its associated value.

isRestricted

boolean isRestricted
Specifies whether the values that can be associated with this property are restricted or not. Restricted property values are restricted to values listed in the restricted values. Unrestricted property values have no such limitation.

propertyType

PropertyType propertyType
Reference the PropertyType instance (either SingleValuePropertyType or MultiValuePropertyType object).

type

int type
Type is the data type of the property value.
See Also:
TypesHelper

Class com.beasys.commerce.foundation.property.PropertyTypeHome implements Serializable

Class com.beasys.commerce.foundation.property.PropertyTypeImpl implements Serializable

Serialized Fields

description

java.lang.String description

type

int type

Class com.beasys.commerce.foundation.property.SchemaImpl implements Serializable

Serialized Fields

schemaGroupName

java.lang.String schemaGroupName
Specifies the schema namespace for this Schema.

scopeName

java.lang.String scopeName
Specifies the scopeName within the schemaGroupName for this Schema.

description

java.lang.String description
A textual description for the Schema.

propertyMetaData

SmartMapReference propertyMetaData
The Map of PropertyMetaData.

schemaId

long schemaId
Unique ID used for the relationship with PropertyMetaData.

Class com.beasys.commerce.foundation.property.SchemaManagerBean implements Serializable

Class com.beasys.commerce.foundation.property.SchemaManagerException implements Serializable

Serialized Fields

nestedException_

java.lang.Throwable nestedException_

Class com.beasys.commerce.foundation.property.SchemaPk implements Serializable

Serialized Fields

scopeName

java.lang.String scopeName

schemaGroupName

java.lang.String schemaGroupName

Class com.beasys.commerce.foundation.property.SchemaValue implements Serializable

Serialized Fields

schemaGroupName

java.lang.String schemaGroupName
Specifies the schema namespace for this Schema.

scopeName

java.lang.String scopeName
Specifies the scopeName within the schemaGroupName for this Schema.

description

java.lang.String description
A textual description for the Schema.

propertyMetaData

java.util.Map propertyMetaData

schemaId

long schemaId
Unique ID used for the relationship with PropertyMetaData.

Class com.beasys.commerce.foundation.property.SimplePropertyLocator implements Serializable

Serialized Fields

jndiHomeName

java.lang.String jndiHomeName

pkString

java.lang.String pkString

schemaGroupName

java.lang.String schemaGroupName

Class com.beasys.commerce.foundation.property.SingleValuePropertyTypeHome implements Serializable

Class com.beasys.commerce.foundation.property.SingleValuePropertyTypeImpl implements Serializable

Class com.beasys.commerce.foundation.property.ValidationException implements Serializable


Package com.beasys.commerce.foundation.property.tags

Class com.beasys.commerce.foundation.property.tags.CreatePropertyTag implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

propertyDescription

java.lang.String propertyDescription

propertySet

java.lang.String propertySet

schemaGroupName

java.lang.String schemaGroupName

propertyType

int propertyType

multiple

boolean multiple

restricted

boolean restricted

Class com.beasys.commerce.foundation.property.tags.DeletePropertyTag implements Serializable

Serialized Fields

propertyName

java.lang.String propertyName

propertySet

java.lang.String propertySet

schemaGroupName

java.lang.String schemaGroupName

Class com.beasys.commerce.foundation.property.tags.GetPropertyNamesTag implements Serializable

Serialized Fields

propertySet

java.lang.String propertySet

schemaGroupName

java.lang.String schemaGroupName

Class com.beasys.commerce.foundation.property.tags.GetPropertySetNamesTag implements Serializable

Serialized Fields

schemaGroupName

java.lang.String schemaGroupName

Class com.beasys.commerce.foundation.property.tags.ResultTag implements Serializable

Serialized Fields

result

java.lang.String result


Package com.beasys.commerce.i18n.jsp.tags

Class com.beasys.commerce.i18n.jsp.tags.GetMessageTag implements Serializable

Serialized Fields

messageName

java.lang.String messageName

messageArgs

java.lang.Object[] messageArgs

language

java.lang.String language

country

java.lang.String country

variant

java.lang.String variant

bundleName

java.lang.String bundleName

locale

java.util.Locale locale

Class com.beasys.commerce.i18n.jsp.tags.I18nTag implements Serializable

Class com.beasys.commerce.i18n.jsp.tags.LocalizeTag implements Serializable

Serialized Fields

bundleName

java.lang.String bundleName

languages

java.lang.String[] languages

country

java.lang.String country

variant

java.lang.String variant

charset

java.lang.String charset

contentType

java.lang.String contentType

locale

java.util.Locale locale

language

java.lang.String language

bundle

MessageBundle bundle


Package com.beasys.commerce.p13n.tags

Class com.beasys.commerce.p13n.tags.ContentQueryTag implements Serializable

Serialized Fields

max

long max
Limits the number of content items returned.

sortBy

java.lang.String sortBy
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause. The sort specification is limited to a list of the metadata attribute names and the keywords ASC and DESC.

query

java.lang.String query
A content query string that can be appended as an 'and' phrase to the content query in the contentSelector rule.

home

java.lang.String home
The name of the content home bean. This maps to a JNDI name for the content home that handles a specific type of content and its provider.

ADVICE_REQUEST_TYPE

java.lang.String ADVICE_REQUEST_TYPE
The fully qualified name of the type of AdviceRequest this tag uses.

Class com.beasys.commerce.p13n.tags.ContentSelectorTag implements Serializable

Serialized Fields

ruleSet

java.lang.String ruleSet
The uri to the rulesheet containing the selector rule.

selector

java.lang.String selector
The name of the selector rule in the ruleSet.

max

long max
Limits the number of content items returned.

sortBy

java.lang.String sortBy
A list of document attributes to sort the content by. The syntax follows the SQL 'order by' clause. The sort specification is limited to a list of the metadata attribute names and the keywords ASC and DESC.

query

java.lang.String query
A content query string that can be appended as an 'and' phrase to the content query in the contentSelector rule.

home

java.lang.String home
The name of the content home bean. This maps to a JNDI name for the content home that handles a specific type of content and its provider.

id

java.lang.String id

ADVICE_REQUEST_TYPE

java.lang.String ADVICE_REQUEST_TYPE
The fully qualified name of the type of AdviceRequest this tag uses.

Class com.beasys.commerce.p13n.tags.DivTag implements Serializable

Serialized Fields

ruleSet

java.lang.String ruleSet
The rulesheet where the rule for this tag exists.

rule

java.lang.String rule
The rule in the ruleSet that determines whether the content should be displayed.

id

java.lang.String id

includeBody

boolean includeBody
Indicator of whether the body should be included.

ADVICE_REQUEST_TYPE

java.lang.String ADVICE_REQUEST_TYPE
The fully qualified name of the type of AdviceRequest this tag uses.

Class com.beasys.commerce.p13n.tags.P13nContentTagSupport implements Serializable

Serialized Fields

useCache

boolean useCache
Should this try to use the cache.

cacheScope

java.lang.String cacheScope
The cache scope.

cacheId

java.lang.String cacheId
The cache id.

cacheTimeout

long cacheTimeout
The cache timeout.


Package com.beasys.commerce.portal

Class com.beasys.commerce.portal.PortalCreateException implements Serializable

Class com.beasys.commerce.portal.PortalException implements Serializable

Class com.beasys.commerce.portal.PortalFinderException implements Serializable

Class com.beasys.commerce.portal.PortalObjectNotFoundException implements Serializable

Class com.beasys.commerce.portal.PortalRemoveException implements Serializable

Class com.beasys.commerce.portal.PortalResultsException implements Serializable


Package com.beasys.commerce.portal.admin

Class com.beasys.commerce.portal.admin.PortalServiceManager implements Serializable

Serialized Fields

portalName

java.lang.String portalName

thePortal

Portal thePortal
Hold on to the reference to the portal.

lastPortalCheck

long lastPortalCheck


Package com.beasys.commerce.portal.admin.jsp.tags

Class com.beasys.commerce.portal.admin.jsp.tags.AdminEvalTag implements Serializable

Class com.beasys.commerce.portal.admin.jsp.tags.AdminGetTag implements Serializable

Class com.beasys.commerce.portal.admin.jsp.tags.AdminPortalManagerTag implements Serializable

Class com.beasys.commerce.portal.admin.jsp.tags.AdminPortalPropertiesTag implements Serializable

Class com.beasys.commerce.portal.admin.jsp.tags.AdminPortletManagerTag implements Serializable

Class com.beasys.commerce.portal.admin.jsp.tags.LicenseTag implements Serializable

Serialized Fields

validLicense

boolean validLicense

product

java.lang.String product

id

java.lang.String id


Package com.beasys.commerce.portal.admin.jspbeans

Class com.beasys.commerce.portal.admin.jspbeans.GroupPersonalizationJspBean implements Serializable

Serialized Fields

isAvailable

boolean isAvailable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

debug

boolean debug

groupName

java.lang.String groupName
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

groupId

long groupId

Class com.beasys.commerce.portal.admin.jspbeans.PortalGroupHierarchyBean implements Serializable

Serialized Fields

groupName

java.lang.String groupName
The groupName in the edit_group page

expandedGroups

java.util.Hashtable expandedGroups
The object which stores all the expanded groups

displayType

java.lang.String displayType
By default it is in create

group2Search

java.lang.String group2Search
variable which stores a copy of the group to search in the recursive function search / recursiveSearch

Class com.beasys.commerce.portal.admin.jspbeans.PortalJspBean implements Serializable

Serialized Fields

pk

java.lang.Object pk

headerURL

java.lang.String headerURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

contentURL

java.lang.String contentURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

footerURL

java.lang.String footerURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

editURL

java.lang.String editURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

isEditable

boolean isEditable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

name

java.lang.String name
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

contentColumnCount

int contentColumnCount
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

contentColumnCountStr

java.lang.String contentColumnCountStr
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

suspended

boolean suspended
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

suspendedURL

java.lang.String suspendedURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

Class com.beasys.commerce.portal.admin.jspbeans.PortalLayoutJspBean implements Serializable

Class com.beasys.commerce.portal.admin.jspbeans.PortalPersonalizationJspBean implements Serializable

Serialized Fields

isAvailable

boolean isAvailable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

Class com.beasys.commerce.portal.admin.jspbeans.PortalRemoveJspBean implements Serializable

Serialized Fields

portal

Portal portal
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

Class com.beasys.commerce.portal.admin.jspbeans.PortletJspBean implements Serializable

Serialized Fields

categoryId

long categoryId
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>. This attribute not support yet and is reserved for future use.

maximizedURL

java.lang.String maximizedURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

moveable

boolean moveable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>. Since the Portal Framework does not support this attribute at this time, default it to true.

isMinimized

boolean isMinimized
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

isMandatory

boolean isMandatory
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>. Since the Portal Framework does not support this attribute at this time, default it to false.

minimizeable

boolean minimizeable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

maximizeable

boolean maximizeable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

floatable

boolean floatable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

visible

boolean visible
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

row

int row
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

column

int column
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

bannerURL

java.lang.String bannerURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

alternateHeaderURL

java.lang.String alternateHeaderURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

alternateFooterURL

java.lang.String alternateFooterURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

hasHelp

boolean hasHelp
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

helpURL

java.lang.String helpURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

iconURL

java.lang.String iconURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

isEditable

boolean isEditable
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

editURL

java.lang.String editURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

titlebarURL

java.lang.String titlebarURL
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

loginRequired

boolean loginRequired
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

Class com.beasys.commerce.portal.admin.jspbeans.UserPersonalizationJspBean implements Serializable

Serialized Fields

userName

java.lang.String userName
An HTTP request mapping attribute. This attribute is contained in the HTTP request for the JSP page associated with this <jsp:usebean>.

userId

long userId


Package com.beasys.commerce.portal.jsp.tags

Class com.beasys.commerce.portal.jsp.tags.EvalTag implements Serializable

Serialized Fields

tag

java.lang.String tag

id

java.lang.String id

target

Portlet target

request

javax.servlet.http.HttpServletRequest request

session

javax.servlet.http.HttpSession session

Class com.beasys.commerce.portal.jsp.tags.GetGroupsForPortalTag implements Serializable

Serialized Fields

id

java.lang.String id
The id of the array containing the associated group names

portalName

java.lang.String portalName
The name of the portal to be searched for associated groups

array

java.lang.String[] array
The array containing the associated group names

request

javax.servlet.http.HttpServletRequest request
The request object

groups

java.lang.String[] groups

Class com.beasys.commerce.portal.jsp.tags.GetTag implements Serializable

Serialized Fields

tag

java.lang.String tag

target

Portlet target

attrValue

java.lang.String attrValue

request

javax.servlet.http.HttpServletRequest request

session

javax.servlet.http.HttpSession session

Class com.beasys.commerce.portal.jsp.tags.MonitorSessionTag implements Serializable

Serialized Fields

goToPage

java.lang.String goToPage

loginRequired

java.lang.String loginRequired

loginRequiredBool

boolean loginRequiredBool

request

javax.servlet.http.HttpServletRequest request

session

javax.servlet.http.HttpSession session

forwardPage

boolean forwardPage

Class com.beasys.commerce.portal.jsp.tags.PortalManagerTag implements Serializable

Serialized Fields

action

java.lang.String action

id

java.lang.String id

portalName

java.lang.String portalName

target

Portal target

portalMgr

PortalManager portalMgr

portalRef

Portal portalRef

request

javax.servlet.http.HttpServletRequest request

session

javax.servlet.http.HttpSession session

Class com.beasys.commerce.portal.jsp.tags.PortalPropertiesTag implements Serializable

Serialized Fields

id

java.lang.String id
The id of the property value

propertyName

java.lang.String propertyName
The name of the property whose value is to be retrieved

Class com.beasys.commerce.portal.jsp.tags.PortletManagerTag implements Serializable

Serialized Fields

action

java.lang.String action

id

java.lang.String id

portalName

java.lang.String portalName

portletName

java.lang.String portletName

groupIdLong

long groupIdLong

userIdLong

long userIdLong

target

Portlet target

scope

java.lang.String scope

request

javax.servlet.http.HttpServletRequest request

session

javax.servlet.http.HttpSession session

defaultGroupId

long defaultGroupId

defaultUserId

long defaultUserId


Package com.beasys.commerce.portal.jspbeans

Class com.beasys.commerce.portal.jspbeans.GroupUserJspBean implements Serializable

Class com.beasys.commerce.portal.jspbeans.UserRegistrationBean implements Serializable


Package com.beasys.commerce.reasoning.rules.editor.jspbeans

Class com.beasys.commerce.reasoning.rules.editor.jspbeans.ClassifierPhraseBean implements Serializable

Serialized Fields

ors

int ors

selectedProperty

java.lang.String selectedProperty

Class com.beasys.commerce.reasoning.rules.editor.jspbeans.ContentViewBean implements Serializable

Serialized Fields

deleteAndWhen

java.lang.String deleteAndWhen

deleteClassifier

java.lang.String deleteClassifier

deleteIf

java.lang.String deleteIf

andWhenPhrases

java.util.TreeMap andWhenPhrases

classifierPhrases

java.util.TreeMap classifierPhrases

ifPhrases

java.util.TreeMap ifPhrases

Class com.beasys.commerce.reasoning.rules.editor.jspbeans.NowBean implements Serializable

Serialized Fields

comparator

java.lang.String comparator

constantValue

long constantValue


Package com.beasys.commerce.servicemanager

Class com.beasys.commerce.servicemanager.CommerceServiceManagerBean implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx
The ejb session context.

properties

java.util.Properties properties
The service manager properties.


Package com.beasys.commerce.user.jsp.beans

Class com.beasys.commerce.user.jsp.beans.AnonymousProfileBean implements Serializable

Class com.beasys.commerce.user.jsp.beans.CachedProfileBean implements Serializable

Serialized Fields

profileKey

java.lang.String profileKey

profileType

java.lang.String profileType

profileId

long profileId

successorKey

java.lang.String successorKey

successorType

java.lang.String successorType

successorId

long successorId

mySuccessorBean

CachedProfileBean mySuccessorBean

cacheInitialized

boolean cacheInitialized

Class com.beasys.commerce.user.jsp.beans.LocalProfileBean implements Serializable

Serialized Fields

properties

java.util.Map properties

defaultScope

java.util.Map defaultScope


Package com.beasys.commerce.user.jsp.tags

Class com.beasys.commerce.user.jsp.tags.AddGroupToGroupTag implements Serializable

Serialized Fields

parentGroupName

java.lang.String parentGroupName

childGroupName

java.lang.String childGroupName

Class com.beasys.commerce.user.jsp.tags.AddUserToGroupTag implements Serializable

Serialized Fields

username

java.lang.String username

groupName

java.lang.String groupName

Class com.beasys.commerce.user.jsp.tags.ChangeGroupNameTag implements Serializable

Serialized Fields

oldGroupName

java.lang.String oldGroupName

newGroupName

java.lang.String newGroupName

Class com.beasys.commerce.user.jsp.tags.CreateGroupTag implements Serializable

Serialized Fields

groupName

java.lang.String groupName

parentName

java.lang.String parentName

Class com.beasys.commerce.user.jsp.tags.CreateUserTag implements Serializable

Serialized Fields

username

java.lang.String username

password

java.lang.String password

profileType

java.lang.String profileType

saveAnonymous

boolean saveAnonymous

Class com.beasys.commerce.user.jsp.tags.GetChildGroupNamesTag implements Serializable

Serialized Fields

groupName

java.lang.String groupName

Class com.beasys.commerce.user.jsp.tags.GetChildGroupsTag implements Serializable

Serialized Fields

groupName

java.lang.String groupName

Class com.beasys.commerce.user.jsp.tags.GetGroupNamesForUserTag implements Serializable

Serialized Fields

username

java.lang.String username

Class com.beasys.commerce.user.jsp.tags.GetParentGroupNameTag implements Serializable

Serialized Fields

groupName

java.lang.String groupName

Class com.beasys.commerce.user.jsp.tags.GetProfileTag implements Serializable

Serialized Fields

profileId

java.lang.String profileId

successorId

java.lang.String successorId

profileType

java.lang.String profileType

successorType

java.lang.String successorType

profileKey

java.lang.String profileKey

successorKey

java.lang.String successorKey

scope

java.lang.String scope

groupOnly

boolean groupOnly

Class com.beasys.commerce.user.jsp.tags.GetPropertyAsStringTag implements Serializable

Class com.beasys.commerce.user.jsp.tags.GetPropertyTag implements Serializable

Class com.beasys.commerce.user.jsp.tags.GetTopLevelGroupsTag implements Serializable

Class com.beasys.commerce.user.jsp.tags.GetUserNamesForGroupTag implements Serializable

Serialized Fields

groupName

java.lang.String groupName

userLimit

int userLimit

searchExp

java.lang.String searchExp

result

java.lang.String result

Class com.beasys.commerce.user.jsp.tags.GetUserNamesTag implements Serializable

Serialized Fields

userLimit

int userLimit

searchExp

java.lang.String searchExp

result

java.lang.String result

Class com.beasys.commerce.user.jsp.tags.LoginTag implements Serializable

Class com.beasys.commerce.user.jsp.tags.LogoutTag implements Serializable

Class com.beasys.commerce.user.jsp.tags.PropertyTag implements Serializable

Serialized Fields

propertySet

java.lang.String propertySet

propertyName

java.lang.String propertyName

Class com.beasys.commerce.user.jsp.tags.RemoveGroupFromGroupTag implements Serializable

Serialized Fields

parentGroupName

java.lang.String parentGroupName

childGroupName

java.lang.String childGroupName

Class com.beasys.commerce.user.jsp.tags.RemoveGroupTag implements Serializable

Serialized Fields

groupName

java.lang.String groupName

Class com.beasys.commerce.user.jsp.tags.RemovePropertyTag implements Serializable

Class com.beasys.commerce.user.jsp.tags.RemoveUserFromGroupTag implements Serializable

Serialized Fields

username

java.lang.String username

groupName

java.lang.String groupName

Class com.beasys.commerce.user.jsp.tags.RemoveUserTag implements Serializable

Serialized Fields

username

java.lang.String username

Class com.beasys.commerce.user.jsp.tags.ResultTag implements Serializable

Serialized Fields

result

java.lang.String result

Class com.beasys.commerce.user.jsp.tags.SetPasswordTag implements Serializable

Serialized Fields

password

java.lang.String password

username

java.lang.String username

Class com.beasys.commerce.user.jsp.tags.SetPropertyTag implements Serializable

Serialized Fields

value

java.lang.Object value

result

java.lang.String result

Class com.beasys.commerce.user.jsp.tags.UserManagerTag implements Serializable


Package com.beasys.commerce.util

Class com.beasys.commerce.util.ArgsParser.HelpSpecifiedException implements Serializable

Class com.beasys.commerce.util.ArgsParser.UsageException implements Serializable

Class com.beasys.commerce.util.ExpressionHelper.ParseException implements Serializable

Serialized Fields

line

int line
The line number of the error.

Less than 0 for unknown.


column

int column
The column number of the error.

Less than 0 for unknown.


token

java.lang.String token
The possible error token.

Null for unknown.

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartCollectionReference implements Serializable

Serialized Fields

vector

java.util.Vector vector

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartEntityReference implements Serializable

Serialized Fields

ejbHandle

javax.ejb.Handle ejbHandle

Class com.beasys.commerce.util.PersistenceHelper.DefaultSmartMapReference implements Serializable

Serialized Fields

hashtable

java.util.Hashtable hashtable

Class com.beasys.commerce.util.SerializableEnumeration implements Serializable

Serialized Fields

c

java.util.Collection c
The Collection we're fronting for.

Class com.beasys.commerce.util.SoftHashMap implements Serializable

Serialized Fields

hash

java.util.Map hash
Hash table mapping keys to References.

This will contain a map of key to the Reference which contains the value. If the Reference is null, than the value is null (i.e. put(key, null)). If the Reference's referent (i.e. ref.get()) is null, then the value has been garbage collected and the key is no longer valid (i.e. should not be returned from iterator, entrySet(), containsKey(), etc.).


entrySet

java.util.Set entrySet
The EntrySet for this (lazily initialized).


Package com.beasys.commerce.util.dom

Class com.beasys.commerce.util.dom.AttrImpl implements Serializable

Serialized Fields

name

java.lang.String name
The attribute name.

value

java.lang.String value
The attribute value.

specified

boolean specified
The specified property of the attribute.

Class com.beasys.commerce.util.dom.CDATASectionImpl implements Serializable

Class com.beasys.commerce.util.dom.CharacterDataImpl implements Serializable

Serialized Fields

data

java.lang.StringBuffer data
The character data.

Class com.beasys.commerce.util.dom.CommentImpl implements Serializable

Class com.beasys.commerce.util.dom.DocumentFragmentImpl implements Serializable

Class com.beasys.commerce.util.dom.DocumentImpl implements Serializable

Serialized Fields

docType

org.w3c.dom.DocumentType docType
The document's doctype.

documentElement

org.w3c.dom.Element documentElement
The document's root node.

Class com.beasys.commerce.util.dom.DocumentTypeImpl implements Serializable

Serialized Fields

name

java.lang.String name
The DTD name.

entities

NamedNodeMapImpl entities
The map of entities.

notations

NamedNodeMapImpl notations
The map of notations.

Class com.beasys.commerce.util.dom.DOMBase implements Serializable

Serialized Fields

ownerDocument

org.w3c.dom.Document ownerDocument
The document we're part of.

readOnly

boolean readOnly
Are we a read-only node.

Class com.beasys.commerce.util.dom.DOMExceptionImpl implements Serializable

Class com.beasys.commerce.util.dom.ElementImpl implements Serializable

Serialized Fields

tagName

java.lang.String tagName
The tag name.

attributes

NamedNodeMapImpl attributes
The attributes of this element.

Class com.beasys.commerce.util.dom.EntityImpl implements Serializable

Serialized Fields

name

java.lang.String name
The entity name.

publicId

java.lang.String publicId
The public id.

systemId

java.lang.String systemId
The system id.

notationName

java.lang.String notationName
The notation name.

Class com.beasys.commerce.util.dom.EntityReferenceImpl implements Serializable

Serialized Fields

entityName

java.lang.String entityName
The entity name we reference.

Class com.beasys.commerce.util.dom.NamedNodeMapImpl implements Serializable

Serialized Fields

nodeMap

java.util.Hashtable nodeMap
The map of name to Node.

nodeList

java.util.Vector nodeList
The nodes in a list for enumeration.

Class com.beasys.commerce.util.dom.NodeImpl implements Serializable

Serialized Fields

parentNode

org.w3c.dom.Node parentNode
Our parent.

childNodes

NodeListImpl childNodes
Our children.

Class com.beasys.commerce.util.dom.NodeListImpl implements Serializable

Serialized Fields

nodes

java.util.Vector nodes
Our vector of nodes.

Class com.beasys.commerce.util.dom.NotationImpl implements Serializable

Serialized Fields

name

java.lang.String name
The node/notation name.

publicId

java.lang.String publicId
The public id of the notation.

systemId

java.lang.String systemId
The system id of the notation.

Class com.beasys.commerce.util.dom.ProcessingInstructionImpl implements Serializable

Serialized Fields

target

java.lang.String target
The target.

data

java.lang.String data
The data.

Class com.beasys.commerce.util.dom.TextImpl implements Serializable


Package examples.portlet.bean

Class examples.portlet.bean.BookmarkBean implements Serializable

Serialized Fields

mode

int mode

items

java.util.LinkedList items

bookmarkName

java.lang.String bookmarkName

bookmarkURL

java.lang.String bookmarkURL

bookmarkToDelete

java.lang.String bookmarkToDelete

Class examples.portlet.bean.TodoBean implements Serializable

Serialized Fields

mode

int mode

items

java.util.LinkedList items

errors

java.util.LinkedList errors

newItemText

java.lang.String newItemText

prioritySelect

java.lang.String prioritySelect

itemToDelete

java.lang.String itemToDelete


Package examples.usermgmt

Class examples.usermgmt.UnifiedUserBean implements Serializable

Serialized Fields

dirty

boolean dirty

verbose

boolean verbose

userPoints

java.lang.Long userPoints

Class examples.usermgmt.UnifiedUserPk implements Serializable


BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved