BEA Systems, Inc.

Serialized Form


Package com.beasys.commerce.axiom.contact

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

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

className

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

home

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

jndiName

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

pk

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

successor

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

typeName

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

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

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

Serialized Fields

identifier

java.lang.String identifier


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

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

identifier

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

mimeType

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

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.

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

author

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

comments

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

creationDate

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

description

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

lockedBy

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

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.

name

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

size

long size
The size of the document.

version

long version
The version number 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

author

java.lang.String author
The document author.

comments

java.lang.String comments
The document comments.

creationDate

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

description

java.lang.String description
The document description.

lockedBy

java.lang.String lockedBy
The document locker.

modifiedBy

java.lang.String modifiedBy
The document modifier.

modifiedDate

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

name

java.lang.String name
The document names.

size

long size
The document size.

version

long version
The document version.


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

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


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

allowAutoLogin

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

cookieTimeout

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

defaultDest

java.lang.String defaultDest
The portal's default destination.

documentRoot

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

groupName

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

homePage

java.lang.String homePage
The portal's home page.

lastCheckTime

long lastCheckTime
The last time the working directory was checked.

refreshWorkingDir

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

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

sessionParamName

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

sessionTimeout

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

trafficURI

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

workingDir

java.lang.String workingDir
The working directory, relative the server's document root, of the portal 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.


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

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

Serialized Fields

agent

Agent agent

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

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

Serialized Fields

rootCtx

javax.naming.Context rootCtx

sessionContext

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

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

Serialized Fields

source

java.lang.Exception source
The source exception.


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

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

Serialized Fields

now

java.sql.Timestamp now

request

Request request

rule

java.lang.String rule

ruleSheet

java.lang.String ruleSheet

session

Session session

successor

ConfigurableEntity successor

user

ConfigurableEntity user

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

Serialized Fields

classification

Classification classification

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

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

Serialized Fields

contentHome

java.lang.String contentHome

max

long max

query

java.lang.String query

sortBy

java.lang.String sortBy

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

Serialized Fields

contents

java.util.Collection contents

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

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

Serialized Fields

contentHome

java.lang.String contentHome

max

long max

now

java.sql.Timestamp now

query

java.lang.String query

request

Request request

rule

java.lang.String rule

ruleSheet

java.lang.String ruleSheet

session

Session session

sortBy

java.lang.String sortBy

successor

ConfigurableEntity successor

user

ConfigurableEntity user

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


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

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

Serialized Fields

attributes

java.util.Hashtable attributes

headers

java.util.Hashtable headers

methods

java.util.Hashtable methods

parameters

java.util.Hashtable parameters

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

Serialized Fields

values

java.util.Hashtable values


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

Class com.beasys.commerce.axiom.reasoning.rules.Arguments implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.Assert implements Serializable

Serialized Fields

ATTRIBUTE_logical

java.lang.String ATTRIBUTE_logical

Class com.beasys.commerce.axiom.reasoning.rules.BasicNode implements Serializable

Serialized Fields

children

java.util.LinkedList children
All the children for this node.

Class com.beasys.commerce.axiom.reasoning.rules.BasicTextNode implements Serializable

Serialized Fields

text

java.lang.String text

Class com.beasys.commerce.axiom.reasoning.rules.BinaryOp implements Serializable

Serialized Fields

ATTRIBUTE_comparator

java.lang.String ATTRIBUTE_comparator

ATTRIBUTE_left

java.lang.String ATTRIBUTE_left

ATTRIBUTE_right

java.lang.String ATTRIBUTE_right

Class com.beasys.commerce.axiom.reasoning.rules.Cast implements Serializable

Serialized Fields

ATTRIBUTE_type

java.lang.String ATTRIBUTE_type

Class com.beasys.commerce.axiom.reasoning.rules.Comment implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.Constant implements Serializable

Serialized Fields

ATTRIBUTE_schemaGroup

java.lang.String ATTRIBUTE_schemaGroup

ATTRIBUTE_type

java.lang.String ATTRIBUTE_type

ATTRIBUTE_value

java.lang.String ATTRIBUTE_value

Class com.beasys.commerce.axiom.reasoning.rules.Description implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.DisplayItem implements Serializable

Serialized Fields

ATTRIBUTE_type

java.lang.String ATTRIBUTE_type

Class com.beasys.commerce.axiom.reasoning.rules.Method implements Serializable

Serialized Fields

ATTRIBUTE_comparator

java.lang.String ATTRIBUTE_comparator

ATTRIBUTE_left

java.lang.String ATTRIBUTE_left

ATTRIBUTE_phrase

java.lang.String ATTRIBUTE_phrase

ATTRIBUTE_right

java.lang.String ATTRIBUTE_right

ATTRIBUTE_template

java.lang.String ATTRIBUTE_template

Class com.beasys.commerce.axiom.reasoning.rules.NamedNode implements Serializable

Serialized Fields

ATTRIBUTE_name

java.lang.String ATTRIBUTE_name

Class com.beasys.commerce.axiom.reasoning.rules.NaryOp implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.New implements Serializable

Serialized Fields

ATTRIBUTE_className

java.lang.String ATTRIBUTE_className

Class com.beasys.commerce.axiom.reasoning.rules.Op implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.Rule implements Serializable

Serialized Fields

ATTRIBUTE_contentType

java.lang.String ATTRIBUTE_contentType

ATTRIBUTE_type

java.lang.String ATTRIBUTE_type

Class com.beasys.commerce.axiom.reasoning.rules.RuleManagerBean implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx

Class com.beasys.commerce.axiom.reasoning.rules.RuleSheet implements Serializable

Serialized Fields

ATTRIBUTE_editor

java.lang.String ATTRIBUTE_editor

ATTRIBUTE_editorVersion

java.lang.String ATTRIBUTE_editorVersion

ATTRIBUTE_userPropertySet

java.lang.String ATTRIBUTE_userPropertySet

name

java.lang.String name

Class com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionBean implements Serializable

Serialized Fields

ctx

javax.ejb.EntityContext ctx
EJB spec variable.

document

byte[] document
The actual document.

name

java.lang.String name
The name of the rule sheet.

Class com.beasys.commerce.axiom.reasoning.rules.RuleSheetDefinitionPK implements Serializable

Serialized Fields

name

java.lang.String name
The rule sheet name.

Class com.beasys.commerce.axiom.reasoning.rules.RuleSheetResolver implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.SimpleCondition implements Serializable

Serialized Fields

ATTRIBUTE_bind

java.lang.String ATTRIBUTE_bind

ATTRIBUTE_className

java.lang.String ATTRIBUTE_className

ATTRIBUTE_phrase

java.lang.String ATTRIBUTE_phrase

ATTRIBUTE_template

java.lang.String ATTRIBUTE_template

Class com.beasys.commerce.axiom.reasoning.rules.Then implements Serializable

Serialized Fields

addedClassifierSide

boolean addedClassifierSide

addedContentSelectorClause

boolean addedContentSelectorClause

Class com.beasys.commerce.axiom.reasoning.rules.UnaryOp implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.Variable implements Serializable

Class com.beasys.commerce.axiom.reasoning.rules.When implements Serializable

Serialized Fields

classifierBindsAttached

boolean classifierBindsAttached

contentSelectorBindsAttached

boolean contentSelectorBindsAttached


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

contentType

java.lang.String contentType

currentAndPhrase

Logical currentAndPhrase

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

context

javax.ejb.EntityContext context
EJB context

name

java.lang.String name
The ruleset name

rulesetData

byte[] rulesetData
The actual ruleset data

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.reasoning.rules.serviceProvider

Class com.beasys.commerce.axiom.reasoning.rules.serviceProvider.ServiceProviderException implements Serializable


Package com.beasys.commerce.axiom.util

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

Serialized Fields

currentCalendar

java.util.GregorianCalendar currentCalendar

daysInMonths

int[] daysInMonths

daysInWeek

java.lang.String[] daysInWeek

monthDisplayed

java.util.GregorianCalendar monthDisplayed

monthNames

java.lang.String[] monthNames

monthNamesOld

java.lang.String[] monthNamesOld

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


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

closeStreams

boolean closeStreams
Do we close the output stream when finished.

contentHome

java.lang.String contentHome
The content home.


Package com.beasys.commerce.content.tags

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

Serialized Fields

cacheId

java.lang.String cacheId
The cache id.

cacheTimeout

long cacheTimeout
The cache timeout.

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.

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

Serialized Fields

blockSize

int blockSize
The block size to read the data in.

encodeType

java.lang.String encodeType
The encode type.

endIndex

int endIndex
The index at which we should stop reading.

startIndex

int startIndex
The index at which we should start reading.

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

Serialized Fields

dateFormat

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

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.

name

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

numFormat

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

scope

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

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 home name.

max

long max
The maximum number of content to return.

queryStr

java.lang.String queryStr
The query string.

sortBy

