Serialized Form


Package com.sun.j2ee.blueprints.customer.account.ejb

Class com.sun.j2ee.blueprints.customer.account.ejb.AccountDAOException implements Serializable

Class com.sun.j2ee.blueprints.customer.account.ejb.AccountEJB implements Serializable

Serialized Fields

accountDao

AccountDAO accountDao

context

javax.ejb.EntityContext context

info

ContactInformation info

status

java.lang.String status

userId

java.lang.String userId


Package com.sun.j2ee.blueprints.customer.account.model

Class com.sun.j2ee.blueprints.customer.account.model.AccountModel implements Serializable

Serialized Fields

info

ContactInformation info

status

java.lang.String status

userId

java.lang.String userId


Package com.sun.j2ee.blueprints.customer.customer.ejb

Class com.sun.j2ee.blueprints.customer.customer.ejb.CustomerEJB implements Serializable

Serialized Fields

accountHomeRef

AccountHome accountHomeRef

context

javax.ejb.SessionContext context

orderHomeRef

OrderHome orderHomeRef


Package com.sun.j2ee.blueprints.customer.order.ejb

Class com.sun.j2ee.blueprints.customer.order.ejb.OrderDAOException implements Serializable

Class com.sun.j2ee.blueprints.customer.order.ejb.OrderEJB implements Serializable

Serialized Fields

billToAddr

Address billToAddr

billToFirstName

java.lang.String billToFirstName

billToLastName

java.lang.String billToLastName

carrier

java.lang.String carrier

chargeCard

CreditCard chargeCard

context

javax.ejb.EntityContext context

lineItems

java.util.Collection lineItems

orderDao

OrderDAO orderDao

orderDate

Calendar orderDate

orderId

java.lang.Integer orderId

shipToAddr

Address shipToAddr

shipToFirstName

java.lang.String shipToFirstName

shipToLastName

java.lang.String shipToLastName

status

java.lang.String status

totalPrice

double totalPrice

userId

java.lang.String userId

Class com.sun.j2ee.blueprints.customer.order.ejb.UUIDGenerator implements Serializable


Package com.sun.j2ee.blueprints.customer.order.model

Class com.sun.j2ee.blueprints.customer.order.model.LineItem implements Serializable

Serialized Fields

itemNo

java.lang.String itemNo

lineNo

int lineNo

qty

int qty

unitPrice

double unitPrice

Class com.sun.j2ee.blueprints.customer.order.model.OrderModel implements Serializable

Serialized Fields

billToAddr

Address billToAddr

billToFirstName

java.lang.String billToFirstName

billToLastName

java.lang.String billToLastName

carrier

java.lang.String carrier

chargeCard

CreditCard chargeCard

lineItems

java.util.Collection lineItems

orderDate

Calendar orderDate

orderId

int orderId

shipToAddr

Address shipToAddr

shipToFirstName

java.lang.String shipToFirstName

shipToLastName

java.lang.String shipToLastName

status

java.lang.String status

totalPrice

double totalPrice

userId

java.lang.String userId


Package com.sun.j2ee.blueprints.customer.util

Class com.sun.j2ee.blueprints.customer.util.Address implements Serializable

Serialized Fields

city

java.lang.String city

country

java.lang.String country

state

java.lang.String state

streetName1

java.lang.String streetName1

streetName2

java.lang.String streetName2

zipCode

java.lang.String zipCode

Class com.sun.j2ee.blueprints.customer.util.Calendar implements Serializable

Serialized Fields

day

int day

month

int month

year

int year

Class com.sun.j2ee.blueprints.customer.util.ContactInformation implements Serializable

Serialized Fields

address

Address address

email

java.lang.String email

familyName

java.lang.String familyName

givenName

java.lang.String givenName

telephone

java.lang.String telephone

Class com.sun.j2ee.blueprints.customer.util.CreditCard implements Serializable

Serialized Fields

cardNo

java.lang.String cardNo

cardType

java.lang.String cardType

expiryDate

Calendar expiryDate


Package com.sun.j2ee.blueprints.inventory.ejb

Class com.sun.j2ee.blueprints.inventory.ejb.InventoryDAOException implements Serializable

Class com.sun.j2ee.blueprints.inventory.ejb.InventoryEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

inventoryDao

InventoryDAO inventoryDao

itemId

java.lang.String itemId

qty

int qty


Package com.sun.j2ee.blueprints.inventory.model

