Serialized Form


Package com.imaginary.lwp

Class com.imaginary.lwp.AuthenticationException implements Serializable

Serialized Fields

type

short type
The failure type.

Class com.imaginary.lwp.BadOperatorException implements Serializable

Class com.imaginary.lwp.BaseEntity implements Serializable

Serialized Fields

lastUpdateID

java.lang.String lastUpdateID

lastUpdateTime

long lastUpdateTime

objectID

long objectID

valid

boolean valid

Class com.imaginary.lwp.BaseHome implements Serializable

Serialized Fields

cache

com.sun.java.util.collections.HashMap cache

marked

com.sun.java.util.collections.HashMap marked

support

PersistenceSupport support

unmarked

com.sun.java.util.collections.TreeSet unmarked

Class com.imaginary.lwp.BaseReference implements Serializable

Serialized Fields

cache

com.sun.java.util.collections.HashMap cache

entity

Entity entity

home

Home home

lastUpdateID

java.lang.String lastUpdateID

lastUpdateTime

long lastUpdateTime

objectID

long objectID

Class com.imaginary.lwp.CreateException implements Serializable

Class com.imaginary.lwp.FindException implements Serializable

Class com.imaginary.lwp.Identifier implements Serializable

Serialized Fields

key

long key
A token that makes sure this identifier works only for this session.

userID

java.lang.String userID
The user ID associated with this user.

Class com.imaginary.lwp.JDBCJoin implements Serializable

Serialized Fields

first

java.lang.String first

second

java.lang.String second

Class com.imaginary.lwp.LoadException implements Serializable

Class com.imaginary.lwp.LookupException implements Serializable

Class com.imaginary.lwp.LWPException implements Serializable

Serialized Fields

cause

java.lang.Exception cause

Class com.imaginary.lwp.Memento implements Serializable

Serialized Fields

lastUpdateID

java.lang.String lastUpdateID

lastUpdateTime

long lastUpdateTime

objectID

long objectID

values

com.sun.java.util.collections.HashMap values

Class com.imaginary.lwp.ObjectServerImpl implements Serializable

Serialized Fields

authenticator

Authenticator authenticator

homes

com.sun.java.util.collections.HashMap homes

typeLoader

TypeLoader typeLoader

Class com.imaginary.lwp.PersistenceException implements Serializable

Class com.imaginary.lwp.ReferenceReuseException implements Serializable

Class com.imaginary.lwp.RemoveException implements Serializable

Class com.imaginary.lwp.SearchBinding implements Serializable

Serialized Fields

field

java.lang.String field

operator

SearchOperator operator

searchBoolean

SearchBoolean searchBoolean

value

java.lang.Object value

Class com.imaginary.lwp.SearchBoolean implements Serializable

Serialized Fields

searchBoolean

int searchBoolean

Class com.imaginary.lwp.SearchCriteria implements Serializable

Serialized Fields

bindings

com.sun.java.util.collections.ArrayList bindings

preloads

com.sun.java.util.collections.ArrayList preloads

Class com.imaginary.lwp.SearchOperator implements Serializable

Serialized Fields

operator

int operator

Class com.imaginary.lwp.StoreException implements Serializable

Class com.imaginary.lwp.Type implements Serializable

Serialized Fields

code

java.lang.String code

description

java.lang.String description

name

java.lang.String name


Package com.jwpepper.cat

Class com.jwpepper.cat.Audience implements Serializable

Class com.jwpepper.cat.CatalogHomeImpl implements Serializable

Class com.jwpepper.cat.CatalogImpl implements Serializable

Serialized Fields

audience

Audience audience
The audience type is used to identify who to target with information contained in the catalog.

catalogNumber

short catalogNumber
The catalog number is a "human-friendly" unique identifier for catalogs.

Class com.jwpepper.cat.CatalogReference implements Serializable

Class com.jwpepper.cat.CompositeEntryImpl implements Serializable

Serialized Fields

entries

com.imaginary.util.DistributedList entries

Class com.jwpepper.cat.CompositeEntryReference implements Serializable

Class com.jwpepper.cat.EntryImpl implements Serializable

Serialized Fields

description

java.lang.String description

parent

CompositeEntryReference parent

title

java.lang.String title

Class com.jwpepper.cat.EntryItemHomeImpl implements Serializable