java.lang.String sortBy
The sort by clause.


Package com.beasys.commerce.foundation

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

Serialized Fields

__classIdentifier

java.lang.String __classIdentifier

__containingBelonging

Belonging __containingBelonging

__containingEntity

SmartEntityReference __containingEntity

__mapKey

java.lang.Object __mapKey

__sequenceNumber

int __sequenceNumber

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

__classIdentifier

java.lang.String __classIdentifier

__containingEntity

SmartEntityReference __containingEntity

__mapKey

java.lang.Object __mapKey

__sequenceNumber

int __sequenceNumber

_ctx

javax.ejb.EntityContext _ctx

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

homeClassName

java.lang.String homeClassName

jndiHomeName

java.lang.String jndiHomeName

keyClassName

java.lang.String keyClassName

smartKey

SmartKey smartKey

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

currentState

State currentState

initialState

State initialState

states

java.util.TreeSet states

TRANSITION_KEY_TOKEN

java.lang.String TRANSITION_KEY_TOKEN

transitions

java.util.TreeMap transitions

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

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

Serialized Fields

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] 

 

startState

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

 

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.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.InvalidArgumentException implements Serializable

Class com.beasys.commerce.foundation.exception.SystemException 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.UnimplementedException implements Serializable


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

comparator

java.lang.String comparator
The comparision operator.

criteria

java.lang.Object criteria
The criteria value.

property

java.lang.String property
The property name.

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

expression

Expression expression
The search expression.

maxReturn

long maxReturn
The maximum number of objects to return.

sort

java.lang.String sort
The sorting criteria


Package com.beasys.commerce.foundation.property

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

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

Serialized Fields

isDefault

java.lang.Boolean isDefault

propertyKey

long propertyKey

propertyMetaDataId

long propertyMetaDataId

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

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

Serialized Fields

JNDIContext

javax.naming.Context JNDIContext

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

Serialized Fields

entityIdSequencer

Sequencer entityIdSequencer

propertyIdSequencer

Sequencer propertyIdSequencer

propertyTableSetPrefix

java.lang.String propertyTableSetPrefix

smartConnectionPool

SmartConnectionPool smartConnectionPool

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

Serialized Fields

JNDIContext

javax.naming.Context JNDIContext

ldapHelper

LdapHelper ldapHelper

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.PropertyMetaDataBooleanHome implements Serializable

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

Serialized Fields

value

java.lang.Boolean value

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

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

Serialized Fields

value

java.lang.Double value

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

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

Serialized Fields

value

java.lang.Float value

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

description

java.lang.String description
The PK information of the

isExplicit

boolean isExplicit

isMultiValued

boolean isMultiValued

isRestricted

boolean isRestricted

propertyMetaDataId

long propertyMetaDataId

propertyType

PropertyType propertyType

restrictedValues

java.util.HashSet restrictedValues

schemaId

long schemaId

SmartBMP

boolean SmartBMP

type

int type

values

SmartCollectionReference values

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

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

Serialized Fields

value

java.lang.Integer value

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

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

Serialized Fields

value

java.lang.Long value

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

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

Serialized Fields

value

java.lang.String value

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

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

Serialized Fields

value

java.sql.Timestamp value

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

description

java.lang.String description

propertyMetaData

SmartMapReference propertyMetaData

schemaGroupName

java.lang.String schemaGroupName

schemaId

long schemaId

scopeName

java.lang.String scopeName

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

schemaGroupName

java.lang.String schemaGroupName

scopeName

java.lang.String scopeName

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

Serialized Fields

description

java.lang.String description

propertyMetaData

java.util.Map propertyMetaData

schemaGroupName

java.lang.String schemaGroupName

schemaId

long schemaId

scopeName

java.lang.String scopeName

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

lastPortalCheck

long lastPortalCheck

portalName

java.lang.String portalName
The portal name associated with the portal instance.

thePortal

Portal thePortal
Hold on to the reference to the portal.


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

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

Serialized Fields

debug

boolean debug

groupId

long groupId

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

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.PortalGroupHierarchyBean implements Serializable

Serialized Fields

displayType

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

expandedGroups

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

group2Search

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

groupName

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

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

Serialized Fields

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

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

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

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

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

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

pk

java.lang.Object pk

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

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

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

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

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.

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

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

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

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

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.

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

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

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

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

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

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.

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

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

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

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

Serialized Fields

userId

long userId

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


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

cacheInitialized

boolean cacheInitialized

mySuccessorBean

CachedProfileBean mySuccessorBean

nullValues

java.util.HashMap nullValues

profileId

long profileId

profileKey

java.lang.String profileKey

profileType

java.lang.String profileType

successorId

long successorId

successorKey

java.lang.String successorKey

successorType

java.lang.String successorType

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

Serialized Fields

defaultScope

java.util.Map defaultScope

properties

java.util.Map properties


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.PersistenceHelper.DefaultSmartCollectionReference implements Serializable

Serialized Fields

collection

java.util.Collection collection

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

Serialized Fields

ejbObject

javax.ejb.EJBObject ejbObject

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

entrySet

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

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.).


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.

specified

boolean specified
The specified property of the attribute.

value

java.lang.String value
The attribute value.

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

entities

NamedNodeMapImpl entities
The map of entities.

name

java.lang.String name
The DTD name.

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

attributes

NamedNodeMapImpl attributes
The attributes of this element.

tagName

java.lang.String tagName
The tag name.

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

Serialized Fields

name

java.lang.String name
The entity name.

notationName

java.lang.String notationName
The notation name.

publicId

java.lang.String publicId
The public id.

systemId

java.lang.String systemId
The system id.

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

nodeList

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

nodeMap

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

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

Serialized Fields

childNodes

NodeListImpl childNodes
Our children.

parentNode

org.w3c.dom.Node parentNode
Our parent.

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

data

java.lang.String data
The data.

target

java.lang.String target
The target.

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


Package examples.businesspolicy

Class examples.businesspolicy.AprilFoolsDiscountPolicy implements Serializable

Class examples.businesspolicy.SeniorCitizenDiscountPolicy implements Serializable


Package examples.buybeans.item

Class examples.buybeans.item.BasicBeanImpl implements Serializable

Serialized Fields

customerRating

int customerRating
                  customerRating
 [BasicBean] <*>------> [int]

 

fullDescription

java.lang.String fullDescription
                  fullDescription
 [BasicBean] <*>------> [String]

 

Class examples.buybeans.item.BasicBeanPk implements Serializable

Class examples.buybeans.item.BasicBeanValue implements Serializable

Serialized Fields

customerRating

int customerRating
                  customerRating
 [BasicBean] <*>------> [int]

 

fullDescription

java.lang.String fullDescription
                  fullDescription
 [BasicBean] <*>------> [String]

 

Class examples.buybeans.item.BeanieBabyImpl implements Serializable

Serialized Fields

anomaly

boolean anomaly
                  anomaly
 [BeanieBaby] <*>------> [boolean]

 

availability

int availability
                  availability
 [BeanieBaby] <*>------> [int]

 

image

java.lang.String image
                  image
 [BeanieBaby] <*>------> [String]

 

retired

boolean retired
                  retired
 [BeanieBaby] <*>------> [boolean]

 

Class examples.buybeans.item.BeanieBabyPk implements Serializable

Class examples.buybeans.item.BeanieBabyValue implements Serializable

Serialized Fields

anomaly

boolean anomaly
                  anomaly
 [BeanieBaby] <*>------> [boolean]

 

availability

int availability
                  availability
 [BeanieBaby] <*>------> [int]

 

image

java.lang.String image
                  image
 [BeanieBaby] <*>------> [String]

 

retired

boolean retired
                  retired
 [BeanieBaby] <*>------> [boolean]

 

Class examples.buybeans.item.CoffeeBeanImpl implements Serializable

Serialized Fields

country

java.lang.String country
                  country
 [CoffeeBean] <*>------> [String]

 

gourmet

boolean gourmet
                  gourmet
 [CoffeeBean] <*>------> [boolean]

 

Class examples.buybeans.item.CoffeeBeanPk implements Serializable

Class examples.buybeans.item.CoffeeBeanValue implements Serializable

Serialized Fields

country

java.lang.String country
                  country
 [CoffeeBean] <*>------> [String]

 

gourmet

boolean gourmet
                  gourmet
 [CoffeeBean] <*>------> [boolean]

 

Class examples.buybeans.item.ItemDataLoaderServlet implements Serializable

Class examples.buybeans.item.JellyBeanImpl implements Serializable

Serialized Fields

gourmet

boolean gourmet
                  gourmet
 [JellyBean] <*>------> [boolean]

 

sugarfree

boolean sugarfree
                  sugarfree
 [JellyBean] <*>------> [boolean]

 

Class examples.buybeans.item.JellyBeanPk implements Serializable

Class examples.buybeans.item.JellyBeanValue implements Serializable

Serialized Fields

gourmet

