Serialized Form


Package com.ibm.websphere.samples.pbw.ejb

Class com.ibm.websphere.samples.pbw.ejb.EMailMessage extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

subject

String subject

htmlContents

String htmlContents

emailReceiver

String emailReceiver

Class com.ibm.websphere.samples.pbw.ejb.MailerAppException extends Exception implements Serializable

serialVersionUID: 1L

Class com.ibm.websphere.samples.pbw.ejb.NoSupplierException extends Exception implements Serializable

serialVersionUID: 1L

Class com.ibm.websphere.samples.pbw.ejb.ShoppingCartContent extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

table

Hashtable<K,V> table

Package com.ibm.websphere.samples.pbw.jpa

Class com.ibm.websphere.samples.pbw.jpa.Inventory extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

inventoryId

String inventoryId

name

String name

heading

String heading

description

String description

pkginfo

String pkginfo

image

String image

imgbytes

byte[] imgbytes

price

float price

cost

float cost

quantity

int quantity

category

int category

notes

String notes

isPublic

boolean isPublic

minThreshold

int minThreshold

maxThreshold

int maxThreshold

backOrder

BackOrder backOrder

Class com.ibm.websphere.samples.pbw.jpa.OrderItem.PK extends Object implements Serializable

serialVersionUID: 3206093459760846163L

Serialized Fields

inventoryID

String inventoryID

order_orderID

String order_orderID

Class com.ibm.websphere.samples.pbw.jpa.OrderKey extends Object implements Serializable

serialVersionUID: 7912030586849592135L

Serialized Fields

orderID

String orderID

Package com.ibm.websphere.samples.pbw.utils

Class com.ibm.websphere.samples.pbw.utils.ListProperties extends Properties implements Serializable

serialVersionUID: 1L

Serialized Fields

listProps

Hashtable<K,V> listProps

Package com.ibm.websphere.samples.pbw.war

Class com.ibm.websphere.samples.pbw.war.AccountBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

login

CustomerMgr login

mailer

MailerBean mailer

shoppingCart

ShoppingCartBean shoppingCart

checkingOut

boolean checkingOut

customer

Customer customer

lastOrderNum

String lastOrderNum

loginInfo

LoginInfo loginInfo

newCustomer

Customer newCustomer

orderInfo

OrderInfo orderInfo

orderNum

int orderNum

register

boolean register

updating

boolean updating

Class com.ibm.websphere.samples.pbw.war.AccountServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

login

CustomerMgr login

catalog

CatalogMgr catalog

Class com.ibm.websphere.samples.pbw.war.AdminServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

suppliers

SuppliersBean suppliers

login

CustomerMgr login

backOrderStock

BackOrderMgr backOrderStock

catalog

CatalogMgr catalog

resetDB

ResetDBBean resetDB

Class com.ibm.websphere.samples.pbw.war.BackOrderItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

inventoryQuantity

int inventoryQuantity

backOrderID

String backOrderID

quantity

int quantity

status

String status

lowDate

long lowDate

orderDate

long orderDate

supplierOrderID

String supplierOrderID

inventory

Inventory inventory

Class com.ibm.websphere.samples.pbw.war.ImageServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 1L

Serialized Fields

catalog

CatalogMgr catalog

Class com.ibm.websphere.samples.pbw.war.MailAction extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mailer

MailerBean mailer

Class com.ibm.websphere.samples.pbw.war.OrderInfo extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

orderID

String orderID

billName

String billName

billAddr1

String billAddr1

billAddr2

String billAddr2

billCity

String billCity

billState

String billState

billZip

String billZip

billPhone

String billPhone

shipName

String shipName

shipAddr1

String shipAddr1

shipAddr2

String shipAddr2

shipCity

String shipCity

shipState

String shipState

shipZip

String shipZip

shipPhone

String shipPhone

shippingMethod

int shippingMethod

cardholderName

String cardholderName

cardName

String cardName

cardNum

String cardNum

cardExpMonth

String cardExpMonth

cardExpYear

String cardExpYear

cardExpYears

String[] cardExpYears

shipisbill

boolean shipisbill

Class com.ibm.websphere.samples.pbw.war.ProductBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

inventory

Inventory inventory

quantity

int quantity

Class com.ibm.websphere.samples.pbw.war.ShoppingBean extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

cartItems

ArrayList<E> cartItems

catalog

CatalogMgr catalog

product

ProductBean product

products

LinkedList<E> products

shippingCost

float shippingCost

shoppingCart

ShoppingCartBean shoppingCart

Class com.ibm.websphere.samples.pbw.war.ShoppingItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

item

Inventory item



Copyright © 2011. All Rights Reserved.