Class com.sun.j2ee.blueprints.inventory.model.InventoryModel implements Serializable

Serialized Fields

itemId

java.lang.String itemId

quantity

int quantity


Package com.sun.j2ee.blueprints.mail.ejb

Class com.sun.j2ee.blueprints.mail.ejb.EMailMessage implements Serializable

Serialized Fields

emailReceiver

java.lang.String emailReceiver

htmlContents

java.lang.String htmlContents

subject

java.lang.String subject

Class com.sun.j2ee.blueprints.mail.ejb.MailerEJB implements Serializable

Serialized Fields

mailHelper

MailHelper mailHelper

Class com.sun.j2ee.blueprints.mail.ejb.SendMailException implements Serializable


Package com.sun.j2ee.blueprints.petstore.control

Class com.sun.j2ee.blueprints.petstore.control.DuplicateAccountException implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.EStoreEventException implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.GeneralFailureException implements Serializable

Serialized Fields

t

java.lang.Throwable t

Class com.sun.j2ee.blueprints.petstore.control.LoginFailedException implements Serializable


Package com.sun.j2ee.blueprints.petstore.control.ejb

Class com.sun.j2ee.blueprints.petstore.control.ejb.AccountHandler implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.ejb.CartHandler implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.ejb.OrderHandler implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.ejb.ShoppingClientControllerEJB implements Serializable

Serialized Fields

cart

ShoppingCart cart

cust

Customer cust

pro

ProfileMgr pro

sc

javax.ejb.SessionContext sc

sm

StateMachine sm

Class com.sun.j2ee.blueprints.petstore.control.ejb.StateHandlerSupport implements Serializable

Serialized Fields

machine

StateMachine machine

Class com.sun.j2ee.blueprints.petstore.control.ejb.StateMachine implements Serializable

Serialized Fields

attributeMap

java.util.HashMap attributeMap

handlerMap

java.util.HashMap handlerMap

mum

ModelUpdateManager mum

orderTable

java.util.HashMap orderTable

sccejb

ShoppingClientControllerEJB sccejb


Package com.sun.j2ee.blueprints.petstore.control.event

Class com.sun.j2ee.blueprints.petstore.control.event.AccountEvent implements Serializable

Serialized Fields

actionType

int actionType

eInfo

ExplicitInformation eInfo

info

ContactInformation info

password

java.lang.String password

status

java.lang.String status

userId

java.lang.String userId

Class com.sun.j2ee.blueprints.petstore.control.event.CartEvent implements Serializable

Serialized Fields

actionType

int actionType

itemIds

java.util.Collection itemIds

quantities

java.util.HashMap quantities

Class com.sun.j2ee.blueprints.petstore.control.event.EStoreEventSupport implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.event.LoginEvent implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.event.LogoutEvent implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.event.OrderEvent implements Serializable

Serialized Fields

actionType

int actionType

billingAddress

Address billingAddress

billToFirstName

java.lang.String billToFirstName

billToLastName

java.lang.String billToLastName

carrier

java.lang.String carrier

creditCard

CreditCard creditCard

locale

java.util.Locale locale

requestId

int requestId

shippingAddress

Address shippingAddress

shipToFirstName

java.lang.String shipToFirstName

shipToLastName

java.lang.String shipToLastName


Package com.sun.j2ee.blueprints.petstore.control.web

Class com.sun.j2ee.blueprints.petstore.control.web.AccountWebImpl implements Serializable

Serialized Fields

custEjb

Customer custEjb

mm

ModelManager mm

Class com.sun.j2ee.blueprints.petstore.control.web.MainServlet implements Serializable

Class com.sun.j2ee.blueprints.petstore.control.web.MissingFormDataException implements Serializable

Serialized Fields

message

java.lang.String message

missingFields

java.util.Collection missingFields

Class com.sun.j2ee.blueprints.petstore.control.web.OrderWebImpl implements Serializable

Serialized Fields

custEjb

Customer custEjb

mm

ModelManager mm

requestId

int requestId

session

javax.servlet.http.HttpSession session

Class com.sun.j2ee.blueprints.petstore.control.web.ProfileMgrWebImpl implements Serializable

Serialized Fields

mm

ModelManager mm

proEjb

ProfileMgr proEjb

Class com.sun.j2ee.blueprints.petstore.control.web.ShoppingCartWebImpl implements Serializable

