A B C D E F G H I L M O P R S U V W

A

AbstractEpControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
AbstractEpControllerImpl is the base implementation of controller in an Spring MVC pattern dealing with non-form based requests.
AbstractEpControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.AbstractEpControllerImpl
 
AbstractEpFormController - Class in com.bea.alcs.sfweb.controller.impl
AbstactEpFormControllerImpl represents a controller in an Spring MVC pattern dealing with form based requests.
AbstractEpFormController() - Constructor for class com.bea.alcs.sfweb.controller.impl.AbstractEpFormController
 
addCustomer(Customer, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
Pass call on to the service layer to add the customer.
addCustomer(Customer, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Pass call on to the service layer to add the customer.
addDependentCartItem(CartItem) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Specify that another cart item depends on this cart item.
AddressFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for address-add page.
AddressFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
 
AddToCartControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for adding a product to the shopping cart.
AddToCartControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
 
AddToCartSimpleControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for adding a product to the shopping cart.
AddToCartSimpleControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
 
AddToWishListControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for adding a product to the shopping cart.
AddToWishListControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
 
ALWAYS_AVAILABLE_IN_STOCK - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
anonymousSignIn(AnonymousSignInFormBean, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
Perform anonymous customer sign in for dwr.
anonymousSignIn(AnonymousSignInFormBean, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Perform anonymous customer sign in for dwr.
AnonymousSignInFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean for anonymous customer sign-in.
AnonymousSignInFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean for anonymous customer sign-in.
AnonymousSignInFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.AnonymousSignInFormBeanImpl
 
AnonymousSignInFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for customers who sign in anonymously.
AnonymousSignInFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
 
applyDiscount(BigDecimal) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Adds a discount amount to this cart item.
AVAILABLE_FOR_BACK_ORDER_ESTIMATED_RESTOCK_DATE_X - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_BACK_ORDER_NO_ESTIMATED_RESTOCK_DATE - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_BACK_ORDER_OUT_OF_STOCK - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_BACK_ORDER_X_AVAILABLE - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_PRE_ORDER_ESTIMATED_RELEASE_DATE_X - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_PRE_ORDER_NO_ESTIMATED_RELEASE_DATE - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_PRE_ORDER_OUT_OF_STOCK - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
AVAILABLE_FOR_PRE_ORDER_X_AVAILABLE - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 

B

BillingAddressFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for specifying a new shipping or billing address.
BillingAddressFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.BillingAddressFormControllerImpl
 
BillingAndReviewFormBean - Interface in com.bea.alcs.sfweb.formbean
Bean used to provide and capture information from the Billing and Review screen.
BillingAndReviewFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Bean used to provide and capture information from the Billing and Review screen.
BillingAndReviewFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Default constructor.
BillingAndReviewFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for specifying billing information and reviewing an order.
BillingAndReviewFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
 
BrowsingControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for catalog browsing.
BrowsingControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.BrowsingControllerImpl
 

C

calculateForSelectedShippingServiceLevel(long, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Calculate shopping cart with the selected shipping service level.
calculateForSelectedShippingServiceLevel(long, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Calculate shopping cart with the selected shipping service level.
calculateRegularPriceShippingCost(ShoppingCart) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Returns the shipping cost before any discount has been applied.
calculateRegularPriceShippingCost(Collection<? extends LineItem>, Currency) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
calculateShipping(long, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Calculate shopping cart with the selected shipping service level.
calculateShipping(long, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Calculate shopping cart with the selected shipping service level.
calculateShippingCost(ShoppingCart) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the calculated, after-promotion shipping cost.
CartItemBean - Interface in com.bea.alcs.sfweb.ajax.bean
This bean is used for wrapping the CartItem objects into localized versions for dwr.
CartItemBeanImpl - Class in com.bea.alcs.sfweb.ajax.bean.impl
A wrapper class for cart items sent through dwr.
CartItemBeanImpl(CartItem, Currency, Locale) - Constructor for class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Creates a new dwr CartItemBean wrapper for a CartItem.
CatalogViewResultBean - Interface in com.bea.alcs.sfweb.viewbean
Represents a bean for catalog view.
CatalogViewResultBeanImpl - Class in com.bea.alcs.sfweb.viewbean.impl
Represents a bean implementation for catalog view view.
CatalogViewResultBeanImpl() - Constructor for class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
 
changeEstimationAddress(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Prepare to reset the address for shipping/taxed.
changeEstimationAddress(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Prepare to reset the address for shipping/taxed.
checkout(CheckoutPaymentBean, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CheckoutAjaxController
Perform the checkout operation with the given cart.
checkout(CheckoutPaymentBean, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
Perform the checkout operation with the given cart.
CheckoutAddressFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean for creating new addresses during the checkout.
CheckoutAddressFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean for creating new addresses during the checkout.
CheckoutAddressFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
 
CheckoutAjaxController - Interface in com.bea.alcs.sfweb.ajax.service
Provides checkout services for ajax.
CheckoutAjaxControllerImpl - Class in com.bea.alcs.sfweb.ajax.service.impl
The default implementation of CheckoutAjaxController.
CheckoutAjaxControllerImpl() - Constructor for class com.bea.alcs.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
CheckoutControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
Spring MVC controller for beginning the checkout process.
CheckoutControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.CheckoutControllerImpl
 
CheckoutCreateAccountFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
Form controller for a form used to create an account during the checkout process.
CheckoutCreateAccountFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
 
CheckoutCreditCardFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean for creating new credit cards during the checkout.
CheckoutCreditCardFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean for creating new addresses during the checkout.
CheckoutCreditCardFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
 
CheckoutPaymentBean - Interface in com.bea.alcs.sfweb.ajax.bean
Bean used to submit final payment information during the OnePage checkout process.
CheckoutPaymentBeanImpl - Class in com.bea.alcs.sfweb.ajax.bean.impl
Default implementation of CheckoutPaymentBean.
CheckoutPaymentBeanImpl() - Constructor for class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
clearDiscount() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Removes previously applied CartItem discounts.
clearPromotions() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Clears any discount that has been set for this shipping service level.
CmclientSignInControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for RCP CM client sign in.
CmclientSignInControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
 
com.bea.alcs.sfweb - package com.bea.alcs.sfweb
 
com.bea.alcs.sfweb.ajax.bean - package com.bea.alcs.sfweb.ajax.bean
 
com.bea.alcs.sfweb.ajax.bean.impl - package com.bea.alcs.sfweb.ajax.bean.impl
 
com.bea.alcs.sfweb.ajax.dwrconverter - package com.bea.alcs.sfweb.ajax.dwrconverter
 
com.bea.alcs.sfweb.ajax.interceptor - package com.bea.alcs.sfweb.ajax.interceptor
 
com.bea.alcs.sfweb.ajax.service - package com.bea.alcs.sfweb.ajax.service
 
com.bea.alcs.sfweb.ajax.service.impl - package com.bea.alcs.sfweb.ajax.service.impl
 
com.bea.alcs.sfweb.ajax.util - package com.bea.alcs.sfweb.ajax.util
 
com.bea.alcs.sfweb.ajax.util.impl - package com.bea.alcs.sfweb.ajax.util.impl
 
com.bea.alcs.sfweb.ajax.validation - package com.bea.alcs.sfweb.ajax.validation
 
com.bea.alcs.sfweb.context.impl - package com.bea.alcs.sfweb.context.impl
 
com.bea.alcs.sfweb.controller - package com.bea.alcs.sfweb.controller
 
com.bea.alcs.sfweb.controller.impl - package com.bea.alcs.sfweb.controller.impl
 
com.bea.alcs.sfweb.exceptionhandler - package com.bea.alcs.sfweb.exceptionhandler
 
com.bea.alcs.sfweb.filters - package com.bea.alcs.sfweb.filters
 
com.bea.alcs.sfweb.formbean - package com.bea.alcs.sfweb.formbean
 
com.bea.alcs.sfweb.formbean.impl - package com.bea.alcs.sfweb.formbean.impl
 
com.bea.alcs.sfweb.service - package com.bea.alcs.sfweb.service
 
com.bea.alcs.sfweb.service.impl - package com.bea.alcs.sfweb.service.impl
 
com.bea.alcs.sfweb.util - package com.bea.alcs.sfweb.util
 
com.bea.alcs.sfweb.util.impl - package com.bea.alcs.sfweb.util.impl
 
com.bea.alcs.sfweb.view.helpers - package com.bea.alcs.sfweb.view.helpers
 
com.bea.alcs.sfweb.viewbean - package com.bea.alcs.sfweb.viewbean
 
com.bea.alcs.sfweb.viewbean.impl - package com.bea.alcs.sfweb.viewbean.impl
 
contextInitialized(ServletContextEvent) - Method in class com.bea.alcs.sfweb.context.impl.EpContextConfigListener
Complete the context initialization for ElasticPath.
CreditCardFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean for creating and editing customer credit cards.
CreditCardFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean for creating and editing customer credit cards.
CreditCardFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
 
CreditCardFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for credit card editing page.
CreditCardFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
 
CustomerAddressFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean for creating new addresses during the checkout.
CustomerAddressFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean for creating new addresses during the checkout.
CustomerAddressFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
 
CustomerAjaxController - Interface in com.bea.alcs.sfweb.ajax.service
Provides customer related services for ajax.
CustomerAjaxControllerImpl - Class in com.bea.alcs.sfweb.ajax.service.impl
The default implementation of CustomerAjaxComtroller.
CustomerAjaxControllerImpl() - Constructor for class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
CustomerSessionFilter - Class in com.bea.alcs.sfweb.filters
This filter manages customer session.
If a new customer send a request without customer session id, a new customer session will be created and stored.
CustomerSessionFilter() - Constructor for class com.bea.alcs.sfweb.filters.CustomerSessionFilter
 

D

DeliveryOptionsFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for selecting a delivery option.
DeliveryOptionsFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.DeliveryOptionsFormControllerImpl
 
destroy() - Method in class com.bea.alcs.sfweb.filters.CustomerSessionFilter
Destroy the filter.
destroy() - Method in class com.bea.alcs.sfweb.filters.EpFilterToBeanProxy
Called by the web container to indicate to a filter that it is being taken out of service.
doElasticPathConfig(WebApplicationContext, ServletContext) - Method in class com.bea.alcs.sfweb.context.impl.EpContextConfigListener
Initialize the ElasticPath object by load the config.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.bea.alcs.sfweb.filters.CustomerSessionFilter
Filter the request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.bea.alcs.sfweb.filters.EpFilterToBeanProxy
Filter the request.
DwrBeanConverter - Class in com.bea.alcs.sfweb.ajax.dwrconverter
Dwr converter for beans in the store front.
DwrBeanConverter() - Constructor for class com.bea.alcs.sfweb.ajax.dwrconverter.DwrBeanConverter
 
DwrValidationException - Exception in com.bea.alcs.sfweb.ajax.validation
A wrapper for sending validation errors back to client-side js through dwr.
DwrValidationException(Map) - Constructor for exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
DwrValidationException(Map, Throwable) - Constructor for exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
DwrValidationException(Map, Object) - Constructor for exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
DwrValidationInterceptor - Class in com.bea.alcs.sfweb.ajax.validation
Provides validation for Ajax through DWR.
DwrValidationInterceptor() - Constructor for class com.bea.alcs.sfweb.ajax.validation.DwrValidationInterceptor
 

E

EditAccountFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean used to collect information in the edit account controller/screen.
EditAccountFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean used to collect information in the edit account controller/screen.
EditAccountFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
 
EditAccountFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for customer account management page.
EditAccountFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
 
EpAuthenticationProcessingFilter - Class in com.bea.alcs.sfweb.filters
Extends the ACEGI AuthenticationProcessingFilter to provide a hook for performing actions after a user has been authenticated.
EpAuthenticationProcessingFilter() - Constructor for class com.bea.alcs.sfweb.filters.EpAuthenticationProcessingFilter
 
EpContextConfigListener - Class in com.bea.alcs.sfweb.context.impl
Bootstrap listener to set up various context config after the springframework context has been loaded.
EpContextConfigListener() - Constructor for class com.bea.alcs.sfweb.context.impl.EpContextConfigListener
 
EpController - Interface in com.bea.alcs.sfweb.controller
EpController represents a controller in an MVC pattern dealing with non-form based requests.
EpFilterToBeanProxy - Class in com.bea.alcs.sfweb.filters
Delegates Filter requests to a Spring-managed bean.
EpFilterToBeanProxy() - Constructor for class com.bea.alcs.sfweb.filters.EpFilterToBeanProxy
 
EpFormBean - Interface in com.bea.alcs.sfweb.formbean
Represents a general form bean.
EpFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
The default implementation of EpFormBean.
EpFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.EpFormBeanImpl
 
EpLogoutHandler - Class in com.bea.alcs.sfweb.filters
Removes the EP shopping cart from the session.
EpLogoutHandler() - Constructor for class com.bea.alcs.sfweb.filters.EpLogoutHandler
 
EpRequestParameterBindingException - Class in com.bea.alcs.sfweb
This exception gets thrown when binding errors of request parameter happens.
EpRequestParameterBindingException(String) - Constructor for class com.bea.alcs.sfweb.EpRequestParameterBindingException
Creates a new EpWebException object with the given message.
EpRequestParameterBindingException(String, Throwable) - Constructor for class com.bea.alcs.sfweb.EpRequestParameterBindingException
Creates a new EpWebException object using the given message and cause exception.
EpSearchKeyWordNotGivenException - Class in com.bea.alcs.sfweb
This exception gets thrown when the search keyword is not given.
EpSearchKeyWordNotGivenException(String) - Constructor for class com.bea.alcs.sfweb.EpSearchKeyWordNotGivenException
Creates a new EpSearchKeyWordNotGivenException object with the given message.
EpSearchKeyWordNotGivenException(String, Throwable) - Constructor for class com.bea.alcs.sfweb.EpSearchKeyWordNotGivenException
Creates a new EpSearchKeyWordNotGivenException object using the given message and cause exception.
EpSearchKeyWordTooLongException - Class in com.bea.alcs.sfweb
This exception gets thrown when the search keyword given is too long.
EpSearchKeyWordTooLongException(String) - Constructor for class com.bea.alcs.sfweb.EpSearchKeyWordTooLongException
Creates a new object with the given message.
EpSearchKeyWordTooLongException(String, Throwable) - Constructor for class com.bea.alcs.sfweb.EpSearchKeyWordTooLongException
Creates a new object using the given message and cause exception.
EpSfFieldChecks - Class in com.bea.alcs.sfweb.util.impl
EpFieldChecks defines customized validation rules to be integrated into the springmodules validator.
EpSfFieldChecks() - Constructor for class com.bea.alcs.sfweb.util.impl.EpSfFieldChecks
 
EpSfWebException - Class in com.bea.alcs.sfweb
The generic exception class for the com.bea.alcs.sfweb package.
EpSfWebException(String) - Constructor for class com.bea.alcs.sfweb.EpSfWebException
Creates a new EpWebException object with the given message.
EpSfWebException(String, Throwable) - Constructor for class com.bea.alcs.sfweb.EpSfWebException
Creates a new EpWebException object using the given message and cause exception.
EpSystemExceptionHandler - Class in com.bea.alcs.sfweb.exceptionhandler
EpSystemExceptionHandler is to handle any exception that is bubbled up to the web layer.
EpSystemExceptionHandler() - Constructor for class com.bea.alcs.sfweb.exceptionhandler.EpSystemExceptionHandler
 
EpViewBean - Interface in com.bea.alcs.sfweb.viewbean
Represents a general view bean.
EpViewBeanImpl - Class in com.bea.alcs.sfweb.viewbean.impl
The default implementation of EpViewBean.
EpViewBeanImpl() - Constructor for class com.bea.alcs.sfweb.viewbean.impl.EpViewBeanImpl
 
estimateShippingAndTaxes(String, String, String, List<String>, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Estimate the shipping options and taxes for the session shopping cart, based on the given countryCode, subCountryCode and zipOrPostalCode.
estimateShippingAndTaxes(String, String, String, List<String>, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Estimate the shipping options and taxes for the session shopping cart, based on the given countryCode, subCountryCode and zipOrPostalCode.
executeBeforePersistAction() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Interceptor to perform tasks before persisting changes.
executeBeforePersistAction() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Interceptor to perform tasks before persisting changes.

F

ForgottenPasswordFormBean - Interface in com.bea.alcs.sfweb.formbean
This bean represents forgotten password form.
ForgottenPasswordFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
The default implementation of ForgottenPasswordFormBean.
ForgottenPasswordFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.ForgottenPasswordFormBeanImpl
 
ForgottenPasswordFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for customer forgotten-password page.
ForgottenPasswordFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ForgottenPasswordFormControllerImpl
 
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
Prepare the command object for the address add form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Prepare the command object for the create account form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAddressFormControllerImpl
Prepare the command object for the address add form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Prepare the command object for the address add form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
Prepare the command object for the create account form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
Prepare the command object for the credit card add form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.DeliveryOptionsFormControllerImpl
Prepare the command object (the shopping cart).
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
Prepare the command object for the create account form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.ForgottenPasswordFormControllerImpl
Prepare the command object for the forgotten password form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
Prepare the command object for the address add form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.LicensingFormControllerImpl
Prepare the command object for the import form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.ShippingAddressFormControllerImpl
Prepare the command object for the address add form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Get the shopping cart command object for the form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.SignInFormControllerImpl
Prepare the command object for the create account form.
formBackingObject(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.WishListControllerImpl
Prepare the command object for the forgotten password form.

G

GeographyController - Interface in com.bea.alcs.sfweb.ajax.service
Provides geography related services for ajax.
GeographyControllerImpl - Class in com.bea.alcs.sfweb.ajax.service.impl
Provides geography related services for ajax.
GeographyControllerImpl() - Constructor for class com.bea.alcs.sfweb.ajax.service.impl.GeographyControllerImpl
 
getAddressUidPk() - Method in interface com.bea.alcs.sfweb.formbean.CustomerAddressFormBean
Get the address uidpk, if editing a new existing address, this uidPk should be same uidPk of that address in session, if creating a new address, it should be zero.
getAddressUidPk() - Method in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Get the address uidpk, if editing a new existing address, this uidPk should be same uidPk of that address in session, if creating a new address, it should be zero.
getAmount(Currency) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the total price of this shopping cart item.
getAmountMoney(Currency) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the amount as a Money object.
getAvailability() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
getAvailability() - Method in interface com.bea.alcs.sfweb.ajax.bean.SkuConfigurationBean
 
getAvailabilityCode() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Gets the availability code for this sku.
getAvailabilityCode() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Gets the availability code for this sku.
getAvailableOptionValues(long, List<String>) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Returns the set of SkuOptions with option values for which there are skus available given the selected when the primary option value.
getAvailableOptionValues(long, List<String>) - Method in interface com.bea.alcs.sfweb.ajax.service.SkuConfigurationService
Returns the set of SkuOptions with option values for which there are skus available given the selected when the primary option value.
getBeanContextIdMapping() - Method in class com.bea.alcs.sfweb.ajax.dwrconverter.DwrBeanConverter
Return the context id mapping.
getBillingAddress() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get the billing address.
getBillingAddress() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get the billing address.
getCardHolderName() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getCardHolderName() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getCardNumber() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getCardNumber() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getCardType() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getCardType() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getCardTypeMap() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get a map of the card types for the Spring input form.
getCardTypeMap() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get a map of the card types for the Spring input form.
getCardUidPk() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
Gets the unique identifier of the credit card represented by this form bean.
getCardUidPk() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
Gets the unique identifier of the credit card represented by this form bean.
getCarrier() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
getCart(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Method for retrieving the shopping cart through dwr.
getCart(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Method for retreiving the shopping cart through dwr.
getCartBean(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Retrieve the ShoppingCartBean wrapper.
getCartBean(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Retrieve the ShoppingCartBean wrapper.
getCartItem() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
 
getCartItem() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
getCartItemPrices(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Retieve the INDEPENDENT shopping cart item prices.
getCartItemPrices(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Retieve the INDEPENDENT shopping cart item prices.
getCartItems() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getCartItems() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getCartItems(ShoppingCart) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
Method for retreiving convenience-wrapped shopping cart items through dwr.
getCartItems(ShoppingCart) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
Method for retreiving convenience-wrapped shopping cart items through dwr.
getCatalogViewResultHistory() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns the catalog view result history.
getCatalogViewResultHistory() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns the catalog view result history.
getCheckoutView() - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Get the checkout view name.
getCmUserService() - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Gets the CmUser service.
getConfirmEmail() - Method in interface com.bea.alcs.sfweb.formbean.GiftCertificateFormBean
 
getConfirmEmail() - Method in class com.bea.alcs.sfweb.formbean.impl.GiftCertificateFormBeanImpl
 
getConfirmPassword() - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Get the confirm password.
getConfirmPassword() - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Get the confirm password.
getContext(FilterConfig) - Method in class com.bea.alcs.sfweb.filters.EpFilterToBeanProxy
Allows test cases to override where application context obtained from.
getCookieValue(HttpServletRequest, String) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Returns the value of a cookie with the specified name.
getCookieValue(HttpServletRequest, String) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Returns the value of a cookie with the specified name.
getCreditCardFormBean() - Method in interface com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean
 
getCreditCardFormBean() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
getCurrency() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
 
getCurrency() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
getCurrentCatalogViewResult() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns the current catalog view result.
getCurrentCatalogViewResult() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns the current catalog view result.
getCurrentCatalogViewResult() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Returns the current catalog view result.
getCurrentCatalogViewResult() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Returns the current catalog view result.
getCurrentPageNumber() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns the current page number.
getCurrentPageNumber() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns the page number.
getCurrentPageNumber() - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Returns the page number.
getCurrentPageNumber() - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Returns the current page number.
getCurrentSearchResult() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns the current search result.
getCurrentSearchResult() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns the current search result.
getCurrentSitemapResult() - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Returns the current sitemap result.
getCurrentSitemapResult() - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Returns the current sitemap result.
getCustomer() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getCustomer() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getCustomer(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
Method to retrieve the current Customer through dwr.
getCustomer(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Method to retrieve the current Customer through dwr.
getCustomer() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Gets the Customer.
getCustomer() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Gets the Customer.
getCustomerAddress() - Method in interface com.bea.alcs.sfweb.formbean.CustomerAddressFormBean
Get a new CustomerAddress object to store a newly entered address.
getCustomerAddress() - Method in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Get a CustomerAddress object to store a newly entered address.
getCustomerService() - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Gets the customer service.
getCustomerSessionGuid() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getCustomerSessionGuid() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getDataObject() - Method in exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
getDefaultAssociationQuantity() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the default association quantity.
getDefaultCost() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Default cost for the service (for Google Checkout).
getDependentCartItems() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the set of dependent cart items.
getDisplayName() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the product's localized display name.
getDisplayName() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the product's localized display name.
getDisplayName() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the ShippingServiceLevel name for the given locale.
getDisplayName(Locale, boolean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Get the DisplayName for this ShippingServiceLevel in the given Locale, falling back to the Store's default locale if the ShippingServicelevel has no DisplayName in the given locale.
getDisplayName() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShippingServiceLevelBean
Convenience method for getting the shipping service level's localized display name.
getDollarSavings() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
returns the savings if the price has a discount.
getDollarSavings() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Calculates the savings if the price has a discount.
getElasticPath() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the ElasticPath singleton.
getElasticPath() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.sfweb.controller.EpController
Return the elastic path context.
getElasticPath() - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpControllerImpl
Return the elastic path context.
getElasticPath() - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpFormController
Return the elastic path context.
getElasticPath() - Method in interface com.bea.alcs.sfweb.formbean.EpFormBean
Returns the elastic path context.
getElasticPath() - Method in class com.bea.alcs.sfweb.formbean.impl.EpFormBeanImpl
Returns the elastic path context.
getElasticPath() - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Get the ElasticPath singleton.
getElasticPath() - Method in interface com.bea.alcs.sfweb.viewbean.EpViewBean
Returns the elastic path context.
getElasticPath() - Method in class com.bea.alcs.sfweb.viewbean.impl.EpViewBeanImpl
Returns the elastic path context.
getEmail() - Method in interface com.bea.alcs.sfweb.formbean.AnonymousSignInFormBean
Get the anonymous customer's email address.
getEmail() - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Get the customer's email address.
getEmail() - Method in interface com.bea.alcs.sfweb.formbean.ForgottenPasswordFormBean
Return the email.
getEmail() - Method in class com.bea.alcs.sfweb.formbean.impl.AnonymousSignInFormBeanImpl
Get the anonymous customer's email address.
getEmail() - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Get the customer's email address.
getEmail() - Method in class com.bea.alcs.sfweb.formbean.impl.ForgottenPasswordFormBeanImpl
Return the email.
getErrorMessage() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
getErrorView(String, HttpServletRequest, HttpServletResponse, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpFormController
Creates and error and returns a ModelAndView object to display the error on the form view.
getErrorView() - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Gets the error view name.
getErrorView() - Method in class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
 
getEstimateAddressStr(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Return the string representation of the address bits entered for shipping and tax estimation.
getEstimateAddressStr(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Return the string representation of the address bits entered for shipping and tax estimation.
getExistingAddresses() - Method in interface com.bea.alcs.sfweb.formbean.CheckoutAddressFormBean
Get the available addresses that the customer may choose to ship to.
getExistingAddresses() - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Get the available addresses that the customer may choose to ship to.
getExistingCreditCards() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Retrieve the collection of existing credit cards that the customer may use for payment.
getExistingCreditCards() - Method in interface com.bea.alcs.sfweb.formbean.CheckoutCreditCardFormBean
Get the available credit cards that the customer may choose to pay with.
getExistingCreditCards() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Retrieve the collection of existing credit cards that the customer may use for payment.
getExistingCreditCards() - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Get the available credit cards that the customer may choose to pay with.
getExpiryMonth() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getExpiryMonth() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getExpiryYear() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getExpiryYear() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getFailureView() - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Gets the cm user log in fail view.
getFirstName() - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Get the customer's first name.
getFirstName() - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Get the customer's first name.
getGeography() - Method in class com.bea.alcs.sfweb.ajax.service.impl.GeographyControllerImpl
Returns the Geography instance.
getGiftCertificate() - Method in interface com.bea.alcs.sfweb.formbean.GiftCertificateFormBean
 
getGiftCertificate() - Method in class com.bea.alcs.sfweb.formbean.impl.GiftCertificateFormBeanImpl
 
getGiftCertificateService() - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
 
getGiftCertificateService() - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
getGoogleCheckoutView() - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Get the Google Checkout View view name.
getGuid() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the guid.
getHasDependentCartItems() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Returns true if this CartItem has other cart items that depend on it such that the dependent items cannot exist in the cart on their own.
getHasDependentCartItems() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Returns true if this CartItem has other cart items that depend on it such that the dependent items cannot exist in the cart on their own.
getImageUrl() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Get the path to the image to be displayed.
getImageUrl() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Get the path to the image to be displayed.
getInsufficientInventoryItemUidPk(HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Get the uidPk of the first cart item with insufficient inventory.
getInsufficientInventoryItemUidPk(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Get the uidPk of the first cart item with insufficient inventory.
getIntParameterOrAttribute(HttpServletRequest, String, int) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Get an int parameter or attribute, with a fallback value.
getIntParameterOrAttribute(HttpServletRequest, String, int) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Get an int parameter or attribute, with a fallback value.
getInventory() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Get the inventory for this product sku.
getInventory() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Get the inventory for this product sku.
getIssueNumber() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getIssueNumber() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getJ_password() - Method in class com.bea.alcs.sfweb.formbean.impl.SignInFormBeanImpl
Get the j_password (for the password input field on the sign-in form).
getJ_password() - Method in interface com.bea.alcs.sfweb.formbean.SignInFormBean
Get the j_password (for the password input field on the sign-in form).
getJ_username() - Method in class com.bea.alcs.sfweb.formbean.impl.SignInFormBeanImpl
Get the j_username (for the username input field on the sign-in form).
getJ_username() - Method in interface com.bea.alcs.sfweb.formbean.SignInFormBean
Get the j_username (for the username input field on the sign-in form).
getLastName() - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Get the customer's last name.
getLastName() - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Get the customer's last name.
getListPrice() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the ProductSku list price.
getListPrice() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Get the skus's list price.
getListPrice() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the ProductSku list price.
getListPrice() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Get the skus's list price.
getLocale() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
 
getLocale() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
getLocale() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
getLocale() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShippingServiceLevelBean
 
getLocalizedProperties() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Returns the LocalizedProperties.
getLongParameter(HttpServletRequest, String) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Retrieve the given parameter as Long from the given request.
getLongParameter(HttpServletRequest, String) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Retrieve the given parameter as Long from the given request.
getLowestPrice() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the lowest ProductSku price.
getLowestPrice() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Returns the lowest of the price values specified.
getLowestPrice() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the lowest ProductSku price.
getLowestPrice() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Returns the lowest of the price values specified .
getMaskedCardNumber() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getMaskedCardNumber() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getMessage() - Method in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
The message key to be shown to customer.
getMinOrderQty() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
getMonthMap() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get a map of the numbers of months of the year for the Spring form input for credit card expiry.
getMonthMap() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get a map of the numbers of months of the year for the Spring form input for credit card expiry.
getName(Locale) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the ShippingServiceLevel name for the given locale.
getNewAddress() - Method in interface com.bea.alcs.sfweb.formbean.CheckoutAddressFormBean
Get a new Address object to store a newly entered address.
getNewAddress() - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Get a new Address object to store a newly entered address.
getNewCreditCard() - Method in interface com.bea.alcs.sfweb.formbean.CheckoutCreditCardFormBean
Get a new CustomerCreditCard object to store a newly entered credit card.
getNewCreditCard() - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Get a new CustomerCreditCard object to store a newly entered credit card.
getNextTierMin(int, Price) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Get the minimum quantity of the next price tier.
getOnePageView() - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
getOptions() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
getOptions() - Method in interface com.bea.alcs.sfweb.ajax.bean.SkuConfigurationBean
 
getOrder() - Method in class com.bea.alcs.sfweb.exceptionhandler.EpSystemExceptionHandler
Gets the order of the current exception handler.
getOrderPayment() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get the orderPayment used to collect payment information.
getOrderPayment() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get the orderPayment used to collect payment information.
getOrderSummary() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getOrderSummary() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getOrderSummary(ShoppingCart) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
Generates the order summary html for the given shopping cart.
getOrderSummary(ShoppingCart) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
Generates the order summary html for the given shopping cart.
getParentCartItem() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the parent cart item that this cart item is dependent on.
getParentCartItemUidPk() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Get the uidPk of the parent cart item that this cart item is dependent on.
getParentCartItemUidPk() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the uidPk of the parent cart item that this cart item is dependent on.
getPassword() - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Get the password.
getPassword() - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Get the password.
getPaymentType() - Method in interface com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean
 
getPaymentType() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
getPayPalShortcutView() - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
getPhoneNumber() - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Gets the phone number associated .
getPhoneNumber() - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Gets the phone number associated .
getPriceTierContents() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Get the price tier contents as the String Array to be diplayed.
getPriceTierContents() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Get the price tier contents as the String Array to be diplayed.
getPriceTierContents(ProductSku, String) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set a reference to the product sku service.
getPriceTierContents(ProductSku, String) - Method in interface com.bea.alcs.sfweb.ajax.service.SkuConfigurationService
Set a reference to the product sku service.
getProduct() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
getProduct() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Get the product to be displayed.
getProduct() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Get the product to be displayed.
getProductBrandName() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the product's seo url.
getProductBrandName() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the product's seo url.
getProductCategory() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Gets the product's parent folder with fetched fields which by default are omitted (like parent folder).
getProductCategory() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Gets the product parent category for the catalog linked to the store where this product is being viewed.
getProducts() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns products at the page of the given page number.
getProducts() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns products at the page of the given page number.
getProducts(int) - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Returns products at the page of the given page number.
getProducts(int) - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Returns products at the page of the given page number.
getProductSeoUrl() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the product's seo url.
getProductSeoUrl() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the product's seo url.
getProductSku() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Get the ProductSku.
getProductSku() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the product SKU corresponding to this item in a cart.
getProductSku() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Get the ProductSku.
getProductSkuPrice() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Method stub.
getQuantity() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Get the quantity of this item as a primitive int.
getRegularPriceShippingCost() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the calculated before-discount shipping cost (make sure calculateRegularPriceShippingCost has been invoked already).
getRequestHelper() - Method in class com.bea.alcs.sfweb.ajax.service.impl.GeographyControllerImpl
Returns the request helper.
getRequestHelper() - Method in interface com.bea.alcs.sfweb.controller.EpController
Gets the requestHelper instance.
getRequestHelper() - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpControllerImpl
Gets the requestHelper instance.
getRequestHelper() - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpFormController
Gets the requestHelper instance.
getRequestType() - Method in class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
Gets the request type.
getSavings() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the amount of money saved.
getSavings() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the amount of money saved.
getSecurityCode() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getSecurityCode() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getSelectedBillingAddressUidPk() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getSelectedBillingAddressUidPk() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getSelectedExistingCreditCard() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Returns the existing credit card selected by the user.
getSelectedExistingCreditCard() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Returns the existing credit card selected by the user.
getSelectedExistingCreditCardUid() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Returns the id of the existing credit card selected by the user.
getSelectedExistingCreditCardUid() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Returns the id of the existing credit card selected by the user.
getSelectedPaymentOption() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get the payment option that the user has selected.
getSelectedPaymentOption() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get the payment option that the user has selected.
getSelectedShippingAddressUidPk() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getSelectedShippingAddressUidPk() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getSelectedShippingServiceLevelUidPk() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getSelectedShippingServiceLevelUidPk() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getSeoUrl(Locale, int) - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Returns the localized seo url for this sitemap result corresponding to the desired page number.
getSeoUrl(Locale, int) - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Returns the localized seo url for this sitemap result corresponding to the desired page number.
getShippingAddress() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get the shipping address.
getShippingAddress() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get the shipping address.
getShippingCost() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Return the calculated, after-promotion shipping cost (make sure calculateShippingCost has been invoked already).
getShippingCostCalculationMethod() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Get the shipping cost calculation method associated with this ShippingServiceLevel.
getShippingRegion() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Get the shipping region associated with this ShippingServiceLevel.
getShippingServiceLevelList() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
Return the list of shippingServiceLevel list available based on the current shopping cart info.
getShippingServiceLevelList() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
Return the list of shippingServiceLevel list available based on the current shopping cart info.
getShippingServiceLevels(ShoppingCart) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
Method for wrapping the ShippingServiceLevel objects for easy conversion through dwr.
getShippingServiceLevels(ShoppingCart) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
Method for wrapping the ShippingServiceLevel objects for easy conversion through dwr.
getShoppingCart() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Gets the ShoppingCartMemento this item belongs to.
getShoppingCart() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getShoppingCart() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getShoppingCart(HttpServletRequest) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Return a ShoppingCart instance if there is one stored in http session.
getShoppingCart(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Return a ShoppingCart instance if there is one stored in http session.
getShoppingCartView() - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCheckoutControllerImpl
Get the Shopping Cart View view name.
getShoppingCartView() - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Get the Shopping Cart View view name.
getSkuConfigurationBean(long) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Retrieve the multi-sku configuration options for a given product.
getSkuConfigurationBean(long) - Method in interface com.bea.alcs.sfweb.ajax.service.SkuConfigurationService
Retrieve the multi-sku configuration options for a given product.
getSkuWithMatchingOptionValues(long, List<String>, String, long) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Gets a SKU matches the specific option value codes.
getSkuWithMatchingOptionValues(long, List<String>, String, long) - Method in interface com.bea.alcs.sfweb.ajax.service.SkuConfigurationService
Gets a SKU matches the specifice option value codes.
getStartMonth() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getStartMonth() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getStartYear() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
getStartYear() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
getStore() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
getStoreConfig() - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Returns the store configuration that provides context for the actions of this service.
getStoreConfig() - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Returns the store configuration that provides context for the actions of this service.
getStringParameterOrAttribute(HttpServletRequest, String, String) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Get a string parameter or attribute, with a fallback value.
getStringParameterOrAttribute(HttpServletRequest, String, String) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Get a string parameter or attribute, with a fallback value.
getSubCountries(String, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.GeographyController
Returns a map of all subcountries within a particular country.
getSubCountries(String, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.GeographyControllerImpl
Returns a map of all subcountries within a particular country.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Gets the success view if log in successfully.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Gets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.RemoveCartItemControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.RemoveWishListItemControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Gets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.SignOutCustomerSessionControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
Sets the success view name.
getSuccessView() - Method in class com.bea.alcs.sfweb.controller.impl.ViewReceiptControllerImpl
Sets the success view name.
getTax() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
getTotal() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
getTotal() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
getTotalNumberProducts() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns the total number of products.
getTotalNumberProducts() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns the total number of products.
getTotalPageNumber() - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Returns the total page number.
getTotalPageNumber() - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Returns the total page number.
getTotalPageNumber() - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Returns the total page number.
getTotalPageNumber() - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Returns the total page number.
getTotalPrice() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for getting the amount without needing to pass in the currency.
getTotalPrice() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for getting the amount without needing to pass in the currency.
getType() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
getUidPk() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Gets the unique identifier for the cart item object.
getUidPk() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Gets the unique identifier for this domain model object.
getUnauthorizedView() - Method in class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
Gets the unauthorized view name.
getUnauthorizedView() - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Gets the unauthorized view name.
getUpdateCartItemQty() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Get the Qty of the cart item being updated.
getUpdateCartItemQty() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Get the Qty of the cart item being updated.
getUpdateCartItemUid() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Get the UID of the cart item being updated.
getUpdateCartItemUid() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Get the UID of the cart item being updated.
getUpdatePage() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Returns the page that is being updated if isUpdate is true.
getUpdatePage() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Returns the page that is being updated if isUpdate is true.
getUrl(HttpServletRequest) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Retrive the absolute url from the given request.
getUrl(HttpServletRequest) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Retrive the absolute url from the given request.
getUtility() - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Returns the utility.
getValidationErrors() - Method in exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
getWebCustomerSessionService() - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Gets the web customer session service.
getWithPromotions(long, Product) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Get the productSku with the given UID.
getYearMap() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Get a map of years for the Spring form input for credit card expiry.
getYearMap() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Get a map of years for the Spring form input for credit card expiry.
GiftCertificateFormBean - Interface in com.bea.alcs.sfweb.formbean
Form bean for creating new gift certificates.
GiftCertificateFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
Form bean for creating new gift certificates.
GiftCertificateFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.GiftCertificateFormBeanImpl
 
GiftCertificateFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for the gift certificate creation page.
GiftCertificateFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
 
GoogleCallbackControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for the google callbacks.
GoogleCallbackControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
Constructor.
GoogleCheckoutControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for the shopping cart page (for Google checkout).
GoogleCheckoutControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.GoogleCheckoutControllerImpl
 
GuidedSkuSelectionBean - Interface in com.bea.alcs.sfweb.ajax.bean
This bean is used for transfering data to the client from the SkuConfigurationService.
GuidedSkuSelectionBeanImpl - Class in com.bea.alcs.sfweb.ajax.bean.impl
This bean is used for transfering data to the client from the SkuConfigurationService.
GuidedSkuSelectionBeanImpl() - Constructor for class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
 

H

handleAnonymousSignIn(HttpServletRequest, HttpServletResponse, Customer) - Method in interface com.bea.alcs.sfweb.service.impl.WebCustomerSessionService
Update the session when a customer signs in anonymously.
handleAnonymousSignIn(HttpServletRequest, HttpServletResponse, Customer) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Update the session when a customer signs in anonymously.
handleCreateNewAccount(HttpServletRequest, HttpServletResponse, Customer) - Method in interface com.bea.alcs.sfweb.service.impl.WebCustomerSessionService
Updates the session and cookie when a new account is created.
handleCreateNewAccount(HttpServletRequest, HttpServletResponse, Customer) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Updates the session and cookie when a new account is created.
handleCustomerSignIn(HttpServletRequest, HttpServletResponse, Customer) - Method in interface com.bea.alcs.sfweb.service.impl.WebCustomerSessionService
Update the session when a customer signs in.
handleCustomerSignIn(HttpServletRequest, HttpServletResponse, Customer) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Update the session when a customer signs in.
handleEvent(NewOrderNotificationEvent) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
Implement this method to handle new order notifications To retrieve the JAXB objects that were unmarshalled from the new order notification, you can use the following code: NewOrderNotification notification = event.getNewOrderNote(); You can then access individual components of the new order notification by calling the methods in the generated JAXB classes.
handleEvent(MerchantCalculationCallbackEvent) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
Implement this method to handle <merchant-calculation-callback> requests.
handleFilterRequest(ServletRequest, ServletResponse) - Method in interface com.bea.alcs.sfweb.service.impl.WebCustomerSessionService
Handle a request intercepted by a filter.
handleFilterRequest(ServletRequest, ServletResponse) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Handle a request intercepted by a filter.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Handle the initial request.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.BrowsingControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.DeliveryOptionsFormControllerImpl
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
To handle request sent from Google.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCheckoutControllerImpl
Handle the google checkout submit.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ImageControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.InvalidAccessControllerImpl
Remove the session attribute for acegi context on access denied.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.LocaleControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Process request for displaying "Manage Account" screen.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.OnePageControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.PayerAuthenticationReturnController
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalExpressCheckoutController
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutBeginControllerImpl
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
 
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ProductLookupControllerImpl
Outputs a stream of product data formatted as XML as required by PowerReviews.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ProductReviewControllerImpl
Loads the current product uid and breadcrumb data into the model and displays the product review view.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ProductViewControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveCartItemControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveWishListItemControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.SignOutCustomerSessionControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.SimplePageControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.SitemapControllerImpl
Return the ModelAndView for the configured static view page.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
Process request for displaying an order.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
Process request for displaying an order.
handleRequestInternal(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.controller.impl.ViewReceiptControllerImpl
Process request for displaying the order receipt.
hasDependentCartItem(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Returns true if this CartItem has another cart items that depend on it which matches the supplied skuCode.
hasDependentCartItems() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Returns true if this CartItem has other cart items that depend on it such that the dependent items cannot exist in the cart on their own.
hasSufficientInventory() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Returns true if there is sufficent stock to sell this cart item (in the quantity set in the CartItem).

I

ImageControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for image re-sizing.
ImageControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ImageControllerImpl
 
init(FilterConfig) - Method in class com.bea.alcs.sfweb.filters.CustomerSessionFilter
Initialize the filter.
init(FilterConfig) - Method in class com.bea.alcs.sfweb.filters.EpFilterToBeanProxy
Initialize the filter.
init(ServletConfig) - Method in class com.bea.alcs.sfweb.util.impl.UrlRewriteResolverImpl
Called during creation of this instance so we can process any init-params defined in the urlrwrite.xml file.
initBinder(HttpServletRequest, ServletRequestDataBinder) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
Initial the big decimal binder.
InvalidAccessControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
InvalidAccessControllerImpl is the implemenetaion of spring controller to handle http status code 403 (throw by acegi securoty framework on access denied), that is to say, remove the session attribute HttpSessionContextIntegrationFilter.ACEGI_SECURITY_CONTEXT_KEY.
InvalidAccessControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.InvalidAccessControllerImpl
 
invoke(MethodInvocation) - Method in class com.bea.alcs.sfweb.ajax.interceptor.SessionTimeoutInterceptor
Do stuff.
invoke(MethodInvocation) - Method in class com.bea.alcs.sfweb.ajax.validation.DwrValidationInterceptor
Validate the arguments to service calls if it is a domain object.
isActioButtonEnabled() - Method in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
Should the action button be enabled.
isAvailable() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
isCustomerAuthenticated() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
isCustomerAuthenticated() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
isCustomerSignedIn() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
isCustomerSignedIn() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
isDefaultCard() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
isDefaultCard() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
isDependent() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Returns true if this CartItem depends on another cart item such that it can't exist in the cart on its own.
isExchangeCartItem() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Method stub.
isFromBrowsing() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Returns true if the product view page is reached from browsing.
isFromBrowsing() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Returns true if the product view page is reached from browsing.
isFromSearch() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Returns true if the product view page is reached from search.
isFromSearch() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Returns true if the product view page is reached from search.
isInfiniteQuantity() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Gets whether there is infinite quantity in stock.
isInfiniteQuantity() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Gets whether there is infinite quantity in stock.
isLowestLessThanList() - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
Convenience method for checking if item is on sale.
isLowestLessThanList() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Check if the lowest price is less than the list price, i.e.
isLowestLessThanList() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Convenience method for checking if item is on sale.
isLowestLessThanList() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Check if the lowest price is less than the list price, i.e.
isPayPalEnabled() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
 
isPayPalEnabled() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
 
isPersistent() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
True if the cart item has previously been persisted.
isPersistent() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
True if the object has previously been persisted.
isPreferredBillingAddress() - Method in interface com.bea.alcs.sfweb.formbean.CustomerAddressFormBean
Returns true if the preferred billing address is being set.
isPreferredBillingAddress() - Method in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Returns true if the preferred billing address is being set.
isRequestFromCheckout() - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
Returns true if the credit card update request is from the checkout page.
isRequestFromCheckout() - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
Returns true if the credit card update request is from the checkout page.
isSaveCreditCard() - Method in interface com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean
 
isSaveCreditCard() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
isSaveCreditCardForFutureUse() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Indicates whether the user wishes to save a new credit card.
isSaveCreditCardForFutureUse() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Indicates whether the user wishes to save a new credit card.
isShippingAddress() - Method in interface com.bea.alcs.sfweb.formbean.CheckoutAddressFormBean
Returns true if the shipping address is being set.
isShippingAddress() - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Returns true if the shipping address is being set.
isShippingRequired() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
Returns true if the cart contains items that must be shipped to the customer.
isShippingRequired() - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
Returns true if the cart contains items that must be shipped to the customer.
isSkuAvailable() - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Gets the availability flag.
isSkuAvailable() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Gets the availability flag.
isTaxable() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
isUpdate() - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Returns true if the product is being displayed for updating rather than the initial add to cart.
isUpdate() - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Returns true if the product is being displayed for updating rather than the initial add to cart.
isValidateCvv2() - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
True if the cvv2 code (Card Security Code) should be validated.
isValidateCvv2() - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
True if the cvv2 code (Card Security Code) should be validated.

L

LicensingFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for uploading a new license file.
LicensingFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.LicensingFormControllerImpl
 
LocaleControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for locale change.
LocaleControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.LocaleControllerImpl
 
logout(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.bea.alcs.sfweb.filters.EpLogoutHandler
Requires the request to be passed in.

M

ManageAccountControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for customer account management page.
ManageAccountControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
 
MoveToCartControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for adding a product to the shopping cart.
MoveToCartControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
 
MoveToWishListControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for adding a product to the shopping cart.
MoveToWishListControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
 

O

onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
Set the request attributes after validation.
onBindAndValidate(HttpServletRequest, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
Set the request attributes after validation.
OnePageControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
Spring MVC controller for the One Page checkout process.
OnePageControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.OnePageControllerImpl
 
OnePageHelper - Interface in com.bea.alcs.sfweb.ajax.util
Common helper methods for single screen checkout ajax controllers.
OnePageHelperImpl - Class in com.bea.alcs.sfweb.ajax.util.impl
Default implementation of OnePageHelper.
OnePageHelperImpl() - Constructor for class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
 
ONLY_IF_IN_STOCK_ESTIMATED_RESTOCK_DATE_X - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
ONLY_IF_IN_STOCK_OUT_OF_STOCK - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
ONLY_IF_IN_STOCK_X_AVAILABLE - Static variable in class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
 
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
Handle the address-add form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Handle form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAddressFormControllerImpl
Handle the address-add form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Handle the address-add form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
Handle the customer add account form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
Handle the create-credit-card form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.DeliveryOptionsFormControllerImpl
Handle the address-add form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
Handle the creat account form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.ForgottenPasswordFormControllerImpl
Handle the forgotten password form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
Handle the gift certificate form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.LicensingFormControllerImpl
Handle the license file upload form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.ShippingAddressFormControllerImpl
Handle the address-add form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Handle the address-add form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.SignInFormControllerImpl
Handle the creat account form submit.
onSubmit(HttpServletRequest, HttpServletResponse, Object, BindException) - Method in class com.bea.alcs.sfweb.controller.impl.WishListControllerImpl
Handle the wishlist form submit.
onSuccessfulAuthentication(HttpServletRequest, HttpServletResponse, Authentication) - Method in class com.bea.alcs.sfweb.filters.EpAuthenticationProcessingFilter
Override to send event to the webCustomerSessionService.

P

parseToJAXB(InputSource) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
The parseToJAXB method receives a Merchant Calculations API or Notification API request (in XML format) from Google Checkout and converts that request to JAXB objects.
PayerAuthenticationReturnController - Class in com.bea.alcs.sfweb.controller.impl
Spring controller for handling the response information from Access Control Server (ACS) after requesting payer authentication.
PayerAuthenticationReturnController() - Constructor for class com.bea.alcs.sfweb.controller.impl.PayerAuthenticationReturnController
 
PAYMENT_OPTION_EXISTING_CREDIT_CARD - Static variable in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Indicates the user wishes to pay with an existing card.
PAYMENT_OPTION_NEW_CREDIT_CARD - Static variable in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Indicates that the user wishes to enter new credit card information.
PAYMENT_OPTION_PAYPAL_EXPRESS - Static variable in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Indicates that the user wishes to pay via paypal.
PayPalExpressCheckoutController - Class in com.bea.alcs.sfweb.controller.impl
Spring MVC controller for completing checkout upon returning from PayPal.
PayPalExpressCheckoutController() - Constructor for class com.bea.alcs.sfweb.controller.impl.PayPalExpressCheckoutController
 
PayPalShortcutBeginControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
Spring MVC controller for beginning a checkout using PayPal EC Shortcut.
PayPalShortcutBeginControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.PayPalShortcutBeginControllerImpl
 
PayPalShortcutReturnControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
Spring MVC controller for continuing checkout process after returning from PayPal EC Shortcut.
PayPalShortcutReturnControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
 
ProductLookupControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for product lookup required by PowerReviews.
ProductLookupControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ProductLookupControllerImpl
 
ProductReviewControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for product reviews.
ProductReviewControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ProductReviewControllerImpl
 
ProductUnavailableException - Class in com.bea.alcs.sfweb
Thrown when the user attempts to view a product that is not currently available.
ProductUnavailableException(String) - Constructor for class com.bea.alcs.sfweb.ProductUnavailableException
Creates a new EpWebException object with the given message.
ProductUnavailableException(String, Throwable) - Constructor for class com.bea.alcs.sfweb.ProductUnavailableException
Creates a new EpWebException object using the given message and cause exception.
ProductViewBean - Interface in com.bea.alcs.sfweb.viewbean
Represents a bean for product view.
ProductViewBeanImpl - Class in com.bea.alcs.sfweb.viewbean.impl
Represents a bean for catalog view.
ProductViewBeanImpl() - Constructor for class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
 
ProductViewControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for product view.
ProductViewControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ProductViewControllerImpl
 

R

referenceData(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Prepare the reference data map.
referenceData(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
 
referenceData(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Prepare the reference data map.
referenceData(HttpServletRequest) - Method in class com.bea.alcs.sfweb.controller.impl.SignInFormControllerImpl
Prepare the reference data map.
removeCartItem(long, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Remove an item from the cart.
removeCartItem(long, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Remove an item from the cart.
RemoveCartItemControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for removing a product from the shopping cart.
RemoveCartItemControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.RemoveCartItemControllerImpl
 
RemoveWishListItemControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for removing a product from the shopping cart.
RemoveWishListItemControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.RemoveWishListItemControllerImpl
 
RequestHelper - Interface in com.bea.alcs.sfweb.util
RequestHelper represents a helper instance for http requests.
RequestHelperImpl - Class in com.bea.alcs.sfweb.util.impl
The default implementation of RequestHelper.
RequestHelperImpl() - Constructor for class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
 
resetPassword(String, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
Resets the customer's password for the specified email.
resetPassword(String, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Resets the customer's password for the specified email.
resolve(HttpServletRequest, HttpServletResponse) - Method in class com.bea.alcs.sfweb.util.impl.UrlRewriteResolverImpl
Converts filter information from the URL (the request's filename) into a request attributes for use in the Storefront's controllers.
resolveException(HttpServletRequest, HttpServletResponse, Object, Exception) - Method in class com.bea.alcs.sfweb.exceptionhandler.EpSystemExceptionHandler
Receive any exception that is not caught under contoller layer.

S

SearchControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for catalog search.
SearchControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
 
SecureAssetControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
Spring MVC controller for beginning the checkout process.
SecureAssetControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
 
sendRedirect(HttpServletRequest, HttpServletResponse, String) - Method in class com.bea.alcs.sfweb.filters.EpAuthenticationProcessingFilter
Override to send redirect to default target url for dwr call session timeout authentication.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Serial version id.
serialVersionUID - Static variable in exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.EpRequestParameterBindingException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.EpSearchKeyWordNotGivenException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.EpSearchKeyWordTooLongException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.EpSfWebException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.AnonymousSignInFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.EpFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.ForgottenPasswordFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.GiftCertificateFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.formbean.impl.SignInFormBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.ProductUnavailableException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.SessionExpiredException
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.util.impl.EpSfFieldChecks
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.viewbean.impl.EpViewBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Serial version id.
serialVersionUID - Static variable in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Serial version id.
SessionExpiredException - Class in com.bea.alcs.sfweb
Exception thrown when an action is taken by a customer who's session has expired.
SessionExpiredException(String) - Constructor for class com.bea.alcs.sfweb.SessionExpiredException
Creates a new SessionExpiredException object with the given message.
SessionExpiredException(String, Throwable) - Constructor for class com.bea.alcs.sfweb.SessionExpiredException
Creates a new SessionExpiredException object using the given message and cause exception.
SessionTimeoutInterceptor - Class in com.bea.alcs.sfweb.ajax.interceptor
SessionTimeoutInterceptor checks to see if the customer's session has not timed out and if it has, reloads it from the database.
SessionTimeoutInterceptor() - Constructor for class com.bea.alcs.sfweb.ajax.interceptor.SessionTimeoutInterceptor
 
setAddressUidPk(long) - Method in interface com.bea.alcs.sfweb.formbean.CustomerAddressFormBean
Set the address uidPk.
setAddressUidPk(long) - Method in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Set the address uidPk.
setAnonymousSignInFormController(AnonymousSignInFormControllerImpl) - Method in class com.bea.alcs.sfweb.controller.impl.SignInFormControllerImpl
Set the anonymous sign in controller that will handle anonymous sign-ins.
setAuthenticationManager(AuthenticationManager) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
 
setAuthenticationManager(AuthenticationManager) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setAvailability(Map) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
setAvailability(Map) - Method in interface com.bea.alcs.sfweb.ajax.bean.SkuConfigurationBean
 
setAvailabilityCode(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Sets the availability code.
setAvailabilityCode(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Sets the availability code.
setAvailable(boolean) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Sets availability flag.
setAvailable(boolean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Sets availability flag.
setBillingAddress(Address) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set the billing address.
setBillingAddress(Address) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the billing address.
setBillingAddressView(String) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutControllerImpl
Sets the name of the view for specifying addresses.
setBrowsingService(BrowsingService) - Method in class com.bea.alcs.sfweb.controller.impl.BrowsingControllerImpl
Sets the browsing service.
setCancelUrl(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutBeginControllerImpl
 
setCardHolderName(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setCardHolderName(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setCardNumber(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setCardNumber(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setCardType(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setCardType(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setCardTypes(List<String>) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set the card types available as a list of Strings.
setCardTypes(List<String>) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the card types available as a list of Strings.
setCardUidPk(long) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
Sets the unique identifier of the credit card represented by this form bean.
setCardUidPk(long) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
Sets the unique identifier of the credit card represented by this form bean.
setCarrier(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
setCartItems(List<CartItem>) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
setCartItems(List<CartItem>) - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
setCartView(String) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Set the cart view to be displayed when adding to or updating the cart.
setCatalogViewResultHistory(CatalogViewResultHistory) - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Sets the catalog view result history.
setCatalogViewResultHistory(CatalogViewResultHistory) - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Sets the catalog view result history.
setCategoryService(CategoryService) - Method in class com.bea.alcs.sfweb.controller.impl.BrowsingControllerImpl
Sets the category service.
setCategoryService(CategoryService) - Method in class com.bea.alcs.sfweb.controller.impl.SitemapControllerImpl
Sets the category service.
setCheckoutBillingAddressView(String) - Method in class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
Set the view to return to when editing a billing address.
setCheckoutService(CheckoutService) - Method in interface com.bea.alcs.sfweb.ajax.service.CheckoutAjaxController
 
setCheckoutService(CheckoutService) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
 
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.DeliveryOptionsFormControllerImpl
Set the checkout service.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.OnePageControllerImpl
 
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.PayerAuthenticationReturnController
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalExpressCheckoutController
Set the checkout service for processing a checkout.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
Set the checkout service.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.ShippingAddressFormControllerImpl
Set the checkout service.
setCheckoutService(CheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Set the checkout service.
setCheckoutShippingAddressView(String) - Method in class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
Set the view to return to when editing a shipping address.
setCheckoutSignInFormController(SignInFormControllerImpl) - Method in class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Set the anonymous sign in controller that will handle anonymous sign-ins.
setCheckoutView(String) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Set the checkout view to be displayed when updating an item during the checkout.
setCheckoutView(String) - Method in class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
Set the view to be redirected to when editing a credit card from the checkout page.
setCheckoutView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Set the checkout view.
setCmUserService(CmUserService) - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Sets the CmUser service.
setConfirmEmail(String) - Method in interface com.bea.alcs.sfweb.formbean.GiftCertificateFormBean
 
setConfirmEmail(String) - Method in class com.bea.alcs.sfweb.formbean.impl.GiftCertificateFormBeanImpl
 
setConfirmPassword(String) - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Set the confirm password.
setConfirmPassword(String) - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the confirm password.
setContinueShoppingPage(String) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the page to be redirected to when the cart is empty.
setCreditCardFormBean(CreditCardFormBean) - Method in interface com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean
 
setCreditCardFormBean(CreditCardFormBean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
setCurrency(Currency) - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
 
setCurrency(Currency) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setCurrentCatalogViewResult(CatalogViewResult) - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Sets the current catalog view result.
setCurrentCatalogViewResult(CatalogViewResult) - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Sets the current catalog view result.
setCurrentCatalogViewResult(CatalogViewResult) - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Sets the current catalog view result.
setCurrentCatalogViewResult(CatalogViewResult) - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Sets the current catalog view result.
setCurrentPageNumber(int) - Method in interface com.bea.alcs.sfweb.viewbean.CatalogViewResultBean
Sets the current page number.
setCurrentPageNumber(int) - Method in class com.bea.alcs.sfweb.viewbean.impl.CatalogViewResultBeanImpl
Sets the page number.
setCurrentPageNumber(int) - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Sets the page number.
setCurrentPageNumber(int) - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Sets the current page number.
setCurrentSitemapResult(SitemapResult) - Method in class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
Sets the current sitemap result.
setCurrentSitemapResult(SitemapResult) - Method in interface com.bea.alcs.sfweb.viewbean.SitemapResultBean
Sets the current sitemap result.
setCustomer(Customer) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Sets the Customer.
setCustomer(Customer) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Sets the Customer.
setCustomerAddress(CustomerAddress) - Method in interface com.bea.alcs.sfweb.formbean.CustomerAddressFormBean
Set the address object to be used to record a new address.
setCustomerAddress(CustomerAddress) - Method in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Set the address object to be used to record a new address.
setCustomerService(CustomerService) - Method in interface com.bea.alcs.sfweb.ajax.service.CheckoutAjaxController
 
setCustomerService(CustomerService) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
 
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.AddressFormControllerImpl
Set the customer service used to associate the address with a customer.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAddressFormControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
Set the cusomer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Sets the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
Set the customer service used to associate the credit card with a customer.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
Sets the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.ForgottenPasswordFormControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Sets the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.OnePageControllerImpl
Set the customer service used to associate the address with a customer.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
Set the customer service.
setCustomerService(CustomerService) - Method in class com.bea.alcs.sfweb.controller.impl.ShippingAddressFormControllerImpl
Set the customer service.
setCustomerSessionService(CustomerSessionService) - Method in class com.bea.alcs.sfweb.controller.impl.AnonymousSignInFormControllerImpl
Set the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
Sets the customer session service.
setCustomerSessionService(CustomerSessionService) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Set the customer session service.
setDataObject(Object) - Method in exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
setDefaultAssociationQuantity(int) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the default association quantity.
setDefaultBeanValidator(DefaultBeanValidator) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
Set the validator.
setDefaultBeanValidator(DefaultBeanValidator) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
Set the validator.
setDefaultBeanValidator(DefaultBeanValidator) - Method in class com.bea.alcs.sfweb.ajax.validation.DwrValidationInterceptor
Set the validator.
setDefaultCard(boolean) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setDefaultCard(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setDefaultCost(BigDecimal) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Default cost for the service (for Google Checkout).
setDefaultValues() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Set default values for those fields that need default values.
setDefaultValues() - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set default values for those fields need default values.
setDependentCartItems(Set<CartItem>) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the set of dependent cart items.
setDigitalAssetAuditService(DigitalAssetAuditService) - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Sets the digitalAssetAudit service.
setDollarSavings(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the sku's dollar savings.
setDollarSavings(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the sku's dollar savings.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
 
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
 
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.sfweb.controller.EpController
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpControllerImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpFormController
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Sets the elastic path context.
setElasticPath(ElasticPath) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Inject the ElasticPath singleton.
setElasticPath(ElasticPath) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Inject the ElasticPath singleton.
setEmail(String) - Method in interface com.bea.alcs.sfweb.formbean.AnonymousSignInFormBean
Set the anonymous customer's email address.
setEmail(String) - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Set the customer's email address.
setEmail(String) - Method in interface com.bea.alcs.sfweb.formbean.ForgottenPasswordFormBean
Set the email.
setEmail(String) - Method in class com.bea.alcs.sfweb.formbean.impl.AnonymousSignInFormBeanImpl
Set the anonymous customer's email address.
setEmail(String) - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the customer's email address.
setEmail(String) - Method in class com.bea.alcs.sfweb.formbean.impl.ForgottenPasswordFormBeanImpl
Set the email.
setEnrollmentURL(String) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the page to be redirected to when payer authenticated for bank commits payment.
setEpRuleEngine(EpRuleEngine) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Sets the rule engine.
setErrorMessage(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
setErrorView(String) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Sets the error view name.
setErrorView(String) - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Sets the error view name.
setErrorView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
Sets the error view name.
setExchangeCartItem(boolean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Method stub.
setExistingAddresses(List) - Method in interface com.bea.alcs.sfweb.formbean.CheckoutAddressFormBean
Set the available addresses that the customer may choose to ship to.
setExistingAddresses(List) - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Set the available addresses that the customer may choose to ship to.
setExistingCreditCards(List<CustomerCreditCard>) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set the collection of existing credit cards that the customer may use for payment.
setExistingCreditCards(List) - Method in interface com.bea.alcs.sfweb.formbean.CheckoutCreditCardFormBean
Set the available credit cards that the customer may choose to pay with.
setExistingCreditCards(List<CustomerCreditCard>) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the collection of existing credit cards that the customer may use for payment.
setExistingCreditCards(List) - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Set the available credit cards that the customer may choose to pay with.
setExpiryMonth(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setExpiryMonth(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setExpiryYear(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setExpiryYear(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setFailureView(String) - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Sets the cm user log in fail view.
setFileService(FileService) - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Sets the file service.
setFirstName(String) - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Set the customer's first name.
setFirstName(String) - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the customer's first name.
setGeography(Geography) - Method in class com.bea.alcs.sfweb.ajax.service.impl.GeographyControllerImpl
Sets the Geography instance.
setGeography(Geography) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
Sets the Geography instance.
setGiftCertificate(GiftCertificate) - Method in interface com.bea.alcs.sfweb.formbean.GiftCertificateFormBean
 
setGiftCertificate(GiftCertificate) - Method in class com.bea.alcs.sfweb.formbean.impl.GiftCertificateFormBeanImpl
 
setGiftCertificateService(GiftCertificateService) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
 
setGiftCertificateService(GiftCertificateService) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
setGiftCertificateService(GiftCertificateService) - Method in class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
Sets the Gift Certificate Service.
setGoogleCallbackService(GoogleCallbackService) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
Sets the google callback service.
setGoogleCheckoutService(GoogleCheckoutService) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCallbackControllerImpl
Sets the google checkout service.
setGoogleCheckoutView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Set the google checkout view.
setGuid(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set the guid.
setImageService(ImageService) - Method in class com.bea.alcs.sfweb.controller.impl.ImageControllerImpl
Sets the image service.
setImageUrl(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the path to the image to be displayed.
setImageUrl(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the path to the image to be displayed.
setInfiniteQuantity(boolean) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Sets whether there is infinite quantity in stock.
setInfiniteQuantity(boolean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Sets whether there is infinite quantity in stock.
setInventory(Inventory) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the inventory to be displayed.
setInventory(Inventory) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the inventory to be displayed.
setIssueNumber(int) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setIssueNumber(int) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setJ_password(String) - Method in class com.bea.alcs.sfweb.formbean.impl.SignInFormBeanImpl
Set the j_password.
setJ_password(String) - Method in interface com.bea.alcs.sfweb.formbean.SignInFormBean
Set the j_password.
setJ_username(String) - Method in class com.bea.alcs.sfweb.formbean.impl.SignInFormBeanImpl
Set the j_username.
setJ_username(String) - Method in interface com.bea.alcs.sfweb.formbean.SignInFormBean
Set the j_username.
setLastName(String) - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Set the customer's last name.
setLastName(String) - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the customer's last name.
setListPrice(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the sku's list price.
setListPrice(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the sku's list price.
setLocale(Locale) - Method in interface com.bea.alcs.sfweb.ajax.bean.CartItemBean
 
setLocale(Locale) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setLocale(Locale) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
setLocale(Locale) - Method in interface com.bea.alcs.sfweb.ajax.bean.ShippingServiceLevelBean
 
setLocalizedPropertiesMap(Map<String, LocalizedPropertyValue>) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
This method is not supported in this implementation.
setLowestLessThanList(boolean) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Sets if the sku's lowest price is less than the list price.
setLowestLessThanList(boolean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Sets if the sku's lowest price is less than the list price.
setLowestPrice(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the sku's lowest price.
setLowestPrice(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the sku's lowest price.
setMaskedCardNumber(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setMaskedCardNumber(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setNewAddress(CustomerAddress) - Method in interface com.bea.alcs.sfweb.formbean.CheckoutAddressFormBean
Set the address object to be used to record a new address.
setNewAddress(CustomerAddress) - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Set the address object to be used to record a new address.
setNewCreditCard(CustomerCreditCard) - Method in interface com.bea.alcs.sfweb.formbean.CheckoutCreditCardFormBean
Set the credit card object to be used to record a new credit card.
setNewCreditCard(CustomerCreditCard) - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
Set the credit card object to be used to record a new credit card.
setOnePageHelper(OnePageHelper) - Method in interface com.bea.alcs.sfweb.ajax.service.CheckoutAjaxController
 
setOnePageHelper(OnePageHelper) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
 
setOnePageHelper(OnePageHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setOnePageHelper(OnePageHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setOnePageHelper(OnePageHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
 
setOnePageHelper(OnePageHelper) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
 
setOnePageReturnView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalExpressCheckoutController
Sets the name of the view when an error has occured and OnePage is enabled.
setOnePageView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
 
setOnePageView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
setOptions(List) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
setOptions(List) - Method in interface com.bea.alcs.sfweb.ajax.bean.SkuConfigurationBean
 
setOrder(int) - Method in class com.bea.alcs.sfweb.exceptionhandler.EpSystemExceptionHandler
Sets the order of the current exception handler.
setOrderPayment(OrderPayment) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set the orderPayment used to collect payment information.
setOrderPayment(OrderPayment) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the orderPayment used to collect payment information.
setOrderService(OrderService) - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Sets the order service.
setOrderService(OrderService) - Method in class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
Sets the order service.
setOrderSummary(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
setOrderSummary(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
setOrderView(String) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutControllerImpl
Sets the name of the view for reviewing the order.
setParentCartItem(CartItem) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the parent cart item that this cart item is dependent on.
setPassword(String) - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Set the password.
setPassword(String) - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Set the password.
setPaymentMethod(String) - Method in interface com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean
 
setPaymentMethod(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
setPayPalEnabled(boolean) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
 
setPayPalEnabled(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
 
setPayPalShortcutView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
setPhoneNumber(String) - Method in interface com.bea.alcs.sfweb.formbean.EditAccountFormBean
Sets the phone number.
setPhoneNumber(String) - Method in class com.bea.alcs.sfweb.formbean.impl.EditAccountFormBeanImpl
Sets the phone number.
setPreferredBillingAddress(boolean) - Method in interface com.bea.alcs.sfweb.formbean.CustomerAddressFormBean
Set whether the preferred billing address is being specified.
setPreferredBillingAddress(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.CustomerAddressFormBeanImpl
Set whether the preferred billing address is being specified.
setPriceTierContents(String[]) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the price tier contents as the String Array to be diplayed.
setPriceTierContents(String[]) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the price tier contents as the String Array to be diplayed.
setProduct(Product) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
setProduct(Product) - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Set the product to be displayed.
setProduct(Product) - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Set the product to be displayed.
setProductAssociationLoadTuner(ProductLoadTuner) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Set the load tuner to be used for retrieving products from an association.
setProductAssociationService(ProductAssociationService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Sets the product association service.
setProductCategory(Category) - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Sets the parent product category.
setProductCategory(Category) - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Sets the product parent category for the catalog linked to the store where this product is being viewed.
setProductLoadTuner(StoreProductLoadTuner) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set the StoreProductLoadTuner for retrieving multi-sku products.
setProductLoadTuner(ProductLoadTuner) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Set the load tuner to be used for retrieving products to add to the cart.
setProductLoadTuner(StoreProductLoadTuner) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Sets the product load tuner.
setProductService(ProductService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
 
setProductService(ProductService) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
 
setProductService(ProductService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Sets the product service.
setProductService(ProductService) - Method in class com.bea.alcs.sfweb.controller.impl.ProductReviewControllerImpl
Sets the product service.
setProductSku(ProductSku) - Method in interface com.bea.alcs.sfweb.ajax.bean.GuidedSkuSelectionBean
Set the ProductSku.
setProductSku(ProductSku) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the product SKU corresponding to this item in a cart.
setProductSku(ProductSku) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.GuidedSkuSelectionBeanImpl
Set the ProductSku.
setProductSkuPrice(Price) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Method stub.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the product service.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
Sets the product service.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Sets the product service.
setProductSkuService(ProductSkuService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the product service.
setProductViewService(ProductViewService) - Method in class com.bea.alcs.sfweb.controller.impl.ProductReviewControllerImpl
Sets the product view service.
setProductViewService(ProductViewService) - Method in class com.bea.alcs.sfweb.controller.impl.ProductViewControllerImpl
Sets the product view service.
setProductXmlService(ProductXmlService) - Method in class com.bea.alcs.sfweb.controller.impl.ProductLookupControllerImpl
Sets the product xml service.
setPromotionCode(String, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Attempts to apply a given promotion code to the shopping cart.
setPromotionCode(String, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Attempts to apply a given promotion code to the shopping cart.
setQuantity(int) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Set the quantity of this item as a primitive int.
setRequestFromCheckout(boolean) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
Set whether or not the credit card update request is from the checkout page.
setRequestFromCheckout(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
Set whether or not the credit card update request is from the checkout page.
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.ajax.interceptor.SessionTimeoutInterceptor
 
setRequestHelper(RequestHelper) - Method in interface com.bea.alcs.sfweb.ajax.service.CheckoutAjaxController
 
setRequestHelper(RequestHelper) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
 
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CheckoutAjaxControllerImpl
 
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.GeographyControllerImpl
Sets the request helper.
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Set the request helper.
setRequestHelper(RequestHelper) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Set the request helper.
setRequestHelper(RequestHelper) - Method in interface com.bea.alcs.sfweb.controller.EpController
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpControllerImpl
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.controller.impl.AbstractEpFormController
Sets the requestHelper instance.
setRequestHelper(RequestHelper) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Sets the request helper.
setRequestType(String) - Method in class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
Sets the request type.
setReturnURL(String) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the page to be redirected to when paypal commits payment.
setReturnUrl(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutBeginControllerImpl
 
setReturnView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayerAuthenticationReturnController
Sets the name of the view when an error has occured for validation.
setSaveCreditCard(boolean) - Method in interface com.bea.alcs.sfweb.ajax.bean.CheckoutPaymentBean
 
setSaveCreditCard(boolean) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CheckoutPaymentBeanImpl
 
setSaveCreditCardForFutureUse(boolean) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set whether new credit card information should be saved for future use.
setSaveCreditCardForFutureUse(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set whether new credit card information should be saved for future use.
setSearchService(SearchService) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Sets the category service.
setSecurityCode(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setSecurityCode(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setSelectedExistingCreditCardUid(long) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Sets the id of the existing credit card selected by the user.
setSelectedExistingCreditCardUid(long) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Sets the id of the existing credit card selected by the user.
setSelectedPaymentOption(String) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set the payment option that the user has selected.
setSelectedPaymentOption(String) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the payment option that the user has selected.
setSeoUrlBuilder(SeoUrlBuilder) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Sets the builder of seo urls to use.
setShippingAddress(Address) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set the shipping address.
setShippingAddress(boolean) - Method in interface com.bea.alcs.sfweb.formbean.CheckoutAddressFormBean
Set whether the shipping address or billing address is being specified.
setShippingAddress(Address) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set the shipping address.
setShippingAddress(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.CheckoutAddressFormBeanImpl
Set whether the shipping address or billing address is being specified.
setShippingAddressView(String) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutControllerImpl
Sets the name of the view for specifying addresses.
setShippingCostCalculationMethod(ShippingCostCalculationMethod) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set the shipping cost calculation method associated with this ShippingServiceLevel.
setShippingDiscount(Money) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Applies a discount to this shipping service level.
setShippingRegion(ShippingRegion) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Set the shipping region associated with this ShippingServiceLevel.
setShippingRegionService() - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCheckoutControllerImpl
Set the ShippingRegionService.
setShippingServiceLevel(long, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Calculate shopping cart with the selected shipping service level.
setShippingServiceLevel(long, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Calculate shopping cart with the selected shipping service level.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCheckoutControllerImpl
Set the ShippingServiceLevelService singleton to retrieve the country/subcountry map with shipping service configured.
setShippingServiceLevelService(ShippingServiceLevelService) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Set the ShippingServiceLevelService singleton to retrieve the country/subcountry map with shipping service configured.
setShoppingCart(ShoppingCartMemento) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Sets the ShoppingCartMemento this item belongs to.
setShoppingCart(ShoppingCart) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
setShoppingCart(ShoppingCart) - Method in interface com.bea.alcs.sfweb.ajax.bean.ShoppingCartBean
 
setShoppingCart(HttpServletRequest, ShoppingCart) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Set a ShoppingCart into http sessino.
setShoppingCart(HttpServletRequest, ShoppingCart) - Method in interface com.bea.alcs.sfweb.util.RequestHelper
Set a ShoppingCart into http sessino.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.LocaleControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.ProductViewControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveCartItemControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveWishListItemControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Sets the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Set the shopping cart service.
setShoppingCartService(ShoppingCartService) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Sets the shopping cart service.
setShoppingCartView(String) - Method in class com.bea.alcs.sfweb.controller.impl.GoogleCheckoutControllerImpl
Set the Shopping Cart View view name.
setShoppingCartView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Set the checkout view.
setSitemapService(SitemapService) - Method in class com.bea.alcs.sfweb.controller.impl.SitemapControllerImpl
Sets the sitemap service.
setSkuConfigurationDao(SkuConfigurationDao) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set the SKU configuration DAO.
setStandardNoShippingView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
 
setStandardReturnView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalExpressCheckoutController
Sets the name of the view when an error has occured and OnePage is not enabled.
setStandardShippingView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
Sets the name of the view upon successfully creating the order.
setStartMonth(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setStartMonth(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setStartYear(String) - Method in interface com.bea.alcs.sfweb.formbean.CreditCardFormBean
 
setStartYear(String) - Method in class com.bea.alcs.sfweb.formbean.impl.CreditCardFormBeanImpl
setStore(Store) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
 
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Sets the store configuration that provides context for this service.
setStoreConfig(StoreConfig) - Method in class com.bea.alcs.sfweb.util.impl.RequestHelperImpl
Sets the store configuration that provides context for the actions of this service.
setStoreProductLoadTuner(StoreProductLoadTuner) - Method in class com.bea.alcs.sfweb.controller.impl.BrowsingControllerImpl
Sets the product load tuner.
setStoreProductLoadTuner(StoreProductLoadTuner) - Method in class com.bea.alcs.sfweb.controller.impl.ProductViewControllerImpl
Sets the product load tuner.
setStoreProductLoadTuner(StoreProductLoadTuner) - Method in class com.bea.alcs.sfweb.controller.impl.SitemapControllerImpl
Sets the product load tuner.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
Set a reference to the product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.GiftCertificateFormControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveCartItemControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveWishListItemControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
Sets the store product service.
setStoreProductService(StoreProductService) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Sets the store product service.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.AddToCartSimpleControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.AddToWishListControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Sets the success view.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Sets the success view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToCartControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.MoveToWishListControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.OnePageControllerImpl
 
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayerAuthenticationReturnController
Sets the name of the view upon successfully validate.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalExpressCheckoutController
Sets the name of the view upon succefully creating the order.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ProductReviewControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveCartItemControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.RemoveWishListItemControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.SecureAssetControllerImpl
Sets the success view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.SignOutCustomerSessionControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.SitemapControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
Sets the static view name.
setSuccessView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ViewReceiptControllerImpl
Sets the static view name.
setTax(BigDecimal) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setTermURL(String) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAndReviewFormControllerImpl
Set the page to be redirected to when payer authenticated for bank commits payment.
setType(String) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
 
setUidPk(long) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.CartItemBeanImpl
Sets the unique identifier for the cart item object.
setUidPk(long) - Method in class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Sets the unique identifier for this domain model object.
setUnauthorizedView(String) - Method in class com.bea.alcs.sfweb.controller.impl.EditAccountFormControllerImpl
Sets the unauthorized view name.
setUnauthorizedView(String) - Method in class com.bea.alcs.sfweb.controller.impl.ManageAccountControllerImpl
Sets the unauthorized view name.
setUpdateCartItemQty(int) - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Set the Qty of the cart item to be updated.
setUpdateCartItemQty(int) - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Set the Qty of the cart item to be updated.
setUpdateCartItemUid(long) - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Set the UID of the cart item to be updated.
setUpdateCartItemUid(long) - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Set the UID of the cart item to be updated.
setUpdatePage(String) - Method in class com.bea.alcs.sfweb.viewbean.impl.ProductViewBeanImpl
Set the page that is being updated.
setUpdatePage(String) - Method in interface com.bea.alcs.sfweb.viewbean.ProductViewBean
Set the page that is being updated.
setUtility(Utility) - Method in class com.bea.alcs.sfweb.controller.impl.CreditCardFormControllerImpl
Set the utility object.
setUtility(Utility) - Method in class com.bea.alcs.sfweb.controller.impl.OnePageControllerImpl
Set the utility object.
setUtility(Utility) - Method in class com.bea.alcs.sfweb.controller.impl.SearchControllerImpl
Set the Utility class instance.
setUtility(Utility) - Method in class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
Sets the utility.
setValidateCvv2(boolean) - Method in interface com.bea.alcs.sfweb.formbean.BillingAndReviewFormBean
Set whether or not the cvv2 code should be validated.
setValidateCvv2(boolean) - Method in class com.bea.alcs.sfweb.formbean.impl.BillingAndReviewFormBeanImpl
Set whether or not the cvv2 code should be validated.
setValidationErrors(Map) - Method in exception com.bea.alcs.sfweb.ajax.validation.DwrValidationException
 
setVelocityEngine(VelocityEngine) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
 
setVelocityEngine(VelocityEngine) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
 
setViewName(String) - Method in class com.bea.alcs.sfweb.controller.impl.InvalidAccessControllerImpl
Sets the viewName.
setViewName(String) - Method in class com.bea.alcs.sfweb.controller.impl.SimplePageControllerImpl
Sets the static view name.
setViewName(String) - Method in class com.bea.alcs.sfweb.exceptionhandler.EpSystemExceptionHandler
Sets the static view name.
setWebCustomerSessionService(WebCustomerSessionService) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
 
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
 
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.bea.alcs.sfweb.controller.impl.CheckoutCreateAccountFormControllerImpl
Set the customer session service.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.bea.alcs.sfweb.controller.impl.CmclientSignInControllerImpl
Sets the web customer session service.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.bea.alcs.sfweb.controller.impl.PayPalShortcutReturnControllerImpl
Set the web customer session service.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.bea.alcs.sfweb.filters.CustomerSessionFilter
Set the web customer session service.
setWebCustomerSessionService(WebCustomerSessionService) - Method in class com.bea.alcs.sfweb.filters.EpAuthenticationProcessingFilter
Set the web customer session service.
setWishListService(WishListService) - Method in class com.bea.alcs.sfweb.controller.impl.WishListControllerImpl
Set the wish list service.
ShippingAddressFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for specifying a new shipping or billing address.
ShippingAddressFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ShippingAddressFormControllerImpl
 
ShippingServiceLevelBean - Interface in com.bea.alcs.sfweb.ajax.bean
This bean is used for wrapping ShippingServiceLevel objects into localized versions for dwr.
ShippingServiceLevelBeanImpl - Class in com.bea.alcs.sfweb.ajax.bean.impl
Represents a shipping service level that has been wrapped for easy dwr conversion.
ShippingServiceLevelBeanImpl(ShippingServiceLevel, Locale) - Constructor for class com.bea.alcs.sfweb.ajax.bean.impl.ShippingServiceLevelBeanImpl
Wraps a ShippingServiceLevel object for easy localized dwr conversion.
ShoppingCartAjaxController - Interface in com.bea.alcs.sfweb.ajax.service
Provides shopping cart related services for ajax.
ShoppingCartAjaxControllerImpl - Class in com.bea.alcs.sfweb.ajax.service.impl
The default implementation of the ShoppingCartAjaxController.
ShoppingCartAjaxControllerImpl() - Constructor for class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
 
ShoppingCartBean - Interface in com.bea.alcs.sfweb.ajax.bean
A convenience wrapper for sending the ShoppingCart and a List of CartItemBean objects via dwr.
ShoppingCartBeanImpl - Class in com.bea.alcs.sfweb.ajax.bean.impl
A convenience wrapper for sending the ShoppingCart and a List of CartItemBean objects via dwr.
ShoppingCartBeanImpl(ShoppingCart, List<CartItem>, String, List<ShippingServiceLevel>) - Constructor for class com.bea.alcs.sfweb.ajax.bean.impl.ShoppingCartBeanImpl
 
ShoppingCartControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for the shopping cart page.
ShoppingCartControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ShoppingCartControllerImpl
 
signIn(SignInFormBean, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
Perform customer sign in for dwr.
signIn(SignInFormBean, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Perform customer sign in for dwr.
SignInFormBean - Interface in com.bea.alcs.sfweb.formbean
SignInFormBean represents the command object for sign in form.
SignInFormBeanImpl - Class in com.bea.alcs.sfweb.formbean.impl
This bean represents customer sign in form.
SignInFormBeanImpl() - Constructor for class com.bea.alcs.sfweb.formbean.impl.SignInFormBeanImpl
 
SignInFormControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for customer sign-in page that is presented during a checkout.
SignInFormControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.SignInFormControllerImpl
 
SignOutCustomerSessionControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for signing out of a customer session.
SignOutCustomerSessionControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.SignOutCustomerSessionControllerImpl
 
SimplePageControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
SimplePageControllerImpl is the implemenetaion of spring controller to load a static page.
SimplePageControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.SimplePageControllerImpl
 
SitemapControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for sitemap browsing.
SitemapControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.SitemapControllerImpl
 
SitemapResultBean - Interface in com.bea.alcs.sfweb.viewbean
Represents a bean for sitemap.
SitemapResultBeanImpl - Class in com.bea.alcs.sfweb.viewbean.impl
Represents a bean implementation for catalog view view.
SitemapResultBeanImpl() - Constructor for class com.bea.alcs.sfweb.viewbean.impl.SitemapResultBeanImpl
 
SkuConfigurationBean - Interface in com.bea.alcs.sfweb.ajax.bean
Bean for sending configuration options for a multi-sku product through dwr.
SkuConfigurationBeanImpl - Class in com.bea.alcs.sfweb.ajax.bean.impl
The default implementation of SkuConfigurationBean.
SkuConfigurationBeanImpl(List, Map) - Constructor for class com.bea.alcs.sfweb.ajax.bean.impl.SkuConfigurationBeanImpl
 
SkuConfigurationService - Interface in com.bea.alcs.sfweb.ajax.service
Provides services relating to Sku Configuration.
SkuConfigurationServiceImpl - Class in com.bea.alcs.sfweb.ajax.service.impl
Provides services relating to Sku Configuration.
SkuConfigurationServiceImpl() - Constructor for class com.bea.alcs.sfweb.ajax.service.impl.SkuConfigurationServiceImpl
 
StockAvailabilityMessageHelper - Class in com.bea.alcs.sfweb.view.helpers
Helper for determining availability and stock level messages.
StockAvailabilityMessageHelper(long, long) - Constructor for class com.bea.alcs.sfweb.view.helpers.StockAvailabilityMessageHelper
Shortcut to the StockAvailabilityMessageHelper#getMessage(AvailabilityCriteria, Inventory, Date, Date, boolean) for getting the message.
suppressValidation(HttpServletRequest, Object) - Method in class com.bea.alcs.sfweb.controller.impl.BillingAddressFormControllerImpl
Prevents validation of the form when the user is selecting an existing address from the list.
suppressValidation(HttpServletRequest, Object) - Method in class com.bea.alcs.sfweb.controller.impl.ShippingAddressFormControllerImpl
Prevents validation of the form when the user is selecting an existing address from the list.

U

updateAddress(CustomerAddress, boolean, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.CustomerAjaxController
Updates the billing or shipping address selection and adds the address if it is new.
updateAddress(CustomerAddress, boolean, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.CustomerAjaxControllerImpl
Updates the billing or shipping address selection and adds the address if it is new.
updateCartItemById(long, String, int, HttpServletRequest) - Method in class com.bea.alcs.sfweb.ajax.service.impl.ShoppingCartAjaxControllerImpl
Handles validation of cart item, such as inventory checks, for dwr before updating.
updateCartItemById(long, String, int, HttpServletRequest) - Method in interface com.bea.alcs.sfweb.ajax.service.ShoppingCartAjaxController
Handles validation of cart item, such as inventory checks, for dwr before updating.
UrlRewriteResolverImpl - Class in com.bea.alcs.sfweb.util.impl
Used in urlrewritefilter to map URL information into request attributes that are utilized in the Storefront's controllers for SEO purposes.
UrlRewriteResolverImpl() - Constructor for class com.bea.alcs.sfweb.util.impl.UrlRewriteResolverImpl
 

V

validate(Object, Locale) - Method in class com.bea.alcs.sfweb.ajax.util.impl.OnePageHelperImpl
Validate an object recieved through dwr.
validate(Object, Locale) - Method in interface com.bea.alcs.sfweb.ajax.util.OnePageHelper
Validate an object recieved through dwr.
validate(Object) - Method in class com.bea.alcs.sfweb.ajax.validation.DwrValidationInterceptor
Validate the object sent via dwr.
validateRequiredExistingCardSecurityCode(Object, ValidatorAction, Field, Errors) - Static method in class com.bea.alcs.sfweb.util.impl.EpSfFieldChecks
This is a specialized validation that checks that a security code for an existing credit card has been entered when it has been selected as the card to use for a checkout payment.
ViewGiftCertificateControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for displaying a Gift Certificate.
ViewGiftCertificateControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ViewGiftCertificateControllerImpl
 
ViewOrderControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for displaying an order.
ViewOrderControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ViewOrderControllerImpl
 
ViewReceiptControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for viewing the order receipt after a successful checkout.
ViewReceiptControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.ViewReceiptControllerImpl
 

W

WebCustomerSessionService - Interface in com.bea.alcs.sfweb.service.impl
WebCustomerSessionService provides services for managing CustomerSessions in the web application session, including cookie management.
WebCustomerSessionServiceImpl - Class in com.bea.alcs.sfweb.service
WebCustomerSessionService provides services for managing CustomerSessions in the web application session, including cookie management.
WebCustomerSessionServiceImpl() - Constructor for class com.bea.alcs.sfweb.service.WebCustomerSessionServiceImpl
 
WishListControllerImpl - Class in com.bea.alcs.sfweb.controller.impl
The Spring MVC controller for customer forgotten-password page.
WishListControllerImpl() - Constructor for class com.bea.alcs.sfweb.controller.impl.WishListControllerImpl
 

A B C D E F G H I L M O P R S U V W