A B C D E F G H I L M N O P Q R S T U V W X Y

A

ACKNOWLEDGED - Static variable in class atg.projects.store.states.StoreOrderStates
DOCUMENT ME!
ACTIVE_PROMOTION_ID - Static variable in class atg.projects.store.droplet.CartMessagesDropet
 
ACTIVE_PROMOTION_MESSAGE - Static variable in class atg.projects.store.droplet.CartMessagesDropet
 
add(String, String, String, String, String) - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
 
addAddressValidationFormError(List, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Utility method to add form exception.
addAddressValidationFormError(List, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Utility method to add form exception.
addBillingAddressToCard(CreditCard, boolean, String, RepositoryItem, Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method checks to see if the user chose a profile address.
addCreditCardAuthorizationNumber(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method add and validates the credit card authorization number the credit card if order payment is payed by the credit card.
addCreditCardAuthorizationNumber(Order, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Add Credit Card Verification Number to the CreditCard Paymanet Group.
addCreditCardBillingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method add and validates the billing Address to the credit card if order payment is payed by the credit card.
addCreditCardDetails(CreditCard, boolean, String, RepositoryItem, Locale) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Copy credit card from profile to order if paying with profile credit card.
addCreditCardToProfile(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method is for any processing required after billing info is entered.
addEmailToAnonymousUser(String, RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Add the e-mail provided by an anonymous shopper to the profile
addEmailToCreditCard(Order, RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Adds the profile's e-mail address to the credit cart
addFormException(String, RepositoryException, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
Create a form exception, by looking up the exception code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
addFormException(String, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
Create a form exception, by looking up the exception code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
addFormException(String, RepositoryException, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Create a form exception, by looking up the exception code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
addFormException(String, Object[], RepositoryException, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Create a form exception, by looking up the exception code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
addFormException(String, Object[], String, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a form exception, by looking up the exception code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
addFormException(String, String, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a form exception, by looking up the exception code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
addGiftMessage(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
Adds the gift message to the order.
addGiftMessage(StoreOrderImpl, String, String, String) - Method in class atg.projects.store.order.StoreOrderManager
Adds the gift message to the order's special instructions.
addGiftWrap(StoreOrderImpl, String, String) - Method in class atg.projects.store.order.StoreOrderManager
Creates and adds the gift wrap commerce item to the order.
addHashedError(PipelineResult, String, String, Object) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
This method adds an error to the PipelineResult object.
addItem(RecentlySentList.SentItem) - Method in class atg.projects.store.email.RecentlySentList
Adds new item to the list.
addItem(String, Map, String) - Method in class atg.projects.store.email.RecentlySentList
Create and add new item based on given input parameters
addItemsToGiftlist(String, AddCommerceItemInfo[], GiftlistManager) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Adds the given item(s) to the selected giftlist.
addItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Override to set the current transaction for rollback if there are form errors.
addLoginErrorParameter(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Adds 'error' query parameter to the request with the resource key to the error message that should be displayed on the login page.
addOmsSegment(String) - Method in class atg.projects.store.order.StoreOrderImpl
Sets the OMS segments.
addOrder(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Add the Order into the Repository if it is transient
addOrderAmountRemainingToCreditPaymentGroup(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Added Remaining Order Amount relationship To Credit Card PaymentGroup.
addProduct(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.catalog.comparison.StoreProductListHandler
Add the product specified by productID to the product comparison list, applying the optional category and sku information in categoryID and skuID.
addRecipients(Profile, TemplateEmailInfoImpl) - Method in class atg.projects.store.email.StoreEmailTools
Returns list of recipients
addRecipients(Profile, TemplateEmailInfoImpl) - Method in class atg.projects.store.email.TesterEmailTools
Returns list of recipients
addRemoveGiftServices() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This is a convenience method for adding gift services.
addRemoveGiftServices(StoreOrderImpl, boolean, boolean, String, String) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
This method can be used by form handlers to add / remove gift message or gift wrap from the order.
addRemoveGiftServices(StoreOrderImpl, boolean, boolean, String, String) - Method in class atg.projects.store.order.StoreOrderManager
This method can be used by form handlers to add / remove gift message or gift wrap from the order.
ADDRESS_NICKNAME_PREFIX - Static variable in class atg.projects.store.profile.InternationalStoreProfileTools
Resource name for default address name.
ADDRESS_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
addSessionValue(String, Object) - Method in class atg.projects.store.email.TemplateTesterSessionBean
Adds value to the map with session values
addShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Creates a new shipping group and adds it to the shipping group map container.
addShippingAddress(RepositoryItem, String, Address, ShippingGroupMapContainer, boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Creates a new shipping group and adds it to the shipping group map container.
addUserToOptInList(Profile, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Adds user to email opt-in list.
AESPropertyDecoder - Class in atg.projects.store.crypto
Custom PropertyValueDecode implementation.
AESPropertyDecoder() - Constructor for class atg.projects.store.crypto.AESPropertyDecoder
 
AjaxUtils - Class in atg.projects.store.ui
Utility methods for AJAX request processing.
AjaxUtils() - Constructor for class atg.projects.store.ui.AjaxUtils
 
ALL - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
All parameter name.
ALTERNATE - Static variable in class atg.projects.store.util.DocumentLinksService
 
AMOUNT_AUTHORIZED_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
AMOUNT_REMAINING_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
ANONYMOUS_OPARAM - Static variable in class atg.projects.store.droplet.ProfileSecurityStatus
Anonymous parameter name.
APP - Static variable in class atg.projects.store.logging.LogUtils
The application prefix
applyShippingGroups(CommerceItemShippingInfoContainer, ShippingGroupMapContainer, Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
applyShippingGroups removes all non-gift ShippingGroups from the Order and then iterates over the supplied CommerceItemShippingInfos for each of the CommerceItems.
areGiftlistsAvailable(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates boolean flag, specifying if 'Add to Giftlist' button should be displayed on the page.
areItemsInCatalog(Order) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Check if all items on the order are in the catalog.
areSearchValuesEmpty() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
 
ARRAY - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
Array parameter name.
ArraySubsetHelper - Class in atg.projects.store.droplet
This droplet determines the indices of a corresponding array if the array was subdivided into separate parts.
ArraySubsetHelper() - Constructor for class atg.projects.store.droplet.ArraySubsetHelper
 
ASCENDING - Static variable in class atg.projects.store.search.StoreQueryFormHandler
 
assignOmsOrderId(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderTools
This method assigns an OMS order id, and sets it on the order.
assignPostRegistrationProperties(Map, Profile) - Method in class atg.projects.store.order.StoreOrderTools
This method copies the properties in the incoming Map to the profile item.
atg.projects.store - package atg.projects.store
Provides the classes necessary to produce a specific implementation of a web store running on the ATG Commerce platform.
atg.projects.store.catalog - package atg.projects.store.catalog
Provides the classes that extend the ATG commerce functionality as well as add new functionality that the reference store needs.
atg.projects.store.catalog.comparison - package atg.projects.store.catalog.comparison
The web store provides functionality to compare products against each other.
atg.projects.store.catalog.filter - package atg.projects.store.catalog.filter
 
atg.projects.store.collections.filter - package atg.projects.store.collections.filter
 
atg.projects.store.crypto - package atg.projects.store.crypto
 
atg.projects.store.droplet - package atg.projects.store.droplet
 
atg.projects.store.email - package atg.projects.store.email
 
atg.projects.store.fulfillment - package atg.projects.store.fulfillment
 
atg.projects.store.gifts - package atg.projects.store.gifts
 
atg.projects.store.inventory - package atg.projects.store.inventory
 
atg.projects.store.logging - package atg.projects.store.logging
 
atg.projects.store.order - package atg.projects.store.order
 
atg.projects.store.order.descriptors - package atg.projects.store.order.descriptors
 
atg.projects.store.order.processor - package atg.projects.store.order.processor
 
atg.projects.store.order.purchase - package atg.projects.store.order.purchase
 
atg.projects.store.payment - package atg.projects.store.payment
 
atg.projects.store.payment.creditcard - package atg.projects.store.payment.creditcard
 
atg.projects.store.pricing - package atg.projects.store.pricing
 
atg.projects.store.profile - package atg.projects.store.profile
 
atg.projects.store.profile.email - package atg.projects.store.profile.email
 
atg.projects.store.repository - package atg.projects.store.repository
 
atg.projects.store.repository.filter - package atg.projects.store.repository.filter
 
atg.projects.store.scenario - package atg.projects.store.scenario
 
atg.projects.store.scenario.action - package atg.projects.store.scenario.action
 
atg.projects.store.search - package atg.projects.store.search
 
atg.projects.store.servlet - package atg.projects.store.servlet
 
atg.projects.store.servlet.pipeline - package atg.projects.store.servlet.pipeline
 
atg.projects.store.states - package atg.projects.store.states
 
atg.projects.store.ui - package atg.projects.store.ui
 
atg.projects.store.util - package atg.projects.store.util
 
atg.repository - package atg.repository
 
atg.repository.search.indexing.service - package atg.repository.search.indexing.service
 
AUTO_LOGGED_OPARAM - Static variable in class atg.projects.store.droplet.ProfileSecurityStatus
Anonymous parameter name.
AVAILABILITY_DATE - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The output parameter name for the availabilityDate to set.
AVAILABILITY_STATUS_AVAILABLE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
AVAILABILITY_STATUS_BACKORDERABLE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
AVAILABILITY_STATUS_NOT_OFFERED - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
 
AVAILABILITY_STATUS_PREORDERABLE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
AVAILABILITY_STATUS_SELECTED - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
 
AVAILABILITY_STATUS_UNAVAILABLE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
AvailableBillingAddresses - Class in atg.projects.store.droplet
This extension just overrides getCountryCode method of the parent AvailableShippingGroups droplet to operate with addresses, not shipping groups.
AvailableBillingAddresses() - Constructor for class atg.projects.store.droplet.AvailableBillingAddresses
 
AvailableShippingGroups - Class in atg.projects.store.droplet
The droplet sorts shipping addresses so that the default address is first and returns only permitted shipping addresses.
AvailableShippingGroups() - Constructor for class atg.projects.store.droplet.AvailableShippingGroups
 

B

BackInStockFormHandler - Class in atg.projects.store.inventory
This form handler will take requests from users to be notified when an item is back in stock.
BackInStockFormHandler() - Constructor for class atg.projects.store.inventory.BackInStockFormHandler
 
BackInStockNotificationService - Class in atg.projects.store.inventory
This class will be used to notify users when an item is back in stock.
BackInStockNotificationService() - Constructor for class atg.projects.store.inventory.BackInStockNotificationService
 
BasicStoreCreditCardInfo - Class in atg.projects.store.payment
This is a non-repository item backed implementation of the StoreCreditCardInfo interface.
BasicStoreCreditCardInfo() - Constructor for class atg.projects.store.payment.BasicStoreCreditCardInfo
 
BillingInfoFormHandler - Class in atg.projects.store.order.purchase
Form Handler for taking billing information.
BillingInfoFormHandler() - Constructor for class atg.projects.store.order.purchase.BillingInfoFormHandler
 
billingWithNewAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Run 'move to confirmation' pipeline chain and update order.
billingWithSavedAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Run 'move to confirm' pipeline chain and update order
billingWithSavedCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Run 'move to confirmation' pipeline chain and update order.
billingWithStoreCredit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Run 'move to confirmation' pipeline chain and update order

C

calculateTotalForRelationshipBeans(List) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Calculates total for relationship beans.
CANONICAL - Static variable in class atg.projects.store.util.DocumentLinksService
 
CartMessagesDropet - Class in atg.projects.store.droplet
This droplet returns messages to be displayed in the rich cart.
CartMessagesDropet() - Constructor for class atg.projects.store.droplet.CartMessagesDropet
 
CatalogNavigation - Class in atg.projects.store.catalog
Helper bean to store user catalog navigation info.
CatalogNavigation() - Constructor for class atg.projects.store.catalog.CatalogNavigation
 
CATEGORY_ID - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
Request parameter ID constant values
changeCreditCardNickname(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
Changes credit card nickname in the map of user's credit cards
changeSecondaryAddressName(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
Changes secondary address nickname
changeShippingGroupForCommerceItemShippingInfos(Collection, String, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Changes the shipping group name and shipping method for a collection of items in the CommerceItemShippingInfoContainer.
CHAPTER - Static variable in class atg.projects.store.util.DocumentLinksService
 
checkCountryInPermittedList(String, List) - Method in class atg.projects.store.util.CountryRestrictionsService
Checks if country is in permitted country list
checkForDuplicates(Map, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileTools
Checks for duplicates between pKey and the mPropertyMap.keySet().
checkForInvalidStreetAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Validates against invalid street addresses.
checkForRequiredAddressProperties(ContactInfo) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Validates the required billing properties.
CheckoutProfileFormHandler - Class in atg.projects.store.profile
This is an EStore's form handler to be used when logging in a user during the checkout process.
CheckoutProfileFormHandler() - Constructor for class atg.projects.store.profile.CheckoutProfileFormHandler
 
CheckoutProgressStates - Class in atg.projects.store.order.purchase
Contains available checkout milestones and current checkout progress level.
CheckoutProgressStates() - Constructor for class atg.projects.store.order.purchase.CheckoutProgressStates
 
CheckoutProgressStates.DEFAULT_STATES - Enum in atg.projects.store.order.purchase
Contains default states
checkRelatedItem(List<RepositoryItem>, RepositoryItem) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
This method checks the product specified to see if it should be added into related items slot.
checkRelatedItems(List, List, Set) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
Checks to see that relatedItems don't exist in order, if any of the items exists then it omits them from the result set.
checkShippingRestrictions(CommerceItemShippingInfoContainer, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Check shipping restrictions.
checkStatus(CommerceItem) - Method in class atg.projects.store.order.StoreOrderManager
This method uses the inventory manager to query the availability status of the given commerce item.
CHILD_SKUS_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Child SKUs property name.
CITY_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
claimCoupon(String, StoreOrderImpl, RepositoryItem, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
This method claims a coupon specified by its code for a specific user and order and reprices the order.
claimCoupon(String, StoreOrderImpl, RepositoryItem, boolean, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
This method claims a coupon specified by its code for a specific user and order.
CLASS_VERSION - Static variable in class atg.projects.store.catalog.CatalogNavigation
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.catalog.comparison.StoreProductComparisonList
 
CLASS_VERSION - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.catalog.filter.ItemDateValidator
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.catalog.filter.ItemsEnableFilter
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.catalog.filter.ItemSiteFilter
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
Class version
CLASS_VERSION - Static variable in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
Class version
CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreCatalogNavHistory
Class Version
CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreCatalogProperties
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreCatalogTools
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.catalog.StoreSearchFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.ColorSorter
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceInventoryFilter
 
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
 
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.RemoveDuplicateMessagesFilter
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.SiteGroupFilter
Class version
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.SizeSorter
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.collections.filter.SkuInventoryFilter
 
CLASS_VERSION - Static variable in class atg.projects.store.crypto.AESPropertyDecoder
 
CLASS_VERSION - Static variable in class atg.projects.store.crypto.StoreCipherService
 
CLASS_VERSION - Static variable in class atg.projects.store.crypto.StoreKeyStoreKeyManager
 
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.AvailableBillingAddresses
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.CartMessagesDropet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.CountryRestrictionsDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.DocumentLinksDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.EscapeJS
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.FacetDisplayDroplet
Class Version
CLASS_VERSION - Static variable in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.IsEmailRecipient
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ProfileSecurityStatus
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.RqlDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ShowGiftWrap
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.StorePriceBeansDroplet
Class version
CLASS_VERSION - Static variable in class atg.projects.store.droplet.StoreTextDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.email.EmailAFriendFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.email.GenericEmailSenderFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.email.RecentlySentList
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.email.StoreEmailTools
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.email.StoreTemplateEmailSender
Class version
CLASS_VERSION - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.email.TesterEmailTools
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.gifts.GiftlistQuantityRemaining
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.gifts.InternationalSearchFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreGiftlistManager
 
CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreSearchFormHandler
Class version
CLASS_VERSION - Static variable in class atg.projects.store.inventory.BackInStockFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.inventory.StoreInventoryManager
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.logging.LogUtils
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.GiftWrapCommerceItem
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.OrderRepositoryHelper
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.processor.StoreProcUpdateGiftRepository
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.CheckoutProgressStates
Class version
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Class version string.
CLASS_VERSION - Static variable in interface atg.projects.store.order.purchase.ShippingRestrictionInterface
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
Class version
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreCouponFormHandler
Class version
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreExpressCheckoutProcessHelper
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
 
CLASS_VERSION - Static variable in exception atg.projects.store.order.purchase.StorePurchaseProcessException
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.purchase.TellAFriendFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StoreCommerceItemManager
 
CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderHolder
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderImpl
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderManager
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StoreOrderTools
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StorePaymentGroupManager
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.order.StoreShippingGroupManager
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Class version string.
CLASS_VERSION - Static variable in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.payment.StoreStoreCredit
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.pricing.PriceShippingMethodDroplet
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.pricing.PromotionFilter
Class version
CLASS_VERSION - Static variable in class atg.projects.store.pricing.StoreItemDiscountCalculator
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.pricing.StoreItemPriceInfo
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.pricing.StorePricingModelProperties
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.pricing.StorePricingTools
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.pricing.StoreShippingPriceInfo
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.pricing.SurchargeShippingCalculator
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.CheckoutProfileFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.email.EmailCampaignFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.InternationalStoreProfileTools
Class version
CLASS_VERSION - Static variable in class atg.projects.store.profile.ProfileCheckoutPreferences
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.profile.SessionBean
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreAddressTools
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreForgotPasswordHandler
Class version
CLASS_VERSION - Static variable in interface atg.projects.store.profile.StoreProfileConstants
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreProfileTools
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.StorePropertyManager
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreRepositoryProfileItemFinder
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
CLASS_VERSION - Static variable in class atg.projects.store.repository.filter.ItemRepositoryValidator
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
Class version
CLASS_VERSION - Static variable in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
Class version
CLASS_VERSION - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.search.StoreQueryFormHandler
Class version
CLASS_VERSION - Static variable in class atg.projects.store.search.StoreRequestProcessor
 
CLASS_VERSION - Static variable in class atg.projects.store.servlet.GEOFilterServlet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.servlet.StoreRequestLocale
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.states.StoreOrderStates
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.StoreConfiguration
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.ui.AjaxUtils
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.ui.PromotionalContentEditor
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.ui.StoreGrammarExtension
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.util.CountryRestrictionsService
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.util.DocumentLinksService
Class version string
CLASS_VERSION - Static variable in class atg.repository.search.indexing.service.ContextTranslationRepositoryKeyService
 
clearForm() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Clears the form handler property values.
clearSessionValues() - Method in class atg.projects.store.email.TemplateTesterSessionBean
Clears all session values
cloneOrder(String, RepositoryItem) - Method in class atg.projects.store.order.StoreOrderManager
This method creates an order's duplicate with a new ID.
collectParams() - Method in class atg.projects.store.email.EmailAFriendFormHandler
Collect parameters for e-mail templates
collectParams() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Collect parameters for e-mail templates
collectParams() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Collect parameters for e-mail templates
COLOR_PROPERTY_NAME - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
 
ColoredProductDetailsDroplet - Class in atg.projects.store.droplet
This droplet should be used on the PDP with wood finish picker.
ColoredProductDetailsDroplet() - Constructor for class atg.projects.store.droplet.ColoredProductDetailsDroplet
 
ColoredProductDetailsDroplet.Color - Class in atg.projects.store.droplet
This is an information bean to be used on the JSP pages.
ColoredProductDetailsDroplet.Color(String, String, RepositoryItem) - Constructor for class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
Constructor for color class
ColorSorter - Class in atg.projects.store.collections.filter
This filter sorts a collection of color names.
ColorSorter() - Constructor for class atg.projects.store.collections.filter.ColorSorter
 
COMMERCE_ITEM_ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
COMMERCE_ITEMS_PROPERTY_NAME - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
 
COMMERCEITEMRELATIONSHIP - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Commerce item relationship parameter name.
compare(GiftWithPurchaseSelectionChoice, GiftWithPurchaseSelectionChoice) - Method in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
Compares two GWP selection choices by their product display name alphabetically.
compare(Address, Address) - Static method in class atg.projects.store.profile.StoreAddressTools
Compares the properties of two addresses equality.
compareAddresses(Address, Address) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
Compare addresses
ComparisonRowExistsDroplet - Class in atg.projects.store.droplet
This droplet is used in Product Comparison pages in order to determine whether there is at least one object in items containing not-null value for the specified property or the rendering of this property should be omitted.
ComparisonRowExistsDroplet() - Constructor for class atg.projects.store.droplet.ComparisonRowExistsDroplet
 
completeExtendedGrammar(ProcessExpressionGrammar) - Method in class atg.projects.store.ui.StoreGrammarExtension
Extend the grammar, given a host ScenarioContext, after all other standard initialization (including default constructs) has taken place.
configure(Object) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
Configures the action using the given configuration object.
configure(String, Object) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
Configures this ExpressionFilter using the given configuration object.
CONFIRM_EMAIL_ALREADY_EXISTS - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Confirm Email Address already exists message key.
CONFIRM_EMAIL_INVALID - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Confirm Email Address invalid message key.
ConfirmationEmailSender - Class in atg.projects.store.fulfillment
This class is responsible for sending order confirmation emails.
ConfirmationEmailSender() - Constructor for class atg.projects.store.fulfillment.ConfirmationEmailSender
 
constructPath(String, String) - Method in class atg.projects.store.ui.PromotionalContentEditor
The path is constructed from a file name and a folder path.
contains(String, String, String, String, String, boolean) - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
 
ContextTranslationRepositoryKeyService - Class in atg.repository.search.indexing.service
this class is use to get the correct locale from the context object
ContextTranslationRepositoryKeyService() - Constructor for class atg.repository.search.indexing.service.ContextTranslationRepositoryKeyService
 
copyAddress(MutableRepositoryItem, MutableRepositoryItem, Iterator) - Method in class atg.projects.store.profile.StoreProfileTools
Utility method to copy one address repoitory item to another repository item.
copyAddressToAddressBook(RepositoryItem, Address, String) - Method in class atg.projects.store.order.StoreOrderTools
Get the profile from the order, and update the address book with the shipping group address.
copyCreditCardFromProfile(CreditCard, String, RepositoryItem, Locale) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Utility method to copy credit card from profile to order.
copyCreditCardToProfile(RepositoryItem, Order, String) - Method in class atg.projects.store.order.StoreOrderTools
This method gets the credit card from the order, and adds it to the list of credit cards for this user.
copyEmailToLogin(Profile) - Method in class atg.projects.store.profile.StoreProfileTools
Utility method to copy over the profile email to the login field.
copyProfileAddressToCreditCard(RepositoryItem, Order, String) - Method in class atg.projects.store.order.StoreOrderTools
This method will get an address from the profile's address book, and set the credit card's billing address.
copyShippingToBilling(Order, Address) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Copies the new shipping group address to the order's credit card payment group address.
copyShippingToBilling(Address, Order) - Method in class atg.projects.store.order.StoreOrderTools
Copies an address to the credit card billing address.
COUNTRY_CODE - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
Country code parameter name
COUNTRY_CODE - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Country code parameter name.
COUNTRY_DELIM - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Country delimiter.
COUNTRY_KEY_PREFIX - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
COUNTRY_KEY_PREFIX - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
COUNTRY_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
COUNTRY_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.AvailableBillingAddresses
 
COUNTRY_STATE_RESOURCES - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
COUNTRY_STATE_RESOURCES - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
CountryRestrictionsDroplet - Class in atg.projects.store.droplet
This droplet is used to obtain a list of permitted countries in various situations.
CountryRestrictionsDroplet() - Constructor for class atg.projects.store.droplet.CountryRestrictionsDroplet
 
CountryRestrictionsService - Class in atg.projects.store.util
This class contains different methods that are user in AvailableShippingGroups droplet
CountryRestrictionsService() - Constructor for class atg.projects.store.util.CountryRestrictionsService
 
createBackInStockNotifyItem(MutableRepository, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Creates the required item in the repository.
createBackInStockNotifyItem(MutableRepository, String, String, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Creates the required item in the repository.
createCreditCardNickname(Object) - Method in class atg.projects.store.order.StoreOrderTools
This utility method creates an address nickname for the credit card address.
createEmailRecipient(String, String) - Method in class atg.projects.store.profile.StoreProfileTools
Create new EmailRecipient in repository.
createEmailRecipient(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
Create new EmailRecipient in repository.
createLinkURL(Locale, DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
Generate a URL to the current page with the locale parameter set to pLocale.
createNewCreditCard(RepositoryItem) - Method in class atg.projects.store.order.StoreOrderTools
Creates a new credit card repository item for the given profile, but does not assign a billing address.
createOrder(String, String, OrderPriceInfo, TaxPriceInfo, ShippingPriceInfo, String) - Method in class atg.projects.store.order.StoreOrderManager
Calls OrderManager.createOrder to create a new Order object using the class mapped to the given name in pOrderType and whose id will be that which is supplied in pOrderId.
createPricingErrorMessage(PricingException, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Pulls out the Cybersource error message for invalid address.
createProfileCreditCard(Profile, Map, String, Map, String, boolean) - Method in class atg.projects.store.profile.StoreProfileTools
This method constructs a new credit card and the address object that is on the credit card.
createQualifiedString(String, String) - Method in class atg.projects.store.email.StoreEmailTools
Create string of view: pName<pEmail>
createSender(String, String, String) - Method in class atg.projects.store.email.StoreEmailTools
Compose the sender tag as: pFirstName pLastName
createShippingGroupFromDefaultAddress(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Creates a HardgoodShippingGroup from the profile's default shipping address item.
createShippingGroupFromGiftlist(String) - Method in class atg.projects.store.gifts.StoreGiftlistManager
This method creates HardgoodShippingGroup for the giftlist.
createTemplateEmailInfo(String, String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
Creates the template email info for the template we need to use for order confirmation.
createUserPrefLangCookie(DynamoHttpServletRequest, DynamoHttpServletResponse, Locale) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
This operation creates cookie for user preffered language.
CRITICAL_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
The critical prefix.
CURRENT_SELECTION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Current selection parameter name.

D

DATE_FORMAT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Date format constant.
DEBUG_DATE_FORMAT_PATTERN - Static variable in class atg.projects.store.catalog.filter.ItemDateValidator
 
decode(String) - Method in class atg.projects.store.crypto.AESPropertyDecoder
 
decode(Object) - Method in class atg.projects.store.crypto.AESPropertyDecoder
 
DEFAULT_COUNTRY_ATTRIBUTE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
Site's default country attribute name .
DEFAULT_ID - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
Default id parameter name.
DEFAULT_KEY - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
Default key parameter name.
DEFAULT_LANGUAGE_ATTRIBUTE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
Site's default language attribute name .
DEFAULT_OPARAM - Static variable in class atg.projects.store.droplet.ProfileSecurityStatus
Default open parameter name
DEFAULT_PROFILE_TYPE - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
This is the type of the profile that is created by the create operation.
DEFAULT_THRESHOLD_LEVEL - Static variable in class atg.projects.store.inventory.StoreInventoryManager
Default threshold level constant.
defaultCategory(String, String) - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
Returns the default categorys for pProductId on pSiteId
DefaultProductDetailsDroplet - Class in atg.projects.store.droplet
This droplet should be used on the Single/Multiple SKU Product Details Pages.
DefaultProductDetailsDroplet() - Constructor for class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
DEFINED_PROPERTIES - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Defined properties parameter name.
deleteAllOrders() - Method in class atg.projects.store.order.OrderRepositoryHelper
Delete all orders.
deleteItemsFromRepository(RepositoryItem[]) - Method in class atg.projects.store.inventory.BackInStockNotificationService
Helper method to delete repository items.
deleteOrders(String) - Method in class atg.projects.store.order.OrderRepositoryHelper
Method to remove orders from the repository.
deriveAvailabilityStatus(String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Derive the availabilityStatus based on the properties of the item.
DESCENDING - Static variable in class atg.projects.store.search.StoreQueryFormHandler
 
determineExpressCheckoutSuccessURL(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Directs to a gift message page if the order contains a gift special instruction and the message hasn't been filled out.
determineSuccessURL(DynamoHttpServletRequest) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Utility method to create success URL based on if the user and order state.
discernRequestLocale(DynamoHttpServletRequest, RequestLocale) - Method in class atg.projects.store.servlet.StoreRequestLocale
Obtains locale from http request.
DISPLAY_COUNTRY_NAME - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
Display country name output parameter name.
DISPLAY_LANGUAGES - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Display languages parameter name.
DISPLAY_NAME_PROPERTY_NAME - Static variable in class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
 
DISPLAY_NAME_PROPERTY_NAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
DisplayCountryDroplet - Class in atg.projects.store.droplet
This droplet takes a locale language key and country code and returns the corresponding country display name in the user's locale.
DisplayCountryDroplet() - Constructor for class atg.projects.store.droplet.DisplayCountryDroplet
 
DisplayLanguagesDroplet - Class in atg.projects.store.droplet
This droplet takes a list of language keys, and returns a list of objects associating those keys with their proper display languages.
DisplayLanguagesDroplet() - Constructor for class atg.projects.store.droplet.DisplayLanguagesDroplet
 
DisplayLanguagesDroplet.DisplayLanguage - Class in atg.projects.store.droplet
Class for display language.
DisplayLanguagesDroplet.DisplayLanguage(String, String, String) - Constructor for class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
Constructor.
DocumentLinksDroplet - Class in atg.projects.store.droplet
This droplet returns next canonical links: 1) home - Homepage address 2) up - If PDP, last item from breadcrumbs; if CDP, last but one item from breadcrumbs.
DocumentLinksDroplet() - Constructor for class atg.projects.store.droplet.DocumentLinksDroplet
 
DocumentLinksService - Class in atg.projects.store.util
This class contains different methods that are user in DocumentLinksDroplet
DocumentLinksService() - Constructor for class atg.projects.store.util.DocumentLinksService
 
doPostCommitOrderProcessing(StoreOrderImpl, RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Makes post commit order processing: setting profile's last purchase date, number of orders and bought items, order's OMS order id, inventory managing.
doStartService() - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
This method tries to set the defaultCatalog property.
doStartService() - Method in class atg.projects.store.crypto.AESPropertyDecoder
 
doStartService() - Method in class atg.projects.store.inventory.BackInStockNotificationService
Initialize service in this method.
doStartService() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Called after the service has been created, placed into the naming hierarchy, and initialized with its configured property values.

E

editShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Edits a shipping group address in the container and saves the changes to the profile if the address is in the profile's address map.
EMAIL_A_FRIEND_MESSAGE - Static variable in class atg.projects.store.email.TesterEmailTools
 
EMAIL_ID_PARAM - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
EMAIL_LOCALE_PROPERTY_NAME - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
 
EMAIL_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
EMAIL_SITE_ID_PROPERTY_NAME - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
 
EMAIL_SUBJECT - Static variable in class atg.projects.store.email.StoreEmailTools
Resource key for e-mail subject.
EmailAFriendFormHandler - Class in atg.projects.store.email
Form handler for sending email from the ATG Store website.
EmailAFriendFormHandler() - Constructor for class atg.projects.store.email.EmailAFriendFormHandler
 
EmailCampaignFormHandler - Class in atg.projects.store.profile.email
This formhandler is used to create an EmailRecipient repository item when a user signs up to receive marketing email campaigns.
EmailCampaignFormHandler() - Constructor for class atg.projects.store.profile.email.EmailCampaignFormHandler
 
EMPTY - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
Empty parameter name.
EMPTY - Static variable in class atg.projects.store.droplet.RqlDroplet
Empty parameter name.
EMPTY_OPARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Empty parameter name.
EMPTY_OPARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Empty parameter name.
EMPTY_PARAMETER_OUTPUT - Static variable in class atg.projects.store.droplet.CartMessagesDropet
 
ENABLED - Static variable in class atg.projects.store.catalog.filter.ItemSiteFilter
Enabled property for sites
EncryptionPropertyDescriptor - Class in atg.projects.store.repository
A property descriptor to encrypt and decrypt string values.
EncryptionPropertyDescriptor() - Constructor for class atg.projects.store.repository.EncryptionPropertyDescriptor
 
EnsureCreditCardPaymentGroup - Class in atg.projects.store.droplet
This droplet will create a credit card payment group and add it to the order if it doesn't already exist.
EnsureCreditCardPaymentGroup() - Constructor for class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
ensurePaymentGroup(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
This method overrides the super class to apply the address from the credit card rather than from the user's "default billing".
ensureShippingGroup(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
This extends the base behavior to set the shipping method for all gift shipping groups to the profile's default shipping method.
ensureShippingMethodOfGiftShippingGroups(Order, RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutProcessHelper
Ensure that any gift shipping groups have their shipping method set to the default shipping method.
EQUAL_TO - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
Equal constant.
ERROR_ADDING_GIFT_MESSAGE - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Error adding gift message message key.
ERROR_OPARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Error parameter name.
ERROR_OPARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Error parameter name.
EscapeJS - Class in atg.projects.store.droplet
This droplet is escaped apostrophe with \'.
EscapeJS() - Constructor for class atg.projects.store.droplet.EscapeJS
 
evaluate(ProcessExecutionContext) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
This filter takes the amount entered by the business user an the pmdl rule.
evaluatePMDLRule(ProcessExecutionContext, Order, CommerceItem) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
Evaluate the rule put before us for the commerce item in question.
ExpressCheckoutOkDroplet - Class in atg.projects.store.droplet
Checks to see if this user can use ExpressCheckout or not.
ExpressCheckoutOkDroplet() - Constructor for class atg.projects.store.droplet.ExpressCheckoutOkDroplet
 

F

FacetDisplayDroplet - Class in atg.projects.store.droplet
A droplet that will return facets in a List ordered their priority.
FacetDisplayDroplet() - Constructor for class atg.projects.store.droplet.FacetDisplayDroplet
 
FALSE - Static variable in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Oparam false.
FALSE - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
False parameter name.
FALSE - Static variable in class atg.projects.store.droplet.ShowGiftWrap
Oparam false.
fillLocaleFromLangSelection(DynamoHttpServletRequest) - Method in class atg.projects.store.servlet.StoreRequestLocale
 
fillLocaleFromProfile(DynamoHttpServletRequest, RequestLocale) - Method in class atg.projects.store.servlet.StoreRequestLocale
 
fillLocaleFromStoreSelection(DynamoHttpServletRequest, RequestLocale) - Method in class atg.projects.store.servlet.StoreRequestLocale
 
fillLocaleFromUserPrefLang(DynamoHttpServletRequest) - Method in class atg.projects.store.servlet.StoreRequestLocale
 
FILTER_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Filter parameter name.
filterItems(Object[], NameResolver) - Method in class atg.projects.store.catalog.filter.ItemsEnableFilter
Filter pItems: left only those items which belong to enabled sites.
filterItems(Object[], NameResolver) - Method in class atg.projects.store.catalog.filter.ItemSiteFilter
Filter pItems: leave only those items which belong to enabled sites.
filterItems(Object[], NameResolver) - Method in class atg.projects.store.collections.filter.RemoveDuplicateMessagesFilter
Remove duplicated messages, i.e.
findCurrentCreditCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Searches current user's credit card by nick-name from editValue properties.
findOrAddShippingAddress(RepositoryItem, String, Address, ShippingGroupMapContainer, boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Tries to find an appropriate hardgood shipping group within the shipping group map container specified.
findQualifyingItems(List, List, RepositoryItem, RepositoryItem, Locale, Order, Map) - Method in class atg.projects.store.pricing.StoreItemDiscountCalculator
Overrides the original to retrieve the qualifier service from the pricing model's optional 'qualifier' property.
findUser(String, String, Repository, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns the user profile or null if the user could not be found with the given login and password.
FIRST_NAME_PROP - Static variable in class atg.projects.store.email.TesterEmailTools
 
FIRST_NAME_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
FIRSTNAME_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
formatCritical(String) - Static method in class atg.projects.store.logging.LogUtils
Formats a string by prefixing it with the critical error prefix.
formatMajor(String) - Static method in class atg.projects.store.logging.LogUtils
Formats a string by prefixing it with the major error prefix.
formatMinor(String) - Static method in class atg.projects.store.logging.LogUtils
Formats a string by prefixing it with the minor error prefix.
formatUserMessage(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Retrieves a message from default resource bundle.
FS - Static variable in class atg.projects.store.logging.LogUtils
The field separator.

G

generateAncestorCategoriesQuery(QueryBuilder, String[]) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Generate clause for the ancestor categories for catalogs.
generateAncestorCategoryQuery(QueryBuilder, Object) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Generates clause for the ancestor categories for pCurrentCatalog.
generateContextKey(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
Generates a context key for this filter.
generateContextKey(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
generateContextKey(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
Generates a context key for this filter.
generateEmailQuery(String, QueryBuilder) - Method in class atg.projects.store.profile.StoreRepositoryProfileItemFinder
Returns the Query which will be executed to find the profiles with the given email address.
generateEndDateCheckClause(QueryBuilder) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Generate end date clause of view '[current date] <= endDate OR endDate IS "null"'
generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
Generates a sorted collection.
generateFilteredCollection(Collection, String, RepositoryItem, Map) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
This method builds a list of recentlyViewedProduct items using the following rules: Add a product if it was viewed on the site relevant to current site context and siteScope. Products belonging to the 'exclude' key of 'pExtraParameters' Map will not be added to filtered list. Expired products will be removed from the repository and not added to the filtered list. If the site that the product was viewed on is now disabled or inactive, don't add to filtered list. If a product in the unfiltered list is no longer available, don't add to the filtered list. The size of the filtered list will be defined either by 'mMaxProductsToDisplay' or overridden by the value of the 'size' key in the 'pExtraParameters' Map. The unfiltered collection passed to this method must be a list of recentlyViewedProduct RepositoryItems.
generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This method filters the passed in collection (of repository items) based on whether or not any of its items sites/siteGroups.sites exist in the current mShareableTypeId siteGroup
generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
Generates a sorted collection.
generateFilteredCollection(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
Overrides base method to allow to pass not only collection of products but collection of SKUs too.
generateNewPasswordTemplateParams(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, String) - Method in class atg.projects.store.profile.StoreForgotPasswordHandler
Puts locale to the map of template parameters.
generatePriceBeansForOrder(Order) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
Generates price beans for an order specified.
generatePriceBeansForRelationship(ShippingGroupCommerceItemRelationship) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
Generates price beans for a relationship specified.
generatePropertiesToCopy(String[], Profile) - Method in class atg.projects.store.order.StoreOrderTools
This method is used when registering a new user.
generateResultSet(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Searches through all repositories in mRepositories and generates a result set of items of type pItemType.
generateSearchQuery(Repository, String, QueryBuilder) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Add a clause to the search that requires all results to be contained in the "rootNavigationCategory" of the current catalog or catalogs if we specify list of catalog IDs.
generateStartDateCheckClause(QueryBuilder) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Generates start date clause of view '[current date] >= startDate OR startDate IS "null"'
generateUnitPriceBeans(Order) - Method in class atg.projects.store.pricing.StorePricingTools
Generates a Map of unit price beans for all items in the order.
generateUnitPriceBeansForRelationship(CommerceItemRelationship, List) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
For a given commerce item relationship, generate the shipping item infos using the UnitPriceBeans provided.
GenericEmailSenderFormHandler - Class in atg.projects.store.email
Generic form handler for email sending.
GenericEmailSenderFormHandler() - Constructor for class atg.projects.store.email.GenericEmailSenderFormHandler
 
GEOFilterServlet - Class in atg.projects.store.servlet
This servlet performs rudimentary GEOFiltering functionality by checking the request's locale and rerouting the user's destination based upon that.
GEOFilterServlet() - Constructor for class atg.projects.store.servlet.GEOFilterServlet
 
getActionResult() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getAddAddressAndMoveToMultipleShippingErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getAddAddressAndMoveToMultipleShippingSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getAddCommerceItemInfos() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getAddGiftMessageErrorURL() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getAddGiftMessageSuccessURL() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getAddItemToGiftlist() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getAddItemToGiftlistErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns property AddItemToGiftlistErrorURL.
getAddItemToGiftlistLoginURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getAddItemToGiftlistLoginURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getAddItemToGiftlistSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns property AddItemToGiftlistSuccessURL.
getAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getAddressFromRepositoryItem(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
This method creates an address object and sets the property values to values in the repository item passed in.
getAddressIdValueMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getAddressProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getAddressPropertyNameMap() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getAddShippingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getAddShippingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getAjaxAddItemToOrderErrorUrl() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Gets the AjaxAddItemToOrderErrorUrl.
getAjaxAddItemToOrderSuccessUrl() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Gets the AjaxAddItemToOrderSuccessUrl.
getAllColors(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
This method calculates all possible colors for the SKUs specified.
getAllHardgoodCommerceItemShippingInfos() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Get the List of all the CommerceItemShippingInfos for hardgoods from the CommerceItemShippingInfoMap.
getAllHardgoodCommerceItemShippingInfos(ShippingGroupMapContainer, CommerceItemShippingInfoContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Get the List of all the CommerceItemShippingInfos for hardgoods from the CommerceItemShippingInfoMap.
getAllSizes(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
This method calculates all possible sizes for the SKUs specified.
getAllSkus(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method obtains a Collection of all specified product SKUs.
getAmount() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getAmountAppliedToOrder() - Method in class atg.projects.store.payment.StoreStoreCredit
Returns the amountAppliedToOrder property.
getAnonymousEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getApplyCouponErrorURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains an URL the request should be redirected when there is an error adding coupon
getApplyCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains an URL the request should be redirected when coupon successfully added
getApplyOrderErrorURL() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getApplyOrderSuccessURL() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getAvailabilityDate(RepositoryItem, RepositoryItem, String) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates availability date for the product and SKU specified.
getAvailabilityType(RepositoryItem, RepositoryItem) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates availability type for the product/SKU specified.
getBackInStockNotifyItemDescriptorName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getBackorderAvailabilityDate(String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Get the availabilityDate from the inventory data for a sku item.
getBillAddrValue() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getBillingAddress() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getBillingAddressClassName() - Method in class atg.projects.store.profile.StoreProfileTools
 
getBillingAddressNickname() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getBillingAddressPropertyList() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns the BillingAddressPropertyList.
getBillingHelper() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getBillingHelper() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
getBisnEmailPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getBisnProductIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getBisnSkuIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getBreadcrumbsLinks(RepositoryItem, RepositoryItem, CatalogNavHistory) - Method in class atg.projects.store.util.DocumentLinksService
Get objects for home, up, chapter and section links from navigation history
getCardProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getCardVerificationNumber() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getCardVerificationNumber() - Method in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
 
getCartFormHandlerPath() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getCartHelper() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getCatalog(String) - Method in class atg.projects.store.catalog.StoreCatalogTools
Get the catalog with the given id.
getCatalogNavHistory() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
getCatalogProperties() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
Gets the catalog properties
getCatalogProperties() - Method in class atg.projects.store.droplet.ShowGiftWrap
Get catalog properties.
getCatalogProperties() - Method in class atg.projects.store.inventory.StoreInventoryManager
 
getCatalogProperties() - Method in class atg.projects.store.order.StoreOrderTools
 
getCatalogRefId() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getCatalogRepository() - Method in class atg.projects.store.email.StoreEmailTools
Gets the value of the catalogRepository field.
getCatalogTools() - Method in class atg.projects.store.catalog.filter.ItemDateValidator
 
getCatalogTools() - Method in class atg.projects.store.collections.filter.ColorSorter
 
getCatalogTools() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
getCatalogTools() - Method in class atg.projects.store.collections.filter.SizeSorter
 
getCatalogTools() - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
 
getCatalogTools() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
Gets the mCatalogTools
getCatalogTools() - Method in class atg.projects.store.droplet.PropertyValueCollection
 
getCatalogTools() - Method in class atg.projects.store.email.TesterEmailTools
Get the CatalogTools object to use when looking up products, categories and SKUs.
getCatalogTools() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCheckoutProgressLevels() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
checoutProgressLevels property contains checkout milestones available for user.
getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
getCheckoutProgressStates() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
getCheckoutProgressStates() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Get checkout progress states
getClaimableManager() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getClaimableManager() - Method in class atg.projects.store.order.StorePaymentGroupManager
 
getColorPropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
getColorPropertyName() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
Gets the mColorPropertyName
getColorRequired() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns whether or not an item requires a color option.
getColorSwatchName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
getCommerceItem(Order, String, String, String) - Method in class atg.projects.store.order.StoreCommerceItemManager
This metod searches for a CommerceItem within the Order specified.
getCommerceItemManager() - Method in class atg.projects.store.order.StoreOrderTools
 
getCommerceItemShippingInfoTools() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns the tools component containing the API for modifying CommerceItemShippingInfos
getCommerceItemStates() - Method in class atg.projects.store.order.StoreOrderManager
 
getCommercePropertyManager() - Method in class atg.projects.store.profile.StoreProfileTools
 
getCommitOrderHelper() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
getComparator() - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
Returns the comparator object to use for sorting of filtered collection.
getComparisonsListPath() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getConfirmationURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getConfirmEmailAddress() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
getContainsGiftMessage() - Method in class atg.projects.store.order.StoreOrderImpl
Checks to see if this order has a gift message special instruction.
getContainsGiftWrap() - Method in class atg.projects.store.order.StoreOrderImpl
Checks to see if this order is gift wrapped or not.
getContentProcessor() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
 
getContinueShoppingErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getContinueShoppingSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getCountryCode(Map.Entry) - Method in class atg.projects.store.droplet.AvailableBillingAddresses
Returns country code for the ContactInfo repository item
getCountryCode(ShippingGroup) - Method in class atg.projects.store.droplet.AvailableShippingGroups
Returns country code for the given item.
getCountryList() - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
getCountryList() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getCountryName(String, Locale) - Static method in class atg.projects.store.util.CountryRestrictionsService
This static method gets localized country name from the Resource Bundle based on the input locale.
getCountryRedirectURLs() - Method in class atg.projects.store.servlet.GEOFilterServlet
Stores a map of country codes to redirect URLs.
getCountryRestrictionsService() - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
getCountryRestrictionsService() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getCouponCode() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCouponCode() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getCouponCode() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getCouponCode() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getCouponCode() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
getCouponCode() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains a coupon code to be claimed for current order.
getCouponCode(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderManager
This method calculates a coupon code used by the order specified.
getCreateCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getCreateCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Utility method to fetch credit card and set properties from page.
getCreditCard(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Utility method to fetch credit card and set properties from page.
getCreditCard() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Method to allow page access to CreditCard object.
getCreditCard(Order) - Method in class atg.projects.store.order.StoreOrderTools
Returns the CreditCard payment group for the order.
getCreditCardBillingAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardExpirationMonth() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardExpirationYear() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardNickname() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardNickname(RepositoryItem, CreditCard) - Method in class atg.projects.store.profile.StoreProfileTools
Finds profile's credit card that corresponds to the given credit card payment group and returns its nickname.
getCreditCardNumber() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardNumber() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getCreditCards(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Obtains all credit cards associated with user profile.
getCreditCardTools() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardTools() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getCreditCardType() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardType() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getCreditCardVerificationNumber() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCreditCardVerificationNumber() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
getCreditCardVerificationNumberFromCard(Order) - Method in class atg.projects.store.order.StoreOrderTools
Gets the verification number from the order's credit card payment group.
getCurrencyCode() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getCurrent() - Method in class atg.projects.store.order.StoreOrderHolder
This method returns a current order (or shopping cart).
getCurrentComparisonsList(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method retrieves current Comparisons List from the request specified.
getCurrentCouponCode() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This getter implements a read-only currentCouponCode property.
getCurrentDate() - Method in class atg.projects.store.catalog.filter.ItemDateValidator
 
getCurrentDate() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Gets the CurrentDate component.
getCurrentDate() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
Gets the CurrentDate component.
getCurrentDate() - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
Gets the CurrentDate component.
getCurrentDate() - Method in class atg.projects.store.email.TesterEmailTools
Gets the CurrentDate component.
getCurrentDate() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Gets the CurrentDate component.
getCurrentDate() - Method in class atg.projects.store.inventory.StoreInventoryManager
Gets the CurrentDate component.
getCurrentLevel() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
currentLevel property determines which pages can be displayed to user.
getCurrentLevelAsInt() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
 
getCurrentPage() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns current page - pagination setting
getCurrentProduct(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method takes currently viewed product from the request specified.
getCurrentProfile(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method retrieves current profile from the request specified.
getCurrentProfileGiftlists(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates all user's giftlists to be displayed on the page.
getCurrentRequest() - Method in class atg.projects.store.order.StoreOrderHolder
This method is a shortcut to the ServletUtil.getCurrentRequest() method.
getDateByFormat(Object, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Operation called to get the Date on the basis of locale format.
getDateByFormat(Object, String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Operation called to get the Date on the basis of locale format.
getDateFormat() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getDateFormat() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getDateOfBirth() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getDateOfBirth() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getDateOfBirthPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getDecryptKeyPassword() - Method in class atg.projects.store.crypto.StoreCipherService
 
getDefaultCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property editCard, naming the credit card to be edited.
getDefaultCreditCard(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Gets the default credit card for a user.
getDefaultCreditCardNickname() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Determines the default credit card nickname for the current user profile
getDefaultCreditCardNickname(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Gets the default credit card nickname for a user.
getDefaultCssFile() - Method in class atg.projects.store.StoreConfiguration
Gets the location of the default css file(s).
getDefaultEmailInfo() - Method in class atg.projects.store.email.StoreEmailTools
Gets the default email information.
getDefaultLocale() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
the default locale for which shipping method should be priced
getDefaultLocaleString() - Method in class atg.projects.store.email.StoreEmailTools
 
getDefaultQualifierValue() - Method in class atg.projects.store.pricing.StorePricingModelProperties
Returns the value that indicates the default qualifier.
getDefaultRedirectURL() - Method in class atg.projects.store.servlet.GEOFilterServlet
Default URL to redirect to if the country code is not the US and if the country code does not have an explicit redirect location set in countryRedirectURLs.
getDefaultResourceBundle() - Method in class atg.projects.store.StoreConfiguration
Returns the location of the default resource bundle.
getDefaultShippingAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getDefaultShippingAddressNickname() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Determines the default shipping address nickname for the current user profile
getDefaultShippingAddressNickname(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Gets the default shipping address nickname for a user.
getDefaultShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getDefaultShippingMethod() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Determines the default shipping method for the current user profile
getDefaultShippingMethod(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Gets the default shipping method for a user.
getDefaultSizePropertyName() - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
 
getDefaultSortField() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns field to be sorted by
getDefaultText(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
Gets defaultText by key
getDefaultTextTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
Gets the defaultTextTemplate
getDefaultThresholdLevel() - Method in class atg.projects.store.inventory.StoreInventoryManager
The default value if the stock level of an item is not defined.
getDisplayAll() - Method in class atg.projects.store.droplet.FacetDisplayDroplet
 
getDisplayLanguage() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
getDisplayNameForCode(ResourceBundle, String, String) - Method in class atg.projects.store.util.CountryRestrictionsService
This method returns the localized display name for the country code provided as input.
getDisplayNamePropertyName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the Display Name property.
getDocumentLinksService() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
getDummySearchText() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
 
getEditAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getEditAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getEditCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property editCard, naming the credit card to be edited.
getEditCouponErrorURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains an URL the request should be redirected when there is an error editing coupon
getEditCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains an URL the request should be redirected when coupon successfully edited
getEditShippingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getEditShippingAddressNickName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getEditShippingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getEditValue() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getEmail() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getEmailAddress() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getEmailAFriendMessage() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getEmailAFriendMessageParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getEmailAFriendResourceBundle() - Method in class atg.projects.store.email.StoreEmailTools
 
getEmailAFriendResourceBundleName() - Method in class atg.projects.store.email.StoreEmailTools
 
getEmailFormat() - Method in class atg.projects.store.profile.StoreProfileTools
 
getEmailLocale() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getEmailLocaleName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getEmailMessageFrom() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
The email address to set the message from for the order confirm email.
getEmailMessageSubject() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
The subject to use for the order confirmation emails.
getEmailOptInSourceCode() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getEmailRecipientItemDescriptorName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getEmailRecipientPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getEmailSender() - Method in class atg.projects.store.email.StoreEmailTools
Gets the email send component.
getEmailTools() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getEmailTools() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getEmailTools() - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
 
getEncryptKeyPassword() - Method in class atg.projects.store.crypto.StoreCipherService
 
getEndDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The end date property name.
getEpochDate() - Method in class atg.projects.store.StoreConfiguration
Returns the store epoch date represented as a String object.
getEpochDateAsDate() - Method in class atg.projects.store.StoreConfiguration
Returns the epochDate property represented as a Date object.
getEpochDatePattern() - Method in class atg.projects.store.StoreConfiguration
Returns the date pattern defining the date format for the epochDate property.
getErrorURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getErrorURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getExcludeFacets() - Method in class atg.projects.store.droplet.FacetDisplayDroplet
 
getExpirationDayOfMonth() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getExpirationMonth() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getExpirationYear() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getExpressCheckout() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getExpressCheckoutErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getExpressCheckoutHelper() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
getExpressCheckoutSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getFacetSearchTools() - Method in class atg.projects.store.droplet.FacetDisplayDroplet
 
getFillFromTemplate() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
 
getFilter() - Method in class atg.projects.store.droplet.PropertyValueCollection
 
getFilter(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.PropertyValueCollection
 
getFilter() - Method in class atg.projects.store.pricing.PromotionFilter
Filter the promotions by siteGroup
getFirstNonGiftHardgoodShippingGroupWithRels(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns the first non-gift hardgood shipping group with relationships from the order.
getFirstNonGiftShippingGroupName() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
getGenderPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getGiftlistManager() - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
getGiftlistManager() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
getGiftlistManager() - Method in class atg.projects.store.order.StoreOrderManager
The giftlist manager.
getGiftlistManager() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getGiftListSiteFilter() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getGiftlistsPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getGiftlistTools() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getGiftMessage() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getGiftMessageFrom() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getGiftMessagePopulated() - Method in class atg.projects.store.order.StoreOrderImpl
Determines if user has entered gift message.
getGiftMessageTo() - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
getGiftMessageUrl() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getGiftShippingGroupDescriptionPrefix() - Method in class atg.projects.store.gifts.StoreGiftlistManager
Returns the description prefix
getGiftShippingGroups() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getGiftShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns a list of all shipping groups that contain gifts.
getGiftWrapCommerceItemType() - Method in class atg.projects.store.order.StoreOrderTools
 
getGiftWrapEligiblePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate an item as 'giftwrappable'.
getGiftWrapItem() - Method in class atg.projects.store.order.StoreOrderImpl
Returns gift wrap commerce item.
getGiftWrapPrice(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderTools
Gets the gift wrap price from the order.
getGiftWrapProductId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getGiftWrapSkuId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getGiftWrapTargetingResults() - Method in class atg.projects.store.droplet.ShowGiftWrap
Get gift wrap targeting results.
getGwpManager() - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Getter for the gift with purchase manager property.
getGwpManager() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Getter for the gift with purchase manager property.
getGwpPlaceholderHashCodes() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getGwpPlaceholderPromotionIds() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getHostName() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getHttpPort() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getHttpsPort() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getIdGenerator() - Method in class atg.projects.store.order.StoreOrderTools
 
getIdPropertyName() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This property contains the name of the property that holds references to an item's id.
getIgnoreList() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getImmutableCardProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns immutableCardProperties property value.
getInvalidCityPatterns() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
getInvalidContextRoot() - Method in class atg.projects.store.profile.StoreProfileTools
 
getInvalidStatesForShipMethod() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Expects a pipe-dilimited string containing 2-digit state abbreviations that are invalid for a particular shipping method.
getInvalidStreetStrings() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
getInventoryLevel(RepositoryItem, String, long) - Method in class atg.projects.store.inventory.StoreInventoryManager
Given the inventory item of note get the inventory level for the particular property.
getInventoryManager() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getInventoryManager() - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
 
getInventoryManager() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getInventoryManager() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getItem(int) - Method in class atg.projects.store.email.RecentlySentList
Return SentItem at the given index
getItemDescriptorName() - Method in class atg.projects.store.droplet.RqlDroplet
 
getItemDescriptorName() - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getItemNonGwpQuantities() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getItemsBought() - Method in class atg.projects.store.profile.StorePropertyManager
 
getItemSkus(Object) - Method in class atg.projects.store.collections.filter.GWPSelectionChoiceInventoryFilter
Overrides base method to retrieve the collection of skus from GiftWithPurchaseSelectionChoice object.
getItemSkus(Object) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
Returns the collection of product's skus if the passed in item is product otherwise null.
getKeywords() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
This method overrides the default method so as to handle multi words as one single keyword as well as separate individual keywords.
getLanguage() - Method in class atg.projects.store.email.RecentlySentList.SentItem
Returns language for email's locale defined in email parameters
getLastPurchaseDate() - Method in class atg.projects.store.profile.StorePropertyManager
 
getLinkURL() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
getListSize() - Method in class atg.projects.store.email.RecentlySentList
Returns list size
getLocale(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CartMessagesDropet
Returns either the Locale from the Request object (if it isn't NULL), or the Locale from the JVM.
getLocale() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
getLocale() - Method in class atg.projects.store.email.EmailAFriendFormHandler
Gets the value of the Locale: field.
getLocale(DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Determine the user's current locale, if available.
getLocaleParamName() - Method in class atg.projects.store.email.EmailAFriendFormHandler
 
getLocaleParamName() - Method in class atg.projects.store.email.StoreEmailTools
 
getLocalePropertyName() - Method in class atg.projects.store.profile.StoreForgotPasswordHandler
 
getLocaleService() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getLoggingIdentifier() - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
 
getLogin() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getLoginDuringCheckoutURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getLoginEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getMandatoryStateCountryList(DynamoHttpServletRequest) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Get mandatory state country list.
getMandatoryStateCountryList() - Method in class atg.projects.store.StoreConfiguration
Returns the list of configured country codes that are mandatory.
getMaxNickNameLength() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getMaxPasswordLength() - Method in class atg.projects.store.profile.StoreProfileTools
 
getMaxProductsToDisplay() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
getMaxQuantity() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns the maximum quantity permitted per order item
getMenuItem() - Method in class atg.projects.store.email.RecentlySentList.SentItem
Returns menu item name
getMessage() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the value of the Message: field.
getMessageParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the name of the parameter used for the Message: field.
getMessageParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the parameter used for the Message: field.
getMinNickNameLength() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getMinPasswordLength() - Method in class atg.projects.store.profile.StoreProfileTools
 
getMinQuantity() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns the minimum quantity permitted per order item
getMoveItemsFromCartLoginURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getMoveToConfirmationChainId() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getMoveToConfirmErrorURL() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getMoveToConfirmSuccessURL() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getMoveToNewGiftListAddressErrorURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Returns property MoveToNewGiftListAddressErrorURL
getMoveToNewGiftListAddressSuccessURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Returns property MoveToNewGiftListAddressSuccessURL
getName() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
Gets the name
getName() - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
 
getNewAddressErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getNewAddressSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getNewCreditCard() - Method in class atg.projects.store.profile.StorePropertyManager
 
getNewCreditCardVerificationNumber() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getNewCustomerEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getNewNicknameValueMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getNewPassword() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getNewPasswordParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getNewShippingGroupName(ShippingGroup) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
This method contains some specific logic related to giftlist ShippingGroups.
getNewShipToAddressName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getNewUserPassword() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getNicknameValueMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getNoJavascriptErrorURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getNoJavascriptSuccessURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getNonDisplayableShippingGroups() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
getNonGiftHardgoodShippingGroupCount(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns the number of non-gift hardgood shipping groups with commerce item relationships.
getNonGiftHardgoodShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns the non-gift hardgood shipping groups with commerce item relationships.
getNonProfileShippingAddressesMap() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
getNonSecureUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Build a nonSecure url.
getNumberOfOrders() - Method in class atg.projects.store.profile.StorePropertyManager
 
getOmsOrderId() - Method in class atg.projects.store.order.StoreOrderImpl
 
getOmsOrderIdSpace() - Method in class atg.projects.store.order.StoreOrderTools
 
getOmsSegments() - Method in class atg.projects.store.order.StoreOrderImpl
 
getOMSTransactionId() - Method in class atg.projects.store.order.StoreOrderManager
Use the OMSTransactionIdGenerator to get the next Transaction Id.
getOMSTransactionIdGenerator() - Method in class atg.projects.store.order.StoreOrderManager
The OMSTransactionIdGenerator.
getOMSTransactionIdSpace() - Method in class atg.projects.store.order.StoreOrderManager
The OMSTransactionIdSpace.
getOnlineCredits(String[]) - Method in class atg.projects.store.order.StorePaymentGroupManager
This will return the online credits selected by the user.
getOrder() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
Returns the Order property as StoreOrderImpl.
getOrder() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getOrder() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Return the Order property.
getOrder() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Return the Order property.
getOrderId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderManager() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderManager() - Method in class atg.projects.store.order.OrderRepositoryHelper
 
getOrderManager() - Method in class atg.projects.store.order.StorePaymentGroupManager
 
getOrderMessage() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderRecipientEmail() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderRecipientName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderRemaningAmount(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Get the remaining Amount from the order.
getOrderRepository() - Method in class atg.projects.store.email.StoreEmailTools
Gets the value of the orderRepository field.
getOrderRepository() - Method in class atg.projects.store.inventory.StoreInventoryManager
 
getOrderSenderEmail() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderSenderName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderSubject() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderTools() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOtherLinks(RepositoryItem, RepositoryItem, DynamoHttpServletRequest, RequestLocale) - Method in class atg.projects.store.util.DocumentLinksService
Gets objects for canonical, alternate, prev and next objects
getParameters() - Method in class atg.projects.store.email.RecentlySentList.SentItem
 
getParams() - Method in exception atg.projects.store.order.purchase.StorePurchaseProcessException
Return the Params property.
getPassword() - Method in class atg.projects.store.crypto.StoreKeyStoreKeyManager
 
getPassword() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getPasswordPropertyDecoder() - Method in class atg.projects.store.crypto.StoreKeyStoreKeyManager
Getter method for the passwordPropertyDecoder property.
getPaymentGroupManager() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Return the PaymentGroupManager property.
getPaymentId() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getPermittedCountriesPropertyName() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getPermittedCountryCodes() - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
getPermittedCountryList(DynamoHttpServletRequest, List, List, CountryList) - Method in class atg.projects.store.util.CountryRestrictionsService
Gets the list of permitted country codes
getPlaceUtils() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getPlaceUtils() - Method in class atg.projects.store.profile.StoreProfileTools
 
getPossibleSizes(Collection) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns the list of possible sizes for a given collection of skus.
getPossibleSwatches(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
This method calculates a Map linking SKU color to its color swatch repository item.
getPossibleValuesForSkus(Collection, String) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns the list of possible values for a given collection of skus.
getPreorderablePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate an item as 'preorderable'.
getPreorderAvailabilityDate(RepositoryItem) - Method in class atg.projects.store.inventory.StoreInventoryManager
Get the availabilityDate for a product.
getPreorderEndDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate the 'preorderEndDate' of an item that is preorderable.
getPreRegisterErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getPreRegisterSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getPreviousEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getPriceInfoRepositoryItemName() - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
getPricingModelHolder() - Method in class atg.projects.store.pricing.PromotionFilter
 
getPricingTools() - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
 
getPricingTools() - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
 
getPricingTools() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getPricingTools() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
 
getProductChildSkus(RepositoryItem) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns a product's child skus.
getProductId() - Method in class atg.projects.store.email.EmailAFriendFormHandler
Gets the value of the ProductId: field.
getProductId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getProductId() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getProductIdForSKU(String) - Method in class atg.projects.store.email.TesterEmailTools
Gets parent product ID for a specified SKU.
getProductIdParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getProductIdParamName() - Method in class atg.projects.store.email.EmailAFriendFormHandler
Gets the name of the parameter used for the ProductId: field.
getProductIdParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the parameter used for the ProductId: field.
getProductItemDescriptor() - Method in class atg.projects.store.catalog.filter.ItemSiteFilter
 
getProductItemName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the product item.
getProductPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getProductsList(RepositoryItem) - Method in class atg.projects.store.util.DocumentLinksService
Return join of childProducts property and relatedProducts property for pCategory
getProfile() - Method in class atg.projects.store.droplet.ProfileSecurityStatus
 
getProfile() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the user profile associated with the email.
getProfile() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Gets the user profile associated with the email.
getProfile() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Return the Profile property.
getProfile() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Return the Profile property.
getProfileAddressName(RepositoryItem, Address) - Method in class atg.projects.store.profile.StoreProfileTools
Gets nickname for the given profile's address.
getProfileItemFinder() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getProfileParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the parameter used to send the current user profile to the template.
getProfilePath() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getProfilePropertyManager() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getProfilePropertyManager() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getProfilePropertyManager() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getProfilePropertyManager() - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
 
getProfileRepository() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getProfileRepository() - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
getProfileTools() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
getProfileTools() - Method in class atg.projects.store.droplet.IsEmailRecipient
 
getProfileTools() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getProfileTools() - Method in class atg.projects.store.email.StoreEmailTools
 
getProfileTools() - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
getProfileTools() - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
 
getProfileTools() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
 
getProfileType() - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
getPromoTemplateUrls() - Method in class atg.projects.store.email.StoreEmailTools
 
getPromotionTools() - Method in class atg.projects.store.droplet.CartMessagesDropet
 
getPropertiesToCopyOnRegistration() - Method in class atg.projects.store.order.StoreOrderTools
 
getPropertyManager() - Method in class atg.projects.store.droplet.ProfileSecurityStatus
 
getPropertyManager() - Method in class atg.projects.store.email.StoreEmailTools
 
getPropertyManager() - Method in class atg.projects.store.email.StoreTemplateEmailSender
Link to a user properties manager to be used by this component.
getPropertyManager() - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
getPropertyManager() - Method in class atg.projects.store.inventory.StoreInventoryManager
 
getPropertyManager() - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
Getter method for the propertyManager property.
getPropertyNameMap() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
 
getPropertyToFilterMap() - Method in class atg.projects.store.catalog.StoreCatalogTools
Getter-method for StoreCatalogTools.mPropertyToFilterMap field.
getPropertyToLabelMap() - Method in class atg.projects.store.catalog.StoreCatalogTools
Getter-method for StoreCatalogTools.mPropertyToLabelMap field.
getPropertyType() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
getPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.gifts.GiftlistQuantityRemaining
Returns the amount remaining for a gift list item.
getPropertyValue(RepositoryItem, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Returns the object associated with the given property name.
getPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
Get property value.
getPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
getPropertyValueDecoder() - Method in class atg.projects.store.crypto.StoreCipherService
Getter method for the propertyValueDecoder property.
getQualifierMap() - Method in class atg.projects.store.pricing.StoreItemDiscountCalculator
 
getQualifierPropertyName() - Method in class atg.projects.store.pricing.StorePricingModelProperties
Returns the name of the property on the pricing model that indicates the qualifier.
getQualifierService(RepositoryItem) - Method in class atg.projects.store.pricing.StoreItemDiscountCalculator
Get the qualifier from the pricing model.
getQuantity(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
Overrides default implementation provided by the DefaultProductDetailsDroplet.
getQuantity(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates default quantity to be dislpayed on the PDP.
getQuantity(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Overrides the getQuantity method to return commerce item's current quantity if the item is already in the cart.
getQueryParameters(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.RqlDroplet
Get query parameters.
getQueryRql() - Method in class atg.projects.store.droplet.RqlDroplet
 
getReceivePromoEmailPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getRecentlyViewedProductItemDescriptorName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getRecentlyViewedProducts() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Gets a recently viewed products list.
getRecentlyViewedProductsPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getRecentlyViewedTools() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
getRecentlyViewedTools() - Method in class atg.projects.store.profile.StoreProfileTools
 
getRecipientEmail() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the value of the RecipientEmail: field.
getRecipientEmailParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the name of the Email value used for the To: field.
getRecipientEmailParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the Email value used for the To: field.
getRecipientName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the value of the RecipientName: field.
getRecipientNameParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the name of the Name value used for the To: field.
getRecipientNameParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the Name value used for the To: field.
getRefferalSourcePropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getRegisterAccountErrorURL() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getRegisterAccountSuccessURL() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getRegistrationEmail() - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
The email to use to register.
getRemoveAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getRemoveCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getRemoveCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getRemoveCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getRemoveCouponErrorURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains an URL the request should be redirected when there is an error removing coupon
getRemoveCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
This property contains an URL the request should be redirected when coupon successfully removed
getRemoveGwpPlaceholderFromOrder() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getRemoveItemGwp() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getRemoveItemGwpId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getRemoveItemNonGwp() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getRemoveItemNonGwpId() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getRemoveItemsFromGiftlistErrorURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getRemoveItemsFromGiftlistSuccessURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getRemoveShippingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getRemoveShippingAddressNickName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getRemoveShippingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getRepository() - Method in class atg.projects.store.droplet.RqlDroplet
 
getRepository() - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getRepositoryKey() - Method in class atg.repository.search.indexing.service.ContextTranslationRepositoryKeyService
Returns the current locale from the context object
getRequestBean() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getRequestLocale() - Method in class atg.projects.store.droplet.DisplayCountryDroplet
 
getRequestLocale() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
 
getRequestLocale() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
getRequiredAddressPropertyNames() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getRequiredBillingAddressPropertyList() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getResourceBundle(DynamoHttpServletRequest) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getResourceBundle() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Returns the error message ResourceBundle
getResourceBundle(Locale) - Method in class atg.projects.store.inventory.BackInStockFormHandler
This method returns ResourceBundle object for specified locale.
getResourceBundle() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
getResourceBundle() - Method in class atg.projects.store.order.StoreOrderTools
 
getResourceBundle(Locale) - Method in class atg.projects.store.order.StoreOrderTools
 
getResourceBundle(Locale) - Static method in class atg.projects.store.profile.StoreProfileFormHandler
Returns a ResourceBundle specific for the given locale.
getResourceBundle(DynamoHttpServletRequest) - Method in class atg.projects.store.util.CountryRestrictionsService
Gets the resource bundle for user local, specified in request
getResourceBundleName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getResourceBundleName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Returns the name of the error message ResourceBundle
getResourceBundleName() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
getRestrictedCountriesPropertyName() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getRestrictedCountryCodes() - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
getResultsPerPage() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns results per page - pagination setting
getRetCodes() - Method in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Returns the valid return codes 1 - The processor completed.
getRetCodes() - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Returns the valid return codes: 1 - The processor completed.
getRetypeNewPassword() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getRootNavigationCategoryId() - Method in class atg.projects.store.catalog.StoreCatalogTools
 
getRootNavigationCategoryPropertyName() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
 
getRqlParameters() - Method in class atg.projects.store.droplet.RqlDroplet
 
getSearchResults() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns a collection of results to be displayed on the current page.
getSearchResultsSize() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Size of results.
getSearchSiteIds() - Method in class atg.projects.store.profile.SessionBean
This property contains site IDs using by the user for search.
getSecureHostName() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getSecureList() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getSecureUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Build a Secure url.
getSecurityProviderClass() - Method in class atg.projects.store.crypto.AESPropertyDecoder
Getter method for the securityProviderClass property.
getSecurityStatus(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Get the current security status from the provided profile.
getSelectedColor(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
This method obtains currently selected color.
getSelectedSize(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
This method calculates currently selected size.
getSelectedSku(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
This method calculates currently selected SKU on base of the currently selected color.
getSelectedSku(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method takes currently selected SKU from the request.
getSelectedSku(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
This method calculates currently selected SKU on base of selected color and size.
getSenderEmail() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the value of the SenderEmail: field.
getSenderEmailParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the name of the Email value used for the From: field.
getSenderEmailParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the Email value used for the From: field.
getSenderName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the value of the SenderName: field.
getSenderNameParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the name of the Name value used for the From: field.
getSenderNameParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the Name value used for the From: field.
getSentList() - Method in class atg.projects.store.email.RecentlySentList
Returns list of sent items
getSentList() - Method in class atg.projects.store.email.TesterEmailTools
 
getSessionBean() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getSessionBean() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getSessionBean() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getSessionValue(String) - Method in class atg.projects.store.email.TemplateTesterSessionBean
Returns session value for the given key.
getSessionValues() - Method in class atg.projects.store.email.TemplateTesterSessionBean
A map containing miscellaneous session values.
getShareableTypeId() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This property contains a shareable ID to be used when determining sharing sites.
getShareableTypeId() - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
This property contains a shareable ID to be used when determining sharing sites.
getShippingAddressClassName() - Method in class atg.projects.store.profile.StoreProfileTools
 
getShippingAddressNewNickName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShippingAddressNicknameMapKey() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getShippingGroup() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Override of base class behavior to ensure a non-gift hardgood shipping group is returned if a shipping group hasn't already been set.
getShippingGroup() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
Overrides base behavior to return non gift hardgood shipping group.
getShippingGroup(Order) - Method in class atg.projects.store.order.StoreOrderTools
Returns the ShippingGroup.
getShippingGroup(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Get the shipping group from that we should price with the specified shipping method.
getShippingGroupContainerService() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
getShippingGroupContainerService() - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
 
getShippingGroupContainerService() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
getShippingGroupId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getShippingGroupManager() - Method in class atg.projects.store.droplet.ShowGiftWrap
Return the ShippingGroupManager property.
getShippingGroupManager() - Method in class atg.projects.store.order.StoreOrderTools
 
getShippingGroupMapContainer() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Return the ShippingGroupMapContainer property.
getShippingGroupMapForDisplay() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
getShippingGroupParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getShippingHelper() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShippingInfoURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToAddressName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToExistingAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToExistingAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToMultipleAddressesErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToMultipleAddressesSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToNewAddressErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToNewAddressSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShoppingCart() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property ShoppingCart.
getShoppingCartPath() - Method in class atg.projects.store.droplet.CartMessagesDropet
 
getSite() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
getSiteContextPath() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getSiteGroupManager() - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
Returns the SiteGroupManager instance
getSiteGroupManager() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This property contains a reference to SiteGroupManager to be used when determining sharing sites.
getSiteGroupManager() - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
This property contains a reference to SiteGroupManager to be used when determining sharing sites.
getSiteGroupPromotions() - Method in class atg.projects.store.pricing.PromotionFilter
 
getSiteGroupPropertyName() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This property contains the name of the property that holds references to an item's siteGroups.
getSiteGroupSiteIds(RepositoryItem) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Gets the siteIds from all pItems siteGroups and returns them in a Set.
getSiteHttpServerName() - Method in class atg.projects.store.StoreConfiguration
Returns the name of the HTTP server.
getSiteHttpServerPort() - Method in class atg.projects.store.StoreConfiguration
Returns the port number of the HTTP server.
getSiteId() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the value of the SiteId: field.
getSiteIdParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the name of the parameter used for the SiteId: field.
getSiteIdParamName() - Method in class atg.projects.store.email.StoreEmailTools
 
getSiteIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getSiteIds(RepositoryItem) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Gets the siteIds property from the passed in RepositoryItem and returns them in a Set.
getSiteKey(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getSiteKeyTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getSiteManager() - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
Returns the site manager
getSiteManager() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This property contains a reference to SiteManager to be used when determining active sites.
getSitePropertiesManager() - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
getSitesPropertyName() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
This property contains the name of the property that holds references to an item's sites.
getSitesPropertyName() - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
This property contains a product's property name with reference to its sites.
getSiteTag(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getSiteTagTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getSiteURLManager() - Method in class atg.projects.store.droplet.DocumentLinksDroplet
Gets the SiteURLManager
getSizePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
getSizeRequired() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns whether or not an item requires a size option.
getSizeSortOrder() - Method in class atg.projects.store.catalog.StoreCatalogTools
 
getSkuId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getSkuIdParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getSkuIdToAdd() - Method in class atg.projects.store.profile.SessionBean
skuIdToAdd property contains SKU id to be added into shopping cart.
getSkuIdToAddArray() - Method in class atg.projects.store.profile.SessionBean
skuIdToAdd property in form of String array.
getSkuType() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
The skuType property is used by form handler when rendering a 'no sku' exception.
getSkuTypePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The sku type property name.
getSkuUnavailableURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getSortedAddressList(String, String, Map) - Method in class atg.projects.store.droplet.AvailableShippingGroups
This method converts a map of items to a sorted array of map entries with the default item in the beginning of the array.
getSortedArray(Map, String, boolean) - Method in class atg.projects.store.droplet.AvailableShippingGroups
Converts the map to the array of map entries with the default one in the beginning of the array.
getSortedSizes(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
Obtains a list of sizes used by SKUs specified.
getSortedSizes(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.StoreCatalogTools
Obtains a list of sizes used by SKUs specified.
getSortSelection() - Method in class atg.projects.store.search.StoreQueryFormHandler
Gets the sort selection
getSourceCode() - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
The code that indicates the source of the form input.
getSourceCode() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getSourceCodePropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getStartDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The start date property name.
getStateForColor(DynamoHttpServletRequest, String) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
This method calculates a state for the color specified.
getStateForColor(DynamoHttpServletRequest, String) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
 
getStateForSize(DynamoHttpServletRequest, String) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
This method calculates a state for the size specified.
getStatementMap() - Method in class atg.projects.store.droplet.RqlDroplet
 
getStatus() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
Gets the status
getStatus() - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
 
getStoreConfiguration() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getStoreConfiguration() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
 
getStoreConfiguration() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getStoreConfiguration() - Method in class atg.projects.store.profile.StoreProfileTools
 
getStoreCreditIds(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method returns store credits that for the given profile that can be used for the order.
getStoreCreditPaymentGroups(Order) - Method in class atg.projects.store.order.StoreOrderTools
Get the store credit payment groups from the order.
getStoreCreditPaymentType() - Method in class atg.projects.store.order.StorePaymentGroupManager
 
getStoreCreditsAppliedTotal() - Method in class atg.projects.store.order.StoreOrderImpl
This is a read-only property getter.
getStoredAddressSelection() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getStoredCreditCardName() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getStoreExpressCheckoutFormHandler() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getStoreGiftlistFormHandler() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getStoreNameResource() - Method in class atg.projects.store.email.StoreEmailTools
 
getStoreOrderTools() - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
getStoreOrderTools() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getStoreOrderTools() - Method in class atg.projects.store.order.StorePaymentGroupManager
 
getStorePaymentGroupManager() - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
getStoreProfileTools() - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
It's a getter method for the storeProfileTools read-only property.
getStorePropertyManager() - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
 
getStorePropertyManager() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
getStorePropertyManager() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Utility method to retrieve the StorePropertyManager.
getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
 
getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
 
getStoreSitePropertiesManager() - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
 
getStoreSitePropertiesManager() - Method in class atg.projects.store.email.StoreEmailTools
 
getStoreSitePropertiesManager() - Method in class atg.projects.store.gifts.InternationalSearchFormHandler
 
getString(String, Locale) - Static method in class atg.projects.store.profile.StoreProfileFormHandler
Return a String message specific for the given locale.
getStringResource(String) - Static method in class atg.projects.store.order.StorePropertyNameConstants
Reads the string with the given key from the resource file.
getSubject() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getSubject(String) - Method in class atg.projects.store.email.StoreEmailTools
Compute the subject for the email message with Product Name as part of subject.
getSubjectParamName() - Method in class atg.projects.store.email.EmailAFriendFormHandler
Gets the name of the parameter used for the Subject: field.
getSubjectParamName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getSubjectParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the parameter used for the Subject: field.
getSuccessURL() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns the successURL this formhandler should redirect to.
getSuccessURL() - Method in class atg.projects.store.email.EmailAFriendFormHandler
 
getSuccessURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getSuccessURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getSuccessURLDynamicParams() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns the Map of success URL parameters
getSwatch() - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet.Color
Gets the swatch
getTaxPriceInfo() - Method in class atg.projects.store.pricing.StoreItemPriceInfo
 
getTaxPriceInfo() - Method in class atg.projects.store.pricing.StoreShippingPriceInfo
 
getTaxPriceInfoRepositoryItemName() - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
getTemplateEmailInfo() - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
getTemplateEmailInfo() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getTemplateEmailSender() - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
The template email sender used to send the order confirm email.
getTemplateEmailSender() - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
getTemplateEmailSender() - Method in class atg.projects.store.order.purchase.TellAFriendFormHandler
 
getTemplateEmailSender() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getTemplateName(String) - Method in class atg.projects.store.email.RecentlySentList
Resolve template name for the given URL
getTemplateToTypeMap() - Method in class atg.projects.store.email.RecentlySentList
 
getTemplateUrl() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Gets the URL for the email template used to send the email.
getTemplateUrl() - Method in class atg.projects.store.email.StoreEmailTools
Gets the URL for the email template used to send the email.
getTemplateUrlName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getTemplateUrlName() - Method in class atg.projects.store.email.StoreEmailTools
 
getTestSkuId() - Method in class atg.projects.store.order.StoreOrderTools
 
getTimestamp() - Method in class atg.projects.store.email.RecentlySentList.SentItem
 
getTimeStampPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getTopLevelCategory() - Method in class atg.projects.store.catalog.CatalogNavigation
Gets the top level category that user is currently viewing.
getTopLevelCategory() - Method in class atg.projects.store.catalog.StoreCatalogNavHistory
Returns the top level category that the user is currently viewing or viewing one of its children.
getTransactionManager() - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
getTransactionManager() - Method in class atg.projects.store.droplet.RqlDroplet
 
getTransactionManager() - Method in class atg.projects.store.email.StoreEmailTools
Transaction Manager
getType() - Method in class atg.projects.store.email.RecentlySentList.SentItem
 
getTypeName() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
getTypeToMenuItemMap() - Method in class atg.projects.store.email.RecentlySentList
 
getUniqueAddressNickname(Object, Collection, String) - Method in class atg.projects.store.profile.InternationalStoreProfileTools
Overrides base method to use layered resource bundle for address default prefix.
getUniqueHardgoodShippingGroups(ShippingGroupMapContainer, CommerceItemShippingInfoContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Retrieve the collection of all hardgood shipping groups referenced by commerce item infos.
getUniqueShippingAddressNickname(Address, RepositoryItem, ShippingGroupMapContainer, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
This method returns a unique address nickname.
getUpdateAddressErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getUpdateAddressSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getUpdateCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property updateCardErrorURL, used to redirect user in case of an error updating a new credit card.
getUpdateCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property updateCardSuccessURL.
getUpdateErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getUpdateGiftlistAndItemsErrorURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Returns property UpdateGiftlistAndItemsErrorURL
getUpdateGiftlistAndItemsSuccessURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Returns property UpdateGiftlistAndItemsSuccessURL
getUpdateShippingMethodErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getUpdateShippingMethodSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getUpdateSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getUrlContextStoreCommerce() - Method in class atg.projects.store.profile.StoreProfileTools
 
getUseInventoryForPreorderPropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate the 'useInventoryForPreorder' of an item that is preorderable.
getUserIdPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getUserLocale(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Returns the locale associated with the request.
getUserLocale(DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns the Locale for the user given the request.
getUserPricingModels() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Return the UserPricingModels property.
getValidateShippingGroupsChainId() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Return the ValidateShippingGroupsChainId property.
getValue() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Returns map of profile values
getValues() - Method in class atg.projects.store.profile.SessionBean
A map containing miscellaneous session values.
getViewAllPageSize() - Method in class atg.projects.store.search.StoreRequestProcessor
 
getWishlistPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getWoodFinishPropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
GIFT_CARDS_ONLY_ERROR - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Gift cards only error resource key.
GIFT_ITEM_OUT_OF_STOCK - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
 
GIFT_LIST_DATE_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_DESCRIPTION_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_EVENT_NAME_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_EVENT_TYPE_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_INSTRUCTIONS_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_MONTH_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_NOT_LOGGED_IN - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_PUBLISHED_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_SHIPPING_ADDRESS_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_LIST_YEAR_MAP_KEY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
GIFT_MESSAGE_FROM_KEY - Static variable in class atg.projects.store.order.StoreOrderImpl
Gift message from key name.
GIFT_MESSAGE_KEY - Static variable in class atg.projects.store.order.StoreOrderImpl
Gift message key name.
GIFT_MESSAGE_TO_KEY - Static variable in class atg.projects.store.order.StoreOrderImpl
Gift message to key name.
GIFT_MESSAGE_TOO_LONG - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Gift message too long message key.
GIFT_WRAP_COMMERCE_ITEM_TYPE - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
 
GIFTLIST_ID - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Gift list id constant.
GIFTLIST_ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
GiftlistQuantityRemaining - Class in atg.projects.store.gifts
User defined property descriptor that returns the amount remaining for a gift list item.
GiftlistQuantityRemaining() - Constructor for class atg.projects.store.gifts.GiftlistQuantityRemaining
 
GiftMessageFormHandler - Class in atg.projects.store.order.purchase
This class is used to handle form submissions from the Gift Message page.
GiftMessageFormHandler() - Constructor for class atg.projects.store.order.purchase.GiftMessageFormHandler
 
GiftWrapCommerceItem - Class in atg.projects.store.order
Holder for GiftWrapCommerceItem.
GiftWrapCommerceItem() - Constructor for class atg.projects.store.order.GiftWrapCommerceItem
 
GiftWrappedPropertyDescriptor - Class in atg.projects.store.order.descriptors
Property descriptor that returns a boolean to indicate if Order needs to GiftWrapped.
GiftWrappedPropertyDescriptor() - Constructor for class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
 
GREATER_THAN - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
Greater than constant.
GROUND_SHIPPING_METHOD - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
GWPSelectionChoiceComparator - Class in atg.projects.store.collections.filter
This is the comparator implementation for GWP selection choices.
GWPSelectionChoiceComparator() - Constructor for class atg.projects.store.collections.filter.GWPSelectionChoiceComparator
 
GWPSelectionChoiceInventoryFilter - Class in atg.projects.store.collections.filter
This implementation of inventory filter checks GWP choices rather than products.
GWPSelectionChoiceInventoryFilter() - Constructor for class atg.projects.store.collections.filter.GWPSelectionChoiceInventoryFilter
 

H

handleAddAddressAndMoveToMultipleShipping(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This handler method will a new shipping group to the ShippingGroupMapContainer if new shipping address is not empty.
handleAddGiftMessage(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
This method will add the gift message to the order's specialInstructions.
handleAddItemToGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Adds items to a gift list based on the AddCommerceItemInfo array.
handleAddItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Add item to order.
handleAddProduct(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.catalog.comparison.StoreProductListHandler
Overrides ProductListHandler.handleAddProduct() Adds the product to the product comparison comparison list.
handleAddShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Adds a new shipping group to the ShippingGroupMapContainer.
handleAnonymousCustomer(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
This is a Log In process for the anonymous customer.
handleApplyOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.TemplateTesterFormHandler
Stores order ID into session bean along with other user's input.
handleApplyStoreCreditsToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Apply available store credits to order.
handleBillingWithNewAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirmation using new billing address and new credit card info.
handleBillingWithSavedAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirmation using saved billing address and new credit card info.
handleBillingWithSavedCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirmation using saved credit card.
handleBillingWithStoreCredit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirmation using only store credit as payment method.
handleCancel(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Clears form errors as part of the cancel operation.
handleCancel(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Override handleCancel to clear form exceptions so that error message about missing required fields is not displayed when a shopper hits "Cancel"
handleCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method is called when the user wants to starts the CHECKOUT process for an order.
handleCheckoutDefaults(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Handles changes on the 'Checkout Defaults' page - default credit card, shipping address and shipping method.
handleClaimCoupon(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
Claim the specified coupon, register a form exception if the coupon is invalid or an error occurs.
handleClear(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Override to prevent clear if there are form errors.
handleClearForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
This handler clears form inputs for advanced search along with form exceptions.
handleClearForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Override to prevent clear if there are form errors.
handleContinueShopping(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Need to do the exact same thing as handleUpdate, but redirect to different URL.
handleCreateEmailRecipient(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
Creates an EmailRecipient with the user's email.
handleCreateNewCreditCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a new credit card using the entries entered in the editValue map
handleCreateNewCreditCardAndAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a new credit card using the entries entered in the editValue map
handleDefaultCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Deprecated.  
handleDefaultShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Deprecated.  
handleEditAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Copy the named address into the editValue map, allowing the user to edit it.
handleEditCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Copy the named credit card into the editValue map, allowing the user to edit them.
handleEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Handler for editing an address.
handleExpressCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Need to use the same form handler from the page.
handleFormException(DropletFormException, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Custom Form Exception handler that traps number format exceptions and raises a new exception with a more appropriate message.
handleInitEditAddressForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Initializes the address property with the shipping group address identified by the editNickName.
handleInitFromSentList(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.TemplateTesterFormHandler
Initialize form handler based on information stored in recently sent list
handleInitializeForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.TemplateTesterFormHandler
Initializes form with values stored in session.
handleInitializeGiftListForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Initializes Gift list form with previously entered data stored in the session-scoped component.
handleInitMultipleShippingForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Initializes the form handler for multiple shipping group selection.
handleInitSingleShippingForm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Initializes the form handler for single shipping group selection.
handleMoveToNewGiftListAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Stores entered by user data to the sessions-scoped component before moving to Add New Address URL.
handleNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a new shipping address using the entries entered in the editValue map.
handleNewCustomer(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
This is a Log In process for the new customer.
handleNotifyMe(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.inventory.BackInStockFormHandler
This method will handle "notify when back in stock" requests.
handlePreRegister(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Perform pre-registration actions before user actually registered.
handleRegisterUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Register an account and link all the saved information like the addresses and credit card info.
handleRemoveAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
This handler deletes a secondary address named in the removeAddress property.
handleRemoveCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Removes specified in removeCard property credit card from user's credit cards map.
handleRemoveGwpPlaceholderFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Handle method to remove gift with purchase place holder cart item from the order.
handleRemoveItemFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
handleRemoveItemGwp(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Handle method to remove the GWP part of a commerce item that is appearing in the cart both as a regular item and as GWP items appearing on individual rows.
handleRemoveItemNonGwp(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Handle method to remove the non-GWP part of a commerce item that is appearing in the cart both as a regular item and as GWP items appearing on individual rows.
handleRemoveItemsFromGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
HandleRemoveItemsFromGiftlist is called when the user hits the "delete" button on the wishlist page.
handleRemoveShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Handler for removing a shipping address.
handleReturningCustomer(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
This is a Log In process for the returning customer.
handleSearch(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.search.StoreQueryFormHandler
Handles a new search request, setting the sort option before making the request
handleSend(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.EmailAFriendFormHandler
Handles the form submit and sends the email.
handleSend(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Handles the form submit and sends the email.
handleSend(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.TemplateTesterFormHandler
Send email
handleShipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Handle 'Ship to existing address' case
handleShipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This handler method will validate shipping address and apply the shipping groups to the order.
handleShipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Handle 'Ship to new address' case
handleUpdate(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method will update the cart contents.
handleUpdateAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Update the secondary address as modified by the user.
handleUpdateCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Updates the credit card as modified by the user.
handleUpdateGiftlistAndItems(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
The combined handler that allows to update gift list and its items at the same time.
handleUpdateShippingMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Handler for editing shipping group's shipping method.
hasGiftDescriptionPrefix(ShippingGroup) - Method in class atg.projects.store.gifts.StoreGiftlistManager
 
HOME - Static variable in class atg.projects.store.util.DocumentLinksService
 

I

ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.StoreProfileTools
 
increaseStockLevel(String, long) - Method in class atg.projects.store.inventory.StoreInventoryManager
This method will send an "UpdateInventory" message if the item changes from Out of stock to In stock with this method.
initalizeFirstNonGiftShippingGroupName() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
Sets the shipping group name belonging to the first non gift hardgood shipping group in the shipping group map.
initalizeShippingGroupMapForDisplay() - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
initalizes the shippingGroupMapForDisplay property from contents of the shippingGroupMap
initalizeSiteGroupPromotions() - Method in class atg.projects.store.pricing.PromotionFilter
Populates the mSiteGroupPromotions Collection
initFromSentList(int) - Method in class atg.projects.store.email.TemplateTesterFormHandler
Initializes form with values stored in the recently sent list.
initialize(String, Expression[]) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
Initializes this ExpressionFilter, given its operator and operands.
initializeBillingAddressSelection() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Sets initial values to storedAddressSelection and usingSavedAddress fields based on the order
initializeCreditCardSelection() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Sets initial values to storedCreditCardName and usingProfileCreditCard fields based on the order
initializeForm() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Initializes form with values stored in the session bean.
initializePaymentGroups(Order, RepositoryItem, String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Initializes the store credit payment method(s) based on the store credits the user chose.
initializePaymentMethods(RepositoryItem, Order, String[]) - Method in class atg.projects.store.order.StorePaymentGroupManager
This method will take an array of store credit ids, and create payment groups and add them to the order.
initializeShippingMethod(RepositoryItem, ShippingGroup, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Determines the shipping method in the following order of precendence: shipping group's shipping method, the profile's default shipping method, and the default configured shipping method.
initRestrictions() - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
Initialize restricted and permitted country codes for billing addresses for the current site.
initRestrictions() - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
Initialize restricted and permitted country codes for shipping addresses for the current site.
InternationalizedAvailableBillingAddresses - Class in atg.projects.store.droplet
International extension of AvailableBillingAddresses.
InternationalizedAvailableBillingAddresses() - Constructor for class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
 
InternationalizedAvailableShippingGroups - Class in atg.projects.store.droplet
International extension of AvailableShippingGroups
InternationalizedAvailableShippingGroups() - Constructor for class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
 
InternationalizedExpressCheckoutOkDroplet - Class in atg.projects.store.droplet
Internationalized version of base ExpressCheckoutOkDroplet.
InternationalizedExpressCheckoutOkDroplet() - Constructor for class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
 
InternationalizedStoreCatalogProperties - Class in atg.projects.store.catalog
StoreCatalogProperties implementation with Internationalization support.
InternationalizedStoreCatalogProperties() - Constructor for class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
 
InternationalizedStoreCatalogTools - Class in atg.projects.store.catalog
StoreCatalogTools implementation with Internationalization support.
InternationalizedStoreCatalogTools() - Constructor for class atg.projects.store.catalog.InternationalizedStoreCatalogTools
 
InternationalSearchFormHandler - Class in atg.projects.store.gifts
Store extension of the SearchFormHandler from DCS.
InternationalSearchFormHandler() - Constructor for class atg.projects.store.gifts.InternationalSearchFormHandler
 
InternationalStoreProfileTools - Class in atg.projects.store.profile
This class implements internationalization support for ProfileTools component.
InternationalStoreProfileTools() - Constructor for class atg.projects.store.profile.InternationalStoreProfileTools
 
INVALID_ORDER_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
INVALID_PRODUCT_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
INVALID_SHIPPING_GROUP_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
INVALID_SKU_ID_MSG - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
IS_HARDGOODS - Static variable in class atg.projects.store.droplet.ShowGiftWrap
Oparam isHardGoods.
isAdjustInventoryOnCheckout() - Method in class atg.projects.store.order.StoreOrderManager
 
isAjaxRequest(DynamoHttpServletRequest) - Static method in class atg.projects.store.ui.AjaxUtils
Determine is this request an AJAX request.
isAjaxRequest() - Method in class atg.projects.store.ui.AjaxUtils
A no args method to determine if this request is an AJAX request.
isAllGiftWrap(StoreOrderImpl) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Check to see if the order contains only gift wrap items
isAllowAllSite() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
 
isAnyHardgoodShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns true if the order has at least one hargood shipping group with commerce item relationships.
isAnyNonGiftHardgoodShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Determines if there are any non-gift hardgood shipping groups with relationships.
isApplyDefaultShippingGroup() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Return the ApplyDefaultShippingGroup property.
isAtgSearchInstalled() - Method in class atg.projects.store.StoreConfiguration
 
isAuthorizedUser(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Check the security status of the profile to see if the user is Authorized.
isAutoApplyStoreCredits() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
Return the AutoApplyStoreCredits property.
isBackInStockItemExists(MutableRepository, String, String, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Check to see if backInStoreNotifyItem already exists for this combination of CatalogRefId and email.
isConsolidateShippingInfosBeforeApply() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
isCountryValid(String, List, List) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
Helper method that checks that given country code is in list of allowed countries, if list of allowed countries is not specified then checks that given country code is not in the list of restricted countries.
isCreditCardEmpty(CreditCard) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Deprecated. this method has been moved to CommerceProfileTools
isCreditCardRequired() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Checks whether an order uses a credit card for a payment.
isCurrentPathInIgnoreList(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Method used check if the requested URI is part of the ignored list.
isCurrentPathInSecureList(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Method used check if the requested URI is part of the secure list.
isCurrentProductAddedToComparisons(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates boolean flag, specifying if currently viewed product is already added to the Comparisons list.
isCurrentSkuAddedToWishlist(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates a boolean flag, specifying if currently selected SKU is already added to the user's wishlist.
isDescending() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns type of sort: descending or ascending.
isDojoDebug() - Method in class atg.projects.store.StoreConfiguration
Determines whether debug logging has been configured to be enabled.
isDuplicateAddressNickName(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
Overrides CommerceProfileTools.isDuplicateAddressNickName.
isDuplicateAddressNickname(RepositoryItem, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileTools
A case insensitive duplicate nickname check.
isDuplicateCreditCardNickname(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
Overrides CommerceProfileTools.isDuplicateCreditCardNickname.
isDuplicateCreditCardNickname(RepositoryItem, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileTools
A case insensitive duplicate nickname check.
isDuplicateEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileTools
Determines if a profile already exists with the email address.
isEmailAlreadyRegistered(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Returns true if a user already exists with the given email
isEmailEnabled(DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method calculates boolean flag, specifying if currently viewed product can be emailed to a friend.
isEmailOptIn() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isEmailOptIn() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
IsEmailRecipient - Class in atg.projects.store.droplet
Given an emailAddress, this droplet will call into StoreProfileTools.retrieveEmailRecipient().
IsEmailRecipient() - Constructor for class atg.projects.store.droplet.IsEmailRecipient
 
isEmptyNewAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Checks whether new address is empty.
isEnabled() - Method in class atg.projects.store.servlet.GEOFilterServlet
Returns the current "enabled" state of the servlet.
isEnabled() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
isGiftItem(Order, CommerceItem) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Checks whether the given commerce item is a gift item.
isGiftNoteSelected() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
isGiftWrapAddedOrRemoved(StoreOrderImpl, boolean) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Check to see if gift wrap has been added or removed from the order.
isGiftWrapSelected() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
isIncludeDisabledSites() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Returns the includeDisabledSites property.
isIncludeInactiveSites() - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Returns the includeInactiveSites property.
isInitializeShippingInfoFromProfile() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
isInitialSearch() - Method in class atg.projects.store.search.StoreQueryFormHandler
Indicates a search has been performed in this request
isItemInStock(String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Returns true if SKU is in stock
isLoginUser(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Check the security status of the profile to see if the user is Logged in.
isMultipleHardgoodShippingGroupsWithRelationships(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns true if the order has more than one hardgood shipping group with commerce item relationships.
isMultipleNonGiftHardgoodItems() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Determines if the total quantity of all non-gift hardgood items is more than one.
isMultipleNonGiftHardgoodItems(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Determines if the total quantity of all non-gift hardgood items is more than one.
isMultipleNonGiftHardgoodShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns true if the order has more than one non-gift hardgood shipping group with commerce item relationships.
isMultipleNonGiftHardgoodShippingGroupsWithRelationships(Order) - Method in class atg.projects.store.order.StoreShippingGroupManager
Returns true if the order has more than one non gift hardgood shipping group with commerce item relationships
isMultipleNonGiftWrapItems() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Determines if the total quantity of all non-giftwrap items is more than one.
isMultipleNonGiftWrapItems(Order) - Method in class atg.projects.store.order.StoreShippingGroupManager
Determines if order contains at least two commerce items except gift wrap
isNewCreditCards(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
isNonGiftItem(CommerceItem) - Method in class atg.projects.store.order.StoreShippingGroupManager
Determines if a CommerceItem is a Gift Item or not.
isPayingWithOnlineCredit(String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Checks to see if user is paying with a stored credit card.
isPaymentGroupOrderRelationShipExist(PaymentGroup) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Verify, whether Order Relationship exist in the given Payment Group or not.
isPaymentGroupUsed(Order, PaymentGroup) - Method in class atg.projects.store.order.StorePaymentGroupManager
This returns true if this is the only payment group in the order, or if this payment group is not empty.
isPermittedCountry(List, String) - Method in class atg.projects.store.util.CountryRestrictionsService
Check if country code is permitted.
isPersistEmails() - Method in class atg.projects.store.email.StoreEmailTools
 
isPersistEmails() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns boolean indicating whether the email is persisted before it is sent.
isPreviousOptInStatus() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
isProcessDummySearchText() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
 
isProfileWishlist(String, String) - Method in class atg.projects.store.gifts.StoreGiftlistManager
Checks whether the given giftlist ID is profile's wish list.
isQuantityValid(long, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Validates quantity and adds form exceptions if quantity is invalid.
isQueryable() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
isRemoveGiftShippingGroups() - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
isRequireCreditCardVerification() - Method in class atg.projects.store.StoreConfiguration
This property determines if credit card verification numbers are required by the application.
isResultAsCollection() - Method in class atg.projects.store.droplet.RqlDroplet
 
isSaveBillingAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isSaveCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isSaveShippingAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
isSaveShippingInfo() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isSearchPerformedThisRequest() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
This property should be set when performing an initial search.
isSendEmailInSeparateThread() - Method in class atg.projects.store.email.StoreEmailTools
 
isSendEmailInSeparateThread() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns boolean indicating whether the email is sent in a separate thread.
isShipToNewAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
isShouldAddGiftNote() - Method in class atg.projects.store.order.StoreOrderImpl
 
isSkuAvailable(RepositoryItem, List) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
Checks whether the SKU is available according to its inventory status.
isSkuAvailable(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Used by the non-javascript picker to determine if a product is available.
isStartIndexAtZero() - Method in class atg.projects.store.droplet.ArraySubsetHelper
 
isTestOrder(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderTools
Checks to see if order is a Test order.
isUserLoggedIn(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Checks whether user is explicitly logged in.
isUseSearchForSubcategoryProductList() - Method in class atg.projects.store.StoreConfiguration
Returns flag indicating if an ATG Search request should be used to obtain the list of products in a subcategory.
isUseShippingAddressAsDefault() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
isUsingProfileCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isUsingSavedAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isUsingStoreCredit() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isValidateShippingGroups() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
isValidateShippingRestriction() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
isValidCountryStateCombination(String, String) - Method in class atg.projects.store.profile.StoreProfileTools
Validates country-state combination for the given address properties map.
isValidNickNameLength(String, int, int) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Utility method to check if user's NickName meets the min & max length.
isValidOrderId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
Finds order in repository.
isValidPasswordLength(String) - Method in class atg.projects.store.profile.StoreProfileTools
Utility method to check if user's password meets the min & max length.
isValidProductId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
Finds product in repository.
isValidShippingGroupId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
Finds shipping group in repository.
isValidShippingState(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Determine if the given shipping address contains valid state for the shipping.
isValidSkuId(String, String) - Method in class atg.projects.store.email.TesterEmailTools
Finds SKU in repository.
isValueEmpty(Object) - Method in class atg.projects.store.droplet.NullPropertiesCheck
Returns true if the value represented by the object is empty.
ITEM - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Item parameter name.
ITEM_OUT_OF_STOCK - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Item of stock resource key.
ItemDateValidator - Class in atg.projects.store.catalog.filter
This validator validates all products by start and end date.
ItemDateValidator() - Constructor for class atg.projects.store.catalog.filter.ItemDateValidator
 
itemIsAvailable(CommerceItem, InventoryManager, boolean) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Determine if the item is available by ensuring that at least 1 is available for preorder, backorder or immediate availability.
ItemRepositoryValidator - Class in atg.projects.store.repository.filter
This validator validates that a repository item exists or is removed from the repository.
ItemRepositoryValidator() - Constructor for class atg.projects.store.repository.filter.ItemRepositoryValidator
 
ITEMS - Static variable in class atg.projects.store.droplet.RqlDroplet
Items name.
ITEMS_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Items parameter name.
ITEMS_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Items parameter name.
ITEMS_TO_ADD - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Items to add constant.
ItemsEnableFilter - Class in atg.projects.store.catalog.filter
Filter the income array of objects, deleting one which belong to disabled site
ItemsEnableFilter() - Constructor for class atg.projects.store.catalog.filter.ItemsEnableFilter
 
ItemSiteFilter - Class in atg.projects.store.catalog.filter
Filter the incoming array of objects, deleting one which belong to disabled site
ItemSiteFilter() - Constructor for class atg.projects.store.catalog.filter.ItemSiteFilter
 

L

LANG_SELECTION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Locale parameter name.
LANG_SELECTION_PARAMETER - Static variable in class atg.projects.store.servlet.StoreRequestLocale
 
LANGUAGE - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
Language parameter name.
LANGUAGES - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Language parameter name.
LANGUAGES_ATTRIBUTE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
 
LAST_NAME_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
LESS_THAN - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
Less than constant.
LIST_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.StoreTextDroplet
 
LIST_TYPE - Static variable in class atg.projects.store.droplet.StoreTextDroplet
 
loadItemPriceInfo(Order, CommerceIdentifier, MutableRepositoryItem, OrderManager, Boolean) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
Overriding to load tax price info for items.
loadShippingPriceInfo(Order, CommerceIdentifier, MutableRepositoryItem, OrderManager, Boolean) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
Overrides the base method to load ShippingPriceInfo's TaxPriceInfo.
loadTaxPriceInfo(Order, Object, MutableRepositoryItem, OrderManager, Boolean) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
Load the ItemPriceInfo's or ShippingPriceInfo's TaxPriceInfo.
LOCALE - Static variable in class atg.projects.store.email.RecentlySentList
 
LOCALE_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
LOGGED_OPARAM - Static variable in class atg.projects.store.droplet.ProfileSecurityStatus
Anonymous parameter name.
LOGIN_DURING_CHECKOUT_PARAMETER - Static variable in class atg.projects.store.profile.CheckoutProfileFormHandler
The name of request parameter indicating whether user is logging in during checkout.
LOGOUT_ORDER_ID - Static variable in class atg.projects.store.order.StoreOrderHolder
This constant specifies a request parameter name, parameter with this name contains an order ID to be cloned.
LogUtils - Class in atg.projects.store.logging
This class provides static methods to format error messages to meet the error logging requirements.

M

mAddGiftMessageErrorURL - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Add gift message redirect URL.
mAddGiftMessageSuccessURL - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Add gify message success redirect URL.
mAddItemToGiftlistLoginURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Add item to gift list login URL.
mAjaxAddItemToOrderErrorUrl - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Add item to order error redirect URL.
mAjaxAddItemToOrderSuccessUrl - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Add item to order success redirect URL.
MAJOR_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
The majore prefix.
mAmount - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Amount.
manageInventoryOnCheckout(Order) - Method in class atg.projects.store.order.StoreOrderManager
This method sets the state of each commerce item based on the sku's current inventory availability.
MAP - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
Map parameter name.
matchShippingGroup(ShippingGroup, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
Check address in the additional map of addresses that haven't stored in profile.
mAtgSearchInstalled - Variable in class atg.projects.store.StoreConfiguration
Boolean indicating if ATG Search is available.
mBean - Variable in class atg.projects.store.ui.PromotionalContentEditor
Bean.
mBillingAddress - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Billing address.
mBillingAddressNickname - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Billing Address nickname
mCardVerificationNumber - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Card verification number.
mCatalogProperties - Variable in class atg.projects.store.droplet.ShowGiftWrap
Catalog properties.
mCatalogTools - Variable in class atg.projects.store.collections.filter.ColorSorter
Catalog tools.
mCatalogTools - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
mCatalogTools - Variable in class atg.projects.store.collections.filter.SizeSorter
Catalog tools.
mCatalogTools - Variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Catalog tools.
mCatalogTools - Variable in class atg.projects.store.droplet.PropertyValueCollection
Catalog tools.
mCatalogTools - Variable in class atg.projects.store.email.TesterEmailTools
 
mCatalogTools - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Catalog tools.
mCommitOrderHelper - Variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Commit Order Helper.
mConfirmEmailAddress - Variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Confirm e-mail address.
mConsolidateShippingInfosBeforeApply - Variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
mContentProcessor - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
Message content processor.
mCreditCardBillingAddress - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card billing address
mCreditCardExpirationMonth - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card expiration month
mCreditCardExpirationYear - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card expiration year
mCreditCardNickname - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card nickname.
mCreditCardNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card number
mCreditCardNumber - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Credit card number.
mCreditCardType - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card type
mCreditCardType - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Credit card type.
mCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Property for holding the credit card verification number for a stored credit card.
mCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Credit card verification number.
mCurrencyCode - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Currency code.
mDojoDebug - Variable in class atg.projects.store.StoreConfiguration
Is Dojo debug turned on.
mEmail - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
E-mail.
mEmailMessageFrom - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
E-mail message sender address.
mEmailMessageSubject - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
E-mail message subject.
mEmailOptIn - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Is e-mail option turned in.
mEmailOptInSourceCode - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
E-mail option source code.
mEmailRecipientItemDescriptorName - Variable in class atg.projects.store.profile.StorePropertyManager
E-mail recipient item descriptor name.
mEmailRecipientPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
E-mail recipient property name.
mEnabled - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Enabled property.
MerchandiseTotalCondition - Class in atg.projects.store.scenario
This expression filter (Scenario Condition) allows us to write scenarios that say "Order contains [less than] [$24.00] merchandise where items [in category ] [x].
MerchandiseTotalCondition() - Constructor for class atg.projects.store.scenario.MerchandiseTotalCondition
 
MESSAGE_ORDER_PROPERTY - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
The property of the message that points to the order.
MESSAGE_PARAMETER_OUTPUT - Static variable in class atg.projects.store.droplet.CartMessagesDropet
 
mExpirationDayOfMonth - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Expiration day of month.
mExpirationMonth - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Expiration month.
mExpirationYear - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Expiration year.
mExpressCheckout - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Express checkout.
mFillFromTemplate - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
Should fill from template.
mFilter - Variable in class atg.projects.store.droplet.PropertyValueCollection
Filter.
mGenderPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mGiftMessage - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Gift message text.
mGiftMessageFrom - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Gift message recipient.
mGiftMessageTo - Variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Gift message sender.
mGiftShippingGroups - Variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
property: Gift shipping groups.
mGiftWrapTargetingResults - Variable in class atg.projects.store.droplet.ShowGiftWrap
Gift wrap targeting results.
mGwpManager - Variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Manager component for gift with purchase promotions
mGwpManager - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Manager component for gift with purchase promotions
mHostName - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Host name.
mHttpPort - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Http port.
mHttpsPort - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Https port.
MIDDLENAME_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
mIdPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mIgnoreList - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
List of paths to ignore.
mIncludeDisabledSites - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mIncludeInactiveSites - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
mIncludeInactiveSites; a value of true indicates that items should be retained in the collection even if all their sites are inactive
mInitializeShippingInfoFromProfile - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Should initialize shipping information from profile.
MINOR_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
The minor prefix.
mInventoryManager - Variable in class atg.projects.store.droplet.SkuAvailabilityLookup
Inventory manager.
mInventoryManager - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
property: Inventory manager.
MISSING_REQUIRED_FIELD - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
mItemsBought - Variable in class atg.projects.store.profile.StorePropertyManager
Bought items constant.
mLastPurchaseDate - Variable in class atg.projects.store.profile.StorePropertyManager
Date of the last purchase.
mMandatoryStateCountryList - Variable in class atg.projects.store.StoreConfiguration
The list of countries for which state is a required address field.
mMaxNickNameLength - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Maximum nickname length.
mMinNickNameLength - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Minimum nickname length.
mMoveItemsFromCartLoginURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Move items from gift list login URL.
mMoveToConfirmationChainId - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirmation chain id.
mMoveToConfirmErrorURL - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirm error redirect URL.
mMoveToConfirmSuccessURL - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Move to confirm success redirect URL.
mNewCreditCard - Variable in class atg.projects.store.profile.StorePropertyManager
 
mNewCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Property for holding the credit card verification number for a new credit card.
mNewUserPassword - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
New user password.
mNoJavascriptErrorURL - Variable in class atg.projects.store.inventory.BackInStockFormHandler
Error url set from a javascript free form
mNoJavascriptSuccessURL - Variable in class atg.projects.store.inventory.BackInStockFormHandler
Success url set from a javascript free form
mNumberOfOrders - Variable in class atg.projects.store.profile.StorePropertyManager
Number of orders constant.
modifyAddressBookNickname(RepositoryItem, String, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Modifies the address nick name is in the profile's map.
modifyShippingAddress(String, Address, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Edits a shipping group address in the container and saves the changes to the profile if the address is in the profile's address map.
modifyShippingAddressNickname(RepositoryItem, String, String, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Modifies shipping address nickname.
moveNonGiftItemsToDefaultShippingGroup() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
Checks whether order contains multiple non-gift shipping groups with relationships and if so moves items from non gift shipping groups to the default shipping group.
moveToConfirmExceptionHandling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
mParams - Variable in exception atg.projects.store.order.purchase.StorePurchaseProcessException
 
mPaymentId - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Paymant id.
mPricingTools - Variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Pricing tools.
mPricingTools - Variable in class atg.projects.store.droplet.StorePriceBeansDroplet
Pricing tools.
mProductPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mProfilePropertyManager - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Profile property manager.
mProfileRepository - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Repository.
mProfileTools - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
mProfileTools - Variable in class atg.projects.store.droplet.IsEmailRecipient
Profile tools.
mProfileTools - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Profile Tools
mProfileTools - Variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Profile tools.
mProfileType - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Profile Type
mPropertyManager - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Property manager.
mRecentlyViewedProductItemDescriptorName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mRecentlyViewedProductsPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mRecentlyViewedTools - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
mRefferalSourcePropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mRegisterAccountErrorURL - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
mRegisterAccountSuccessURL - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
mRemoveItemsFromGiftlistErrorURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Remove items from gift list error URL.
mRemoveItemsFromGiftlistSuccessURL - Variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Remove items from gift list successful URL.
mRequireCreditCardVerification - Variable in class atg.projects.store.StoreConfiguration
Indicates whether orders paid by credit card must include the credit card verification code.
mRetypeNewPassword - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Retypes new password.
mSaveCreditCard - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Should save credit card data.
mSaveShippingInfo - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Should save shipping information.
mSecureHostName - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Secure host name.
mSecureList - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
List of secure paths to protect.
MSG_ACTION_SENT_EMAIL - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
MSG_ACTION_SUCCESS - Static variable in class atg.projects.store.email.GenericEmailSenderFormHandler
 
MSG_ALREADY_LOGGEDIN - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Already logged in message key.
MSG_DUPLICATE_ADDRESS_NICKNAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Duplicate address nickname message key.
MSG_DUPLICATE_CC_NICKNAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Duplicate CC nickname message key.
MSG_DUPLICATE_CC_NICKNAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Duplicate CC nickname message key.
MSG_DUPLICATE_NICKNAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Duplicate nickname message key.
MSG_DUPLICATE_NICKNAME - Static variable in class atg.projects.store.order.StoreOrderTools
Error keys
MSG_DUPLICATE_USER - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Dublicate user message key.
MSG_DUPLICATE_USER - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Duplicate user message key.
MSG_EMAIL_IS_EMPTY - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
E-mail is empty message key.
MSG_EMPTY_FIRST_LAST_NAME - Static variable in class atg.projects.store.gifts.StoreSearchFormHandler
Invalid e-mail format message key.
MSG_EMPTY_MESSAGE - Static variable in class atg.projects.store.email.StoreEmailTools
Empty message body message key.
MSG_EMPTY_SUBJECT - Static variable in class atg.projects.store.email.StoreEmailTools
Subject is empty message key.
MSG_ERR_BAD_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
Invalid e-mail address constant.
MSG_ERR_BAD_EMAIL - Static variable in interface atg.projects.store.profile.StoreProfileConstants
Invalid e-mail address message key.
MSG_ERR_CREATING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error creating address message key.
MSG_ERR_CREATING_CC - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error creating credit card message key.
MSG_ERR_CREATING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.email.StoreEmailTools
Error creating e-mail recipient message key.
MSG_ERR_CREATING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error while creating e-mail recipient message key.
MSG_ERR_DELETE_GIFT_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
 
MSG_ERR_DELETE_SHIPPING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
 
MSG_ERR_DELETING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error deleting address message key.
MSG_ERR_MODIFYING_NICKNAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error while modifying nickname message key.
MSG_ERR_REMOVING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error while removing e-mail recipient message key.
MSG_ERR_SENDING_EMAIL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error sending email
MSG_ERR_UPDATING_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error updating address message key.
MSG_ERR_UPDATING_CREDIT_CARD - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error while updating credit card message key.
MSG_ERR_UPDATING_EMAIL_RECIPIENT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error while updating e-mail recipient message key.
MSG_ERROR_ADDING_TO_GIFTLIST - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Error adding to giftlist message resource key.
MSG_ERROR_INCORRECT_STATE - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Error message for incorrect state
MSG_ERROR_INCORRECT_STATE - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Error message for incorrect state
MSG_ERROR_LONG_DESCRIPTION - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
MSG_ERROR_LONG_SPECIAL_INSTRUCTIONS - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
MSG_ERROR_MODIFYING_ORDER - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Error modifying order message resource key.
MSG_ERROR_MOVE_TO_BILLING - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
MSG_ERROR_MOVE_TO_CONFIRM - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Error while confirmation message key.
MSG_ERROR_REMOVE_SELECTABLE_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
 
MSG_ERROR_SHIPPING_ADDRESS - Static variable in class atg.projects.store.order.StoreOrderTools
 
MSG_ERROR_UPDATE_ORDER - Static variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Error updating order message key.
MSG_ERROR_UPDATE_ORDER - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Error Message keys
MSG_ERROR_UPDATE_SHIPPINGGROUP - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Error updating shipping groups message key.
MSG_ERROR_UPDATE_STATUS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Error while updating status message key.
MSG_INVALID_ADDRESS - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
 
MSG_INVALID_CC - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Invalid credit card message key.
MSG_INVALID_CITY_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Invalid city address message key.
MSG_INVALID_DATE - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
MSG_INVALID_DATE_FORMAT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Invalid date format message key.
MSG_INVALID_EMAIL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Invalid e-mail address message key.
MSG_INVALID_ITEMS - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Invalid items message resource key.
MSG_INVALID_ORDER_MANAGER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
 
MSG_INVALID_ORDER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
 
MSG_INVALID_ORDER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
 
MSG_INVALID_ORDER_PARAMETER - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
 
MSG_INVALID_PASSWORD - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Invalid password message key.
MSG_INVALID_RECIPIENT_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
Invalid recipient address message key.
MSG_INVALID_RECIPIENT_EMAIL - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Invalid recipient e-mail address resource key.
MSG_INVALID_RECIPIENT_EMAIL_FORMAT - Static variable in class atg.projects.store.email.StoreEmailTools
Resource key for invalid recipient e-mail format.
MSG_INVALID_SENDER_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
Invalid sender message key.
MSG_INVALID_SENDER_EMAIL - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Invalid sender e-mail address.
MSG_INVALID_SENDER_EMAIL_FORMAT - Static variable in class atg.projects.store.email.StoreEmailTools
Resource key for invalid sender e-mail format.
MSG_INVALID_STATE_FOR_METHOD - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Invalid state for method message key.
MSG_INVALID_STREET_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Invalid Street Address message key
MSG_INVALIDATE_EMAIL_FORMAT - Static variable in class atg.projects.store.inventory.BackInStockFormHandler
Invalid e-mail format message key.
MSG_ITEM_LESS_THAN_MIN_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
 
MSG_ITEM_MORE_THAN_MAX_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
 
MSG_LESS_THAN_MIN_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
 
MSG_MISSING_CC_PROPERTY - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Missing credit card property message key.
MSG_MISSING_DEFAULT_CC - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Missing default credit card message key.
MSG_MISSING_EMAIL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Missing e-mail message key.
MSG_MISSING_REQUIRED_ADDRESS_PROPERTY - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Missing required address property.
MSG_MISSING_REQUIRED_ADDRESS_PROPERTY - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Missing required address property.
MSG_MORE_THAN_MAX_QUANTITY - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
 
MSG_MULTIPLE_COUPONS_PER_ORDER - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Multiple coupons per order error message key.
MSG_NICKNAME_WRONG_LENGTH - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Wrong nickname length message key.
MSG_NO_EMAIL_HOST_NAME - Static variable in class atg.projects.store.email.StoreEmailTools
Host name is missing message key.
MSG_NO_FROM_TO_VALUES - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
Gift message from field or gift message to field empty.
MSG_NO_GIFT_MSG - Static variable in class atg.projects.store.order.purchase.GiftMessageFormHandler
No gift message message key.
MSG_NO_ITEMS_SELECT - Static variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
No items selected message resource key.
MSG_NO_RECIPIENT_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
Missing recipient address message key.
MSG_NO_SENDER_EMAIL - Static variable in class atg.projects.store.email.StoreEmailTools
No sender address message key.
MSG_NO_SENDER_FIRST_NAME - Static variable in class atg.projects.store.email.StoreEmailTools
Sender first name is missing message key.
MSG_NO_SENDER_LAST_NAME - Static variable in class atg.projects.store.email.StoreEmailTools
Sender last name is missing message key.
MSG_PASSWORD_IS_EMPTY - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Password is empty message key.
MSG_PASSWORD_WRONG_LENGTH - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Password wrong length message key.
MSG_PASSWORDS_DONT_MATCH - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Password don't match message key.
MSG_RESTRICTED_SHIPPING - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Restricted shipping message key.
MSG_STATE_IS_INCORRECT - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
State is incorrect message key.
MSG_STATE_REQUIRED - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
State required message key.
MSG_UNCLAIMABLE_COUPON - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Uncliamable coupon error message key.
mShareableTypeId - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mShippingGroupManager - Variable in class atg.projects.store.droplet.ShowGiftWrap
Shipping group manager.
mSiteGroupManager - Variable in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
mSiteGroupManager - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSiteGroupPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSiteIdPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mSiteManager - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSitesPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSourceCodePropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
Source code property name.
mStoreConfiguration - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Store configuration.
mStoreConfiguration - Variable in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
Store configuration.
mStoredAddressSelection - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Stored address selection.
mStoredCreditCardName - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Stores credit card name.
mStorePaymentGroupManager - Variable in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
Store payment group manager.
mStoreSitePropertiesManager - Variable in class atg.projects.store.email.StoreEmailTools
 
mStoreSitePropertiesManager - Variable in class atg.projects.store.gifts.InternationalSearchFormHandler
 
mTemplateEmailInfo - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Template e-mail information.
mTemplateEmailSender - Variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
Template e-mail sender.
mTemplateEmailSender - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Template e-mail sender.
mTimeStampPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
 
mTopLevelCategory - Variable in class atg.projects.store.catalog.CatalogNavigation
The top level category that shopper is currently viewing.
mUserIdPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
Source code property name.
mUseSearchForSubcategoryProductList - Variable in class atg.projects.store.StoreConfiguration
Boolean indicating if an ATG Search request should be used to obtain the list of products in a subcategory.
mUsingProfileCreditCard - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Is the credit card saved in the user's profile.
mUsingSavedAddress - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Is the address in the user's profile.
mUsingStoreCredit - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Is order covered with store credit only.
mValidateShippingGroups - Variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
mValue - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Property to hold profile values

N

NAME - Static variable in class atg.projects.store.search.StoreQueryFormHandler
 
NAME_PROPERTY - Static variable in class atg.projects.store.ui.PromotionalContentEditor
File name property name.
NEW_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
New address constant.
NEW_ADDRESS - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
New address constant.
NEW_CREDIT_CARD - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
New credit card constant.
NEW_EMAIL_ADDRESS - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
New e-mail address constant.
NEWPASSWORD_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
NEXT - Static variable in class atg.projects.store.util.DocumentLinksService
 
NICKNAME_SEPARATOR - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
NO - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
 
NON_SHIPPABLE_COUNTRIES_PROPERTY_NAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
NONSECURE_PROTOCOL - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Nonsecure protocol constant.
NULL_PROPERTIES - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Null properties parameter name.
NullPropertiesCheck - Class in atg.projects.store.droplet
This droplet is a convenience to help prevent JSP compilation failure due to the passing of nulls into a dsp tag.
NullPropertiesCheck() - Constructor for class atg.projects.store.droplet.NullPropertiesCheck
 
NUMBER_OF_RQL_PARAMS - Static variable in class atg.projects.store.droplet.RqlDroplet
Number of RQL parameters parameter name.

O

OMSORDERID - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Oms order id.
OMSSEGMENTS - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Oms segments.
ONLINE_CREDIT_INSUFFICIENT - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Online credit insufficient.
OPARAM_OUTPUT - Static variable in class atg.projects.store.droplet.EscapeJS
The oparam name rendered once during processing.
OPARAM_OUTPUT - Static variable in class atg.projects.store.droplet.FacetDisplayDroplet
 
OPARAM_OUTPUT_AVAILABLE - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The oparam name rendered once if the item is not preorderable and is in stock.
OPARAM_OUTPUT_BACKORDERABLE - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The oparam name rendered once if the item is not preorderable, is not in stock and is backorderable.
OPARAM_OUTPUT_DEFAULT - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The oparam name rendered once if none of the above open parameters exists.
OPARAM_OUTPUT_ERROR - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The oparam name rendered once if the provided skuId can not be looked up in the inventory repository.
OPARAM_OUTPUT_FALSE - Static variable in class atg.projects.store.droplet.IsEmailRecipient
The oparam name rendered once if current Profile has not subscribed to receive emails.
OPARAM_OUTPUT_PREORDERABLE - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The oparam name rendered once if the item is a preorderable item.
OPARAM_OUTPUT_TRUE - Static variable in class atg.projects.store.droplet.IsEmailRecipient
The oparam name rendered once if current Profile has already subscribed to receive emails.
OPARAM_OUTPUT_UNAVAILABLE - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The oparam name rendered once if the item is none of the above.
OPEN_PARAMETER_OUTPUT - Static variable in class atg.projects.store.droplet.CartMessagesDropet
 
OPEN_PARAMETER_OUTPUT - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
ORDER - Static variable in class atg.projects.store.droplet.CartMessagesDropet
 
ORDER - Static variable in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
Input parameter name profile.
ORDER - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Order parameter name.
ORDER - Static variable in class atg.projects.store.droplet.ShowGiftWrap
Input parameter name order.
ORDER - Static variable in class atg.projects.store.fulfillment.ConfirmationEmailSender
Order constant.
ORDER_ID_PROPERTY_NAME - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
ORDER_ID_PROPERTY_NAME - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
 
ORDER_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
OrderRepositoryHelper - Class in atg.projects.store.order
This class is only used during development.
OrderRepositoryHelper() - Constructor for class atg.projects.store.order.OrderRepositoryHelper
 
OUT_DISPLAY_ALL - Static variable in class atg.projects.store.droplet.FacetDisplayDroplet
 
OUT_FACET_OPTIONS - Static variable in class atg.projects.store.droplet.FacetDisplayDroplet
 
OUT_SELECTED_FACET_COUNT - Static variable in class atg.projects.store.droplet.FacetDisplayDroplet
 
OUTPUT - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
Output parameter name.
OUTPUT - Static variable in class atg.projects.store.droplet.DisplayCountryDroplet
Output parameter name.
OUTPUT - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Output parameter name.
OUTPUT - Static variable in class atg.projects.store.droplet.RqlDroplet
Output parameter name.
OUTPUT_OPARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Output parameter name.
OUTPUT_OPARAM - Static variable in class atg.projects.store.droplet.CountryRestrictionsDroplet
Oparam: output.
OUTPUT_OPARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Output parameter name.
OUTPUT_SHIPPINGGROUP - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Output shipping group parameter name.
OUTPUT_SHIPPINGGROUP_REL - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Output shipping group relationship parameter name.
OUTPUT_VALUE - Static variable in class atg.projects.store.droplet.EscapeJS
 

P

PARAM_APPLIED_FACETS - Static variable in class atg.projects.store.droplet.FacetDisplayDroplet
 
PARAM_EMAIL - Static variable in class atg.projects.store.droplet.IsEmailRecipient
The input parameter name for the email address to check.
PARAM_PORTAL_LOGOUT_URL - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Portal logout URL parameter.
PARAM_PREFIX - Static variable in class atg.projects.store.droplet.RqlDroplet
Parameter prefix.
PARAM_PRODUCT_ID - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
Product id parameter name.
PARAM_SITE_ID - Static variable in class atg.projects.store.inventory.StoreInventoryManager
 
PARAM_SKU_ID - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
Sku id parameter name.
PARAMETER_AVAILABILITY_DATE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_AVAILABILITY_TYPE - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_AVAILABLE_COLORS - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
 
PARAMETER_AVAILABLE_SIZES - Static variable in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
 
PARAMETER_COMPARISONS_CONTAINS_PRODUCT - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_GIFTLISTS - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_NAME_EMAIL_REQUEST - Static variable in class atg.projects.store.email.StoreTemplateEmailSender
If this parameter is set to 'true' on HTTP request, then request is issued to render an email body.
PARAMETER_PRODUCT - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_QUANTITY - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_SAVED_QUANTITY - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
 
PARAMETER_SELECTED_COLOR - Static variable in class atg.projects.store.droplet.ColoredProductDetailsDroplet
 
PARAMETER_SELECTED_SIZE - Static variable in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
 
PARAMETER_SELECTED_SKU - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_SHOW_EMAIL_A_FRIEND - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_SHOW_GIFTLISTS - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_SKUS - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARAMETER_WISHLIST_CONTAINS_SKU - Static variable in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
PARENT_FOLDER_PROPERTY - Static variable in class atg.projects.store.ui.PromotionalContentEditor
Parent folder property name.
parseSortOption() - Method in class atg.projects.store.search.StoreQueryFormHandler
Parses the sort option and sets our selection on the QueryRequest
PATH_PROPERTY - Static variable in class atg.projects.store.ui.PromotionalContentEditor
Folder path property name.
PENDING_FULFILLMENT - Static variable in class atg.projects.store.states.StoreOrderStates
Pending fulfillment constant.
PENDING_OMS_NOTIFICATION - Static variable in class atg.projects.store.states.StoreOrderStates
DOCUMENT ME!
PENDING_OMS_REMOVE_NOTIFICATION - Static variable in class atg.projects.store.states.StoreOrderStates
DOCUMENT ME!
performQuery(Repository, String, RqlStatement, Object[]) - Method in class atg.projects.store.droplet.RqlDroplet
Performs the query against the view of the particular repository.
postAddCreditCardAuthorizationNumber(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
postAddCreditCardBillingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
postAddCreditCardToProfile(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method is for any processing required after billing info is entered.
postAddShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Copies the new shipping group address to the order's credit card payment group address.
POSTAL_CODE_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
postBillingWithNewAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Add credit card to user profile, update checkout level.
postBillingWithSavedAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Add newly created card to profile, update checkout progress level
postBillingWithSavedCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Save billing address as default if user doesn't have one, update checkout level.
postBillingWithStoreCredit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Update checkout progress level.
postCancelOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
postCancelOrder is used for work that must happen after the Order is cancelled.
postChangePassword(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Operation called just after the user's password is changed.
postCommitOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Called after all processing is done by the handleCommitOrder method.
postCreateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Override OOTB method so that if the profile has receiveEmail=yes, create an EmailRecipient repository item for Email Campaigns.
postCreateUser(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, OrderHolder) - Method in class atg.projects.store.profile.StoreProfileTools
postEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post edit shipping address processing.
postExpressCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
postExpressCheckout is for work that must happen after expressCheckout.
postLoginAddRecentlyViewed(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Update the logged in user's recentlyViewedProducts property with products viewed as an anonymous user.
postLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
After logging in the user's session cached promotions are reloaded into the PricingModelHolder.
postLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, OrderHolder, PricingModelHolder) - Method in class atg.projects.store.profile.StoreProfileTools
Override the OOTB method so that we can determine whether or not to merge a user's cart after they login.
postLogoutUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.CheckoutProfileFormHandler
This implementation adds two checkout-specific request parameters, if no errors occurred during the logout process.
postLogoutUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Operation called just after the user is logged out.
postMoveItemsFromCart(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Operation called just after an item has been moved from shopping cart
postMoveToPurchaseInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
The addRemoveGiftServices method should be done after modifying cart contents.
postRegisterUserAfterCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method will execute when the user chose to check out anonymous and then decided to register.
postRemoveGwpPlaceholderFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Called after all work is done by the handleRemoveGwpPlaceholderFromOrder method.
postRemoveItemFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Called after all processing is done by the removeItemFromOrder method.
postRemoveItemsFromGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Operation called just after items are removed from a agift list.
postRemoveShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post remove shipping address processing.
postSaveGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Overrides base method to clear the form after the new gift list has been successfully saved.
postSearch(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.InternationalSearchFormHandler
Remove any giftlist whose shipping addresses are non-shippable from the current country store.
postSetupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Update checkout states with CONFIRM level.
postSetupGiftShippingDetails(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Perform any post actions after setting up gift shipping groups
postSetupStoreCreditPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method is post setup of store credit payment groups
postShipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post-shipping processing.
postShipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method will reprice the order to catch address problems through CyberSource.
postShipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method initializes the billing address from the shipping address if the user selected that option.
postUpdateGiftlistAndItems(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Operation called just after a giftlist and gift items are updated.
postUpdateShippingMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post edit shipping method processing.
postUpdateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
preAddCreditCardAuthorizationNumber(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
preAddCreditCardBillingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
preAddCreditCardToProfile(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method is for any processing required after billing info is entered.
preAddItemToGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Before adding an item to the giftlist validate quantity and SKU ID, also check if user is explicitly logged in.
preAddItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets form values from request parameters if they are present on the request and haven't already been set in the form handler.
preAddProduct(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.catalog.comparison.StoreProductListHandler
Overrides ProductListHandler.preAddProduct() This method is called just before adding a product to the list.
preAddShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the selected nickname and address properties.
preBillingWithNewAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Setup credit card payment group and validate user input
preBillingWithSavedAddressAndNewCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Setup credit card payment and validate user input.
preBillingWithSavedCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Setup credit card payment group for billing with saved card and validate credit card input
preBillingWithStoreCredit(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Tender coupon before billing with store credit occurs.
preCommitOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Ensures that an email address is set in the billing address, as required by Cybersource.
preCreateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Operation called just before the user creation process is started.
preEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the address properties.
preLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Override OOTB method so that auto-logged in user is not logged out if they provide an invalid password.
preMoveItemsFromCart(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Before moving item to the giftlist check if user is explicitly logged in.
preMoveToConfirmExceptionHandling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
prepareAddToGiftlistData(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Prepares input data that GiftlistFormHandler need to add item to gift list: quantity to add, SKU Id, gift list Id and success URL.
prepareEmailInfo(Map) - Method in class atg.projects.store.email.StoreEmailTools
Prepare email info template.
prepareEmailInfoParams(Profile, TemplateEmailInfoImpl, Map) - Method in class atg.projects.store.email.StoreEmailTools
Prepare email parameters before sending
prepareEmailInfoParams(Profile, TemplateEmailInfoImpl, Map) - Method in class atg.projects.store.email.TesterEmailTools
Prepare email parameters before sending
preRegisterUserAfterCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method should execute when the user chose to check out anonymous and then decided to register.
preRemoveAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Address that we'd like to remove could be associated with a gift list.
preRemoveGwpPlaceholderFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Called before any work is done by the handleRemoveGwpPlaceholderFromOrder method.
preRemoveItemsFromGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Operation called just before items are removed from a agift list.
preRemoveShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Pre remove shipping address processing.
preSearch(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Validates entered first and last name.
preSetupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
preSetupGiftShippingDetails(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Performs validations for Gift Shipping Groups in the order, against the selected shipping method and shipping restrictions
preSetupStoreCreditPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
preShipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Pre-shipping validation.
preShipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method validates the user inputs for the Move To Billing process
preShipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Performs input data validations for new shipping address specified by shopper
preUpdateCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Called before handleUpdateCard logic is applied.
preUpdateGiftlistAndItems(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Operation called just before a giftlist and gift items are updated.
preUpdateShippingMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the shipping group's shipping method.
preUpdateUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
This overriding method will check to see if a new email address that is being submitted in an update already belongs to another user profile.
PREV - Static variable in class atg.projects.store.util.DocumentLinksService
 
PRICE - Static variable in class atg.projects.store.search.StoreQueryFormHandler
 
priceOrderTotal(Order) - Method in class atg.projects.store.order.StoreOrderManager
This method is a shortcut to the PricingTools.priceOrderTotal(atg.commerce.order.Order) method.
PriceShippingMethodDroplet - Class in atg.projects.store.pricing
This Dynamo Servlet Bean is used to determine shipping costs for the shipping group with specified shipping method.
PriceShippingMethodDroplet() - Constructor for class atg.projects.store.pricing.PriceShippingMethodDroplet
 
PRICING_ERROR - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Pricing error message key.
PRICING_ERROR_ADDRESS - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Pricing error invalid address message key.
processException(Throwable, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Add a user error message to the form exceptions.
processOrderBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Run pipeline chain responsible for order billing and update (save) order
processSearchRequest(SearchRequest, DynamoHttpServletRequest, Object) - Method in class atg.projects.store.search.StoreRequestProcessor
If this request is "View All" request then new page size sets.
processShippingRestrictionsErrors(List, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Process shipping restriction errors and add them to form exceptions
ProcValidateGiftCardForCheckout - Class in atg.projects.store.order.processor
This processor validates the order has more than just gift cards.
ProcValidateGiftCardForCheckout() - Constructor for class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
 
ProcValidateInventoryForCheckout - Class in atg.projects.store.order.processor
Determine if the item is available by ensuring that at least 1 is available for preorder, backorder or immediate availability.
ProcValidateInventoryForCheckout() - Constructor for class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
 
ProcVerifyShippingAddresses - Class in atg.projects.store.order.processor
This class extends ProcVerifyOrderAddresses to verify only shipping-group addresses.
ProcVerifyShippingAddresses() - Constructor for class atg.projects.store.order.processor.ProcVerifyShippingAddresses
 
PRODUCT - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The input parameter name for the product and skuId to check.
PRODUCT_ID - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
 
PRODUCT_ID - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Product id constant.
PRODUCT_ID_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
PRODUCT_ID_TO_GIFTLIST_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
PRODUCT_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Product property name.
productIsGiftWrap(CommerceItem) - Method in class atg.projects.store.droplet.ShowGiftWrap
Test to see if the item is a gift wrap item.
PROFILE - Static variable in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Input parameter name profile.
PROFILE_LOCALE_UNSET_VALUE - Static variable in class atg.projects.store.servlet.StoreRequestLocale
 
PROFILE_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
PROFILE_RESOURCE_BUNDLE_NAME - Static variable in class atg.projects.store.profile.InternationalStoreProfileTools
Resource bundle name with profile-related resources.
ProfileCheckoutPreferences - Class in atg.projects.store.profile
This class is used as a session-scoped component that will help to determine user's current checkout preferences on JSP pages like default shipping address nickname and default credit card address nickname.
ProfileCheckoutPreferences() - Constructor for class atg.projects.store.profile.ProfileCheckoutPreferences
 
ProfileSecurityStatus - Class in atg.projects.store.droplet
This droplet checks security status of the Profile and displays appropriate open parameter.
ProfileSecurityStatus() - Constructor for class atg.projects.store.droplet.ProfileSecurityStatus
 
PromotionalContentEditor - Class in atg.projects.store.ui
An ACC editor for RepositoryItems of type "promotionalContent".
PromotionalContentEditor() - Constructor for class atg.projects.store.ui.PromotionalContentEditor
Create a card panel for each type of folder and editing components for each type's properties.
PromotionFilter - Class in atg.projects.store.pricing
Filters out a collection of promotion repository items using the filter mFilter.
PromotionFilter() - Constructor for class atg.projects.store.pricing.PromotionFilter
 
PROPERTIES - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Properties parameter name.
PROPERTY_NAME_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Property name parameter name.
PROPERTY_NAME_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Proeprty name parameter name.
propertyChange(PropertyChangeEvent) - Method in class atg.projects.store.ui.PromotionalContentEditor
If the file name is updated, update the ImageEditor file name field.
PropertyValueCollection - Class in atg.projects.store.droplet
Creates a collection of property values for a collection of repository items.
PropertyValueCollection() - Constructor for class atg.projects.store.droplet.PropertyValueCollection
 
ProtocolSwitchServlet - Class in atg.projects.store.servlet.pipeline
This pipeline servlet performs switching between a secure sever and a non-secure server.
ProtocolSwitchServlet() - Constructor for class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 

Q

QTY_TO_BE_SELECTED - Static variable in class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
 
QUANTITY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Quantity constant.
QUANTITY_DESIRED - Static variable in class atg.projects.store.gifts.GiftlistQuantityRemaining
Desired quantity constant.
QUANTITY_PURCHASED - Static variable in class atg.projects.store.gifts.GiftlistQuantityRemaining
Purchased quantity constant.
QUANTITY_TO_ADD_TO_GIFTLIST_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
QUERY_RQL - Static variable in class atg.projects.store.droplet.RqlDroplet
Query RQL parameter name.
queryAvailabilityStatus(RepositoryItem, String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Derive the availabilityStatus based on the properties of the product and the item.

R

receiveMessage(String, Message) - Method in class atg.projects.store.inventory.BackInStockNotificationService
The method called when a message is delivered.
RecentlySentList - Class in atg.projects.store.email
This service holds the list of recently sent emails.
RecentlySentList() - Constructor for class atg.projects.store.email.RecentlySentList
 
RecentlySentList.SentItem - Class in atg.projects.store.email
SentItem object, which contains email type, map of email parameters and time of email creation
RecentlySentList.SentItem(String, Map, String) - Constructor for class atg.projects.store.email.RecentlySentList.SentItem
Create new SentItem object
RecentlyViewedFilter - Class in atg.projects.store.collections.filter
This filter generates a valid collection of recentlyViewedProduct items.
RecentlyViewedFilter() - Constructor for class atg.projects.store.collections.filter.RecentlyViewedFilter
 
RECIPIENT_EMAIL_ADDRESS_PROPERTY_NAME - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
 
RECIPIENT_EMAIL_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
RECIPIENT_NAME_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
RECIPIENT_NAME_PROPERTY_NAME - Static variable in class atg.projects.store.email.TemplateTesterSessionBean
 
REDIRECT_AFTER_LOGIN_URL_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
redirectOrForward(DynamoHttpServletRequest, DynamoHttpServletResponse, String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
Forward or redirect, as required.
registerNewUserDuringCheckout(Order, Profile, Map) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method will register a new user during checkout.
registerNewUserDuringCheckout(Profile, Order, Map) - Method in class atg.projects.store.order.StoreOrderTools
This method will register a new user during the checkout process.
registerUserAfterCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method should execute when the user chose to check out anonymous and then decided to register.
RELATIONSHIP_TOTAL - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Relationship total parameter name.
RELATIONSHIPUNITPRICEBEANS - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Relationship unit price beans parameter name.
removeAddress(String) - Method in class atg.projects.store.order.StoreOrderImpl
Removes an Address associated with this orders shipping group
removeAllOmsSegments() - Method in class atg.projects.store.order.StoreOrderImpl
Removes all OMS segments from order.
removeCountryWithCode(ResourceBundle, List, List) - Method in class atg.projects.store.util.CountryRestrictionsService
This method removes the country codes (codesToDelete) from the country list (countryList) and returns the resultant list having localized country names.
removeCoupon(StoreOrderImpl, RepositoryItem, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
This method removes a coupon from the order specified and reprices the order.
removeCoupon(StoreOrderImpl, RepositoryItem, boolean, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
This method removes a coupon from the order specified.
RemoveDuplicateItemsFilter - Class in atg.projects.store.collections.filter
This filter removes duplicates from collection
RemoveDuplicateItemsFilter() - Constructor for class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
 
RemoveDuplicateMessagesFilter - Class in atg.projects.store.collections.filter
This filter removes duplicate messages from the collection of messages.
RemoveDuplicateMessagesFilter() - Constructor for class atg.projects.store.collections.filter.RemoveDuplicateMessagesFilter
 
removeDuplicateValues(Collection) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
Returns collection with no duplicates
removeEmailRecipient(String) - Method in class atg.projects.store.profile.StoreProfileTools
Remove the EmailRecipient from repository.
removeGiftMessage(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderManager
Removes the gift message from the order.
removeGiftServicesWhenAllGiftWrap() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Removes gift services if all items in the order are gift wrap items.
removeGiftWrap(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderManager
Removes the gift wrap commerce item from the order.
removeGwpPlaceholderFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Method to remove the gift with purchase placeholder item from the order.
removeItem(RecentlySentList.SentItem) - Method in class atg.projects.store.email.RecentlySentList
Removes item from the list
removeItemsFromGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Removes the given items to the selected giftlist.
removeShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Removes a shipping group address from the container.
removeShippingAddress(RepositoryItem, String, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Removes a shipping group from the container.
removeShippingAddressFromProfile(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
If the shipping address nickname is in the profile's addresses map removes it from the profile.
removeShippingGroupsWithoutItemRelationships() - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
Removes shipping groups with no commerce item relationships from the order.
removeStoreCreditPaymentGroups(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Remove any store credit payment groups from order
removeStoreCreditPaymentGroups(Order) - Method in class atg.projects.store.order.StorePaymentGroupManager
Given an order, return all the store credit payment group ids.
repriceOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Logic to re-price order, and parse any errors.
repriceOrder(Order, PricingModelHolder, Locale, RepositoryItem) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Logic to reprice order, and parse any errors.
resetRequiredFieldsFormExceptions() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Removes all 'missing required field' exceptions except of the one for order ID property.
RESOURCE_BUNDLE - Static variable in interface atg.projects.store.profile.StoreProfileConstants
Resource bundle name.
RESOURCE_BUNDLE - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
Resource bundle.
RESOURCE_NAME - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Resource bundle name.
RESOURCE_NAME - Static variable in class atg.projects.store.order.StoreOrderTools
Resource bundle name.
retrieveBackInStockNotifyItems(String) - Method in class atg.projects.store.inventory.BackInStockNotificationService
Perform the query to retrieve appropriate back in stock repository items.
retrieveEmailRecipient(String) - Method in class atg.projects.store.profile.StoreProfileTools
Checks repository to see if user has already subscribed to receive emails.
rollbackTransaction(TransactionManager) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Rollback the provided transaction.
RQL_QUERY_BY_KEY - Static variable in class atg.projects.store.droplet.StoreTextDroplet
RQL Query repository by key
RQL_QUERY_BY_SITE_OR_KEY - Static variable in class atg.projects.store.droplet.StoreTextDroplet
RQL Query repository by site or key
RQL_QUERY_BY_SITE_OR_TAG - Static variable in class atg.projects.store.droplet.StoreTextDroplet
RQL Query repository by site or tag
RQL_QUERY_BY_TAG - Static variable in class atg.projects.store.droplet.StoreTextDroplet
RQL Query repository by tag
RQL_QUERY_DUPLICATE_BACK_IN_STOCK_ITEM - Static variable in class atg.projects.store.inventory.StoreInventoryManager
RQL query for duplicating item.
RQL_QUERY_FIND_BISN_ITEMS - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
RQL query to find items.
RqlDroplet - Class in atg.projects.store.droplet
This droplet is used in favor of the ATG RQLQueryForEach droplet.
RqlDroplet() - Constructor for class atg.projects.store.droplet.RqlDroplet
 
runProcess(Object, PipelineResult) - Method in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
This method does the work of this processor Make sure the order has more than just gift cards in it.
runProcess(Object, PipelineResult) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Validates that there is inventory for all items in the order.
runProcess(Object, PipelineResult) - Method in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
This method executes the address verification.
runProcessMoveToConfirmation(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Run the pipeline.
runProcessMoveToConfirmation(Order, PricingModelHolder, String, Locale, RepositoryItem, Map) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Run the pipeline which should be executed at the last of the billing process.
runProcessValidateShippingGroups(Order, PricingModelHolder, Locale, RepositoryItem, Map) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
runProcessValidateShippingGroups runs a configurable Pipeline chain to validate ShippingGroups or prepare for the next checkout phase.

S

S_TRUE - Static variable in class atg.projects.store.search.StoreRequestProcessor
 
S_VIEW_ALL - Static variable in class atg.projects.store.search.StoreRequestProcessor
 
SAMPLE_COMMERCE_ITEM_TYPE - Static variable in class atg.projects.store.order.StoreOrderImpl
Sample commerce item type.
SAP_ACKNOWLEDGED - Static variable in class atg.projects.store.states.StoreOrderStates
Order acknowledged constant.
saveAddressToAddressBook(Address, String, RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Saves address to address book.
saveAddressToAddressBook(RepositoryItem, Address, String) - Method in class atg.projects.store.order.StoreOrderTools
Saves the address to address book and makes it the default shipping address if it hasn't already been set.
saveAddressToDefaultBilling(Address, RepositoryItem) - Method in class atg.projects.store.order.StoreOrderTools
Saves the address in the pAddress parameter to the default billing address of the user in the pProfile parameter.
saveBillingAddressToProfile(Order, RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method saves the Billing Address to the profile.
saveCreditCardToProfile(Order, RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method saves the credit card from the payment group to the profile.
saveDefaultBillingAddress(RepositoryItem, CreditCard) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Saves the address on the credit card to the user's default billing address.
saveDefaultShippingMethod(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Set the profile's default shipping method if it's not already set.
saveDefaultShippingMethod(RepositoryItem, String) - Method in class atg.projects.store.order.StoreOrderTools
Sets the default shipping method for a profile, but only if it hasn't been set already.
saveEmailInfo(Map, String) - Method in class atg.projects.store.email.TesterEmailTools
Save email information into the list of recently sent
saveModifiedShippingAddressToProfile(RepositoryItem, String, Address) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
saveModifiedShippingAddress shipping address processing.
savePriceInfo(Order, CommerceIdentifier, MutableRepositoryItem, String, AmountInfo, MutableRepository, OrderManager) - Method in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
Overrides the base savePriceInfo method to save taxPriceInfo into parent price info repository item.
saveShippingInfo(RepositoryItem, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Saves all addresses in the shipping group container's shipping group map.
saveShippingInfo(RepositoryItem, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Saves all addresses in the shipping group container's shipping group map.
saveTaxPriceInfo(Order, CommerceIdentifier, AmountInfo, MutableRepositoryItem, MutableRepository, OrderManager) - Method in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
This method is used to save the price info's tax price info.
SC_PAYMENT_GROUP_TYPE_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Store Credit payment group type name.
SECTION - Static variable in class atg.projects.store.util.DocumentLinksService
 
SECURE_PROTOCOL - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Secure protocol constant.
SECURITY_STATUS_PROPERTY_NAME - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
 
sendBackInStockNotifications(UpdateInventory) - Method in class atg.projects.store.inventory.BackInStockNotificationService
Notify users when an item is back in stock.
sendConfirmationEmail(Order, RepositoryItem, String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
This method sends the order confirmation emails.
sendEmail(Profile, Map) - Method in class atg.projects.store.email.StoreEmailTools
Prepare email and send it.
sendEmail(RepositoryItem[]) - Method in class atg.projects.store.inventory.BackInStockNotificationService
Helper method to do the actual email sending.
sendEmail(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Send email to current user using configured TemplateEmailInfo and TemplateEmailSender.
sendEmailMessage(TemplateEmailInfo, Collection, boolean, boolean) - Method in class atg.projects.store.email.StoreTemplateEmailSender
This implementation does the following: obtain current locale from recipient specified by pRecipients parameter (if there is only one recipient) if emailInfo's template parameters doesn't contain locale parameter and locale is defined, put locale into template parameters add template parameter to mark request as email send email with super-method
SENT_DATE_FORMAT - Static variable in class atg.projects.store.email.RecentlySentList
 
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ArraySubsetHelper
This performs the work as described in the class definition.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.AvailableShippingGroups
See the class documentation above.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CartMessagesDropet
Determine if the order has an active promotions and if yes, return message.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
Provides the implementation of service method
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Renders the output oparam if 1 or more objects have a non-null value for a certain property, which name is transferred using PROPERTY_NAME_PARAM paramter.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
Service method.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method provides the default implementation of service, by dispatching to conventionally named methods which begin with "do".
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DisplayCountryDroplet
Renders the "displayCountryName" output parameter with a country name determined by the language and countryCode input parameters.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
Renders "displayLanguages" output parameter which is a list of objects associating the language codes with display languages.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
This method provides the implementation of service Parameters: pRequest the request to be processed pResponse the response object for this request Throws: ServletException - an application specific error occurred processing this request IOException - an error occurred reading data from the request or writing data to the response.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
If the credit card payment group is empty, this droplet will create one and add it to the order.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.EscapeJS
Replaced all occurrences of apostrophe with '\
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Services true oparam if user can use express checkout, false if not.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.FacetDisplayDroplet
Returns an order list of facet objects (either FacetHolder's or FacetValue's depending on whether the facet is currently applied).
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
Set permissions for billing based on the current site
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
Set permissions for shipping based on the current site
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.IsEmailRecipient
Given an email address, this will call into StoreProfileTools.retrieveEmailRecipient() to determine if the address is already subscribed to receive emails or not.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.NullPropertiesCheck
Performs the tasks outlined in the class description.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ProfileSecurityStatus
Render appropriate open parameter based on Profile's security status:
if Profile.securityStatus == 0 (ANONYMOUS) then set 'anonymous' open parameter;
if Profile.securityStatus == 2 (AUTO-SIGNIN) then set 'autoLoggedIn' open parameter;
if Profile.securityStatus == 4 (EXPLICIT-SIGNIN) then set 'loggedIn' open parameter;
set 'default' if no other oparam has been handled.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.PropertyValueCollection
Renders the output oparam with a collection of optionally filtered/sorted values.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.RqlDroplet
Service method.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
See API definition.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.ShowGiftWrap
Services true oparam if the gift wrapping option should be shown, false if not.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
Provides the implementation of service method
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
Determines if the item is preorderable.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
Outputs the gift selections for a given order or item and quantity still to be selected
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
Provides the implementation of service method.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StoreTextDroplet
Receives and validates the request input parameters.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Performs the pricing of specified shipping method.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.GEOFilterServlet
Look at the locale header in the request and determine if we need to redirect based upon that.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Called in the pipeline when a request needs to be processed.
serviceContents(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
This method specifies, which open parameters should be serviced.
SessionBean - Class in atg.projects.store.profile
A session scoped bean containing only a map property.
SessionBean() - Constructor for class atg.projects.store.profile.SessionBean
 
setActionResult(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setAddAddressAndMoveToMultipleShippingErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setAddAddressAndMoveToMultipleShippingSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setAddCommerceItemInfos(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setAddGiftMessageErrorURL(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setAddGiftMessageSuccessURL(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setAddItemToGiftlist(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlist.
setAddItemToGiftlistErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistErrorURL.
setAddItemToGiftlistLoginURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property AddItemToGiftlistLoginURL.
setAddItemToGiftlistLoginURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistLoginURL.
setAddItemToGiftlistSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistSuccessURL.
setAddress(Address) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setAddressIdValueMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setAddressProperties(String[]) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property addressProperties, naming the properties in a secondary address record.
setAddressPropertyNameMap(Map) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setAddShippingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setAddShippingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setAdjustInventoryOnCheckout(boolean) - Method in class atg.projects.store.order.StoreOrderManager
 
setAjaxAddItemToOrderErrorUrl(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setAjaxAddItemToOrderSuccessUrl(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setAllowAllSite(boolean) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
If set to true and there are no sites/siteGroups configured for a particular item in the collection to be filtered, the item is treated as all-site and will be returned in the filtered collection.
setAmount(double) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setAmountAppliedToOrder(double) - Method in class atg.projects.store.payment.StoreStoreCredit
Sets the amountAppliedToOrder property.
setAnonymousEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setApplyCouponErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setApplyCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setApplyDefaultShippingGroup(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Set the ApplyDefaultShippingGroup property.
setApplyOrderErrorURL(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setApplyOrderSuccessURL(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setAtgSearchInstalled(boolean) - Method in class atg.projects.store.StoreConfiguration
Sets a property indicating whether ATG Search is installed or not.
setAutoApplyStoreCredits(boolean) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
Set the AutoApplyStoreCredits property.
setBackInStockNotifyItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setBean(Object) - Method in class atg.projects.store.ui.PromotionalContentEditor
Override to add/remove propertyChangeListeners.
setBillingAddress(Address) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setBillingAddressClassName(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
setBillingAddressNickname(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setBillingAddressPropertyList(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets the Address property list, which is a list that mirrors the original design of the AddressProperties property with the property names defined in a configuration file.
setBillingHelper(StoreBillingProcessHelper) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setBillingHelper(StoreBillingProcessHelper) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
setBisnEmailPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setBisnProductIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setBisnSkuIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setCardProperties(String[]) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property cardProperties, naming the properties in a credit card entry.
setCardVerificationNumber(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setCardVerificationNumber(String) - Method in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
 
setCartFormHandlerPath(String) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setCartHelper(StoreCartProcessHelper) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setCatalogNavHistory(CatalogNavHistory) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.droplet.ShowGiftWrap
Set catalog properties.
setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.inventory.StoreInventoryManager
 
setCatalogProperties(StoreCatalogProperties) - Method in class atg.projects.store.order.StoreOrderTools
 
setCatalogRefId(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setCatalogRepository(MutableRepository) - Method in class atg.projects.store.email.StoreEmailTools
Sets the value of the catalogRepository: field.
setCatalogTools(CustomCatalogTools) - Method in class atg.projects.store.catalog.filter.ItemDateValidator
 
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.collections.filter.ColorSorter
 
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.collections.filter.SizeSorter
 
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Sets the catalogTools.
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
Sets the mCatalogTools
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.PropertyValueCollection
Sets the catalogTools.
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.email.TesterEmailTools
Set the CatalogTools object to use when looking up products, categories and SKUs.
setCatalogTools(CatalogTools) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCheckoutProgressLevels(Map) - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
Sets checkout progress levels
setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
setCheckoutProgressStates(CheckoutProgressStates) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Set checkout progress states
setClaimableManager(ClaimableManager) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setClaimableManager(ClaimableManager) - Method in class atg.projects.store.order.StorePaymentGroupManager
Sets the claimable manager.
setColorPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
setColorPropertyName(String) - Method in class atg.projects.store.droplet.ColoredProductDetailsDroplet
Sets the mColorPropertyName
setColorRequired(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets whether or not an item requires a color option.
setColorSwatchName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
setCommerceItemManager(CommerceItemManager) - Method in class atg.projects.store.order.StoreOrderTools
 
setCommerceItemShippingInfoTools(CommerceItemShippingInfoTools) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
setCommerceItemStates(CommerceItemStates) - Method in class atg.projects.store.order.StoreOrderManager
 
setCommercePropertyManager(CommercePropertyManager) - Method in class atg.projects.store.profile.StoreProfileTools
 
setCommitOrderHelper(StoreCommitOrderProcessHelper) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setComparator(Comparator) - Method in class atg.projects.store.collections.filter.SkuInventoryFilter
Sets the comparator object to use for sorting of filtered collection.
setComparisonsListPath(String) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setComponentItemDescriptor(RepositoryItemDescriptor) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
setComponentPropertyType(Class) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
setConfirmationURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setConfirmEmailAddress(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setConsolidateShippingInfosBeforeApply(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Sets the consolidateShippingInfosBeforeApply property.
setContentProcessor(MessageContentProcessor) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
 
setContext(Context) - Method in class atg.repository.search.indexing.service.ContextTranslationRepositoryKeyService
 
setContinueShoppingErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setContinueShoppingSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setCountryList(CountryList) - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
setCountryList(CountryList) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setCountryRedirectURLs(Properties) - Method in class atg.projects.store.servlet.GEOFilterServlet
Stores a map of country codes to redirect URLs.
setCountryRestrictionsService(CountryRestrictionsService) - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
setCountryRestrictionsService(CountryRestrictionsService) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setCouponCode(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCouponCode(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setCouponCode(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setCouponCode(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setCouponCode(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setCouponCode(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setCreateCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property createCardErrorURL, used to redirect user in case of an error adding a new credit card.
setCreateCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property createCardSuccessURL, used to redirect user if a new credit card was successfully added.
setCreditCardBillingAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardExpirationMonth(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardExpirationYear(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardNickname(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardNumber(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardNumber(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setCreditCardTools(ExtendableCreditCardTools) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardTools(ExtendableCreditCardTools) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setCreditCardType(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardType(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setCreditCardVerificationNumber(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCreditCardVerificationNumber(String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setCreditCardVerificationNumber(Order, String) - Method in class atg.projects.store.order.StoreOrderTools
Sets the verification number on the order's credit card payment group.
setCurrencyCode(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setCurrentDate(CurrentDate) - Method in class atg.projects.store.catalog.filter.ItemDateValidator
 
setCurrentDate(CurrentDate) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets the CurrentDate component.
setCurrentDate(CurrentDate) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
Sets the CurrentDate component.
setCurrentDate(CurrentDate) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
Sets the CurrentDate component.
setCurrentDate(CurrentDate) - Method in class atg.projects.store.email.TesterEmailTools
Sets the CurrentDate component.
setCurrentDate(CurrentDate) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets the CurrentDate component.
setCurrentDate(CurrentDate) - Method in class atg.projects.store.inventory.StoreInventoryManager
Sets the CurrentDate component.
setCurrentLevel(String) - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
 
setCurrentPage(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets current page - pagination setting
setDateFormat(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setDateFormat(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setDateOfBirth(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setDateOfBirth(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setDateOfBirthPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setDefaultCard(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property efaultCard, naming the credit card to be the default.
setDefaultCreditCard(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
This method gets the credit card with parameter (pNickname) and makes it the default credit card for this profile.
setDefaultCssFile(String) - Method in class atg.projects.store.StoreConfiguration
Sets the location of the default css file(s).
setDefaultEmailInfo(TemplateEmailInfo) - Method in class atg.projects.store.email.StoreEmailTools
Sets the default email information.
setDefaultLocale(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setDefaultLocale(Locale) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
the default locale for which shipping method should be priced
setDefaultQualifierValue(String) - Method in class atg.projects.store.pricing.StorePricingModelProperties
Sets the value that indicates the default qualifier.
setDefaultRedirectURL(String) - Method in class atg.projects.store.servlet.GEOFilterServlet
Default URL to redirect to if the country code is not the US and if the country code does not have an explicit redirect location set in countryRedirectURLs.
setDefaultResourceBundle(String) - Method in class atg.projects.store.StoreConfiguration
Sets the location of the default resource bundle.
setDefaultShippingAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setDefaultShippingAddress(RepositoryItem, String) - Method in class atg.projects.store.profile.StoreProfileTools
This implementation makes a reference to an existing address (should be located in a secondaryAddresses set) with the shippingAddress property.
setDefaultShippingMethod(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setDefaultSizePropertyName(String) - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogProperties
 
setDefaultSortField(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets field to be sorted by
setDefaultTextTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
Sets the defaultTextTemplate
setDefaultThresholdLevel(long) - Method in class atg.projects.store.inventory.StoreInventoryManager
Default value if the stock level of an item is not defined.
setDescending(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets type of sort: descending or ascending.
setDisplayAll(List) - Method in class atg.projects.store.droplet.FacetDisplayDroplet
 
setDisplayNamePropertyName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the Display Name property.
setDocumentLinksService(DocumentLinksService) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
setDojoDebug(boolean) - Method in class atg.projects.store.StoreConfiguration
Sets a property stating that debug logging should be enable in the Dojo Toolkit.
setDummySearchText(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets the search text shown in the search input textbox upon loading of the page (i.e., "Enter Keyword").
setEditAddress(Address) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setEditAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property editAddress, naming the address to be edited
setEditCard(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property editCard, naming the credit card to be edited.
setEditCouponErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setEditCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setEditShippingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setEditShippingAddressNickName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setEditShippingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setEmail(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setEmailAddress(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setEmailAFriendMessage(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setEmailAFriendMessageParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setEmailAFriendResourceBundleName(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setEmailFormat(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
setEmailLocale(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setEmailLocaleName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setEmailMessageFrom(String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
The email address to set the message from for the order confirm email.
setEmailMessageSubject(String) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
The subject to use for the order confirmation emails.
setEmailOptIn(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setEmailOptIn(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setEmailOptInSourceCode(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setEmailRecipientItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setEmailRecipientPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setEmailSender(TemplateEmailSender) - Method in class atg.projects.store.email.StoreEmailTools
Sets the email send component.
setEmailTools(StoreEmailTools) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setEmailTools(StoreEmailTools) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setEmailTools(StoreEmailTools) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
 
setEnabled(boolean) - Method in class atg.projects.store.servlet.GEOFilterServlet
Changes the current "enabled" state of the servlet.
setEnabled(boolean) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setEndDatePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The end date property name.
setEpochDate(String) - Method in class atg.projects.store.StoreConfiguration
Sets the store epoch date.
setEpochDatePattern(String) - Method in class atg.projects.store.StoreConfiguration
Sets the date pattern defining the date format for the epochDate property.
setErrorURL(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the URL of the error page.
setErrorURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setExcludeFacets(List) - Method in class atg.projects.store.droplet.FacetDisplayDroplet
 
setExpirationDayOfMonth(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setExpirationMonth(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setExpirationYear(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setExpressCheckout(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setExpressCheckoutErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setExpressCheckoutHelper(StoreExpressCheckoutProcessHelper) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
setExpressCheckoutSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setFacetSearchTools(FacetSearchTools) - Method in class atg.projects.store.droplet.FacetDisplayDroplet
 
setFillFromTemplate(boolean) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
Sets the flag indicating whether we should try to extract email information from the <meta> tags in the template.
setFilter(CachedCollectionFilter) - Method in class atg.projects.store.droplet.PropertyValueCollection
Sets the the default filter to execute.
setFilter(SiteGroupFilter) - Method in class atg.projects.store.pricing.PromotionFilter
Sets the property mFilter
setFirstNonGiftShippingGroupName(String) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
setGenderPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setGiftlist(RepositoryItem) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Initializes all the form values from the provided gift list.
setGiftlistManager(StoreGiftlistManager) - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
setGiftlistManager(StoreGiftlistManager) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
Set a new giftlistManager component
setGiftlistManager(GiftlistManager) - Method in class atg.projects.store.order.StoreOrderManager
Specifies the GiftlistManager.
setGiftlistManager(GiftlistManager) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setGiftListSiteFilter(GiftlistSiteFilter) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setGiftlistsPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setGiftlistTools(GiftlistTools) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setGiftMessage(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setGiftMessage(String, String, String) - Method in class atg.projects.store.order.StoreOrderImpl
Sets the gift message.
setGiftMessageFrom(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setGiftMessageTo(String) - Method in class atg.projects.store.order.purchase.GiftMessageFormHandler
 
setGiftMessageUrl(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setGiftNoteSelected(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setGiftShippingGroupDescriptionPrefix(String) - Method in class atg.projects.store.gifts.StoreGiftlistManager
Use this method to set the description prefix - it is used in StoreGiftlistManager.createShippingGroupFromGiftlist(String)
setGiftWrapCommerceItemType(String) - Method in class atg.projects.store.order.StoreOrderTools
 
setGiftWrapEligiblePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate an item as 'giftwrappable'.
setGiftWrapItemShippingGroupInfos(List) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
This method is called when using multiple shipping groups.
setGiftWrapProductId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setGiftWrapSelected(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setGiftWrapSkuId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets the mGiftWrapSkuId property.
setGiftWrapTargetingResults(TargetingResults) - Method in class atg.projects.store.droplet.ShowGiftWrap
Set gift wrapping targeting results.
setGwpManager(StoreGWPManager) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Setter for the gift with purchase manager property.
setGwpManager(GWPManager) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Setter for the gift with purchase manager property.
setGwpPlaceholderHashCodes(int[]) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setGwpPlaceholderPromotionIds(String[]) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setHostName(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setHttpPort(int) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setHttpsPort(int) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setIdGenerator(IdGenerator) - Method in class atg.projects.store.order.StoreOrderTools
 
setIdPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the mIdPropertyName
setIgnoreList(String[]) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setImmutableCardProperties(String[]) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets immutableCardProperties property value.
setIncludeDisabledSites(boolean) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the includeDisabledSites property.
setIncludeInactiveSites(boolean) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the includeInactiveSites property.
setInitialSearch(boolean) - Method in class atg.projects.store.search.StoreQueryFormHandler
Sets initial search
setInvalidCityPatterns(Pattern[]) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
setInvalidCityStrings(String[]) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
setInvalidContextRoot(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
setInvalidStatesForShipMethod(Properties) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Expects a pipe-dilimited string containing 2-digit state abbreviations that are invalid for a particular shipping method.
setInvalidStreetStrings(String[]) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
setInventoryManager(StoreInventoryManager) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setInventoryManager(StoreInventoryManager) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
 
setInventoryManager(StoreInventoryManager) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setInventoryManager(StoreInventoryManager) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setItemDescriptorName(String) - Method in class atg.projects.store.droplet.RqlDroplet
 
setItemDescriptorName(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
setItemNonGwpQuantities(Map<String, String>) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setItemsBought(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setLastPurchaseDate(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setListSize(int) - Method in class atg.projects.store.email.RecentlySentList
Sets new list size
setLocale(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
Sets the value of the locale: field.
setLocaleParamName(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
 
setLocaleParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setLocalePropertyName(String) - Method in class atg.projects.store.profile.StoreForgotPasswordHandler
Sets the property name of the locale in the profile.
setLocaleService(LocaleService) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setLoggingIdentifier(String) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Sets property LoggingIdentifier.
setLogin(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setLoginDuringCheckoutURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setLoginEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setMandatoryStateCountryList(List<String>) - Method in class atg.projects.store.StoreConfiguration
Sets the list of configured country codes that are mandatory.
setMaxNickNameLength(int) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setMaxPasswordLength(int) - Method in class atg.projects.store.profile.StoreProfileTools
 
setMaxProductsToDisplay(int) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
setMaxQuantity(long) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Set the maximum quantity permitted per order item
setMessage(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the value of the Message: field.
setMessageParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the name of the parameter used for the Message: field.
setMessageParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the parameter used for the Message: field.
setMinNickNameLength(int) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setMinPasswordLength(int) - Method in class atg.projects.store.profile.StoreProfileTools
 
setMinQuantity(long) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Set the minimum quantity permitted per order item
setMoveItemsFromCartLoginURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property MoveItemsFromCartLoginURL.
setMoveToConfirmationChainId(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setMoveToConfirmErrorURL(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setMoveToConfirmSuccessURL(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setMoveToNewGiftListAddressErrorURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property MoveToNewGiftListAddressErrorURL
setMoveToNewGiftListAddressSuccessURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property MoveToNewGiftListAddressSuccessURL
setNewAddressErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property newAddressErrorURL, used to redirect user in case of an error creating an address.
setNewAddressSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property newAddressSuccessURL, used to redirect user after successfully creating an address.
setNewCreditCard(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setNewCreditCardVerificationNumber(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setNewCustomerEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setNewNicknameValueMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setNewPassword(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setNewPasswordParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setNewShipToAddressName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setNewUserPassword(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setNicknameValueMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setNoJavascriptErrorURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setNoJavascriptSuccessURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setNonDisplayableShippingGroups(List<String>) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
setNonProfileShippingAddressesMap(Map<String, Address>) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
setNumberOfOrders(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setOmsOrderId(String) - Method in class atg.projects.store.order.StoreOrderImpl
Sets the SAP order id.
setOmsOrderIdSpace(String) - Method in class atg.projects.store.order.StoreOrderTools
 
setOMSTransactionIdGenerator(IdGenerator) - Method in class atg.projects.store.order.StoreOrderManager
Specifies the OMSTransactionIdGenerator.
setOMSTransactionIdSpace(String) - Method in class atg.projects.store.order.StoreOrderManager
Specifies the OMSTransactionIdSpace.
setOrder(Order) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Set the Order property.
setOrder(Order) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Set the Order property.
setOrderId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderManager(OrderManager) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderManager(OrderManager) - Method in class atg.projects.store.order.OrderRepositoryHelper
 
setOrderManager(OrderManager) - Method in class atg.projects.store.order.StorePaymentGroupManager
Sets the order manager.
setOrderMessage(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderRecipientEmail(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderRecipientName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderRepository(MutableRepository) - Method in class atg.projects.store.email.StoreEmailTools
Sets the value of the orderRepository: field.
setOrderRepository(Repository) - Method in class atg.projects.store.inventory.StoreInventoryManager
 
setOrderSenderEmail(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderSenderName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderSubject(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderTools(StoreOrderTools) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setParameters(Map) - Method in class atg.projects.store.email.RecentlySentList.SentItem
 
setParams(Object[]) - Method in exception atg.projects.store.order.purchase.StorePurchaseProcessException
Set the Params property.
setPassword(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setPasswordPropertyDecoder(PropertyValueDecoder) - Method in class atg.projects.store.crypto.StoreKeyStoreKeyManager
 
setPaymentGroupManager(PaymentGroupManager) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Set the PaymentGroupManager property.
setPaymentId(String) - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
setPermittedCountriesPropertyName(String) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setPermittedCountryCodes(List) - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
setPersistEmails(boolean) - Method in class atg.projects.store.email.StoreEmailTools
Sets boolean indicating whether the email is persisted before it is sent.
setPersistEmails(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets boolean indicating whether the email is persisted before it is sent.
setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Sets place utils
setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.profile.StoreProfileTools
Sets place utils
setPreorderablePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate an item as 'preorderable'.
setPreorderEndDatePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate the 'preorderEndDate' of an item that is preorderable.
setPreRegisterErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setPreRegisterSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setPreviousEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setPreviousOptInStatus(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setPriceInfoRepositoryItemName(String) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
setPricingModelHolder(PricingModelHolder) - Method in class atg.projects.store.pricing.PromotionFilter
Sets the pricing model holder
setPricingTools(PricingTools) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
 
setPricingTools(PricingTools) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
 
setPricingTools(PricingTools) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setPricingTools(PricingTools) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
 
setProcessDummySearchText(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Boolean indicating if a search request that contains only the dummy search text should be processed (as opposed to giving an error).
setProductId(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
Sets the value of the ProductId: field.
setProductId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setProductId(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setProductIdParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setProductIdParamName(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
Sets the name of the parameter used for the ProductId: field.
setProductIdParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the parameter used for the ProductId: field.
setProductItemDescriptor(String) - Method in class atg.projects.store.catalog.filter.ItemSiteFilter
 
setProductItemName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the product item.
setProductPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setProfile(Profile) - Method in class atg.projects.store.droplet.ProfileSecurityStatus
 
setProfile(Profile) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets The user profile associated with the email.
setProfile(Profile) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Set the Profile property.
setProfile(RepositoryItem) - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Set the Profile property.
setProfileEmailAndLogin(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Set the EmailId and LoginId into the profile repository
setProfileItemFinder(StoreRepositoryProfileItemFinder) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setProfileParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the parameter used to send the current user profile to the template.
setProfilePassword(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Set the password and LoginId into the profile repository
setProfilePath(String) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setProfilePropertyManager(StorePropertyManager) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setProfilePropertyManager(PropertyManager) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
setProfilePropertyManager(StorePropertyManager) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setProfilePropertyManager(PropertyManager) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
 
setProfileRepository(MutableRepository) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setProfileRepository(Repository) - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
setProfileTools(StoreProfileTools) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
setProfileTools(ProfileTools) - Method in class atg.projects.store.droplet.IsEmailRecipient
 
setProfileTools(StoreProfileTools) - Method in class atg.projects.store.email.StoreEmailTools
 
setProfileTools(ProfileTools) - Method in class atg.projects.store.inventory.BackInStockNotificationService
Sets the property ProfileTools.
setProfileTools(ProfileTools) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
 
setProfileTools(StoreProfileTools) - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Sets the profileTools
setProfileType(String) - Method in class atg.projects.store.inventory.BackInStockNotificationService
Sets the property ProfileType.
setPromoTemplateUrls(List<String>) - Method in class atg.projects.store.email.StoreEmailTools
 
setPromotionTools(PromotionTools) - Method in class atg.projects.store.droplet.CartMessagesDropet
 
setProperties(Profile, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
Update the store profile properties based on values for the current site
setPropertiesToCopyOnRegistration(String[]) - Method in class atg.projects.store.order.StoreOrderTools
 
setPropertyItemDescriptor(RepositoryItemDescriptor) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
setPropertyManager(PropertyManager) - Method in class atg.projects.store.droplet.ProfileSecurityStatus
 
setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.email.StoreEmailTools
 
setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.email.StoreTemplateEmailSender
 
setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.inventory.StoreInventoryManager
 
setPropertyManager(StorePropertyManager) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
 
setPropertyNameMap(Map) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
 
setPropertyToFilterMap(Map) - Method in class atg.projects.store.catalog.StoreCatalogTools
Setter-method for StoreCatalogTools.mPropertyToFilterMap field.
setPropertyToLabelMap(Map) - Method in class atg.projects.store.catalog.StoreCatalogTools
Setter-method for StoreCatalogTools.mPropertyToLabelMap field.
setPropertyType(Class) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
setPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
setPropertyValueDecoder(PropertyValueDecoder) - Method in class atg.projects.store.crypto.StoreCipherService
 
setQualifierPropertyName(String) - Method in class atg.projects.store.pricing.StorePricingModelProperties
Sets the name of the property on the pricing model that indicates the qualifier.
setQueryRql(String) - Method in class atg.projects.store.droplet.RqlDroplet
 
setReceivePromoEmailPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setRecentlyViewedProductItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setRecentlyViewedProducts(List<RepositoryItem>) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets a recently viewed products list.
setRecentlyViewedProductsPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setRecentlyViewedTools(RecentlyViewedTools) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
 
setRecentlyViewedTools(RecentlyViewedTools) - Method in class atg.projects.store.profile.StoreProfileTools
 
setRecipientEmail(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the value of the RecipientEmail: field.
setRecipientEmailParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the name of the Email value used for the To: field.
setRecipientEmailParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the Email value used for the To: field.
setRecipientName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the value of the RecipientName: field.
setRecipientNameParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the name of the Name value used for the To: field.
setRecipientNameParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the Name value used for the To: field.
setRefferalSourcePropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setRegisterAccountErrorURL(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setRegisterAccountSuccessURL(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setRegistrationEmail(String) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
The email to use to register.
setRemoveAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property removeAddress, naming the address to be removed by handleRemoveAddress().
setRemoveCard(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property removeCard, naming the address to be removed by handleRemoveCard().
setRemoveCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property removeCardErrorURL, used to redirect user in case of an error removing a credit card.
setRemoveCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property removeCardSuccessURL, used to redirect user when a credit card is successfully removed.
setRemoveCouponErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setRemoveCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCouponFormHandler
 
setRemoveGiftShippingGroups(boolean) - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
setRemoveGwpPlaceholderFromOrder(int) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRemoveItemFromOrder(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRemoveItemGwp(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRemoveItemGwpId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRemoveItemNonGwp(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRemoveItemNonGwpId(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRemoveItemsFromGiftlistErrorURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
setRemoveItemsFromGiftlistSuccessURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
setRemoveShippingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setRemoveShippingAddressNickName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setRemoveShippingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setRepository(Repository) - Method in class atg.projects.store.droplet.RqlDroplet
 
setRepository(Repository) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
setRequestBean(SessionBean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DisplayCountryDroplet
 
setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
 
setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
setRequireCreditCardVerification(boolean) - Method in class atg.projects.store.StoreConfiguration
Set a property indicating whther that the credit card verification is required.
setRequiredAddressPropertyNames(String[]) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setRequiredBillingAddressPropertyList(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setResourceBundleName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setRestrictedCountriesPropertyName(String) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setRestrictedCountryCodes(List) - Method in class atg.projects.store.droplet.AvailableShippingGroups
 
setResultAsCollection(boolean) - Method in class atg.projects.store.droplet.RqlDroplet
 
setResultsPerPage(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets results per page - pagination setting
setRetypeNewPassword(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setRootNavigationCategoryId(String) - Method in class atg.projects.store.catalog.StoreCatalogTools
 
setRootNavigationCategoryPropertyName(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
The name of the "rootNavigationCategory" property of the catalog repository item.
setRqlParameters(List) - Method in class atg.projects.store.droplet.RqlDroplet
 
setSaveBillingAddress(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setSaveCreditCard(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setSaveShippingAddress(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setSaveShippingInfo(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setSearchPerformedThisRequest(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
 
setSearchResultsSize(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets size of results
setSearchSiteIds(String[]) - Method in class atg.projects.store.profile.SessionBean
 
setSecureHostName(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setSecureList(String[]) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Set the secure list.
setSecurityProviderClass(String) - Method in class atg.projects.store.crypto.AESPropertyDecoder
 
setSendEmailInSeparateThread(boolean) - Method in class atg.projects.store.email.StoreEmailTools
Sets boolean indicating whether the email is sent in a separate thread.
setSendEmailInSeparateThread(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets boolean indicating whether the email is sent in a separate thread.
setSenderEmail(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the value of the SenderEmail: field.
setSenderEmailParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the name of the Email value used for the From: field.
setSenderEmailParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the Email value used for the From: field.
setSenderName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the value of the SenderName: field.
setSenderNameParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the name of the Name value used for the From: field.
setSenderNameParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the Name value used for the From: field.
setSentList(LinkedList<RecentlySentList.SentItem>) - Method in class atg.projects.store.email.RecentlySentList
Sets new list for recently sent items
setSentList(RecentlySentList) - Method in class atg.projects.store.email.TesterEmailTools
 
setSessionBean(TemplateTesterSessionBean) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setSessionBean(SessionBean) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
setSessionBean(SessionBean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setShareableTypeId(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the mSharableTypeId
setShareableTypeId(String) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
setShippingAddressClassName(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
setShippingAddressNewNickName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShippingAddressNicknameMapKey(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setShippingGroup(ShippingGroup) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Override of base class behavior to use a locally defined variable for storing the shipping group.
setShippingGroupContainerService(ShippingGroupContainerService) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
setShippingGroupContainerService(ShippingGroupContainerService) - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
 
setShippingGroupContainerService(ShippingGroupContainerService) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setShippingGroupId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setShippingGroupManager(ShippingGroupManager) - Method in class atg.projects.store.droplet.ShowGiftWrap
Set the ShippingGroupManager property.
setShippingGroupManager(ShippingGroupManager) - Method in class atg.projects.store.order.StoreOrderTools
 
setShippingGroupMapContainer(ShippingGroupMapContainer) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Set the ShippingGroupMapContainer property.
setShippingGroupMapForDisplay(Map) - Method in class atg.projects.store.order.purchase.StoreShippingGroupContainerService
Set a new shippingGroupMapForDisplay
setShippingGroupParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setShippingHelper(StoreShippingProcessHelper) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShippingInfoURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setShippingMethod(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToAddressName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToExistingAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToExistingAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToMultipleAddressesErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToMultipleAddressesSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToNewAddress(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToNewAddressErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToNewAddressSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShoppingCart(OrderHolder) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property ShoppingCart.
setShoppingCartPath(String) - Method in class atg.projects.store.droplet.CartMessagesDropet
 
setShouldAddGiftNote(boolean) - Method in class atg.projects.store.order.StoreOrderImpl
 
setSite(Site) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
 
setSiteContextPath(String) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.collections.filter.RecentlyViewedFilter
Sets the SiteGroupManager instance
setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the mSiteGroupManager
setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
setSiteGroupPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the mSiteGroupPropertyName
setSiteHttpServerName(String) - Method in class atg.projects.store.StoreConfiguration
Sets the name of the HTTP server.When running of an internal facing instance this should be configured to the production instance.
setSiteHttpServerPort(int) - Method in class atg.projects.store.StoreConfiguration
Sets the port number of the HTTP server.
setSiteId(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the value of the SiteId: field.
setSiteIdParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the name of the parameter used for the SiteId: field.
setSiteIdParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
The siteId parameter name - it represents the Site ID from which the email is dispatched parameter to be used in Email template
setSiteIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setSiteKeyTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
setSiteManager(SiteManager) - Method in class atg.projects.store.catalog.comparison.StoreProductComparisonList
Sets the SiteManager
setSiteManager(SiteManager) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the mSiteManager
setSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.droplet.DefaultProductDetailsDroplet
 
setSitesPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
Sets the mSitesPropertyName
setSitesPropertyName(String) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
setSiteTagTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
setSiteURLManager(SiteURLManager) - Method in class atg.projects.store.droplet.DocumentLinksDroplet
Sets the SiteURLManager
setSizePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
setSizeRequired(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets whether or not an item requires a size option.
setSizeSortOrder(String[]) - Method in class atg.projects.store.catalog.StoreCatalogTools
 
setSkuId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setSkuIdParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setSkuIdToAdd(String) - Method in class atg.projects.store.profile.SessionBean
 
setSkuType(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setSkuTypePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The sku type property name.
setSkuUnavailableURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setSortSelection(String) - Method in class atg.projects.store.search.StoreQueryFormHandler
Sets the Sort Option
setSourceCode(String) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
The code that indicates the source of the form input.
setSourceCode(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setSourceCodePropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setStartDatePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The start date property name.
setStartIndexAtZero(boolean) - Method in class atg.projects.store.droplet.ArraySubsetHelper
 
setStockLevel(String, long) - Method in class atg.projects.store.inventory.StoreInventoryManager
This method will send an "UpdateInventory" message if the item changes from Out of stock to In stock with this method.
setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
 
setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.profile.StoreProfileTools
 
setStoreCreditPaymentType(String) - Method in class atg.projects.store.order.StorePaymentGroupManager
Sets the storeCreditPaymentType.
setStoredAddressSelection(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setStoredCreditCardName(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setStoreExpressCheckoutFormHandler(StoreExpressCheckoutFormHandler) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setStoreGiftlistFormHandler(StoreGiftlistFormHandler) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setStoreNameResource(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setStoreOrderTools(StoreOrderTools) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
setStoreOrderTools(StoreOrderTools) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setStoreOrderTools(StoreOrderTools) - Method in class atg.projects.store.order.StorePaymentGroupManager
Sets the StoreOrderTools property.
setStorePaymentGroupManager(StorePaymentGroupManager) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
setStorePropertyManager(StorePropertyManager) - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
 
setStorePropertyManager(StorePropertyManager) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.droplet.InternationalizedAvailableBillingAddresses
 
setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.droplet.InternationalizedAvailableShippingGroups
 
setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
 
setStoreSitePropertiesManager(StoreSitePropertiesManager) - Method in class atg.projects.store.email.StoreEmailTools
 
setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.projects.store.gifts.InternationalSearchFormHandler
 
setSubject(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setSubjectParamName(String) - Method in class atg.projects.store.email.EmailAFriendFormHandler
Sets the name of the parameter used for the Subject: field.
setSubjectParamName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setSubjectParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the parameter used for the Subject: field.
setSuccessURL(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the URL of the success page.
setSuccessURL(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setSuccessURLDynamicParams(Map<String, String>) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets the successURLDynamicParams Map.
setTaxPriceInfo(TaxPriceInfo) - Method in class atg.projects.store.pricing.StoreItemPriceInfo
 
setTaxPriceInfo(TaxPriceInfo) - Method in class atg.projects.store.pricing.StoreShippingPriceInfo
 
setTaxPriceInfoRepositoryItemName(String) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
setTemplateEmailInfo(TemplateEmailInfo) - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
setTemplateEmailInfo(TemplateEmailInfo) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.fulfillment.ConfirmationEmailSender
The template email sender to use to send the order confirm email.
setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.inventory.BackInStockNotificationService
 
setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.order.purchase.TellAFriendFormHandler
 
setTemplateEmailSender(TemplateEmailSender) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets the property TemplateEmailSender
setTemplateToTypeMap(Map<String, String>) - Method in class atg.projects.store.email.RecentlySentList
 
setTemplateUrl(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Sets the URL for the email template used to send the email.
setTemplateUrl(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the URL for the email template used to send the email.
setTemplateUrlName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setTemplateUrlName(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setTestSkuId(String) - Method in class atg.projects.store.order.StoreOrderTools
 
setTimestamp(String) - Method in class atg.projects.store.email.RecentlySentList.SentItem
 
setTimeStampPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setTopLevelCategory(String) - Method in class atg.projects.store.catalog.CatalogNavigation
Sets the top level category that user is currently viewing.
setTransactionManager(TransactionManager) - Method in class atg.projects.store.droplet.EnsureCreditCardPaymentGroup
 
setTransactionManager(TransactionManager) - Method in class atg.projects.store.droplet.RqlDroplet
 
setTransactionManager(TransactionManager) - Method in class atg.projects.store.email.StoreEmailTools
Sets the Transaction Manager.
setType(String) - Method in class atg.projects.store.email.RecentlySentList.SentItem
 
setTypeToMenuItemMap(Map<String, String>) - Method in class atg.projects.store.email.RecentlySentList
 
setupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method Initialize and setup Credit Card Payment group for the order, if store credit is used, then all amount from the order deducted by the store credit, then by credit card.
setupCreditCardPaymentGroupsForOrder(Order, RepositoryItem, boolean, String, Locale) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Added remaining order amount to the payment group for given pStoredCreditCardName.
setUpdateAddressErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property updateAddressErrorURL, used to redirect user in case of an error updating an address.
setUpdateAddressSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property updateAddressSuccessURL, used to redirect user when an address is successfully updated.
setUpdateCardErrorURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property updateCardErrorURL, used to redirect user in case of an error updating a new credit card.
setUpdateCardSuccessURL(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property updateCardSuccessURL.
setUpdateErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setUpdateGiftlistAndItemsErrorURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property UpdateGiftlistAndItemsErrorURL
setUpdateGiftlistAndItemsSuccessURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property UpdateGiftlistAndItemsSuccessURL
setUpdateShippingMethodErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setUpdateShippingMethodSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setUpdateSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setupGiftShippingDetails(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Setup shipping details for gift shipping groups
setupStoreCreditPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method Initialize and setup StoreCredit Payment group for the order, if store credit is used
setupStoreCreditPaymentGroupsForOrder(Order, RepositoryItem, String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Initialize Store Credit Payment Group, add amount to the payment group and add remaning amount to other payment groups CreditCard
setUrlContextStoreCommerce(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
setUseInventoryForPreorderPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The name of the property used to indicate the 'useInventoryForPreorder' of an item that is preorderable.
setUserIdPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setUserPricingModels(PricingModelHolder) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Set the UserPricingModels property.
setUseSearchForSubcategoryProductList(boolean) - Method in class atg.projects.store.StoreConfiguration
Sets a flag indicating whether ATG Search should be used to obtain the list of products in a subcategory.
setUseShippingAddressAsDefault(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setUsingProfileCreditCard(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setUsingSavedAddress(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setUsingStoreCredit(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setValidateShippingGroups(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Sets property ValidateShippingGroups
setValidateShippingGroupsChainId(String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Set the ValidateShippingGroupsChainId property.
setValidateShippingRestriction(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
setValue(Map) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Sets map of profile values
setValue(String, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Associate a named attribute with this feature.
setViewAllPageSize(Integer) - Method in class atg.projects.store.search.StoreRequestProcessor
 
setWishlistPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setWoodFinishPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
SHIPPABLE_COUNTRIES_PROPERTY_NAME - Static variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
SHIPPING_GROUP_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
SHIPPING_METHOD_INVALID - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Shipping method invalid message key.
SHIPPINGGROUP - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Shipping group parameter name.
ShippingGroupItemRelationshipDetails - Class in atg.projects.store.droplet
This droplet generates UnitPriceBeans for each item in each shipping group of an order.
ShippingGroupItemRelationshipDetails() - Constructor for class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
 
ShippingInfoFormHandler - Class in atg.projects.store.order.purchase
Form Handler for handling shipping related checkout processes.
ShippingInfoFormHandler() - Constructor for class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
ShippingRestrictionInterface - Interface in atg.projects.store.order.purchase
This inteface contain method for Restrict Shipping to restricted country or allow Shipping to only permitted country.
shipToExistingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Shiping to existing address.
shipToMultipleAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Applies the data in the CommerceItemShippingInfoContainer and ShippingGroupMapContainer to the order.
shipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Setup single shipping details for shipping to a new address
shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
ShowGiftWrap - Class in atg.projects.store.droplet
Checks to see if the gift wrap option should be shown or not.
ShowGiftWrap() - Constructor for class atg.projects.store.droplet.ShowGiftWrap
 
SITE_ID_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
SITE_ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
SITE_IDS - Static variable in class atg.projects.store.catalog.filter.ItemSiteFilter
Site ids property
SITE_IDS_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
SITE_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
SiteGroupFilter - Class in atg.projects.store.collections.filter
Filters a collection of (repository) items on their sites/siteGroup properties.
SiteGroupFilter() - Constructor for class atg.projects.store.collections.filter.SiteGroupFilter
 
SizedColoredProductDetailsDroplet - Class in atg.projects.store.droplet
This droplet should be used on the PDP with wood finish picker.
SizedColoredProductDetailsDroplet() - Constructor for class atg.projects.store.droplet.SizedColoredProductDetailsDroplet
 
SizedColoredProductDetailsDroplet.Size - Class in atg.projects.store.droplet
This is an information bean to be used on the JSP pages.
SizedColoredProductDetailsDroplet.Size(String, String) - Constructor for class atg.projects.store.droplet.SizedColoredProductDetailsDroplet.Size
 
SizeSorter - Class in atg.projects.store.collections.filter
This filter sorts a collection of size names.
SizeSorter() - Constructor for class atg.projects.store.collections.filter.SizeSorter
 
SKIP_STACKING_RULES_MESSAGES_SENDING - Static variable in class atg.projects.store.pricing.StorePricingTools
 
SKU_ID - Static variable in class atg.projects.store.catalog.comparison.StoreProductListHandler
 
SKU_ID - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
Sku id parameter name.
SKU_ID - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sku id constant.
SKU_ID_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
SKU_ID_TO_GIFTLIST_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
SKU_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
SkuAvailabilityLookup - Class in atg.projects.store.droplet
This droplet looks at a single sku and the product referencing it and determines if it is available, preorderable, backorderable or unavailable.
SkuAvailabilityLookup() - Constructor for class atg.projects.store.droplet.SkuAvailabilityLookup
 
SkuInventoryFilter - Class in atg.projects.store.collections.filter
This filter will filter products or skus in the collection based on their inventory availability.
SkuInventoryFilter() - Constructor for class atg.projects.store.collections.filter.SkuInventoryFilter
 
sLogger - Static variable in class atg.projects.store.catalog.filter.ItemsEnableFilter
Logger.
sLogger - Static variable in class atg.projects.store.ui.PromotionalContentEditor
Loger for the class
SORT_BY_KEYS - Static variable in class atg.projects.store.droplet.AvailableShippingGroups
Sort by keys parameter name
SORT_PARAM_DELIMITER - Static variable in class atg.projects.store.search.StoreQueryFormHandler
 
sortColors(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
Sorts a list of colors.
sortSizes(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
Sorts sizes accoring to the configured template.
sortStrings(List, String[]) - Method in class atg.projects.store.catalog.StoreCatalogTools
Sorts the collection of strings relative to their ordinal position in the sort order array.
SOURCE_TYPE_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Source type parameter name.
splitShippingGroupsByMethod(ShippingGroupMapContainer, List) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Loops through all CommerceItemShippingInfos and finds items that have the same shipping address but different shipping methods then creates separate shipping groups for them.
sPromotionBundleName - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Promotion resource bundle name.
sResourceBundle - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Resource bundle.
STATE_PROP_NAME - Static variable in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
STATUS_ERROR_REDIRECT - Static variable in class atg.projects.store.email.StoreEmailTools
Constant used to indicate that the form has errors, and that the form should perform a redirect.
STATUS_ERROR_STAY - Static variable in class atg.projects.store.email.StoreEmailTools
Constant used to indicate that the form has errors, and that the form should not perform a redirect.
STATUS_SUCCESS - Static variable in class atg.projects.store.email.StoreEmailTools
Constant used to indicate that the form has no errors.
STORE_CREDIT_ERROR - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Store credit payment group error message key.
StoreAddressTools - Class in atg.projects.store.profile
Contains useful functions for Address manipulation
StoreAddressTools() - Constructor for class atg.projects.store.profile.StoreAddressTools
 
StoreBillingProcessHelper - Class in atg.projects.store.order.purchase
Store implementation of the purchase process helper for billing sub-process.
StoreBillingProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
StoreCancelOrderFormHandler - Class in atg.projects.store.order.purchase
 
StoreCancelOrderFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
 
StoreCartFormHandler - Class in atg.projects.store.order.purchase
Extends the default CartModifierFormHandler for custom functionality.
StoreCartFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreCartFormHandler
 
StoreCartProcessHelper - Class in atg.projects.store.order.purchase
Extends the StorePurchaseProcessHelper to implement cart processing helper methods.
StoreCartProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreCartProcessHelper
 
StoreCatalogNavHistory - Class in atg.projects.store.catalog
A sub class of CatalogNavHistory that allows the current top level category to be obtained by a method call, instead of querying the navHistory list in the JSP.
StoreCatalogNavHistory() - Constructor for class atg.projects.store.catalog.StoreCatalogNavHistory
 
StoreCatalogProperties - Class in atg.projects.store.catalog
This class provides a mechanism to access the property names for catalog item descriptors modified for ATG.
StoreCatalogProperties() - Constructor for class atg.projects.store.catalog.StoreCatalogProperties
 
StoreCatalogTools - Class in atg.projects.store.catalog
The extensions to ootb CatalogTools.
StoreCatalogTools() - Constructor for class atg.projects.store.catalog.StoreCatalogTools
 
StoreCipherService - Class in atg.projects.store.crypto
It's a custom implementation of the CipherService service.
StoreCipherService() - Constructor for class atg.projects.store.crypto.StoreCipherService
 
StoreCommerceItemManager - Class in atg.projects.store.order
CRS extension to the DCS CommerceItemManager component.
StoreCommerceItemManager() - Constructor for class atg.projects.store.order.StoreCommerceItemManager
 
StoreCommitOrderHandler - Class in atg.projects.store.order.purchase
Extends the default CommitOrderFormHandler as to implement custom preCommitOrder and postCommitOrder functionality.
StoreCommitOrderHandler() - Constructor for class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
StoreCommitOrderProcessHelper - Class in atg.projects.store.order.purchase
This class performs logic necessary for the commit-order process
StoreCommitOrderProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
 
StoreConfiguration - Class in atg.projects.store
Stores configuration information that is specific to Commerce Reference Store.
StoreConfiguration() - Constructor for class atg.projects.store.StoreConfiguration
 
StoreCouponFormHandler - Class in atg.projects.store.order.purchase
Extension of PurchaseProcessFormHandler for working with coupons.
StoreCouponFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreCouponFormHandler
 
StoreCreditCardInfo - Interface in atg.projects.store.payment.creditcard
CreditCardInfo that adds the card verification number.
StoreEmailTools - Class in atg.projects.store.email
This utility class defines various utility methods that are used by Store for processing email.
StoreEmailTools() - Constructor for class atg.projects.store.email.StoreEmailTools
 
StoreExpressCheckoutFormHandler - Class in atg.projects.store.order.purchase
This class is needed to get the billing address from the credit card rather than the user's default billing address.
StoreExpressCheckoutFormHandler() - Constructor for class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
StoreExpressCheckoutProcessHelper - Class in atg.projects.store.order.purchase
 
StoreExpressCheckoutProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreExpressCheckoutProcessHelper
 
StoreFillRelatedItemsSlotAction - Class in atg.projects.store.scenario.action
EStore implementation of a fillRelatedItemsSlotAction scenario action.
StoreFillRelatedItemsSlotAction() - Constructor for class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
 
StoreFillRelatedItemsSlotActionConfiguration - Class in atg.projects.store.scenario.action
EStore implementation of Nucleus component to contain all necessary properties for fillRelatedItemsSlotAction scenario action.
StoreFillRelatedItemsSlotActionConfiguration() - Constructor for class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
StoreForgotPasswordHandler - Class in atg.projects.store.profile
This is a Store extension of DPS' ForgotPasswordHandler handler.
StoreForgotPasswordHandler() - Constructor for class atg.projects.store.profile.StoreForgotPasswordHandler
 
StoreGiftlistFormHandler - Class in atg.projects.store.gifts
Extensions to the atg.commerce.gifts.GiftlistFormHandler.
StoreGiftlistFormHandler() - Constructor for class atg.projects.store.gifts.StoreGiftlistFormHandler
 
StoreGiftlistManager - Class in atg.projects.store.gifts
This class performs specific to CRS actions with giftlists in addition to those which are provided in parent class.
StoreGiftlistManager() - Constructor for class atg.projects.store.gifts.StoreGiftlistManager
 
StoreGiftWithPurchaseSelectionsDroplet - Class in atg.projects.store.droplet
CRS extension of Core Commerce StoreGiftWithPurchaseSelectionsDroplet Adds additional output parameter with quantity of items still available for selection for the given order
StoreGiftWithPurchaseSelectionsDroplet() - Constructor for class atg.projects.store.droplet.StoreGiftWithPurchaseSelectionsDroplet
 
StoreGrammarExtension - Class in atg.projects.store.ui
A lightweight extension to the Scenario Grammar.
StoreGrammarExtension() - Constructor for class atg.projects.store.ui.StoreGrammarExtension
Default constructor.
StoreHardgoodShippingGroupInitializer - Class in atg.projects.store.order.purchase
This class performs specific to CRS actions with HardgoodShippingGroup in addition to those which are provided in parent class.
StoreHardgoodShippingGroupInitializer() - Constructor for class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
 
StoreInventoryManager - Class in atg.projects.store.inventory
This class is an extension of the RepositoryInventoryManager.
StoreInventoryManager() - Constructor for class atg.projects.store.inventory.StoreInventoryManager
 
StoreItemDiscountCalculator - Class in atg.projects.store.pricing
Extends the original to allow the pricing model to determine what qualifier service to use.
StoreItemDiscountCalculator() - Constructor for class atg.projects.store.pricing.StoreItemDiscountCalculator
 
StoreItemPriceInfo - Class in atg.projects.store.pricing
Extended the ATG base class to include a taxPriceInfo property.
StoreItemPriceInfo() - Constructor for class atg.projects.store.pricing.StoreItemPriceInfo
 
StoreKeyStoreKeyManager - Class in atg.projects.store.crypto
CRS extension of the KeyStoreKeyManager.
StoreKeyStoreKeyManager() - Constructor for class atg.projects.store.crypto.StoreKeyStoreKeyManager
 
storeNewGiftListData() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Stores entered by user data to the session-scoped component.
StoreOrderHolder - Class in atg.projects.store.order
This is an EStore's extention to the ShoppingCart component.
StoreOrderHolder() - Constructor for class atg.projects.store.order.StoreOrderHolder
 
StoreOrderImpl - Class in atg.projects.store.order
Extension to order class.
StoreOrderImpl() - Constructor for class atg.projects.store.order.StoreOrderImpl
 
StoreOrderManager - Class in atg.projects.store.order
The class extends the ATG SimpleOrderManager.
StoreOrderManager() - Constructor for class atg.projects.store.order.StoreOrderManager
 
StoreOrderStates - Class in atg.projects.store.states
This class holds the new Order states.
StoreOrderStates() - Constructor for class atg.projects.store.states.StoreOrderStates
 
StoreOrderTools - Class in atg.projects.store.order
This is the OrderTools class for the Store ecommerce site.
StoreOrderTools() - Constructor for class atg.projects.store.order.StoreOrderTools
 
StorePaymentGroupManager - Class in atg.projects.store.order
This class holds utility methods for manipulating PaymentGroups.
StorePaymentGroupManager() - Constructor for class atg.projects.store.order.StorePaymentGroupManager
 
StorePriceBeansDroplet - Class in atg.projects.store.droplet
This droplet generates UnitPriceBeans for the whole order, or for the shipping-group-commerce-item relationship.
StorePriceBeansDroplet() - Constructor for class atg.projects.store.droplet.StorePriceBeansDroplet
 
StorePricingModelProperties - Class in atg.projects.store.pricing
Adds properties to the Store pricing models.
StorePricingModelProperties() - Constructor for class atg.projects.store.pricing.StorePricingModelProperties
 
StorePricingTools - Class in atg.projects.store.pricing
Store extension for the PricingTools.
StorePricingTools() - Constructor for class atg.projects.store.pricing.StorePricingTools
 
StoreProcLoadPriceInfoObjects - Class in atg.projects.store.order.processor
This class is overridden to include loading of TaxPriceInfo for commerce items and shipping groups.
StoreProcLoadPriceInfoObjects() - Constructor for class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
StoreProcSavePriceInfoObjects - Class in atg.projects.store.order.processor
Extended ATG base class in order to save TaxPriceInfo of commerce items and shipping groups.
StoreProcSavePriceInfoObjects() - Constructor for class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
 
StoreProcUpdateGiftRepository - Class in atg.projects.store.order.processor
This extension of ProcUpdateGiftRepository will check if the given commerce item is a gift wrap item, so it doesn't attempt to remove gift wrap from the giftlist.
StoreProcUpdateGiftRepository() - Constructor for class atg.projects.store.order.processor.StoreProcUpdateGiftRepository
 
StoreProductComparisonList - Class in atg.projects.store.catalog.comparison
Extends atg.commerce.catalog.comparison.ProductComparisonList and gets the default category for the current site.
StoreProductComparisonList() - Constructor for class atg.projects.store.catalog.comparison.StoreProductComparisonList
 
StoreProductListHandler - Class in atg.projects.store.catalog.comparison
Extension to the atg.commerce.catalog.comparison.ProductListHandler to obtain property values from the request parameter if not supplied via a form submission.
StoreProductListHandler() - Constructor for class atg.projects.store.catalog.comparison.StoreProductListHandler
 
StoreProfileConstants - Interface in atg.projects.store.profile
Constants used to get properties from user profile.
StoreProfileFormHandler - Class in atg.projects.store.profile
Profile form handler.
StoreProfileFormHandler() - Constructor for class atg.projects.store.profile.StoreProfileFormHandler
 
StoreProfilePropertySetter - Class in atg.projects.store.servlet.pipeline
Update the store profile properties based on values for the current site.
StoreProfilePropertySetter() - Constructor for class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
 
StoreProfileTools - Class in atg.projects.store.profile
Extensions to CommerceProfileTools.
StoreProfileTools() - Constructor for class atg.projects.store.profile.StoreProfileTools
 
StorePropertyManager - Class in atg.projects.store.profile
Store-specific extenstions with names of extended profile properties.
StorePropertyManager() - Constructor for class atg.projects.store.profile.StorePropertyManager
 
StorePropertyNameConstants - Class in atg.projects.store.order
Constants for Store-specific order properties.
StorePropertyNameConstants() - Constructor for class atg.projects.store.order.StorePropertyNameConstants
 
StorePurchaseProcessException - Exception in atg.projects.store.order.purchase
This exception indicates that an error occured while performing checkout process
StorePurchaseProcessException() - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
Constructs a new StorePurchaseProcessException.
StorePurchaseProcessException(String) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
Constructs a new StorePurchaseProcessException with the given explanation.
StorePurchaseProcessException(String, Object[]) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
Constructs a new StorePurchaseProcessException with the given explanation.
StorePurchaseProcessException(String, Exception) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
Constructs a new StorePurchaseProcessException with the given explanation.
StorePurchaseProcessException(String, Exception, Object[]) - Constructor for exception atg.projects.store.order.purchase.StorePurchaseProcessException
Constructs a new StorePurchaseProcessException with the given explanation.
StorePurchaseProcessFormHandler - Class in atg.projects.store.order.purchase
Form Handler for handling purchase processes in Store
StorePurchaseProcessFormHandler() - Constructor for class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
 
StorePurchaseProcessHelper - Class in atg.projects.store.order.purchase
Store implementation of the purchase process helper.
StorePurchaseProcessHelper() - Constructor for class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
StoreQueryFormHandler - Class in atg.projects.store.search
CRS extension of search form handler.
StoreQueryFormHandler() - Constructor for class atg.projects.store.search.StoreQueryFormHandler
 
StoreRepositoryProfileItemFinder - Class in atg.projects.store.profile
Finds profile repository items by querying the profile repository.
StoreRepositoryProfileItemFinder() - Constructor for class atg.projects.store.profile.StoreRepositoryProfileItemFinder
 
StoreRequestLocale - Class in atg.projects.store.servlet
The extensions to ootb RequestLocale.
StoreRequestLocale() - Constructor for class atg.projects.store.servlet.StoreRequestLocale
 
StoreRequestProcessor - Class in atg.projects.store.search
Store implementations of SearchRequestProcessor
StoreRequestProcessor() - Constructor for class atg.projects.store.search.StoreRequestProcessor
 
StoreSearchFormHandler - Class in atg.projects.store.catalog
This class extends the ATG CatalogSearchFormHandler so as to handle multi worded keywords.
StoreSearchFormHandler() - Constructor for class atg.projects.store.catalog.StoreSearchFormHandler
 
StoreSearchFormHandler - Class in atg.projects.store.gifts
Estore version of DCS' GiftlistSearch form handler.
StoreSearchFormHandler() - Constructor for class atg.projects.store.gifts.StoreSearchFormHandler
 
StoreShippingGroupContainerService - Class in atg.projects.store.order.purchase
An override of the DCS class ShippingGroupContainerService to add customizations such as using the shippingGroupMap property to display addresses on the UI.
StoreShippingGroupContainerService() - Constructor for class atg.projects.store.order.purchase.StoreShippingGroupContainerService
 
StoreShippingGroupManager - Class in atg.projects.store.order
Commerce Reference Store shipping group manager.
StoreShippingGroupManager() - Constructor for class atg.projects.store.order.StoreShippingGroupManager
 
StoreShippingPriceInfo - Class in atg.projects.store.pricing
Extends the base class to include a taxPriceInfo property.
StoreShippingPriceInfo() - Constructor for class atg.projects.store.pricing.StoreShippingPriceInfo
 
StoreShippingProcessHelper - Class in atg.projects.store.order.purchase
Helper methods for handling shipping information
StoreShippingProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
StoreStoreCredit - Class in atg.projects.store.payment
The default store credit payment group is extended to contain the amount applied to the order.
StoreStoreCredit() - Constructor for class atg.projects.store.payment.StoreStoreCredit
 
StoreTemplateEmailSender - Class in atg.projects.store.email
This is a Store extention of DPS' TemplateEmailSender component.
StoreTemplateEmailSender() - Constructor for class atg.projects.store.email.StoreTemplateEmailSender
 
StoreTextDroplet - Class in atg.projects.store.droplet
This droplet performs a look up in the repository to obtain localized resource text message templates either by matching on a specific key to obtain a single resource text message template or by matching on a tag to obtain zero or more resource text messages 'tagged' with this value.
StoreTextDroplet() - Constructor for class atg.projects.store.droplet.StoreTextDroplet
 
storeUserInputsIntoSession() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Stores user's input into session bean.
SUBSETINDEXES - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
Subset indices parameter name.
SUBSETSIZE - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
Subset size parameter name.
SUCCESS - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Success constant.
SUCCESS_URL - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Success URL constant.
SurchargeShippingCalculator - Class in atg.projects.store.pricing
Overrides ATG's FixedPriceShippingCalculator.
SurchargeShippingCalculator() - Constructor for class atg.projects.store.pricing.SurchargeShippingCalculator
 
sUserResourceBundle - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
User resource bundle.

T

TellAFriendFormHandler - Class in atg.projects.store.order.purchase
This form handler manages the tell a friend functionality.
TellAFriendFormHandler() - Constructor for class atg.projects.store.order.purchase.TellAFriendFormHandler
 
TemplateTesterFormHandler - Class in atg.projects.store.email
Email templates form handler.
TemplateTesterFormHandler() - Constructor for class atg.projects.store.email.TemplateTesterFormHandler
 
TemplateTesterSessionBean - Class in atg.projects.store.email
A session scoped bean containing only a map property that stores user's input for email templates forms.
TemplateTesterSessionBean() - Constructor for class atg.projects.store.email.TemplateTesterSessionBean
 
tenderCoupon(String, StoreOrderImpl, RepositoryItem, PricingModelHolder, Locale) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Attempt to claim the specified coupon code for a specific user and order.
TesterEmailTools - Class in atg.projects.store.email
Utility methods for e-mail templates testing.
TesterEmailTools() - Constructor for class atg.projects.store.email.TesterEmailTools
 
TEXT_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.StoreTextDroplet
 
TOP_LEVEL_CATEGORY_NAV_POSITON - Static variable in class atg.projects.store.catalog.StoreCatalogNavHistory
The position of the top level category in the navigation history
toString() - Method in class atg.projects.store.order.StoreOrderImpl
Method that renders the general order information in a readable string format.
toString() - Method in class atg.projects.store.pricing.StoreShippingPriceInfo
Overrides base method to include taxPriceInfo.
trimmedString(String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Trim string.
trimSpacesFromAddressValues(Address) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Trims spaces from address values.
TRUE - Static variable in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Oparam true.
TRUE - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
True parameter name.
TRUE - Static variable in class atg.projects.store.droplet.ShowGiftWrap
Oparam true.
TYPE_PRODUCT - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Source type "product"
TYPE_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.StoreTextDroplet
 
TYPE_PROPERTY_NAME - Static variable in class atg.projects.store.order.descriptors.GiftWrappedPropertyDescriptor
 
TYPE_SKU - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Source type "sku"

U

UNKNOWN_STATE_CODE - Static variable in class atg.projects.store.profile.StoreProfileTools
 
UP - Static variable in class atg.projects.store.util.DocumentLinksService
 
updateCheckoutProgressState() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
If no errors, update checkout progress state with CONFIRM level.
updateEmailRecipient(RepositoryItem, String, String, String) - Method in class atg.projects.store.profile.StoreProfileTools
Updates email recipient's email and userId properties if corresponding repository item is found.
updateGiftlistItem(Order, String, String, String, String, CommerceItem, long, ResourceBundle, PipelineResult) - Method in class atg.projects.store.order.processor.StoreProcUpdateGiftRepository
This method increments the quantityPurchased property for the given item in the given Giftlist by some quantity.
updateOrder(CommerceItem, long, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Will update the quantity of the commerceItem passed in.
updateProfileIdOnOrder(Order, RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Makes sure that the profile id is set correctly on the order.
updateProfileInRepository(Profile) - Method in class atg.projects.store.order.StoreOrderTools
Convenience method to update the profile item in the repository.
updateProfileLocale(Profile, Locale) - Method in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
Updates locale in profile.
updateSecondaryInfo(Address, Address) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Updates all the properties of an address that don't effect where the item is shipped to - e.g the phone number.
updateShippingMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Save changes to shipping groups.
USER_MSGS_RES_NAME - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Resource bundle name for user messages.
USER_PREF_LANGUAGE_COOKIE_NAME - Static variable in class atg.projects.store.servlet.pipeline.StoreProfilePropertySetter
 
USER_PROFILE_TYPE - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
USER_TYPE - Static variable in class atg.projects.store.email.TesterEmailTools
 

V

validateAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates new address fields entered by user: all required fields are specified for new address country/state combination is valid for new address not duplicate address nickname is used for create address or update address operation
validateAddressNicknameForUniqueness(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validate address nickname for duplicacy
validateBillingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Validates the billing address, Not Validate, if Order Amount is not payed by Credit Card
validateBillingAddressFields(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates that all required fields are entered for billing address
validateCountryStateCombination(Map, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validate country-state combination.
validateCountryStateCombination(String, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validate country-state combination.
validateCreateCreditCardInformation(DynamoHttpServletRequest, DynamoHttpServletResponse, boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates credit card information entered by user: all required fields are specified for credit card all required fields are specified for new address country/state combination is valid for new address card number and expiry date are valid not duplicate credit card nickname is used
validateCreditCard(Map, ResourceBundle) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates the credit card information using CreditCardTools.
validateCreditCardAuthorizationNumber(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Verifies that the auth number is valued and a number.
validateCreditCardAuthorizationNumber(String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Verify the Credit Card verification number
validateCreditCardAuthorizationNumber(String) - Method in class atg.projects.store.order.StoreOrderTools
Verifies that the auth number is valued and a number.
validateCreditCardFields(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates that all required credit card's fields are entered by user
validateCreditCardForExpressCheckout(RepositoryItem) - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Validates profile's default credit card for Express Checkout.
validateCreditCardForExpressCheckout(RepositoryItem) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
Checks if profile's default credit card is valid for Express Checkout.
validateCreditCardInput(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method uses the CreditCardTools to validate the credit card.
validateCreditCardNicknameInput(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method validates the credit card nickname if one is required.
validateCreditCardNicknameInput(Order, RepositoryItem, String, int, int) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method validates the credit card nickname if one is required.
validateCreditCardRequiredFields(CreditCard, String, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Check required fields for the new credit card.
validateCreditCardVerificationNumber(Order, String) - Method in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Validates the credit card verification number on the order, if required.
validateDateFormat(String, String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Operation called to validate the Date on the basis of locale format
validateEmailAddress(String) - Method in class atg.projects.store.email.StoreEmailTools
Check to see if Email format is correct.
validateEmailAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Utility method to validate email address.
validateEmailAddress(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Utility method to validate email address.
validateEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileTools
Validates an email address for correctness.
validateGiftlistCatalogRefIds(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Validates whether SKU Ids are specified for adding to gift list.
validateInputs() - Method in class atg.projects.store.email.TemplateTesterFormHandler
Check that items are acceptable on the selected site
validateItemsInOrder(List) - Method in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
This is a utility method that takes a list of CommerceItems and checks to see if there is a non-GiftWrapCommerceItem in the list.
validateMultiShippingAddresses(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validate the shipping addresses on the multi shipping page
validateObject(Object) - Method in class atg.projects.store.catalog.filter.ItemDateValidator
See the API doc for the logic performed by this validation method.
validateObject(Object) - Method in class atg.projects.store.repository.filter.ItemRepositoryValidator
This method validates that a repository item exists or is removed from the repository.
validateOrderQuantity(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Validate quantity.
validatePassword() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Utility method to validate password input.
validatePassword(RepositoryItem, String, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Utility method to validate password input.
validateQuantity(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Validate quantity.
validateSearchInput() - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Ensures that at least one of the first name or last name fields is not empty.
validateSelectedSKUs(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method checks if all items to be added into the shopping cart contain a reference to a SKU repository item.
validateShippingAddress(Address, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the new address.
validateShippingAddressForExpressCheckout(RepositoryItem) - Method in class atg.projects.store.droplet.ExpressCheckoutOkDroplet
Validates profile's default shipping address for Express Checkout.
validateShippingAddressForExpressCheckout(RepositoryItem) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
Checks if profile's default shipping address is valid for Express Checkout.
validateShippingCity(Address) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Validates the shipping city against a collection of regular expressions.
validateShippingMethod(Address, String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the new address - Make sure user isn't trying to Express ship to AK, etc.
validateShippingMethod(Address, String) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
This method will ensure the user isn't trying to use a shipping method that isn't valid for the state.
validateShippingMethodForContainerShippingGroups(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the shipping group addresses against the provided shipping method.
validateShippingMethodForGiftShippingGroups(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validate the gift shipping addresses against the shipping methods being used.
validateShippingMethods(Order, RepositoryItem, Locale, PricingModelHolder) - Method in class atg.projects.store.order.purchase.StoreCommitOrderProcessHelper
Validates the shipping methods on an order against the list of available shipping methods.
validateShippingRestrictions(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Determines if the customer is attempting to ship an item to a country that is restricted.
validateShippingRestrictions(Order) - Method in interface atg.projects.store.order.purchase.ShippingRestrictionInterface
Validate shipping restrictions.
validateSufficientOnlineCredit(String[], Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method verifies if the online credit(s) total is sufficient to cover the order total.
validateUpdateCreditCardInformation(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates updated credit card information entered by user: country/state combination is valid for billing address card expiry date are valid not duplicate credit card nickname is used
VALUE - Static variable in class atg.projects.store.droplet.EscapeJS
Input parameter name value.
valueOf(String) - Static method in enum atg.projects.store.order.purchase.CheckoutProgressStates.DEFAULT_STATES
Returns the enum constant of this type with the specified name.
values() - Static method in enum atg.projects.store.order.purchase.CheckoutProgressStates.DEFAULT_STATES
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Values parameter name.
VALUES_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Values parameter name.
VERIFICATION_NUMBER_INVALID - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Invalid verification number message key.
VERIFICATION_NUMBER_INVALID - Static variable in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Verification number invalid message key.

W

WISH_LIST_NOT_LOGGED_IN - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
 

X

XA_FAILURE - Static variable in class atg.projects.store.droplet.RqlDroplet
XA failure message.

Y

YES - Static variable in class atg.projects.store.profile.StoreProfileFormHandler
 

A B C D E F G H I L M N O P Q R S T U V W X Y