Serialized Fields

cartEjb

ShoppingCart cartEjb

mm

ModelManager mm

session

javax.servlet.http.HttpSession session


Package com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb

Class com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb.ProfileMgrDAOException implements Serializable

Class com.sun.j2ee.blueprints.petstore.personalize.profilemgr.ejb.ProfileMgrEJB implements Serializable

Serialized Fields

context

javax.ejb.EntityContext context

eInfo

ExplicitInformation eInfo

profileMgrDao

ProfileMgrDAO profileMgrDao

userId

java.lang.String userId


Package com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model

Class com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model.ProfileMgrModel implements Serializable

Serialized Fields

eInfo

ExplicitInformation eInfo

userId

java.lang.String userId


Package com.sun.j2ee.blueprints.petstore.personalize.util

Class com.sun.j2ee.blueprints.petstore.personalize.util.ExplicitInformation implements Serializable

Serialized Fields

bannerOpt

boolean bannerOpt

favCategory

java.lang.String favCategory

langPref

java.lang.String langPref

myListOpt

boolean myListOpt


Package com.sun.j2ee.blueprints.petstore.taglib

Class com.sun.j2ee.blueprints.petstore.taglib.InsertTag implements Serializable

Serialized Fields

directInclude

boolean directInclude

parameter

java.lang.String parameter

parameterRef

Parameter parameterRef

screenManager

ScreenFlowManager screenManager

Class com.sun.j2ee.blueprints.petstore.taglib.ProductDetailsAttributeTag implements Serializable

Serialized Fields

attribute

java.lang.String attribute

curItem

Item curItem

curProduct

Product curProduct

inventory

InventoryWebImpl inventory

Class com.sun.j2ee.blueprints.petstore.taglib.ProductDetailsTag implements Serializable

Serialized Fields

item

Item item

product

Product product


Package com.sun.j2ee.blueprints.petstore.taglib.banner

Class com.sun.j2ee.blueprints.petstore.taglib.banner.BannerImgTag implements Serializable

Class com.sun.j2ee.blueprints.petstore.taglib.banner.BannerTag implements Serializable

Serialized Fields

profileMgrBean

ProfileMgrWebImpl profileMgrBean


Package com.sun.j2ee.blueprints.petstore.taglib.list

Class com.sun.j2ee.blueprints.petstore.taglib.list.CartItemAttributeTag implements Serializable

Serialized Fields

falseCase

java.lang.String falseCase

trueCase

java.lang.String trueCase

Class com.sun.j2ee.blueprints.petstore.taglib.list.CartListTag implements Serializable

Serialized Fields

cartEmptyString

java.lang.String cartEmptyString

needsNextForm

boolean needsNextForm

Class com.sun.j2ee.blueprints.petstore.taglib.list.ItemAttributeTag implements Serializable

Serialized Fields

attribute

java.lang.String attribute

item

java.lang.Object item

Class com.sun.j2ee.blueprints.petstore.taglib.list.ItemsTag implements Serializable

Serialized Fields

item

java.lang.Object item

iterator

java.util.Iterator iterator

Class com.sun.j2ee.blueprints.petstore.taglib.list.ListTag implements Serializable

Serialized Fields

collection

java.util.Collection collection

hasNextForm

boolean hasNextForm

hasPrevForm

boolean hasPrevForm

iterator

java.util.Iterator iterator

NEXT_PARAM

java.lang.String NEXT_PARAM

nextParamValue

java.lang.String nextParamValue

numItems

int numItems

paramPrefix

java.lang.String paramPrefix

PREV_PARAM

java.lang.String PREV_PARAM

prevParamValue

java.lang.String prevParamValue

startIndex

int startIndex

STARTINDEX_PARAM

java.lang.String STARTINDEX_PARAM

startIndexParamValue

java.lang.String startIndexParamValue

Class com.sun.j2ee.blueprints.petstore.taglib.list.MyListTag implements Serializable

Serialized Fields

hasNext

boolean hasNext

hasPrev

boolean hasPrev

Class com.sun.j2ee.blueprints.petstore.taglib.list.NextFormTag implements Serializable

Serialized Fields

action

java.lang.String action

listTag

ListTag listTag

Class com.sun.j2ee.blueprints.petstore.taglib.list.PrevFormTag implements Serializable

Serialized Fields

action

java.lang.String action

listTag

ListTag listTag