boolean gourmet
                  gourmet
 [JellyBean] <*>------> [boolean]

 

sugarfree

boolean sugarfree
                  sugarfree
 [JellyBean] <*>------> [boolean]

 

Class examples.buybeans.item.ShippingMethodLoaderServlet implements Serializable


Package examples.usermgmt

Class examples.usermgmt.UnifiedUserBean implements Serializable

Serialized Fields

dirty

boolean dirty

userPoints

java.lang.Long userPoints

verbose

boolean verbose

Class examples.usermgmt.UnifiedUserPk implements Serializable


Package theory.smart.axiom.accounting

Class theory.smart.axiom.accounting.AccountEntryImpl implements Serializable

Serialized Fields

amount

Quantity amount
                  amount
 [AccountEntry] <*>------> [theory.smart.axiom.units.Quantity] 

 

booked

java.sql.Date booked
                  booked
 [AccountEntry] <*>------> [java.sql.Date] 

 

charged

java.sql.Date charged
                  charged
 [AccountEntry] <*>------> [java.sql.Date] 

 

from

SmartHandle from
                  from
 [AccountEntry] <>------> [theory.smart.axiom.accounting.Account] 

 

identifier

java.lang.String identifier
                  identifier
 [AccountEntry] <*>------> [String] (Primary Key)

 

memo

java.lang.String memo
                  memo
 [AccountEntry] <*>------> [String] 

 

to

SmartHandle to
                  to
 [AccountEntry] <>------> [theory.smart.axiom.accounting.Account] 

 

Class theory.smart.axiom.accounting.AccountEntryPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class theory.smart.axiom.accounting.AccountEntryValue implements Serializable

Serialized Fields

amount

Quantity amount
                  amount
 [AccountEntry] <*>------> [theory.smart.axiom.units.Quantity] 

 

booked

java.sql.Date booked
                  booked
 [AccountEntry] <*>------> [java.sql.Date] 

 

charged

java.sql.Date charged
                  charged
 [AccountEntry] <*>------> [java.sql.Date] 

 

from

SmartHandle from
                  from
 [AccountEntry] <>------> [theory.smart.axiom.accounting.Account] 

 

identifier

java.lang.String identifier
                  identifier
 [AccountEntry] <*>------> [String] (Primary Key)

 

memo

java.lang.String memo
                  memo
 [AccountEntry] <*>------> [String] 

 

to

SmartHandle to
                  to
 [AccountEntry] <>------> [theory.smart.axiom.accounting.Account] 

 

Class theory.smart.axiom.accounting.AccountImpl implements Serializable

Serialized Fields

accountEntries

com.sun.java.util.collections.LinkedList accountEntries
                  accountEntry (List)
 [Account] <>------> [theory.smart.axiom.accounting.AccountEntry]
                     0..*
 

accountEntryIterators

com.sun.java.util.collections.TreeMap accountEntryIterators

balanceIterators

com.sun.java.util.collections.TreeMap balanceIterators

balances

com.sun.java.util.collections.TreeMap balances
                  balance (Map)
 [Account] <*>------> [theory.smart.axiom.units.Quantity]
                     0..*
 

chargedIterators

com.sun.java.util.collections.TreeMap chargedIterators

chargeds

com.sun.java.util.collections.TreeMap chargeds
                  charged (Map)
 [Account] <*>------> [theory.smart.axiom.units.Quantity]
                     0..*
 

identifier

java.lang.String identifier
                  identifier
 [Account] <*>------> [String] (Primary Key)

 

Class theory.smart.axiom.accounting.AccountPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class theory.smart.axiom.accounting.AccountValue implements Serializable

Serialized Fields

accountEntries

com.sun.java.util.collections.LinkedList accountEntries
                  accountEntry (List)
 [Account] <>------> [theory.smart.axiom.accounting.AccountEntry] 
                     0..*
 

balances

com.sun.java.util.collections.TreeMap balances
                  balance (Map)
 [Account] <*>------> [theory.smart.axiom.units.Quantity] 
                     0..*
 

chargeds

com.sun.java.util.collections.TreeMap chargeds
                  charged (Map)
 [Account] <*>------> [theory.smart.axiom.units.Quantity] 
                     0..*
 

identifier

java.lang.String identifier
                  identifier
 [Account] <*>------> [String] (Primary Key)

 

Class theory.smart.axiom.accounting.PostingRuleException implements Serializable

Serialized Fields

account

Account account

entry

AccountEntry entry


Package theory.smart.axiom.contact

Class theory.smart.axiom.contact.AddressHome implements Serializable

Class theory.smart.axiom.contact.AddressImpl implements Serializable

Serialized Fields

city

java.lang.String city
                  city
 [Address] <*>------> [String] 

 

country

java.lang.String country
                  country
 [Address] <*>------> [String] 

 

description

java.lang.String description
                  description
 [Address] <*>------> [String] 

 

poBox

java.lang.String poBox
                  poBox
 [Address] <*>------> [String] 

 

postalCode

PostalCode postalCode
                  postalCode
 [Address] <*>------> [theory.smart.axiom.contact.PostalCode] 

 

state

java.lang.String state
                  state
 [Address] <*>------> [String] 

 

street

java.lang.String street
                  street
 [Address] <*>------> [String] 

 

Class theory.smart.axiom.contact.CreditCardHome implements Serializable

Class theory.smart.axiom.contact.CreditCardImpl implements Serializable

Serialized Fields

AMERICAN_EXPRESS

java.lang.String AMERICAN_EXPRESS

billingAddress

Address billingAddress
                  billingAddress
 [CreditCard] <*>------> [theory.smart.axiom.contact.Address] 

 

CARTE_BLANCHE

java.lang.String CARTE_BLANCHE

company

java.lang.String company
                  company
 [CreditCard] <*>------> [String] 

 

DINERS_CLUB

java.lang.String DINERS_CLUB

DISCOVER

java.lang.String DISCOVER

ENROUTE

java.lang.String ENROUTE

expirationDate

java.sql.Date expirationDate
                  expirationDate
 [CreditCard] <*>------> [java.sql.Date] 

 

JCB

java.lang.String JCB

MASTERCARD

java.lang.String MASTERCARD

name

java.lang.String name
                  name
 [CreditCard] <*>------> [String] 

 

number

java.lang.String number
                  number
 [CreditCard] <*>------> [String] 

 

type

java.lang.String type
                  type
 [CreditCard] <*>------> [String] 

 

VISA

java.lang.String VISA

Class theory.smart.axiom.contact.EmailHome implements Serializable

Class theory.smart.axiom.contact.EmailImpl implements Serializable

Serialized Fields

address

java.lang.String address
                  address
 [Email] <*>------> [String] 

 

description

java.lang.String description
                  description
 [Email] <*>------> [String] 

 

Class theory.smart.axiom.contact.PersonImpl implements Serializable

Serialized Fields

dob

java.sql.Date dob
                  dob
 [Person] <*>------> [java.sql.Date] 

 

firstName

java.lang.String firstName
                  firstName
 [Person] <*>------> [String] 

 

lastName

java.lang.String lastName
                  lastName
 [Person] <*>------> [String] 

 

maritalStatus

java.lang.String maritalStatus
                  maritalStatus
 [Person] <*>------> [String] 

 

middleName

java.lang.String middleName
                  middleName
 [Person] <*>------> [String] 

 

motherMaidenName

java.lang.String motherMaidenName
                  motherMaidenName
 [Person] <*>------> [String] 

 

ssn

java.lang.String ssn
                  ssn
 [Person] <*>------> [String] 

 

suffix

java.lang.String suffix
                  suffix
 [Person] <*>------> [String] 

 

title

java.lang.String title
                  title
 [Person] <*>------> [String] 

 

Class theory.smart.axiom.contact.PersonPk implements Serializable

Class theory.smart.axiom.contact.PersonValue implements Serializable

Serialized Fields

dob

java.sql.Date dob
                  dob
 [Person] <*>------> [java.sql.Date] 

 

firstName

java.lang.String firstName
                  firstName
 [Person] <*>------> [String] 

 

lastName

java.lang.String lastName
                  lastName
 [Person] <*>------> [String] 

 

maritalStatus

java.lang.String maritalStatus
                  maritalStatus
 [Person] <*>------> [String] 

 

middleName

java.lang.String middleName
                  middleName
 [Person] <*>------> [String] 

 

motherMaidenName

java.lang.String motherMaidenName
                  motherMaidenName
 [Person] <*>------> [String] 

 

ssn

java.lang.String ssn
                  ssn
 [Person] <*>------> [String] 

 

suffix

java.lang.String suffix
                  suffix
 [Person] <*>------> [String] 

 

title

java.lang.String title
                  title
 [Person] <*>------> [String] 

 

Class theory.smart.axiom.contact.PhoneNumberHome implements Serializable

Class theory.smart.axiom.contact.PhoneNumberImpl implements Serializable

Serialized Fields

