Serialized Form


Package com.konakart.al

Class com.konakart.al.CartItem extends java.lang.Object implements Serializable

Serialized Fields

quantity

int quantity
Quantity of product


quantityAvailable

int quantityAvailable
Quantity of product available


remove

boolean remove
Whether to remove the product from cart


basketItemId

int basketItemId
Id of the basket item so that we can populate it with data from this form


prodName

java.lang.String prodName
Name of the product *


prodImage

java.lang.String prodImage
Image of the product *


optNameArray

java.lang.String[] optNameArray
Array of option names


prodId

int prodId
Id of the product *


totalPriceIncTax

java.math.BigDecimal totalPriceIncTax
Total Price inc tax of the product


totalPriceExTax

java.math.BigDecimal totalPriceExTax
Total Price ex tax of the product


custom1

java.lang.String custom1
Custom variable


custom2

java.lang.String custom2
Custom variable


custom3

java.lang.String custom3
Custom variable


custom4

java.lang.String custom4
Custom variable


custom5

java.lang.String custom5
Custom variable

Class com.konakart.al.KKAppException extends org.apache.commons.lang.exception.NestableException implements Serializable

Class com.konakart.al.KKNotInStockException extends org.apache.commons.lang.exception.NestableException implements Serializable

Class com.konakart.al.NotifiedProductItem extends java.lang.Object implements Serializable

Serialized Fields

prodName

java.lang.String prodName
Name of the product


remove

boolean remove
Whether to remove the product from list


prodId

int prodId
Id of the product item


Package com.konakart.forms

Class com.konakart.forms.AddToCartForm extends BaseForm implements Serializable

Serialized Fields

optionId

int[] optionId

valueId

int[] valueId

productId

java.lang.String productId

numOptions

int numOptions

Class com.konakart.forms.BaseForm extends org.apache.struts.validator.ValidatorForm implements Serializable

Class com.konakart.forms.ChangeAddrForm extends BaseForm implements Serializable

Serialized Fields

addrId

java.lang.String addrId

Class com.konakart.forms.ChangePasswordForm extends BaseForm implements Serializable

Serialized Fields

currentPassword

java.lang.String currentPassword

newPassword

java.lang.String newPassword

confirmPassword

java.lang.String confirmPassword

Class com.konakart.forms.CheckoutForm extends BaseForm implements Serializable

Serialized Fields

comment

java.lang.String comment

shipping

java.lang.String shipping

payment

java.lang.String payment

freeShipping

boolean freeShipping

couponCode

java.lang.String couponCode

Class com.konakart.forms.CreditCardForm extends BaseForm implements Serializable

Serialized Fields

number

java.lang.String number
Credit card number


cvv

java.lang.String cvv
Credit card CVV


type

java.lang.String type
Credit card type


expiryMonth

java.lang.String expiryMonth
Credit card expiry month


expiryYear

java.lang.String expiryYear
Credit card expiry year


owner

java.lang.String owner
The name of the person on the credit card


postcode

java.lang.String postcode
Postcode used for credit card validation


streetAddress

java.lang.String streetAddress
Street address used for credit card validation

Class com.konakart.forms.EditCartForm extends BaseForm implements Serializable

Serialized Fields

itemList

java.util.ArrayList<E> itemList

goToCheckout

java.lang.String goToCheckout

couponCode

java.lang.String couponCode

Class com.konakart.forms.EditNotifiedProductForm extends BaseForm implements Serializable

Serialized Fields

itemList

java.util.ArrayList<E> itemList

globalNotificationBool

boolean globalNotificationBool

Class com.konakart.forms.FilterByCategoryForm extends BaseForm implements Serializable

Serialized Fields

categoryId

int categoryId

Class com.konakart.forms.FilterByManufacturerForm extends BaseForm implements Serializable

Serialized Fields

manufacturerId

int manufacturerId

Class com.konakart.forms.ForgottenPasswordForm extends BaseForm implements Serializable

Serialized Fields

emailAddr

java.lang.String emailAddr

Class com.konakart.forms.LoginForm extends BaseForm implements Serializable

Serialized Fields

user

java.lang.String user

password

java.lang.String password

Class com.konakart.forms.NewsletterForm extends BaseForm implements Serializable

Serialized Fields

newsletterBool

boolean newsletterBool

Class com.konakart.forms.RegisterCustomerForm extends BaseForm implements Serializable

Serialized Fields

gender

java.lang.String gender

firstName

java.lang.String firstName

lastName

java.lang.String lastName

birthDate

java.util.GregorianCalendar birthDate

birthDateString

java.lang.String birthDateString

emailAddr

java.lang.String emailAddr

telephoneNumber

java.lang.String telephoneNumber

faxNumber

java.lang.String faxNumber

password

java.lang.String password

passwordConfirmation

java.lang.String passwordConfirmation

newsletter

java.lang.String newsletter

newsletterBool

boolean newsletterBool

setAsPrimaryBool

boolean setAsPrimaryBool

productNotifications

int productNotifications

company

java.lang.String company

streetAddress

java.lang.String streetAddress

suburb

java.lang.String suburb

postcode

java.lang.String postcode

city

java.lang.String city

state

java.lang.String state

countryId

int countryId

customerCustom1

java.lang.String customerCustom1

customerCustom2

java.lang.String customerCustom2

customerCustom3

java.lang.String customerCustom3

customerCustom4

java.lang.String customerCustom4

customerCustom5

java.lang.String customerCustom5

addressCustom1

java.lang.String addressCustom1

addressCustom2

java.lang.String addressCustom2

addressCustom3

java.lang.String addressCustom3

addressCustom4

java.lang.String addressCustom4

addressCustom5

java.lang.String addressCustom5

Class com.konakart.forms.SearchProductForm extends BaseForm implements Serializable

Serialized Fields

priceFrom

java.lang.String priceFrom

priceTo

java.lang.String priceTo

dateAddedFrom

java.lang.String dateAddedFrom

dateAddedTo

java.lang.String dateAddedTo

manufacturerId

int manufacturerId

categoryId

int categoryId

searchInDescription

boolean searchInDescription

searchText

java.lang.String searchText

custom1

java.lang.String custom1

custom2

java.lang.String custom2

custom3

java.lang.String custom3

custom4

java.lang.String custom4

custom5

java.lang.String custom5

Class com.konakart.forms.WriteReviewForm extends BaseForm implements Serializable

Serialized Fields

rating

int rating

reviewText

java.lang.String reviewText

custom1

java.lang.String custom1

custom2

java.lang.String custom2

custom3

java.lang.String custom3



Copyright © 2006 DS Data Systems UK Ltd.