Class com.sun.j2ee.blueprints.petstore.taglib.list.ProductAttributeTag implements Serializable

Class com.sun.j2ee.blueprints.petstore.taglib.list.ProductItemAttributeTag implements Serializable

Class com.sun.j2ee.blueprints.petstore.taglib.list.ProductItemListTag implements Serializable

Serialized Fields

emptyListString

java.lang.String emptyListString

hasNext

boolean hasNext

hasPrev

boolean hasPrev

productId

java.lang.String productId

Class com.sun.j2ee.blueprints.petstore.taglib.list.ProductListTag implements Serializable

Serialized Fields

category

java.lang.String category

hasNext

boolean hasNext

Class com.sun.j2ee.blueprints.petstore.taglib.list.SearchListTag implements Serializable

Serialized Fields

emptyListString

java.lang.String emptyListString

hasNext

boolean hasNext

searchString

java.lang.String searchString

Class com.sun.j2ee.blueprints.petstore.taglib.list.StringAttributeTag implements Serializable


Package com.sun.j2ee.blueprints.petstore.taglib.util

Class com.sun.j2ee.blueprints.petstore.taglib.util.StockTag implements Serializable

Serialized Fields

falseCase

java.lang.String falseCase

itemId

java.lang.String itemId

quantity

int quantity

trueCase

java.lang.String trueCase


Package com.sun.j2ee.blueprints.petstore.util

Class com.sun.j2ee.blueprints.petstore.util.Calendar implements Serializable

Serialized Fields

day

int day

month

int month

year

int year


Package com.sun.j2ee.blueprints.petstoreadmin.control.ejb

Class com.sun.j2ee.blueprints.petstoreadmin.control.ejb.AdminClientControllerEJB implements Serializable

Serialized Fields

admDAO

AdminOrderDAO admDAO

sc

javax.ejb.SessionContext sc

Class com.sun.j2ee.blueprints.petstoreadmin.control.ejb.AdminOrderDAOException implements Serializable


Package com.sun.j2ee.blueprints.petstoreadmin.control.web

Class com.sun.j2ee.blueprints.petstoreadmin.control.web.AdminRequestProcessor implements Serializable

Serialized Fields

fromDoGet

boolean fromDoGet


Package com.sun.j2ee.blueprints.shoppingcart.cart.ejb

Class com.sun.j2ee.blueprints.shoppingcart.cart.ejb.ShoppingCartEJB implements Serializable

Serialized Fields

cart

java.util.HashMap cart

catalog

Catalog catalog


Package com.sun.j2ee.blueprints.shoppingcart.cart.model

Class com.sun.j2ee.blueprints.shoppingcart.cart.model.CartItem implements Serializable

Serialized Fields

attribute

java.lang.String attribute

itemId

java.lang.String itemId

name

java.lang.String name

productId

java.lang.String productId

quantity

int quantity

unitCost

double unitCost

Class com.sun.j2ee.blueprints.shoppingcart.cart.model.ShoppingCartModel implements Serializable

Serialized Fields

items

java.util.Collection items


Package com.sun.j2ee.blueprints.shoppingcart.catalog.ejb

Class com.sun.j2ee.blueprints.shoppingcart.catalog.ejb.CatalogEJB implements Serializable


Package com.sun.j2ee.blueprints.shoppingcart.catalog.model

Class com.sun.j2ee.blueprints.shoppingcart.catalog.model.CatalogDAOException implements Serializable

Class com.sun.j2ee.blueprints.shoppingcart.catalog.model.Category implements Serializable

Serialized Fields

description

java.lang.String description

id

java.lang.String id

name

java.lang.String name

Class com.sun.j2ee.blueprints.shoppingcart.catalog.model.Item implements Serializable

Serialized Fields

attribute

java.lang.String attribute

itemId

java.lang.String itemId

listPrice

double listPrice

productId

java.lang.String productId

unitCost

double unitCost

Class com.sun.j2ee.blueprints.shoppingcart.catalog.model.ListChunk implements Serializable

Serialized Fields

countOfElementsInthisList

int countOfElementsInthisList

elementsInThisList

java.util.Collection elementsInThisList

firstElementOfThisList

int firstElementOfThisList

totalElements

int totalElements

Class com.sun.j2ee.blueprints.shoppingcart.catalog.model.Product implements Serializable

Serialized Fields

description

java.lang.String description

id

java.lang.String id

name

java.lang.String name



Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.