areaCode

java.lang.String areaCode
                  areaCode
 [PhoneNumber] <*>------> [String] 

 

countryCode

java.lang.String countryCode
                  countryCode
 [PhoneNumber] <*>------> [String] 

 

description

java.lang.String description
                  description
 [PhoneNumber] <*>------> [String] 

 

extension

java.lang.String extension
                  extension
 [PhoneNumber] <*>------> [String] 

 

number

java.lang.String number
                  number
 [PhoneNumber] <*>------> [String] 

 

Class theory.smart.axiom.contact.PostalCodeHome implements Serializable

Class theory.smart.axiom.contact.PostalCodeImpl implements Serializable

Serialized Fields

code

java.lang.String code
                  code
 [PostalCode] <*>------> [String] 

 

postalCodeType

java.lang.String postalCodeType
                  postalCodeType
 [PostalCode] <*>------> [String] 

 

Class theory.smart.axiom.contact.StakeholderImpl implements Serializable

Serialized Fields

addresses

com.sun.java.util.collections.TreeMap addresses
                  address (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.Address] 
                     0..*
 

addressIterators

com.sun.java.util.collections.TreeMap addressIterators

description

java.lang.String description
                  description
 [Stakeholder] <*>------> [String] 

 

emailIterators

com.sun.java.util.collections.TreeMap emailIterators

emails

com.sun.java.util.collections.TreeMap emails
                  email (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.Email] 
                     0..*
 

faxes

com.sun.java.util.collections.LinkedList faxes
                  fax (List)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.PhoneNumber] 
                     0..*
 

faxIterators

com.sun.java.util.collections.TreeMap faxIterators

identifier

java.lang.String identifier
                  identifier
 [Stakeholder] <*>------> [String] (Primary Key)

 

phoneIterators

com.sun.java.util.collections.TreeMap phoneIterators

phones

com.sun.java.util.collections.TreeMap phones
                  phone (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.PhoneNumber] 
                     0..*
 

primaryName

java.lang.String primaryName

urlIterators

com.sun.java.util.collections.TreeMap urlIterators

urls

com.sun.java.util.collections.TreeMap urls
                  url (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.Url] 
                     0..*
 

Class theory.smart.axiom.contact.StakeholderPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class theory.smart.axiom.contact.StakeholderValue implements Serializable

Serialized Fields

addresses

com.sun.java.util.collections.TreeMap addresses
                  address (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.Address] 
                     0..*
 

description

java.lang.String description
                  description
 [Stakeholder] <*>------> [String] 

 

emails

com.sun.java.util.collections.TreeMap emails
                  email (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.Email] 
                     0..*
 

faxes

com.sun.java.util.collections.LinkedList faxes
                  fax (List)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.PhoneNumber] 
                     0..*
 

identifier

java.lang.String identifier
                  identifier
 [Stakeholder] <*>------> [String] (Primary Key)

 

phones

com.sun.java.util.collections.TreeMap phones
                  phone (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.PhoneNumber] 
                     0..*
 

urls

com.sun.java.util.collections.TreeMap urls
                  url (Map)
 [Stakeholder] <*>------> [theory.smart.axiom.contact.Url] 
                     0..*
 

Class theory.smart.axiom.contact.UrlHome implements Serializable

Class theory.smart.axiom.contact.UrlImpl implements Serializable

Serialized Fields

description

java.lang.String description
                  description
 [Url] <*>------> [String] 

 

value

java.lang.String value
                  value
 [Url] <*>------> [String] 

 


Package theory.smart.axiom.messaging

Class theory.smart.axiom.messaging.MailboxImpl implements Serializable

Serialized Fields

messageIterators

com.sun.java.util.collections.TreeMap messageIterators

messages

com.sun.java.util.collections.LinkedList messages
                  message (List)
 [Mailbox] <*>------> [theory.smart.axiom.messaging.Message] 
                     0..*
 

nextId

int nextId
                  nextId
 [Mailbox] <*>------> [int] 

 

ownerId

java.lang.String ownerId
                  ownerId
 [Mailbox] <*>------> [String] (Primary Key)

 

Class theory.smart.axiom.messaging.MailboxPk implements Serializable

Serialized Fields

ownerId

java.lang.String ownerId

Class theory.smart.axiom.messaging.MailboxValue implements Serializable

Serialized Fields

messages

com.sun.java.util.collections.LinkedList messages
                  message (List)
 [Mailbox] <*>------> [theory.smart.axiom.messaging.Message] 
                     0..*
 

nextId

int nextId
                  nextId
 [Mailbox] <*>------> [int] 

 

ownerId

java.lang.String ownerId
                  ownerId
 [Mailbox] <*>------> [String] (Primary Key)

 

Class theory.smart.axiom.messaging.MessageHome implements Serializable

Class theory.smart.axiom.messaging.MessageImpl implements Serializable

Serialized Fields

body

java.lang.String body
                  body
 [Message] <*>------> [String] 

 

creationDate

java.sql.Date creationDate
                  creationDate
 [Message] <*>------> [java.sql.Date] 

 

from

java.lang.String from
                  from
 [Message] <*>------> [String] 

 

identifier

int identifier
                  identifier
 [Message] <*>------> [int] 

 

Class theory.smart.axiom.messaging.PostOfficeImpl implements Serializable


Package theory.smart.axiom.units

Class theory.smart.axiom.units.PriceHome implements Serializable

Class theory.smart.axiom.units.PriceImpl implements Serializable

Serialized Fields

currency

java.lang.String currency
                  currency
 [Price] <*>------> [String] 

 

value

double value
                  value
 [Price] <*>------> [double] 

 

Class theory.smart.axiom.units.QualityHome implements Serializable

Class theory.smart.axiom.units.QualityImpl implements Serializable

Serialized Fields

degree

int degree
                  degree
 [Quality] <*>------> [int] 

 

name

java.lang.String name
                  name
 [Quality] <*>------> [String] 

 

Class theory.smart.axiom.units.QuantityHome implements Serializable

Class theory.smart.axiom.units.QuantityImpl implements Serializable

Serialized Fields

count

double count
                  count
 [Quantity] <*>------> [double] 

 

unit

Unit unit
                  unit
 [Quantity] <*>------> [theory.smart.axiom.units.Unit] 

 

Class theory.smart.axiom.units.UnitCategoriesHome implements Serializable

Class theory.smart.axiom.units.UnitCategoriesImpl implements Serializable

Serialized Fields

category

java.lang.String category
                  category
 [UnitCategories] <*>------> [String] 

 

Class theory.smart.axiom.units.UnitConversionException implements Serializable

Serialized Fields

reason

java.lang.String reason

Class theory.smart.axiom.units.UnitConversionImpl implements Serializable

Serialized Fields

atomic

Unit atomic
                  atomic
 [UnitConversion] <*>------> [theory.smart.axiom.units.Unit] 

 

category

java.lang.String category
                  category
 [UnitConversion] <*>------> [String] (Primary Key)

 

toIterators

com.sun.java.util.collections.TreeMap toIterators

tos

com.sun.java.util.collections.TreeMap tos
                  to (Map)
 [UnitConversion] <*>------> [theory.smart.axiom.units.Quantity] 
                     0..*
 

Class theory.smart.axiom.units.UnitConversionPk implements Serializable

Serialized Fields

category

java.lang.String category

Class theory.smart.axiom.units.UnitConversionValue implements Serializable

Serialized Fields

atomic

Unit atomic
                  atomic
 [UnitConversion] <*>------> [theory.smart.axiom.units.Unit] 

 

category

java.lang.String category
                  category
 [UnitConversion] <*>------> [String] (Primary Key)

 

tos

com.sun.java.util.collections.TreeMap tos
                  to (Map)
 [UnitConversion] <*>------> [theory.smart.axiom.units.Quantity] 
                     0..*
 

Class theory.smart.axiom.units.UnitConverterImpl implements Serializable

Class theory.smart.axiom.units.UnitHome implements Serializable

Class theory.smart.axiom.units.UnitImpl implements Serializable

Serialized Fields

name

java.lang.String name
                  name
 [Unit] <*>------> [String] 

 

Class theory.smart.axiom.units.UnitListImpl implements Serializable

Serialized Fields

grouping

java.lang.String grouping
                  grouping
 [UnitList] <*>------> [String] (Primary Key)

 

unitses

com.sun.java.util.collections.TreeMap unitses
                  units (Map)
 [UnitList] <*>------> [theory.smart.axiom.units.UnitCategories] 
                     0..*
 

unitsIterators

com.sun.java.util.collections.TreeMap unitsIterators

Class theory.smart.axiom.units.UnitListPk implements Serializable

Serialized Fields

grouping

java.lang.String grouping

Class theory.smart.axiom.units.UnitListValue implements Serializable

Serialized Fields

grouping

java.lang.String grouping
                  grouping
 [UnitList] <*>------> [String] (Primary Key)

 

unitses