Class com.jwpepper.cat.EntryItemReference implements Serializable

Class com.jwpepper.cat.EntryReference implements Serializable

Class com.jwpepper.cat.SectionHomeImpl implements Serializable

Class com.jwpepper.cat.SectionImpl implements Serializable

Class com.jwpepper.cat.SectionReference implements Serializable

Class com.jwpepper.cat.SimpleEntryHomeImpl implements Serializable

Class com.jwpepper.cat.SimpleEntryImpl implements Serializable

Serialized Fields

items

com.imaginary.util.DistributedList items

Class com.jwpepper.cat.SimpleEntryReference implements Serializable


Package com.jwpepper.inv

Class com.jwpepper.inv.AnnotationHomeImpl implements Serializable

Class com.jwpepper.inv.AnnotationImpl implements Serializable

Serialized Fields

locale

java.util.Locale locale

mimeType

java.lang.String mimeType

products

com.imaginary.util.DistributedList products

text

java.lang.String text

Class com.jwpepper.inv.AnnotationReference implements Serializable

Class com.jwpepper.inv.AudioHomeImpl implements Serializable

Class com.jwpepper.inv.AudioImpl implements Serializable

Serialized Fields

audioBuf

java.io.BufferedInputStream audioBuf

locale

java.util.Locale locale

mimeType

java.lang.String mimeType

products

com.imaginary.util.DistributedList products

size

long size

Class com.jwpepper.inv.AudioReference implements Serializable

Class com.jwpepper.inv.IllegalProductRelationException implements Serializable

Class com.jwpepper.inv.ManufacturerHomeImpl implements Serializable

Class com.jwpepper.inv.ManufacturerImpl implements Serializable

Serialized Fields

code

java.lang.String code

name

java.lang.String name

products

com.imaginary.util.DistributedList products

Class com.jwpepper.inv.ManufacturerReference implements Serializable

Class com.jwpepper.inv.ProductEntryItemImpl implements Serializable

Serialized Fields

description

java.lang.String description

entry

SimpleEntryReference entry

lineDescription

java.lang.String lineDescription

properties

java.util.Properties properties

title

java.lang.String title

Class com.jwpepper.inv.ProductHomeImpl implements Serializable

Class com.jwpepper.inv.ProductImpl implements Serializable

Serialized Fields

annotations

com.sun.java.util.collections.HashMap annotations
The annotations describing this product.

children

com.imaginary.util.DistributedList children
The children of this product.

inStock

boolean inStock
Is this product in stock?

manufacturer

ManufacturerReference manufacturer
The manufacturer of this product.

manufacturerCode

java.lang.String manufacturerCode
The code used by the manufacturer to uniquely identify this product.

name

java.lang.String name
The name of this product.

parent

ProductReference parent
The parent of this product.

price

double price
The price of this product.

Class com.jwpepper.inv.ProductReference implements Serializable

Class com.jwpepper.inv.QueryHomeImpl implements Serializable

Class com.jwpepper.inv.QueryImpl implements Serializable

Serialized Fields

criteria

SearchCriteria criteria
The criteria used to generate results.

lastResults

com.imaginary.util.DistributedList lastResults
The most recently generated results.

name

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

user

java.lang.String user
The name of the owner of this query.

Class com.jwpepper.inv.QueryReference implements Serializable


Package com.jwpepper.inv.pprprd

Class com.jwpepper.inv.pprprd.Classification implements Serializable

Class com.jwpepper.inv.pprprd.Format implements Serializable

Class com.jwpepper.inv.pprprd.PepperProductHomeImpl implements Serializable

Class com.jwpepper.inv.pprprd.PepperProductImpl implements Serializable

Serialized Fields

arranger

java.lang.String arranger
The arranger of the piece.

classification

Classification classification
The classification of this piece.

composer

java.lang.String composer
The composer of the piece.

format

Format format
The format of the product.

grade

java.lang.String grade
The difficulty grade.

styles

com.sun.java.util.collections.ArrayList styles
The styles associated with this piece, with the first being the primary.

voicing

Voicing voicing
The voicing of the piece.

Class com.jwpepper.inv.pprprd.PepperProductReference implements Serializable

Class com.jwpepper.inv.pprprd.Style implements Serializable

Class com.jwpepper.inv.pprprd.Voicing implements Serializable