com.sun.java.util.collections.TreeMap unitses
                  units (Map)
 [UnitList] <*>------> [theory.smart.axiom.units.UnitCategories] 
                     0..*
 

Class theory.smart.axiom.units.UnitPriceHome implements Serializable

Class theory.smart.axiom.units.UnitPriceImpl implements Serializable

Serialized Fields

price

Price price
                  price
 [UnitPrice] <*>------> [theory.smart.axiom.units.Price] 

 

unit

Unit unit
                  unit
 [UnitPrice] <*>------> [theory.smart.axiom.units.Unit] 

 


Package theory.smart.axiom.util

Class theory.smart.axiom.util.AlphaNumericSequencerImpl implements Serializable

Serialized Fields

counter

int counter
                  counter
 [AlphaNumericSequencer] <*>------> [int] 

 

identifier

java.lang.String identifier
                  identifier
 [AlphaNumericSequencer] <*>------> [String] (Primary Key)

 

numDigits

int numDigits
                  numDigits
 [AlphaNumericSequencer] <*>------> [int] 

 

prefix

java.lang.String prefix
                  prefix
 [AlphaNumericSequencer] <*>------> [String] 

 

step

int step
                  step
 [AlphaNumericSequencer] <*>------> [int] 

 

suffix

java.lang.String suffix
                  suffix
 [AlphaNumericSequencer] <*>------> [String] 

 

Class theory.smart.axiom.util.AlphaNumericSequencerPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class theory.smart.axiom.util.AlphaNumericSequencerValue implements Serializable

Serialized Fields

counter

int counter
                  counter
 [AlphaNumericSequencer] <*>------> [int] 

 

identifier

java.lang.String identifier
                  identifier
 [AlphaNumericSequencer] <*>------> [String] (Primary Key)

 

numDigits

int numDigits
                  numDigits
 [AlphaNumericSequencer] <*>------> [int] 

 

prefix

java.lang.String prefix
                  prefix
 [AlphaNumericSequencer] <*>------> [String] 

 

step

int step
                  step
 [AlphaNumericSequencer] <*>------> [int] 

 

suffix

java.lang.String suffix
                  suffix
 [AlphaNumericSequencer] <*>------> [String] 

 


Package theory.smart.axiom.workflow

Class theory.smart.axiom.workflow.StateHome implements Serializable

Class theory.smart.axiom.workflow.StateImpl implements Serializable

Serialized Fields

name

java.lang.String name
                  name
 [State] <*>------> [String] 

 

Class theory.smart.axiom.workflow.StateMachine implements Serializable

Serialized Fields

currentState

State currentState

initialState

State initialState

states

com.sun.java.util.collections.TreeSet states

TRANSITION_KEY_TOKEN

java.lang.String TRANSITION_KEY_TOKEN

transitions

com.sun.java.util.collections.TreeMap transitions

Class theory.smart.axiom.workflow.TransitionHome implements Serializable

Class theory.smart.axiom.workflow.TransitionImpl implements Serializable

Serialized Fields

endState

State endState
                  endState
 [Transition] <*>------> [theory.smart.axiom.workflow.State] 

 

name

java.lang.String name
                  name
 [Transition] <*>------> [String] 

 

startState

State startState
                  startState
 [Transition] <*>------> [theory.smart.axiom.workflow.State] 

 


Package theory.smart.ebusiness.customer

Class theory.smart.ebusiness.customer.CustomerImpl implements Serializable

Serialized Fields

creditCardIterators

com.sun.java.util.collections.TreeMap creditCardIterators

creditCards

com.sun.java.util.collections.TreeMap creditCards
                  creditCard (Map)
 [Customer] <*>------> [theory.smart.axiom.contact.CreditCard] 
                     0..*
 

password

java.lang.String password
                  password
 [Customer] <*>------> [String] 

 

Class theory.smart.ebusiness.customer.CustomerManagerImpl implements Serializable

Class theory.smart.ebusiness.customer.CustomerPk implements Serializable

Class theory.smart.ebusiness.customer.CustomerValue implements Serializable

Serialized Fields

creditCards

com.sun.java.util.collections.TreeMap creditCards
                  creditCard (Map)
 [Customer] <*>------> [theory.smart.axiom.contact.CreditCard] 
                     0..*
 

password

java.lang.String password
                  password
 [Customer] <*>------> [String] 

 


Package theory.smart.ebusiness.giftregistry

Class theory.smart.ebusiness.giftregistry.GiftRegistryImpl implements Serializable

Serialized Fields

emailIterators

com.sun.java.util.collections.TreeMap emailIterators

emails

com.sun.java.util.collections.TreeMap emails
                  email (Map)
 [GiftRegistry] <*>------> [theory.smart.axiom.contact.Email] 
                     0..*
 

owner

SmartHandle owner
                  owner
 [GiftRegistry] <>------> [theory.smart.ebusiness.customer.Customer] 

 

password

java.lang.String password
                  password
 [GiftRegistry] <*>------> [String] 

 

purchasedOrderLineIterators

com.sun.java.util.collections.TreeMap purchasedOrderLineIterators

purchasedOrderLines

com.sun.java.util.collections.LinkedList purchasedOrderLines
                  purchasedOrderLine (List)
 [GiftRegistry] <*>------> [theory.smart.ebusiness.giftregistry.PurchasedOrderLine] 
                     0..*
 

Class theory.smart.ebusiness.giftregistry.GiftRegistryManagerImpl implements Serializable

Class theory.smart.ebusiness.giftregistry.GiftRegistryPk implements Serializable

Class theory.smart.ebusiness.giftregistry.GiftRegistryValue implements Serializable

Serialized Fields

emails

com.sun.java.util.collections.TreeMap emails
                  email (Map)
 [GiftRegistry] <*>------> [theory.smart.axiom.contact.Email] 
                     0..*
 

owner

SmartHandle owner
                  owner
 [GiftRegistry] <>------> [theory.smart.ebusiness.customer.Customer] 

 

password

java.lang.String password
                  password
 [GiftRegistry] <*>------> [String] 

 

purchasedOrderLines

com.sun.java.util.collections.LinkedList purchasedOrderLines
                  purchasedOrderLine (List)
 [GiftRegistry] <*>------> [theory.smart.ebusiness.giftregistry.PurchasedOrderLine] 
                     0..*
 

Class theory.smart.ebusiness.giftregistry.PurchasedOrderLineHome implements Serializable

Class theory.smart.ebusiness.giftregistry.PurchasedOrderLineImpl implements Serializable

Serialized Fields

giver

SmartHandle giver
                  giver
 [PurchasedOrderLine] <>------> [theory.smart.ebusiness.customer.Customer] 

 

packingList

SmartHandle packingList
                  packingList
 [PurchasedOrderLine] <>------> [theory.smart.ebusiness.shipping.PackingList] 

 

returned

java.lang.Boolean returned
                  returned
 [PurchasedOrderLine] <*>------> [Boolean] 

 


Package theory.smart.ebusiness.inventory

Class theory.smart.ebusiness.inventory.InventoryManagerImpl implements Serializable

Class theory.smart.ebusiness.inventory.InventoryRecordImpl implements Serializable

Serialized Fields

item

SmartHandle item
                  item
 [InventoryRecord] <>------> [theory.smart.ebusiness.item.Item] 

 

locatorIterators

com.sun.java.util.collections.TreeMap locatorIterators

locators

com.sun.java.util.collections.LinkedList locators
                  locator (List)
 [InventoryRecord] <*>------> [theory.smart.ebusiness.inventory.Locator] 
                     0..*
 

Class theory.smart.ebusiness.inventory.InventoryRecordPk implements Serializable

Class theory.smart.ebusiness.inventory.InventoryRecordValue implements Serializable

Serialized Fields

item

SmartHandle item
                  item
 [InventoryRecord] <>------> [theory.smart.ebusiness.item.Item] 

 

locators

com.sun.java.util.collections.LinkedList locators
                  locator (List)
 [InventoryRecord] <*>------> [theory.smart.ebusiness.inventory.Locator] 
                     0..*
 

Class theory.smart.ebusiness.inventory.ItemInventoryImpl implements Serializable

Serialized Fields

inventoryRecordIterators

com.sun.java.util.collections.TreeMap inventoryRecordIterators

inventoryRecords

com.sun.java.util.collections.LinkedList inventoryRecords
                  inventoryRecord (List)
 [ItemInventory] <>------> [theory.smart.ebusiness.inventory.InventoryRecord] 
                     0..*
 

itemKey

java.lang.String itemKey
                  itemKey
 [ItemInventory] <*>------> [String] (Primary Key)

 

Class theory.smart.ebusiness.inventory.ItemInventoryPk implements Serializable

Serialized Fields

itemKey

java.lang.String itemKey

Class theory.smart.ebusiness.inventory.ItemInventoryValue implements Serializable

Serialized Fields

inventoryRecords

com.sun.java.util.collections.LinkedList inventoryRecords
                  inventoryRecord (List)
 [ItemInventory] <>------> [theory.smart.ebusiness.inventory.InventoryRecord] 
                     0..*
 

itemKey

java.lang.String itemKey
                  itemKey
 [ItemInventory] <*>------> [String] (Primary Key)

 

Class theory.smart.ebusiness.inventory.LocatorHome implements Serializable

Class theory.smart.ebusiness.inventory.LocatorImpl implements Serializable

Serialized Fields

location

java.lang.String location
                  location
 [Locator] <*>------> [String] 

 


Package theory.smart.ebusiness.invoicing

Class theory.smart.ebusiness.invoicing.InvoiceImpl implements Serializable

Serialized Fields

authorizationCode

java.lang.String authorizationCode
                  authorizationCode
 [Invoice] <*>------> [String]

 

creationDate

java.sql.Date creationDate
                  creationDate
 [Invoice] <*>------> [java.sql.Date]

 

orderKey

java.lang.String orderKey
                  orderKey
 [Invoice] <*>------> [String] (Primary Key)

 

packingList

SmartHandle packingList
                  packingList
 [Invoice] <>------> [theory.smart.ebusiness.shipping.PackingList]

 

paymentMethod

CreditCard paymentMethod
                  paymentMethod
 [Invoice] <*>------> [theory.smart.axiom.contact.CreditCard]

 

shippingCost

Price shippingCost
                  shippingCost
 [Invoice] <*>------> [theory.smart.axiom.units.Price]

 

Class theory.smart.ebusiness.invoicing.InvoiceManagerImpl implements Serializable

Class theory.smart.ebusiness.invoicing.InvoicePk implements Serializable

Serialized Fields

orderKey

java.lang.String orderKey

Class theory.smart.ebusiness.invoicing.InvoiceValue implements Serializable

Serialized Fields

authorizationCode

java.lang.String authorizationCode
                  authorizationCode
 [Invoice] <*>------> [String] 

 

creationDate

java.sql.Date creationDate
                  creationDate
 [Invoice] <*>------> [java.sql.Date] 

 

orderKey

java.lang.String orderKey
                  orderKey
 [Invoice] <*>------> [String] (Primary Key)

 

packingList

SmartHandle packingList
                  packingList
 [Invoice] <>------> [theory.smart.ebusiness.shipping.PackingList] 

 

paymentMethod

CreditCard paymentMethod
                  paymentMethod
 [Invoice] <*>------> [theory.smart.axiom.contact.CreditCard] 

 

shippingCost

Price shippingCost
                  shippingCost
 [Invoice] <*>------> [theory.smart.axiom.units.Price] 

 


Package theory.smart.ebusiness.item

Class theory.smart.ebusiness.item.ItemImpl implements Serializable

Serialized Fields

description

java.lang.String description
                  description
 [Item] <*>------> [String] 

 

identifier

java.lang.String identifier
                  identifier
 [Item] <*>------> [String] (Primary Key)

 

price

Price price
                  price
 [Item] <*>------> [theory.smart.axiom.units.Price] 

 

qualities

com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [Item] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

qualityIterators

com.sun.java.util.collections.TreeMap qualityIterators

supplier

java.lang.String supplier
                  supplier
 [Item] <*>------> [String] (Primary Key)

 

version

java.lang.String version
                  version
 [Item] <*>------> [String] (Primary Key)

 

Class theory.smart.ebusiness.item.ItemPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

supplier

java.lang.String supplier

version

java.lang.String version

Class theory.smart.ebusiness.item.ItemValue implements Serializable

Serialized Fields

description

java.lang.String description
                  description
 [Item] <*>------> [String] 

 

identifier

java.lang.String identifier
                  identifier
 [Item] <*>------> [String] (Primary Key)

 

price

Price price
                  price
 [Item] <*>------> [theory.smart.axiom.units.Price] 

 

qualities

com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [Item] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

supplier

java.lang.String supplier
                  supplier
 [Item] <*>------> [String] (Primary Key)

 

version

java.lang.String version
                  version
 [Item] <*>------> [String] (Primary Key)

 


Package theory.smart.ebusiness.order

Class theory.smart.ebusiness.order.OrderImpl implements Serializable

Serialized Fields

customer

SmartHandle customer
                  customer
 [Order] <>------> [theory.smart.ebusiness.customer.Customer] 

 

key

java.lang.String key
                  key
 [Order] <*>------> [String] (Primary Key)

 

orderLineIterators

com.sun.java.util.collections.TreeMap orderLineIterators

orderLines

com.sun.java.util.collections.LinkedList orderLines
                  orderLine (List)
 [Order] <*>------> [theory.smart.ebusiness.order.OrderLine] 
                     0..*
 

status

WorkflowContext status
                  status
 [Order] <*>------> [theory.smart.ebusiness.order.OrderWorkflow] 

 

Class theory.smart.ebusiness.order.OrderLineHome implements Serializable

Class theory.smart.ebusiness.order.OrderLineImpl implements Serializable

Serialized Fields

item

SmartHandle item
                  item
 [OrderLine] <>------> [theory.smart.ebusiness.item.Item] 

 

price

Price price
                  price
 [OrderLine] <*>------> [theory.smart.axiom.units.Price] 

 

quantity

Quantity quantity
                  quantity
 [OrderLine] <*>------> [theory.smart.axiom.units.Quantity] 

 

Class theory.smart.ebusiness.order.OrderManagerImpl implements Serializable

Serialized Fields

orderIdGenerator

SmartHandle orderIdGenerator
Deprecated. 
                  orderIdGenerator
 [OrderManager] <>------> [theory.smart.axiom.util.AlphaNumericSequencer]

 

Class theory.smart.ebusiness.order.OrderPk implements Serializable

Serialized Fields

key

java.lang.String key

Class theory.smart.ebusiness.order.OrderValue implements Serializable

Serialized Fields

customer

SmartHandle customer
                  customer
 [Order] <>------> [theory.smart.ebusiness.customer.Customer] 

 

key

java.lang.String key
                  key
 [Order] <*>------> [String] (Primary Key)

 

orderLines

com.sun.java.util.collections.LinkedList orderLines
                  orderLine (List)
 [Order] <*>------> [theory.smart.ebusiness.order.OrderLine] 
                     0..*
 

status

WorkflowContext status
                  status
 [Order] <*>------> [theory.smart.ebusiness.order.OrderWorkflow] 

 

Class theory.smart.ebusiness.order.OrderWorkflow implements Serializable


Package theory.smart.ebusiness.session

Class theory.smart.ebusiness.session.EBusinessSessionImpl implements Serializable

Serialized Fields

accessDate

java.sql.Date accessDate
                  accessDate
 [EBusinessSession] <*>------> [java.sql.Date] 

 

creationDate

java.sql.Date creationDate
                  creationDate
 [EBusinessSession] <*>------> [java.sql.Date] 

 

customer

SmartHandle customer
                  customer
 [EBusinessSession] <>------> [theory.smart.ebusiness.customer.Customer] 

 

order

SmartHandle order
                  order
 [EBusinessSession] <>------> [theory.smart.ebusiness.order.Order] 

 

pendingInvoice

SmartHandle pendingInvoice
                  pendingInvoice
 [EBusinessSession] <>------> [theory.smart.ebusiness.invoicing.Invoice] 

 

sessionKey

java.lang.String sessionKey
                  sessionKey
 [EBusinessSession] <*>------> [String] (Primary Key)

 

sessionState

WorkflowContext sessionState
                  sessionState
 [EBusinessSession] <*>------> [theory.smart.ebusiness.session.EBusinessSessionWorkflow] 

 

Class theory.smart.ebusiness.session.EBusinessSessionManagerImpl implements Serializable

Serialized Fields

allowMultipleSessionsPerCustomer

boolean allowMultipleSessionsPerCustomer
                  allowMultipleSessionsPerCustomer
 [EBusinessSessionManager] <*>------> [boolean]

 

sessionIdGenerator

SmartHandle sessionIdGenerator
                  sessionIdGenerator
 [EBusinessSessionManager] <>------> [theory.smart.axiom.util.AlphaNumericSequencer]

 

Class theory.smart.ebusiness.session.EBusinessSessionPk implements Serializable

Serialized Fields

sessionKey

java.lang.String sessionKey

Class theory.smart.ebusiness.session.EBusinessSessionValue implements Serializable

Serialized Fields

accessDate

java.sql.Date accessDate
                  accessDate
 [EBusinessSession] <*>------> [java.sql.Date] 

 

creationDate

java.sql.Date creationDate
                  creationDate
 [EBusinessSession] <*>------> [java.sql.Date] 

 

customer

SmartHandle customer
                  customer
 [EBusinessSession] <>------> [theory.smart.ebusiness.customer.Customer] 

 

order

SmartHandle order
                  order
 [EBusinessSession] <>------> [theory.smart.ebusiness.order.Order] 

 

pendingInvoice

SmartHandle pendingInvoice
                  pendingInvoice
 [EBusinessSession] <>------> [theory.smart.ebusiness.invoicing.Invoice] 

 

sessionKey

java.lang.String sessionKey
                  sessionKey
 [EBusinessSession] <*>------> [String] (Primary Key)

 

sessionState

WorkflowContext sessionState
                  sessionState
 [EBusinessSession] <*>------> [theory.smart.ebusiness.session.EBusinessSessionWorkflow] 

 

Class theory.smart.ebusiness.session.EBusinessSessionWorkflow implements Serializable


Package theory.smart.ebusiness.shipping

Class theory.smart.ebusiness.shipping.PackingListImpl implements Serializable

Serialized Fields

order

SmartHandle order
                  order
 [PackingList] <>------> [theory.smart.ebusiness.order.Order] 

 

orderKey

java.lang.String orderKey
                  orderKey
 [PackingList] <*>------> [String] (Primary Key)

 

shippingAddress

Address shippingAddress
                  shippingAddress
 [PackingList] <*>------> [theory.smart.axiom.contact.Address] 

 

shippingMethod

SmartHandle shippingMethod
                  shippingMethod
 [PackingList] <>------> [theory.smart.ebusiness.shipping.ShippingMethod] 

 

specialInstructions

java.lang.String specialInstructions
                  specialInstructions
 [PackingList] <*>------> [String] 

 

Class theory.smart.ebusiness.shipping.PackingListPk implements Serializable

Serialized Fields

orderKey

java.lang.String orderKey

Class theory.smart.ebusiness.shipping.PackingListValue implements Serializable

Serialized Fields

order

SmartHandle order
                  order
 [PackingList] <>------> [theory.smart.ebusiness.order.Order] 

 

orderKey

java.lang.String orderKey
                  orderKey
 [PackingList] <*>------> [String] (Primary Key)

 

shippingAddress

Address shippingAddress
                  shippingAddress
 [PackingList] <*>------> [theory.smart.axiom.contact.Address] 

 

shippingMethod

SmartHandle shippingMethod
                  shippingMethod
 [PackingList] <>------> [theory.smart.ebusiness.shipping.ShippingMethod] 

 

specialInstructions

java.lang.String specialInstructions
                  specialInstructions
 [PackingList] <*>------> [String] 

 

Class theory.smart.ebusiness.shipping.ShippingManagerImpl implements Serializable

Class theory.smart.ebusiness.shipping.ShippingMethodImpl implements Serializable

Serialized Fields

averageShippingTime

int averageShippingTime
                  averageShippingTime
 [ShippingMethod] <*>------> [int]

 

carrier

java.lang.String carrier
                  carrier
 [ShippingMethod] <*>------> [String]

 

costCalculationMechanism

java.lang.String costCalculationMechanism
                  costCalculationMechanism
 [ShippingMethod] <*>------> [String]

 

description

java.lang.String description
                  description
 [ShippingMethod] <*>------> [String]

 

internationalDelivery

boolean internationalDelivery
                  internationalDelivery
 [ShippingMethod] <*>------> [boolean]

 

key

java.lang.String key
                  key
 [ShippingMethod] <*>------> [String] (Primary Key)

 

method

java.lang.String method
                  method
 [ShippingMethod] <*>------> [String]

 

packagingType

java.lang.String packagingType
                  packagingType
 [ShippingMethod] <*>------> [String]

 

percentage

double percentage
                  percentage
 [ShippingMethod] <*>------> [double]

 

poBoxAllowed

boolean poBoxAllowed
                  poBoxAllowed
 [ShippingMethod] <*>------> [boolean]

 

price

Price price
                  price
 [ShippingMethod] <*>------> [theory.smart.axiom.units.Price]

 

restrictions

java.lang.String restrictions
                  restrictions
 [ShippingMethod] <*>------> [String]

 

saturdayDelivery

boolean saturdayDelivery
                  saturdayDelivery
 [ShippingMethod] <*>------> [boolean]

 

shippingCostCalculationPolicy

ShippingCostCalculationPolicy shippingCostCalculationPolicy

signatureRequired

boolean signatureRequired
                  signatureRequired
 [ShippingMethod] <*>------> [boolean]

 

sizeLimit

Quantity sizeLimit
                  sizeLimit
 [ShippingMethod] <*>------> [theory.smart.axiom.units.Quantity]

 

weightLimit

Quantity weightLimit
                  weightLimit
 [ShippingMethod] <*>------> [theory.smart.axiom.units.Quantity]

 

Class theory.smart.ebusiness.shipping.ShippingMethodPk implements Serializable

Serialized Fields

key

java.lang.String key

Class theory.smart.ebusiness.shipping.ShippingMethodValue implements Serializable

Serialized Fields

averageShippingTime

int averageShippingTime
                  averageShippingTime
 [ShippingMethod] <*>------> [int] 

 

carrier

java.lang.String carrier
                  carrier
 [ShippingMethod] <*>------> [String] 

 

costCalculationMechanism

java.lang.String costCalculationMechanism
                  costCalculationMechanism
 [ShippingMethod] <*>------> [String] 

 

description

java.lang.String description
                  description
 [ShippingMethod] <*>------> [String] 

 

internationalDelivery

boolean internationalDelivery
                  internationalDelivery
 [ShippingMethod] <*>------> [boolean] 

 

key

java.lang.String key
                  key
 [ShippingMethod] <*>------> [String] (Primary Key)

 

method

java.lang.String method
                  method
 [ShippingMethod] <*>------> [String] 

 

packagingType

java.lang.String packagingType
                  packagingType
 [ShippingMethod] <*>------> [String] 

 

percentage

double percentage
                  percentage
 [ShippingMethod] <*>------> [double] 

 

poBoxAllowed

boolean poBoxAllowed
                  poBoxAllowed
 [ShippingMethod] <*>------> [boolean] 

 

price

Price price
                  price
 [ShippingMethod] <*>------> [theory.smart.axiom.units.Price] 

 

restrictions

java.lang.String restrictions
                  restrictions
 [ShippingMethod] <*>------> [String] 

 

saturdayDelivery

boolean saturdayDelivery
                  saturdayDelivery
 [ShippingMethod] <*>------> [boolean] 

 

signatureRequired

boolean signatureRequired
                  signatureRequired
 [ShippingMethod] <*>------> [boolean] 

 

sizeLimit

Quantity sizeLimit
                  sizeLimit
 [ShippingMethod] <*>------> [theory.smart.axiom.units.Quantity] 

 

weightLimit

Quantity weightLimit
                  weightLimit
 [ShippingMethod] <*>------> [theory.smart.axiom.units.Quantity] 

 


Package theory.smart.ebusiness.shoppingadvisor

Class theory.smart.ebusiness.shoppingadvisor.CustomerProfileImpl implements Serializable

Serialized Fields

customer

SmartHandle customer
                  customer
 [CustomerProfile] <>------> [theory.smart.ebusiness.customer.Customer] 

 

customerKey

java.lang.String customerKey
                  customerKey
 [CustomerProfile] <*>------> [String] (Primary Key)

 

qualities

com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [CustomerProfile] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

qualityIterators

com.sun.java.util.collections.TreeMap qualityIterators

Class theory.smart.ebusiness.shoppingadvisor.CustomerProfilePk implements Serializable

Serialized Fields

customerKey

java.lang.String customerKey

Class theory.smart.ebusiness.shoppingadvisor.CustomerProfileValue implements Serializable

Serialized Fields

customer

SmartHandle customer
                  customer
 [CustomerProfile] <>------> [theory.smart.ebusiness.customer.Customer] 

 

customerKey

java.lang.String customerKey
                  customerKey
 [CustomerProfile] <*>------> [String] (Primary Key)

 

qualities

com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [CustomerProfile] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

Class theory.smart.ebusiness.shoppingadvisor.ItemByDegreeHome implements Serializable

Class theory.smart.ebusiness.shoppingadvisor.ItemByDegreeImpl implements Serializable

Serialized Fields

degree

int degree
                  degree
 [ItemByDegree] <*>------> [int] 

 

item

SmartHandle item
                  item
 [ItemByDegree] <>------> [theory.smart.ebusiness.item.Item] 

 

Class theory.smart.ebusiness.shoppingadvisor.ItemQualitiesImpl implements Serializable

Serialized Fields

itemKey

java.lang.String itemKey
                  itemKey
 [ItemQualities] <*>------> [String] (Primary Key)

 

qualities

com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [ItemQualities] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

qualityIterators

com.sun.java.util.collections.TreeMap qualityIterators

Class theory.smart.ebusiness.shoppingadvisor.ItemQualitiesPk implements Serializable

Serialized Fields

itemKey

java.lang.String itemKey

Class theory.smart.ebusiness.shoppingadvisor.ItemQualitiesValue implements Serializable

Serialized Fields

itemKey

java.lang.String itemKey
                  itemKey
 [ItemQualities] <*>------> [String] (Primary Key)

 

qualities

com.sun.java.util.collections.LinkedList qualities
                  quality (List)
 [ItemQualities] <*>------> [theory.smart.axiom.units.Quality] 
                     0..*
 

Class theory.smart.ebusiness.shoppingadvisor.ItemsByQualityImpl implements Serializable

Serialized Fields

itemByDegreeIterators

com.sun.java.util.collections.TreeMap itemByDegreeIterators

itemByDegrees

com.sun.java.util.collections.LinkedList itemByDegrees
                  itemByDegree (List)
 [ItemsByQuality] <*>------> [theory.smart.ebusiness.shoppingadvisor.ItemByDegree] 
                     0..*
 

qualityName

java.lang.String qualityName
                  qualityName
 [ItemsByQuality] <*>------> [String] (Primary Key)

 

Class theory.smart.ebusiness.shoppingadvisor.ItemsByQualityPk implements Serializable

Serialized Fields

qualityName

java.lang.String qualityName

Class theory.smart.ebusiness.shoppingadvisor.ItemsByQualityValue implements Serializable

Serialized Fields

itemByDegrees

com.sun.java.util.collections.LinkedList itemByDegrees
                  itemByDegree (List)
 [ItemsByQuality] <*>------> [theory.smart.ebusiness.shoppingadvisor.ItemByDegree] 
                     0..*
 

qualityName

java.lang.String qualityName
                  qualityName
 [ItemsByQuality] <*>------> [String] (Primary Key)

 

Class theory.smart.ebusiness.shoppingadvisor.ShoppingAdvisorImpl implements Serializable

Serialized Fields

itemDepth

int itemDepth
                  itemDepth
 [ShoppingAdvisor] <*>------> [int]

 

matchAll

boolean matchAll
                  matchAll
 [ShoppingAdvisor] <*>------> [boolean]

 

qualityDepth

int qualityDepth
                  qualityDepth
 [ShoppingAdvisor] <*>------> [int]

 

suggestionCount

int suggestionCount
                  suggestionCount
 [ShoppingAdvisor] <*>------> [int]

 

Class theory.smart.ebusiness.shoppingadvisor.SuggestionHome implements Serializable

Class theory.smart.ebusiness.shoppingadvisor.SuggestionImpl implements Serializable

Serialized Fields

item

SmartHandle item
                  item
 [Suggestion] <>------> [theory.smart.ebusiness.item.Item] 

 

matched

int matched
                  matched
 [Suggestion] <*>------> [int] 

 

score

int score
                  score
 [Suggestion] <*>------> [int] 

 

Class theory.smart.ebusiness.shoppingadvisor.SuggestionsHome implements Serializable

Class theory.smart.ebusiness.shoppingadvisor.SuggestionsImpl implements Serializable

Serialized Fields

suggestionIterators

com.sun.java.util.collections.TreeMap suggestionIterators

suggestions

com.sun.java.util.collections.ArrayList suggestions
                  suggestion (Array)
 [Suggestions] <*>------> [theory.smart.ebusiness.shoppingadvisor.Suggestion] 
                     0..*
 


Package theory.smart.ebusiness.troubleticket

Class theory.smart.ebusiness.troubleticket.JournalEntryHome implements Serializable

Class theory.smart.ebusiness.troubleticket.JournalEntryImpl implements Serializable

Serialized Fields

agentId

java.lang.String agentId
                  agentId
 [JournalEntry] <*>------> [String] 

 

effectiveDate

java.sql.Date effectiveDate
                  effectiveDate
 [JournalEntry] <*>------> [java.sql.Date] 

 

internal

boolean internal
                  internal
 [JournalEntry] <*>------> [boolean] 

 

notes

java.lang.String notes
                  notes
 [JournalEntry] <*>------> [String] 

 

status

java.lang.String status
                  status
 [JournalEntry] <*>------> [String] 

 

Class theory.smart.ebusiness.troubleticket.TroubleTicketImpl implements Serializable

Serialized Fields

category

java.lang.String category
                  category
 [TroubleTicket] <*>------> [String] 

 

customer

SmartHandle customer
                  customer
 [TroubleTicket] <>------> [theory.smart.ebusiness.customer.Customer] 

 

dateOpened

java.sql.Date dateOpened
                  dateOpened
 [TroubleTicket] <*>------> [java.sql.Date] 

 

description

java.lang.String description
                  description
 [TroubleTicket] <*>------> [String] 

 

identifier

java.lang.String identifier
                  identifier
 [TroubleTicket] <*>------> [String] (Primary Key)

 

journalIterators

com.sun.java.util.collections.TreeMap journalIterators

journals

com.sun.java.util.collections.LinkedList journals
                  journal (List)
 [TroubleTicket] <*>------> [theory.smart.ebusiness.troubleticket.JournalEntry] 
                     0..*
 

ticketStatus

WorkflowContext ticketStatus
                  ticketStatus
 [TroubleTicket] <*>------> [theory.smart.ebusiness.troubleticket.TroubleTicketWorkflow] 

 

Class theory.smart.ebusiness.troubleticket.TroubleTicketManagerImpl implements Serializable

Serialized Fields

troubleTicketGenerator

SmartHandle troubleTicketGenerator
                  troubleTicketGenerator
 [TroubleTicketManager] <>------> [theory.smart.axiom.util.AlphaNumericSequencer]

 

Class theory.smart.ebusiness.troubleticket.TroubleTicketPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class theory.smart.ebusiness.troubleticket.TroubleTicketValue implements Serializable

Serialized Fields

category

java.lang.String category
                  category
 [TroubleTicket] <*>------> [String] 

 

customer

SmartHandle customer
                  customer
 [TroubleTicket] <>------> [theory.smart.ebusiness.customer.Customer] 

 

dateOpened

java.sql.Date dateOpened
                  dateOpened
 [TroubleTicket] <*>------> [java.sql.Date] 

 

description

java.lang.String description
                  description
 [TroubleTicket] <*>------> [String] 

 

identifier

java.lang.String identifier
                  identifier
 [TroubleTicket] <*>------> [String] (Primary Key)

 

journals

com.sun.java.util.collections.LinkedList journals
                  journal (List)
 [TroubleTicket] <*>------> [theory.smart.ebusiness.troubleticket.JournalEntry] 
                     0..*
 

ticketStatus

WorkflowContext ticketStatus
                  ticketStatus
 [TroubleTicket] <*>------> [theory.smart.ebusiness.troubleticket.TroubleTicketWorkflow] 

 

Class theory.smart.ebusiness.troubleticket.TroubleTicketWorkflow implements Serializable


Package theory.smart.foundation

Class theory.smart.foundation.BelongingImpl implements Serializable

Class theory.smart.foundation.BusinessSmartWorkAreaImpl implements Serializable

Serialized Fields

identifier

java.lang.String identifier
                  identifier
 [BusinessSmartWorkArea] <*>------> [String] (Primary Key)

 

value

BusinessSmartWorkAreaValue value
                  value
 [BusinessSmartWorkArea] <*>------> [theory.smart.foundation.BusinessSmartWorkAreaValue] 

 

Class theory.smart.foundation.BusinessSmartWorkAreaPk implements Serializable

Serialized Fields

identifier

java.lang.String identifier

Class theory.smart.foundation.BusinessSmartWorkAreaValue implements Serializable

Serialized Fields

value

java.io.Serializable value
All values in the BusinessSmartWorkAreas are stored in the value object of a BusinessSmartWorkAreaValue object. The value object must also be serializable.

Class theory.smart.foundation.ConfigurableEntityImpl implements Serializable

Class theory.smart.foundation.EmptySmartKey implements Serializable

Class theory.smart.foundation.EntityImpl implements Serializable

Serialized Fields

ctx

javax.ejb.EntityContext ctx

Class theory.smart.foundation.IllegalWorkflowTransitionException implements Serializable

Class theory.smart.foundation.SessionImpl implements Serializable

Serialized Fields

ctx

javax.ejb.SessionContext ctx

Class theory.smart.foundation.SmartComparator implements Serializable

Class theory.smart.foundation.SmartHandle implements Serializable

Serialized Fields

homeClassName

java.lang.String homeClassName

homeName

java.lang.String homeName

keyClassName

java.lang.String keyClassName

smartKey

SmartKey smartKey

Class theory.smart.foundation.SmartKey implements Serializable

Class theory.smart.foundation.SmartValue implements Serializable

Class theory.smart.foundation.SystemException implements Serializable

Serialized Fields

embeddedException

java.lang.Exception embeddedException

logMessages

java.util.Stack logMessages

userMessages

java.util.Stack userMessages

Class theory.smart.foundation.WorkflowContext implements Serializable

Serialized Fields

state

java.lang.String state

Class theory.smart.foundation.WorkflowInstantiationException implements Serializable


BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved