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

A

AbstractEncryptor - Class in atg.projects.store.crypto
A simple abstract class for performing encryption/decryption.
AbstractEncryptor() - Constructor for class atg.projects.store.crypto.AbstractEncryptor
Default constructor.
acceptDecryptKey(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Sets the key property.
acceptDecryptKey(byte[]) - Method in interface atg.projects.store.crypto.Encryptor
Sets the key property.
acceptEncryptKey(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Sets the pValue property.
acceptEncryptKey(byte[]) - Method in interface atg.projects.store.crypto.Encryptor
Sets the pValue property.
acceptKey(byte[]) - Method in class atg.projects.store.crypto.DESedeEncryptor
Initialize the KeySpec.
ACKNOWLEDGED - Static variable in class atg.projects.store.states.StoreOrderStates
DOCUMENT ME!
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
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.
addItemsToGiftlist(String, AddCommerceItemInfo[], GiftlistManager) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Adds the given item(s) to the selected giftlist.
AddItemsToOrder - Class in atg.projects.store.droplet
This droplet is placed on the page that follows login during checkout (currently the shipping page).
AddItemsToOrder() - Constructor for class atg.projects.store.droplet.AddItemsToOrder
 
addItemToList(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Adds an item to a gift/wish list
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.
addItemToShippingGroup(CommerceItem, AddCommerceItemInfo, Order, ShippingGroup) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Associate a commerce item with the shipping group specified by the pItemInfo.shippingGroup property or the default shipping group supplied by our caller.
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
 
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.
addSecurityProviders() - Method in class atg.projects.store.crypto.DESedeEncryptor
This method add's new security provider at the top of the list of exsisting providers.
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.
AjaxUtils - Class in atg.projects.store.ui
Utility methods for AJAX request processing.
AjaxUtils() - Constructor for class atg.projects.store.ui.AjaxUtils
 
ALGORITHM - Static variable in class atg.projects.store.crypto.DESEncryptor
Crypto algorithm name.
ALL - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
All parameter name.
AMOUNT - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Amount constant.
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
 
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.
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
 
assignItemTaxAmounts(Order, TaxPriceInfo, TaxStatus) - Method in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
This method is overridden to assign the TaxPriceInfo objects to the StoreItemPriceInfo and StoreShippingPriceInfo objects.
assignItemTaxAmounts(ShippingGroup, TaxPriceInfo, OrderPriceInfo, OrderPriceInfo, TaxStatus) - Method in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
This method is overridden to assign the TaxPriceInfo objects to the StoreItemPriceInfo objects.
assignOfferTax(String, ICSReply, TaxPriceInfo, boolean) - Method in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
This method will get the Offer Tax from the CyberSource reply and store it in TaxPriceInfo object.
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
 
atg.projects.store.catalog - package atg.projects.store.catalog
 
atg.projects.store.catalog.comparison - package atg.projects.store.catalog.comparison
 
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.integrations.cybersource - package atg.projects.store.integrations.cybersource
 
atg.projects.store.inventory - package atg.projects.store.inventory
 
atg.projects.store.io - package atg.projects.store.io
 
atg.projects.store.logging - package atg.projects.store.logging
 
atg.projects.store.order - package atg.projects.store.order
 
atg.projects.store.order.beans - package atg.projects.store.order.beans
 
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.repository - package atg.repository
 
atg.repository.search.indexing.accessor - package atg.repository.search.indexing.accessor
 
atg.repository.search.indexing.service - package atg.repository.search.indexing.service
 
AVAILABILITY_DATE - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The output parameter name for the availabilityDate to set.

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
 
BILL_CITY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Billing city constant.
BILL_COUNTRY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Billing country constant.
BILL_COUNTY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Billing county constant.
BILL_STATE - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Billing state constant.
BILL_ZIP - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Billing zip code constant.
BillingInfoFormHandler - Class in atg.projects.store.order.purchase
Form Handler for taking billing information.
BillingInfoFormHandler() - Constructor for class atg.projects.store.order.purchase.BillingInfoFormHandler
 
BILLTO - Static variable in class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
buildItemInfos(Order) - Method in class atg.projects.store.order.StoreOrderManager
Returns a List of AddCommerceItemInfos based on the order param.

C

calculate(TaxRequestInfo, int) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Call to cybersource to calculate taxes with this single CyberSource request
calculateAllTax(TaxStatus[]) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Overrides base method to not only calculate total taxes for passed TaxStatus objects but to preserve per offer taxes details in final TaxStatus.
calculateTotalForRelationshipBeans(List) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Calculates total for relationship beans.
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
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.
checkForDuplicateAddress(DynamoHttpServletRequest, DynamoHttpServletResponse, String, List<String>) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Checks if the given nickname already exists in the secondary address map.
checkForInvalidStreetAddress(ContactInfo) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Validates against invalid street addresses.
checkForRequiredAddressProperties(ContactInfo, DynamoHttpServletRequest) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Validates the required billing properties.
CheckoutOptionSelections - Class in atg.projects.store.order.purchase
 
CheckoutOptionSelections() - Constructor for class atg.projects.store.order.purchase.CheckoutOptionSelections
 
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
 
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
 
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.
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.EmailAFriendFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.catalog.filter.ItemCatalogValidator
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.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.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.RemoveDuplicateItemsFilter
 
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.crypto.AbstractEncryptor
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.crypto.DESedeEncryptor
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.crypto.DESEncryptor
Class version string
CLASS_VERSION - Static variable in interface atg.projects.store.crypto.Encryptor
Class version string
CLASS_VERSION - Static variable in exception atg.projects.store.crypto.EncryptorException
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.AddItemsToOrder
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ColorSizeDroplet.Color
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.droplet.ColorSizeDroplet.Size
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.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.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.InternationalizedCountryRestrictionsDroplet
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.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.SkuAvailabilityLookup
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.droplet.WoodFinishDroplet
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.droplet.WoodFinishDroplet.WoodFinish
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.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.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.integrations.cybersource.StoreCyberSourceTax
Class version string.
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.InventoryDiscrepancyFileWriter
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.inventory.InventoryDiscrepancyMessage
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.io.EmailListWriter
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.io.StoreFileWriter
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.beans.StoreCreditBean
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.CheckoutOptionSelections
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.StoreAddCommerceItemInfo
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.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.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.StoreTaxProcessorTaxCalculator
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.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.StoreForgotPasswordHadler
Class version
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreInternationalizedProfile
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreProfile
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.profile.UserItems
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Class version string
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.GenerateEmailList
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.scenario.action.GenerateEmailListConfiguration
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.LanguageParserOptions
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.search.StoreCurrentDate
 
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.repository.search.indexing.accessor.InternationalPricePropertyAccessor
Class version string
CLASS_VERSION - Static variable in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
 
CLASS_VERSION - Static variable in class atg.repository.search.indexing.service.ContextTranslationRepositoryKeyService
 
clearPersonalData() - Method in class atg.projects.store.profile.StoreProfile
This method clears all data stored in the following Profile's properties: secondaryAddresses shippingAddress billingAddress
collectParams() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
 
collectParams() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Collect parameters for e-mail templates
collectParams() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
ColorSizeDroplet - Class in atg.projects.store.droplet
This droplet is used by the color and size picker to generate the available colors and sizes and their current state.
ColorSizeDroplet() - Constructor for class atg.projects.store.droplet.ColorSizeDroplet
 
ColorSizeDroplet.Color - Class in atg.projects.store.droplet
Class that represents a color state.
ColorSizeDroplet.Size - Class in atg.projects.store.droplet
Class that represents a size state.
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
 
COMMERCEITEMRELATIONSHIP - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Commerce item relationship parameter name.
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
 
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.GenerateEmailList
Configures the action using the given configuration object.
configure(Object) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotAction
 
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.
copyItemsToOrder(List, Order, RepositoryItem, PricingModelHolder, String, Locale) - Method in class atg.projects.store.droplet.AddItemsToOrder
This method is used when a user enters the checkout process as a recognized user, but decides to proceed anonymously.
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.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_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 country returns a list of countries filtered on the permitted/restricted country codes configured in the corresponding component.
CountryRestrictionsDroplet() - Constructor for class atg.projects.store.droplet.CountryRestrictionsDroplet
 
COUPONCODE - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Coupon code.
createAddCommerceItemInfo(CommerceItem) - Method in class atg.projects.store.order.StoreOrderManager
Creates a StoreAddCommerceItemInfo object for an item.
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
 
createCreditCardNickname(Object) - Method in class atg.projects.store.order.StoreOrderTools
This utility method creates an address nickname for the credit card address.
createDiscrepancyLine(InventoryDiscrepancyMessage) - Method in class atg.projects.store.inventory.InventoryDiscrepancyFileWriter
Creates a line to add to the discrepancy file.
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.
createItemsForGift(Order, CommerceItem) - Method in class atg.projects.store.order.StoreOrderManager
Creates a collection of AddCommerceItemInfo objects for each gift relationship for an item.
createLinkURL(Locale, DynamoHttpServletRequest) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
Create URL.
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.
createUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Override OOTB method so that the user's email addres is copied over to their login field.
createUserPrefLangCookie(DynamoHttpServletRequest, String) - Method in class atg.projects.store.servlet.StoreRequestLocale
This operation creates cookie for user preffered language.
createZeroCostTax() - Method in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
Creates a zero-cost tax item.
CRITICAL_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
The critical prefix.
CURRENCY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Currency constant.
CURRENT_SELECTION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Current selection parameter name.

D

debug() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Logs debugging info about the form settings and payment group.
decodeToByteArray(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Override this method to decode the data back into raw encrypted data if you have used a character encoder.
decodeToByteArray(String) - Method in class atg.projects.store.crypto.DESedeEncryptor
Decode pValue into array of bytes.
decodeToByteArray(String) - Method in class atg.projects.store.crypto.DESEncryptor
Decode to byte array.
decrypt(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Decrypts encrypted pValue string.
decrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Decrypts encrypted pValue byte[].
decrypt(String) - Method in interface atg.projects.store.crypto.Encryptor
Decrypts encrypted pValue string.
decrypt(byte[]) - Method in interface atg.projects.store.crypto.Encryptor
Decrypts encrypted pValue byte[].
DECRYPT_KEY - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
One way decrypt key constant.
DEFAULT_COUNTRY_ATTRIBUTE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
Site's default country attribute name .
DEFAULT_LANGUAGE_ATTRIBUTE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
Site's default language attribute name .
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
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.
DESedeEncryptor - Class in atg.projects.store.crypto
A simple class for performing encryption/decryption operations using the javax.crypto package.
DESedeEncryptor() - Constructor for class atg.projects.store.crypto.DESedeEncryptor
Default constructor.
DESEncryptor - Class in atg.projects.store.crypto
A simple class for performing encryption/decryption operations using the javax.crypto package.
DESEncryptor() - Constructor for class atg.projects.store.crypto.DESEncryptor
Default constructor.
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_LANGUAGES - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Display languages parameter name.
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.
doAcceptDecryptKey(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Implement this to accept a byte array as a key.
doAcceptDecryptKey(byte[]) - Method in class atg.projects.store.crypto.DESedeEncryptor
This is two way encryption, so encrypt/decrypt keys are the same.
doAcceptDecryptKey(byte[]) - Method in class atg.projects.store.crypto.DESEncryptor
This is two way encryption, so encrypt/decrypt keys are the same.
doAcceptEncryptKey(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Implement this to accept a byte array as a key.
doAcceptEncryptKey(byte[]) - Method in class atg.projects.store.crypto.DESedeEncryptor
This is two way encryption, so encrypt/decrypt keys are the same.
doAcceptEncryptKey(byte[]) - Method in class atg.projects.store.crypto.DESEncryptor
This is two way encryption, so encrypt/decrypt keys are the same.
doDecrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Implement this with the actual decryption operation.
doDecrypt(byte[]) - Method in class atg.projects.store.crypto.DESedeEncryptor
Implement this with the actual decryption operation.
doDecrypt(byte[]) - Method in class atg.projects.store.crypto.DESEncryptor
Performs decription of array of bytes.
doEncrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Implement this with the actual encryption operation.
doEncrypt(byte[]) - Method in class atg.projects.store.crypto.DESedeEncryptor
Implement this with the actual encryption operation.
doEncrypt(byte[]) - Method in class atg.projects.store.crypto.DESEncryptor
Performs encryption of array of bytes.
doInit() - Method in class atg.projects.store.crypto.AbstractEncryptor
Implement this and do your init.
doInit() - Method in class atg.projects.store.crypto.DESedeEncryptor
Initialize DESedeEncryptor.
doInit() - Method in class atg.projects.store.crypto.DESEncryptor
Initialize DESEncrytor.
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.
doRedirect(DynamoHttpServletRequest, String) - Method in class atg.projects.store.search.StoreQueryFormHandler
 
doStartService() - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
 
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_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
EMAIL_SUBJECT - Static variable in class atg.projects.store.email.StoreEmailTools
Resource key for e-mail subject.
EmailAFriendFormHandler - Class in atg.projects.store.catalog
Form handler for sending email from the ATG Store website.
EmailAFriendFormHandler() - Constructor for class atg.projects.store.catalog.EmailAFriendFormHandler
 
emailAlreadyRegistered(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
Returns true if a user already exists with the given email
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
 
EmailListWriter - Class in atg.projects.store.io
The EmailListWriter creates the output file with the list of emails generated from the GenerateEmailList action.
EmailListWriter() - Constructor for class atg.projects.store.io.EmailListWriter
 
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.
encodeToString(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Override this method if encoding of the raw encrypted data is necessary.
encodeToString(byte[]) - Method in class atg.projects.store.crypto.DESedeEncryptor
Once encrypted, string data may no longer be a string because the encrypted data is binary and may contain null characters, thus it may need to be encoded using a encoder such as Base64, UUEncode (ASCII only) or UCEncode(ASCII independent).
encodeToString(byte[]) - Method in class atg.projects.store.crypto.DESEncryptor
Once encrypted, string data may no longer be a string because the encrypted data is binary and may contain null characters, thus it may need to be encoded using a encoder such as Base64, UUEncode (ASCII only) or UCEncode(ASCII independent).
encrypt(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Encrypts pValue string.
encrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Encrypts pValue byte[].
encrypt(String) - Method in interface atg.projects.store.crypto.Encryptor
Encrypts pValue string.
encrypt(byte[]) - Method in interface atg.projects.store.crypto.Encryptor
Encrypts pValue byte[].
ENCRYPT_KEY - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
One way encrypt key constant.
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
Constructor.
Encryptor - Interface in atg.projects.store.crypto
A simple interface for performing encryption/decryption operations.
ENCRYPTOR_COMPONENT - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Encryptor component name.
EncryptorException - Exception in atg.projects.store.crypto
This exception indicates that a severe error occured while performing a cryptograpy operation.
EncryptorException() - Constructor for exception atg.projects.store.crypto.EncryptorException
Constructs a new EncryptorException.
EncryptorException(String) - Constructor for exception atg.projects.store.crypto.EncryptorException
Constructs a new EncryptorException with the given explanation.
EncryptorException(Throwable) - Constructor for exception atg.projects.store.crypto.EncryptorException
Constructs a new EncryptorException.
EncryptorException(String, Throwable) - Constructor for exception atg.projects.store.crypto.EncryptorException
Constructs a new EncryptorException with the given explanation.
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
 
evalEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
This method eval appropriate email address depends on selected checkoutLoginOption.
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.
execute(ProcessExecutionContext) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Executes the action in the given process execution context.
execute(ProcessExecutionContext[]) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Executes the action in each of the given process execution contexts.
executeAction(ProcessExecutionContext) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Override OOTB method so we can set the file name.
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

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.
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.
findSku(Collection, String, String) - Method in class atg.projects.store.catalog.StoreCatalogTools
Finds the sku with the matching color and size.
findSku(Collection, String) - Method in class atg.projects.store.catalog.StoreCatalogTools
Finds the sku with the matching wood finish.
findUser(String, String, Repository, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
FIRST_NAME_PROP - Static variable in class atg.projects.store.email.TesterEmailTools
 
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.
GenerateEmailList - Class in atg.projects.store.scenario.action
Custom action to generate a list of emails for targeted email campaigns.
GenerateEmailList() - Constructor for class atg.projects.store.scenario.action.GenerateEmailList
 
GenerateEmailListConfiguration - Class in atg.projects.store.scenario.action
Configuration file for the GenerateEmailList action.
GenerateEmailListConfiguration() - Constructor for class atg.projects.store.scenario.action.GenerateEmailListConfiguration
 
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) - 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.
generateFormException(String, RepositoryException, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
Create a form exception, by looking up the excption code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
generateFormException(String, DynamoHttpServletRequest) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
Create a form exception, by looking up the excption code in a resource file identified by the RESOURCE_BUNDLE constant (defined above).
generateFormException(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).
generateFormException(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).
generateFormException(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).
generateFormException(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).
generateNewPasswordTemplateParams(DynamoHttpServletRequest, DynamoHttpServletResponse, RepositoryItem, String) - Method in class atg.projects.store.profile.StoreForgotPasswordHadler
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
 
getActionName() - Method in class atg.projects.store.scenario.action.GenerateEmailList
Returns the name of the action.
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
 
getAddItemInfoClass() - Method in class atg.projects.store.order.StoreOrderManager
 
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
 
getAddItemToGiftlistSuccessURLMap() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns property AddItemToGiftlistSuccessURLMap.
getAddItemToWishlist() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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
Returns property addressProperties, naming the properties in a secondary address record.
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.
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.
getAmount() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getAmountAppliedToOrder() - Method in class atg.projects.store.payment.StoreStoreCredit
Returns the amountAppliedToOrder property.
getAmountRemaining() - Method in class atg.projects.store.order.beans.StoreCreditBean
 
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
getAtgSearchInstalled() - Method in class atg.projects.store.StoreConfiguration
 
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
 
getCachedContextTranslationDescriptor(Context, DynamicPropertyDescriptor) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Get the cached ContextTranslationDescriptor, if any.
getCardProperties() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property cardProperties, naming the properties in a credit card entry.
getCardVerificationNumber() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getCardVerificationNumber() - Method in interface atg.projects.store.payment.creditcard.StoreCreditCardInfo
 
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.
getCatalogKey(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.AddItemsToOrder
Get a string that will be used to identify the catalog to use when obtaining a catalogRef and productRef for the creation of a commerce item.
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.ItemCatalogValidator
 
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.SizeSorter
 
getCatalogTools() - Method in class atg.projects.store.droplet.ColorSizeDroplet
 
getCatalogTools() - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
 
getCatalogTools() - Method in class atg.projects.store.droplet.PropertyValueCollection
 
getCatalogTools() - Method in class atg.projects.store.droplet.WoodFinishDroplet
 
getCatalogTools() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCheckoutLoginOption() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getCheckoutOption() - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
getCheckoutOptionSelections() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getCheckoutOptionSelections() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
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
 
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
 
getColorSwatchName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
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
 
getCommitOrderHelper() - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
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
 
getContextCacheKey() - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Get the Context attribute key used to store of the cache fo ContextFirstWithLocale's for a given property descriptor.
getContinueShoppingErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getContinueShoppingSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getCountryName(String, Locale) - Static method in class atg.projects.store.droplet.CountryRestrictionsDroplet
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.
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() - Method in class atg.projects.store.order.StoreOrderImpl
 
getCreateCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property createCardErrorURL, used to redirect user in case of an error adding a new credit card.
getCreateCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property createCardSuccessURL, used to redirect user if a new credit card was successfully added.
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.
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.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.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
 
getCurrentDate() - Method in class atg.projects.store.catalog.filter.ItemDateValidator
 
getCurrentLevel() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
currentLevel property determinates which pages can be displayied to user.
getCurrentLevelAsInt() - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
Numeric representation of currentLevel property
getCurrentLocale() - Method in class atg.projects.store.search.LanguageParserOptions
 
getCurrentPage() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns current page - pagination setting
getDateByFormat(Object, String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
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
 
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
 
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
 
getDefaultPropertyValue(RepositoryItem, String) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
This function passes the default value of the property passed to it.
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
 
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
 
getDefaultTextTemplate() - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getDefaultThresholdLevel() - Method in class atg.projects.store.inventory.StoreInventoryManager
The default value if the stock level of an item is not defined.
getDelimiter() - Method in class atg.projects.store.io.StoreFileWriter
 
getDescription() - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
getDisplayLanguage() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
getDisplayNamePropertyName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the Display Name property.
getDojoUrl() - Method in class atg.projects.store.StoreConfiguration
 
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
Returns property editAddress, naming the address to be edited
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
 
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
 
getEndDatePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The end date property name.
getEpochTime() - Method in class atg.projects.store.search.StoreCurrentDate
Returns the Epoch time value in String format.
getErrorURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getErrorURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getEventTypes() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
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
 
getFileDirectory() - Method in class atg.projects.store.io.StoreFileWriter
 
getFileName() - Method in class atg.projects.store.io.StoreFileWriter
 
getFileName() - Method in class atg.projects.store.scenario.action.GenerateEmailList
Retrieves the name of the output file.
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.
getGenderPropertyName() - Method in class atg.projects.store.profile.StorePropertyManager
 
getGiftlistIdToValue() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Readonly property, contains a Map.
getGiftlistManager() - Method in class atg.projects.store.order.StoreOrderManager
The giftlist manager.
getGiftlistManager() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
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
 
getGiftNoteSelected() - 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'.
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
 
getGiftWrapSelected() - 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.
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
 
getId() - Method in class atg.projects.store.order.beans.StoreCreditBean
 
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.
getInitializeShippingInfoFromProfile() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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.ColorSizeDroplet
 
getInventoryManager() - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
 
getInventoryManager() - Method in class atg.projects.store.droplet.WoodFinishDroplet
 
getInventoryManager() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getInventoryManager() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getItemDescriptorName() - Method in class atg.projects.store.droplet.RqlDroplet
 
getItemDescriptorName() - Method in class atg.projects.store.droplet.StoreTextDroplet
 
getItems() - Method in class atg.projects.store.profile.UserItems
 
getItemsBought() - Method in class atg.projects.store.profile.StorePropertyManager
 
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.search.LanguageParserOptions
Returns a Language for the locale's language that is appropriate for display to the user.
getLastPurchaseDate() - Method in class atg.projects.store.profile.StorePropertyManager
 
getLinkURL() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
getLocale() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
Gets the value of the Locale: field.
getLocale() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
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.catalog.EmailAFriendFormHandler
 
getLocaleParamName() - Method in class atg.projects.store.email.StoreEmailTools
 
getLocalePropertyName() - Method in class atg.projects.store.profile.StoreForgotPasswordHadler
Returns the property name of the locale in the * profile.
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
 
getMasterCountryList() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getMaxNickNameLength() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getMaxPasswordLength() - Method in class atg.projects.store.profile.StoreProfileTools
 
getMaxQuantity() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns the maximum quantity permitted per order item
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
 
getMoveToBillingErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getMoveToBillingSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
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.ColorSizeDroplet.Color
 
getName() - Method in class atg.projects.store.droplet.ColorSizeDroplet.Size
 
getName() - Method in class atg.projects.store.droplet.WoodFinishDroplet.WoodFinish
 
getNewAddressErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property newAddressErrorURL, used to redirect user in case of an error creating an address.
getNewAddressSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property newAddressSuccessURL, used to redirect user after successfully creating an address.
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
 
getNewQuantity() - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
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
 
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.StoreShippingProcessHelper
 
getNonSecureUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Build a nonSecure url.
getNumberOfOrders() - Method in class atg.projects.store.profile.StorePropertyManager
 
getOldQuantity() - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
getOldShippingGroupId() - Method in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
 
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.droplet.AddItemsToOrder
 
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.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
 
getParams() - Method in exception atg.projects.store.order.purchase.StorePurchaseProcessException
Return the Params property.
getPassword() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getPaymentGroupManager() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Return the PaymentGroupManager property.
getPaymentId() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getPermittedCountryCodes() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getPlaceUtils() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getPlaceUtils() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getPlaceUtils() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getPlaceUtils() - Method in class atg.projects.store.profile.StoreProfileTools
 
getPossibleColors(Collection) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns a list of possible colors for a collection of skus.
getPossibleColorSwatches(Collection) - Method in class atg.projects.store.catalog.StoreCatalogTools
Creates a map of color names to swatch items.
getPossibleSizes(Collection) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns the list of possible sizes for a given collection of skus.
getPossibleValuesForSkus(Collection, String) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns the list of possible values for a given collection of skus.
getPossibleWoodColorSwatches(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.StoreCatalogTools
Creates a map of possible color swatches mapped by SKU's woodFinish Valid for furniture-sku only!
getPrefillBillingAddress() - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
getPrefillCreditCard() - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
getPrefillShippingAddress() - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
getPrefix() - Method in class atg.projects.store.inventory.InventoryDiscrepancyFileWriter
 
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
 
getPriceInfoRepositoryItemName() - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
getPriceListIds(String) - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
This method find the appropriate priceList Ids for a international store.
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
 
getProductChildSkus(RepositoryItem) - Method in class atg.projects.store.catalog.StoreCatalogTools
Returns a product's child skus.
getProductId() - Method in class atg.projects.store.catalog.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
 
getProductIdParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getProductIdParamName() - Method in class atg.projects.store.catalog.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.
getProductItemName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the product item.
getProfile() - Method in class atg.projects.store.droplet.AddItemsToOrder
Return the Profile property.
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
 
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.
getProfilePropertyList() - Method in class atg.projects.store.io.EmailListWriter
 
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.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.order.purchase.StoreCartProcessHelper
 
getProfileTools() - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Returns the profileTools
getPromoTemplateUrls() - Method in class atg.projects.store.email.StoreEmailTools
 
getPropertiesToCopyOnRegistration() - Method in class atg.projects.store.order.StoreOrderTools
 
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
 
getPropertyNameMap() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessFormHandler
 
getPropertyToFilterMap() - Method in class atg.projects.store.catalog.StoreCatalogTools
Getter-method for StoreCatalogTools.propertyToFilterMap field.
getPropertyToLabelMap() - Method in class atg.projects.store.catalog.StoreCatalogTools
Getter-method for StoreCatalogTools.propertyToLabelMap 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
Get value of the item.
getPurchaseProcessHelper() - Method in class atg.projects.store.droplet.AddItemsToOrder
Returns property purchaseProcessHelper.
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.
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
 
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
Returns property removeAddress, naming the address to be removed by handleRemoveAddress().
getRemoveCard() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property removeCard, naming the address to be removed by handleRemoveCard().
getRemoveCardErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property removeCardErrorURL, used to redirect user in case of an error removing a credit card.
getRemoveCardSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property removeCardSuccessURL, used to redirect user in a credit card is successfully removed.
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
getRemoveItemFromOrder() - 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
getRequestLocale() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
 
getRequestLocalePath() - Method in class atg.projects.store.search.LanguageParserOptions
Returns path to the RequestLocale component.
getRequiredAddressPropertyNames() - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
getRequiredBillingAddressPropertyList() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getRequiresRegistration() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getResourceBundle(DynamoHttpServletRequest) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
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
Returns the error message ResourceBundle
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.
getResourceBundleName() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getResourceBundleName() - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Returns the name of the error message ResourceBundle
getRestrictedCountryCodes() - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
getRestriction() - Method in class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
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
 
getSaveBillingAddress() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getSaveCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getSaveShippingAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
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.
getSecurityProviders() - Method in class atg.projects.store.crypto.DESedeEncryptor
 
getSecurityStatus(RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Get the current security status from the provided profile.
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.
getSessionBean() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getSessionBean() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
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.StoreAddCommerceItemInfo
 
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.
getShippingGroupForItem(AddCommerceItemInfo, ShippingGroup) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Figures out what shipping group to use for a new commerce item.
getShippingGroupId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getShippingGroupInitializers() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Return the ShippingGroupInitializers property.
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.
getShippingGroupParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getShippingHelper() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShippingInfo() - Method in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
 
getShippingInfoURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShippingPricingEngine() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
the shipping pricing engine to price shipping methods
getShippingProcessHelper() - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
 
getShippingProductCode() - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
 
getShipToAddressName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToNewAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShoppingCart() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property ShoppingCart.
getShowTaxPerOffer() - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
 
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
 
getSiteHttpServerPort() - Method in class atg.projects.store.StoreConfiguration
 
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
 
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.
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
 
getSizePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
getSizeSortOrder() - Method in class atg.projects.store.catalog.StoreCatalogTools
 
getSkuId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getSkuId() - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
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
 
getSortedSizes(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.InternationalizedStoreCatalogTools
 
getSortedSizes(Collection<RepositoryItem>) - Method in class atg.projects.store.catalog.StoreCatalogTools
Obtains a list of sizes used by SKUs specified.
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.
getState() - Method in class atg.projects.store.droplet.ColorSizeDroplet.Color
 
getState() - Method in class atg.projects.store.droplet.ColorSizeDroplet.Size
 
getState() - Method in class atg.projects.store.droplet.WoodFinishDroplet.WoodFinish
 
getStateBasedOnInventory(String, RepositoryItem) - Method in class atg.projects.store.droplet.ColorSizeDroplet
Return the availabilty state based on the inventory state of the sku.
getStateBasedOnInventory(String, RepositoryItem) - Method in class atg.projects.store.droplet.WoodFinishDroplet
Return the availabilty state based on the inventory state of the sku.
getStateForColor(Collection, RepositoryItem, String, String, String) - Method in class atg.projects.store.droplet.ColorSizeDroplet
Returns the display state for a color.
getStateForSize(Collection, RepositoryItem, String, String, String) - Method in class atg.projects.store.droplet.ColorSizeDroplet
Returns the display state for a size based on the currently selected size and color.
getStateForWoodFinish(Collection, RepositoryItem, String, String) - Method in class atg.projects.store.droplet.WoodFinishDroplet
Returns the display state for wood finish.
getStatementMap() - Method in class atg.projects.store.droplet.RqlDroplet
 
getStoreConfiguration() - Method in class atg.projects.store.email.StoreEmailTools
 
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
 
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
 
getStoreId() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
Gets the value of the StoreId: field.
getStoreId() - Method in class atg.projects.store.profile.StoreInternationalizedProfile
 
getStoreIdParamName() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
 
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
 
getStorePropertyManager() - Method in class atg.projects.store.droplet.AddItemsToOrder
 
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.InternationalizedCountryRestrictionsDroplet
 
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
 
getStoreSitePropertiesManager() - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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.catalog.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.EmailAFriendFormHandler
 
getSuccessURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getSuccessURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getSwatch() - Method in class atg.projects.store.droplet.ColorSizeDroplet.Color
 
getSwatch() - Method in class atg.projects.store.droplet.WoodFinishDroplet.WoodFinish
 
getTaxAmountByRatio(double, double, double, double, int, int) - Method in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
The method calculates tax amount for the partial amount using the tax amount for the total amount.
getTaxPerOfferProperties() - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Returns the TaxPerOfferProperties
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
 
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
 
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
 
getTextOrMetaPropertyValue(Context, RepositoryItem, String, PropertyTypeEnum) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
This function sets the pContext in the ContextranslationRepositoryKeyService.
getTopLevelCategory() - Method in class atg.projects.store.catalog.CatalogNavigation
Gets the top level category that user is currently viewing.
getTrackingInfos() - Method in class atg.projects.store.order.StoreOrderImpl
Gets the shipment tracking information objects for the order.
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
getTypeName() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
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(Object, RepositoryItem, String) - Method in class atg.projects.store.profile.InternationalStoreProfileTools
 
getUpdateAddressErrorURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property updateAddressErrorURL, used to redirect user in case of an error updating an address.
getUpdateAddressSuccessURL() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property updateAddressSuccessURL, used to redirect user when an address is successfully updated.
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
 
getUserItems() - Method in class atg.projects.store.droplet.AddItemsToOrder
 
getUserItems() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getUserLocale(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.AddItemsToOrder
Returns the locale associated with the request.
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.droplet.AddItemsToOrder
Returns property UserPricingModels.
getUserPricingModels() - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Return the UserPricingModels property.
getUseSearchForSubcategoryProductList() - Method in class atg.projects.store.StoreConfiguration
 
getUseShippingForBilling() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getValidateShippingGroupsChainId() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Return the ValidateShippingGroupsChainId property.
getValidateShippingRestriction() - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
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
 
getWriter() - Method in class atg.projects.store.scenario.action.GenerateEmailList
Retrieves the e-mail list writer component.
getWriter() - Method in class atg.projects.store.scenario.action.GenerateEmailListConfiguration
Retrieves the e-mail list writer.
GIFT_CARDS_ONLY_ERROR - Static variable in class atg.projects.store.order.processor.ProcValidateGiftCardForCheckout
Gift cards only error resource key.
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_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.
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.

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.gifts.StoreGiftlistFormHandler
Overridden method of GiftlistFormHandler class.
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.
handleAddItemToWishlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Adds items to a wish list based on the AddCommerceItemInfo array.
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.
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.StoreGiftlistFormHandler
Clears the form handler property values.
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.
handleCreateAndMoveToBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This handler method will validate new shipping address and apply the shipping groups to the order.
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 secondary address into the editValue map, allowing the user to edit them.
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.
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.
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.
handleLoginDuringCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Handle login during the checkout process.
handleMoveToBilling(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.
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.
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.
handleRemoveItemFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
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.
handleResetFormErrors(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
This handler is triggered after a resetFormErrors property had been set.
handleSaveGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Overriden method of GiftlistFormHandler class.
handleSend(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
Handles the form submit and sends the email.
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.
handleUpdateGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Overriden method of GiftlistFormHandler class.
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.

I

ICS_APPLICATIONS - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
ICS application constant.
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.
init() - Method in class atg.projects.store.crypto.AbstractEncryptor
Call this init method before every cryptograpy operation.
initalizeSiteGroupPromotions() - Method in class atg.projects.store.pricing.PromotionFilter
Populates the mSiteGroupPromotions Collection
initialize(Map) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Override OOTB method so we can store our required parameters.
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
initializeItemTaxPriceInfos(Order) - Method in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
Assigns TaxPriceInfos to commerce items with zero costs
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.
InternationalizedCountryRestrictionsDroplet - Class in atg.projects.store.droplet
Internationalized version of base CountryRestrictionsDroplet
InternationalizedCountryRestrictionsDroplet() - Constructor for class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
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
 
InternationalPricePropertyAccessor - Class in atg.repository.search.indexing.accessor
Store extension for getting the price of an item from the appropriate price list using property accessor mechanism.
InternationalPricePropertyAccessor() - Constructor for class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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
 
InventoryDiscrepancyFileWriter - Class in atg.projects.store.inventory
This class is used when a "ATPC" inventory file is processed.
InventoryDiscrepancyFileWriter() - Constructor for class atg.projects.store.inventory.InventoryDiscrepancyFileWriter
 
InventoryDiscrepancyMessage - Class in atg.projects.store.inventory
This class is a simple bean representing the discrepancy data that is written to file when an incoming inventory level is different from the inventory currently found in the inventory repository.
InventoryDiscrepancyMessage(String, String, long, long) - Constructor for class atg.projects.store.inventory.InventoryDiscrepancyMessage
Constructor for creating a new InventoryDiscrepancyMessage bean containing a skuId, description, newQuantity and oldQuantity.
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.
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.
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.
isDescending() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns type of sort: descending or ascending.
isDojoDebug() - Method in class atg.projects.store.StoreConfiguration
Enable dojo debugging?
isDuplicateEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileTools
Determines if a profile already exists with the email address.
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.ShippingInfoFormHandler
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
 
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.
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.
isLoggingDebug() - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Get the logging debug.
isLoggingError() - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Get the logging error Logs through the IndexingOutputConfig on the Context.
isLoggingWarning() - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Get the logging warning Logs through the IndexingOutputConfig on the Context.
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
isNewCreditCards(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
isNewUser() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Checks if user is not exists, i.e.
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
 
isPermittedCountry(ArrayList, String) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
Check if country code is permitted.
isPersistEmails() - Method in class atg.projects.store.email.StoreEmailTools
 
isPreviousOptInStatus() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
isProcessDummySearchText() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
 
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
 
isRequireCreditCardVerification() - Method in class atg.projects.store.StoreConfiguration
This property determines if credit card verification numbers are required by the application.
isResetFormErrors() - Method in class atg.projects.store.gifts.StoreSearchFormHandler
 
isResultAsCollection() - Method in class atg.projects.store.droplet.RqlDroplet
 
isSaveShippingInfo() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isSendEmailInSeparateThread() - Method in class atg.projects.store.email.StoreEmailTools
 
isShouldAddGiftNote() - Method in class atg.projects.store.order.StoreOrderImpl
 
isSingleShippingGroupCheckout() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
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() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Checks if user is explicitly logged in.
isUseShippingAddressAsDefault() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
isUseWishlist() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
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
Returns property ValidateShippingGroups.
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.
isValidPasswordLength(String) - Method in class atg.projects.store.profile.StoreProfileTools
Utility method to check if user's password meets the min & max length.
isValueEmpty(Object) - Method in class atg.projects.store.droplet.NullPropertiesCheck
Returns true if the value represented by the object is empty.
isWoodFinishPicker() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Gets mWoodFinishPicker
ITEM - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Item parameter name.
ITEM_KEY - Static variable in class atg.projects.store.profile.UserItems
Item key constant.
ITEM_OUT_OF_STOCK - Static variable in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Item of stock resource key.
ItemCatalogValidator - Class in atg.projects.store.catalog.filter
This validator validates if a product is in the user's catalog.
ItemCatalogValidator() - Constructor for class atg.projects.store.catalog.filter.ItemCatalogValidator
 
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) - 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.

K

KEY - Static variable in class atg.projects.store.crypto.DESEncryptor
24 byte key string.
KEY - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Two way key constant.
KEY_SEPARATOR - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Cybersource reply's key separator.
KEY_SEPARATOR - Static variable in class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
Key separator used in CyberSource reply.

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
 
LanguageParserOptions - Class in atg.projects.store.search
This class builds language constraint for search query.
LanguageParserOptions() - Constructor for class atg.projects.store.search.LanguageParserOptions
 
LanguagePropertyAccessor - Class in atg.repository.search.indexing.accessor
This propertyAccessor is use to get and return the correct translation of the property of the item for the process of indexing
LanguagePropertyAccessor() - Constructor for class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
 
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_EVENT_TYPE_NAME - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Event type with this name will be returned last from the getEventTypes method.
LESS_THAN - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
Less than constant.
LIST_PRICELIST_ID - Static variable in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
logDebug(String) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Log debug.
logError(String) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Logs an error for the repository we are part of.
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.
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
Is ATG search installed.
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.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.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.
mCreditCardNickname - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Credit card nickname.
mCreditCardNumber - Variable in class atg.projects.store.payment.BasicStoreCreditCardInfo
Credit card number.
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.
mDelimiter - Variable in class atg.projects.store.io.StoreFileWriter
Delimiter.
mDescription - Variable in class atg.projects.store.inventory.InventoryDiscrepancyMessage
Description.
mDojoDebug - Variable in class atg.projects.store.StoreConfiguration
Is Dojo debug turned on.
mDojoUrl - Variable in class atg.projects.store.StoreConfiguration
Dojo URL.
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.
mEncryptor - Variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Encryptor.
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
 
MERCHANT_ID - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Merchant id constant.
MERCHANT_REF_NUMBER - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Merchant reference number constant.
MERCHANT_SKU - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Merchant sku constant.
MESSAGE_ORDER_PROPERTY - Static variable in class atg.projects.store.scenario.MerchandiseTotalCondition
The property of the message that points to the order.
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.
mFileDirectory - Variable in class atg.projects.store.io.StoreFileWriter
File directory.
mFileName - Variable in class atg.projects.store.io.StoreFileWriter
File name.
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.
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.
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.
mLogger - Static variable in class atg.projects.store.crypto.DESedeEncryptor
Logger.
mMandatoryStateCountryList - Variable in class atg.projects.store.StoreConfiguration
Mandatory state country list.
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.
mNewQuantity - Variable in class atg.projects.store.inventory.InventoryDiscrepancyMessage
New quantity.
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.
mOldQuantity - Variable in class atg.projects.store.inventory.InventoryDiscrepancyMessage
Old quantity.
mOldShippingGroupId - Variable in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Old shipping group id.
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.
moveToBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Applies the data in the CommerceItemShippingInfoContainer and ShippingGroupMapContainer to the order.
moveToConfirm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method runs the move to confirmation pipeline chain.
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.
mPrefix - Variable in class atg.projects.store.inventory.InventoryDiscrepancyFileWriter
Default prefix.
mPricingTools - Variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Pricing tools.
mPricingTools - Variable in class atg.projects.store.droplet.StorePriceBeansDroplet
Pricing tools.
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.droplet.IsEmailRecipient
Profile tools.
mProfileTools - Variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Profile tools.
mPropertyManager - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Property manager.
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
Is credit card verification required.
mRequiresRegistration - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Is registration required.
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_SUCCESS - Static variable in class atg.projects.store.email.GenericEmailSenderFormHandler
 
MSG_DUPLICATE_CC_NICKNAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
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
Duplicate nickname message key.
MSG_DUPLICATE_USER - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Dublicate 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_EMAIL_RECIPIENT - Static variable in class atg.projects.store.email.StoreEmailTools
Error creating 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_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_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_INVALID_ADDRESS - Static variable in class atg.projects.store.order.processor.ProcVerifyShippingAddresses
 
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_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_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_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_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_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
 
mShippingGroup - Variable in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Shipping group.
mShippingGroupManager - Variable in class atg.projects.store.droplet.ShowGiftWrap
Shipping group manager.
mShippingInfo - Variable in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Shipping information.
mSiteGroupManager - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSiteGroupPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSiteManager - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSitesPropertyName - Variable in class atg.projects.store.collections.filter.SiteGroupFilter
 
mSkuId - Variable in class atg.projects.store.inventory.InventoryDiscrepancyMessage
Sku id.
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
 
mStoreSitePropertiesManager - Variable in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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.
mUserIdPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
Source code property name.
mUseSearchForSubcategoryProductList - Variable in class atg.projects.store.StoreConfiguration
 
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_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.droplet.AddItemsToOrder
New email address parameter name.
NEWPASSWORD_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
NEXUS - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Nexus sku constant.
NICKNAME_SEPARATOR - Static variable in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
NONSECURE_PROTOCOL - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Nonsecure protocol constant.
NULL_OBJECT - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Null object.
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.ColorSizeDroplet
The oparam name rendered once during processing.
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.WoodFinishDroplet
The oparam name rendered once during processing.
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.
ORDER - Static variable in class atg.projects.store.droplet.AddItemsToOrder
Input parameter name order.
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_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
 
OUTPUT - Static variable in class atg.projects.store.droplet.ArraySubsetHelper
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_COLORS - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The output parameter that contains the list of color objects.
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_SELECTED_SKU - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The output parameter that contains the current selected sku (based on the color and size selection).
OUTPUT_SELECTED_SKU - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The output parameter that contains the current selected sku (based on the wood finish selection).
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_SIZES - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The output parameter that contains the list of size objects.
OUTPUT_VALUE - Static variable in class atg.projects.store.droplet.EscapeJS
 
OUTPUT_WOODFINISHES - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The output parameter that contains the list of wood finish objects.

P

PARAM_EMAIL - Static variable in class atg.projects.store.droplet.IsEmailRecipient
The input parameter name for the email address to check.
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_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.
PARENT_FOLDER_PROPERTY - Static variable in class atg.projects.store.ui.PromotionalContentEditor
Parent folder property name.
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.
postCancelOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCancelOrderFormHandler
 
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
postDecrypt(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue after decrypt.
postDecrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue after decrypt.
postEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post edit shipping address processing.
postEncrypt(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue after encrypt.
postEncrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue after encrypt.
postExpressCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreExpressCheckoutFormHandler
 
postLoginUser(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
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.StoreProfileFormHandler
Operation called just after the user is logged out.
postMoveToBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method will reprice the order to catch address problems through CyberSource.
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
 
postRemoveItemFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Called after all processing is done by the removeItemFromOrder method.
postRemoveShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post remove shipping address processing.
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
 
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
postShipToMultipleAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Sets the profile default shipping method if not set already
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.
postShipToProfileAddress(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.
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 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.
preChangePassword(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Override the OOTB method to that a password length check is performed.
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.
preDecrypt(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue before decrypt.
preDecrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue before decrypt.
preEditShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the address properties.
preEncrypt(String) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue before encrypt.
preEncrypt(byte[]) - Method in class atg.projects.store.crypto.AbstractEncryptor
Process pValue before encrypt.
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.
preMoveToBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method validates the user inputs for the Move To Billing process
preMoveToConfirmExceptionHandling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
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
 
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.
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
Perfirms 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
 
preShipToMultipleAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method performs input data validations for multiple shipping addresses specified by shopper
preShipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Performs input data validations for new shipping address specified by shopper
preShipToProfileAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
This method provides inputa data validations for a profile shipping address selected by shopper
preUpdateCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Called before handleUpdateCard logic is applied.
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.
preValidateAddItemTogiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
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.
processGiftAddition(CommerceItem, AddCommerceItemInfo, Order, RepositoryItem, ShippingGroup) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Perform giftlist related processing for an item being ordered from a giftlist.
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
Creates a new ProcVerifyShippingAddresses object.
PRODUCT - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The input parameter name for the product item.
PRODUCT - Static variable in class atg.projects.store.droplet.SkuAvailabilityLookup
The input parameter name for the product and skuId to check.
PRODUCT - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The input parameter name for the product item.
PRODUCT_CODE - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Product code constant.
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_TO_GIFTLIST_PROPERTY_NAME - Static variable in class atg.projects.store.profile.SessionBean
 
PRODUCT_NAME - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Product name constant.
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.AddItemsToOrder
Input parameter name profile.
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
 
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
 
putCachedContextTranslationDescriptor(Context, DynamicPropertyDescriptor, LanguagePropertyAccessor.IndexingLanguageTranslation) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Cache the specified ContextTranslationDescriptor.

Q

QUANTITY - Static variable in class atg.projects.store.gifts.StoreGiftlistFormHandler
Quantity constant.
QUANTITY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
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.
RECIPIENT_NAME_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
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.catalog.EmailAFriendFormHandler
 
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.
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
 
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.
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.
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 reprice 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.
REQUEST_LOCALE_PATH - Static variable in class atg.projects.store.search.LanguageParserOptions
Default request locale path
RESOURCE_BUNDLE - Static variable in interface atg.projects.store.profile.StoreProfileConstants
Resource bundle name.
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_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
 
SALE_PRICELIST_ID - Static variable in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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.
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.
SECURE_PROTOCOL - Static variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Secure protocol constant.
SELECTEDCOLOR - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The input parameter name for the currently selected color.
SELECTEDSIZE - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The input parameter name for the currently selected size.
SELECTEDWOODFINISH - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The input parameter name for the currently selected wood finish.
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.
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
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.AddItemsToOrder
Adds items to the user's cart after being logged out during the checkout process.
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.ColorSizeDroplet
Generates Color and Size objects for a collection of product skus.
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.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.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.InternationalizedCountryRestrictionsDroplet
Service method.
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.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.SkuAvailabilityLookup
Determines if the item is preorderable.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.droplet.StorePriceBeansDroplet
 
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.droplet.WoodFinishDroplet
Generates WoodFinish objects for a collection of product skus.
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.
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
 
setAddItemInfoClass(String) - Method in class atg.projects.store.order.StoreOrderManager
Sets the name of the class to be used for elements in the items array.
setAddItemToGiftlist(boolean) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Does nothing.
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.
setAddItemToGiftlistSuccessURLMap(Map<String, String>) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistSuccessURLMap.
setAddItemToWishlist(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToWishlist.
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.
setAmountRemaining(double) - Method in class atg.projects.store.order.beans.StoreCreditBean
 
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.
setAtgSearchInstalled(boolean) - Method in class atg.projects.store.StoreConfiguration
 
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
 
setBillingInfo(ICSClientRequest, TaxRequestInfo, int) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Utility method to set the billing address information on the ICSCLientRequest.
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
 
setCartHelper(StoreCartProcessHelper) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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.ItemCatalogValidator
 
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.SizeSorter
 
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.ColorSizeDroplet
 
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Sets the catalogTools.
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.PropertyValueCollection
Sets the catalogTools.
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.droplet.WoodFinishDroplet
 
setCatalogTools(CatalogTools) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCheckoutLoginOption(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property mCheckoutLoginOption.
setCheckoutOption(String) - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
setCheckoutOptionSelections(CheckoutOptionSelections) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setCheckoutOptionSelections(CheckoutOptionSelections) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
setCheckoutProgressLevels(Map) - Method in class atg.projects.store.order.purchase.CheckoutProgressStates
 
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
 
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
 
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
Commerce Item Shipping Info Tools to set
setCommerceItemStates(CommerceItemStates) - Method in class atg.projects.store.order.StoreOrderManager
 
setCommitOrderHelper(StoreCommitOrderProcessHelper) - Method in class atg.projects.store.order.purchase.StoreCommitOrderHandler
 
setComponentItemDescriptor(RepositoryItemDescriptor) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Set component item descriptor.
setComponentPropertyType(Class) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Set component property type.
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
 
setCountryRedirectURLs(Properties) - Method in class atg.projects.store.servlet.GEOFilterServlet
Stores a map of country codes to redirect URLs.
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
 
setCouponCode(String) - Method in class atg.projects.store.order.StoreOrderImpl
Sets the code for the coupon redeemed for this order.
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.
setCreditCardNickname(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.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
 
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.
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
 
setDefaultThresholdLevel(long) - Method in class atg.projects.store.inventory.StoreInventoryManager
Default value if the stock level of an item is not defined.
setDelimiter(Character) - Method in class atg.projects.store.io.StoreFileWriter
 
setDescending(boolean) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets type of sort: descending or ascending.
setDescription(String) - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
setDisplayNamePropertyName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the Display Name property.
setDojoDebug(boolean) - Method in class atg.projects.store.StoreConfiguration
Enables Dojo debug.
setDojoUrl(String) - Method in class atg.projects.store.StoreConfiguration
Sets the DojoUrl - this is the full url that will be used as the src= attribute to include all dojo Javascript within the app.
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
 
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.
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
 
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
 
setFileDirectory(String) - Method in class atg.projects.store.io.StoreFileWriter
 
setFileName(String) - Method in class atg.projects.store.io.StoreFileWriter
 
setFileName(String) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Sets the name of the output file..
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
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(GiftlistManager) - Method in class atg.projects.store.order.StoreOrderManager
Specifies the GiftlistManager.
setGiftlistManager(GiftlistManager) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
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.
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
 
setId(String) - Method in class atg.projects.store.order.beans.StoreCreditBean
 
setIdGenerator(IdGenerator) - Method in class atg.projects.store.order.StoreOrderTools
 
setIdPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
 
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.
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(InventoryManager) - Method in class atg.projects.store.droplet.ColorSizeDroplet
Sets the InventoryManager.
setInventoryManager(StoreInventoryManager) - Method in class atg.projects.store.droplet.SkuAvailabilityLookup
 
setInventoryManager(InventoryManager) - Method in class atg.projects.store.droplet.WoodFinishDroplet
Sets the InventoryManager.
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
 
setItems(Map) - Method in class atg.projects.store.profile.UserItems
 
setItemsBought(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setLastPurchaseDate(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setLocale(String) - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
Sets the value of the locale: field.
setLocaleParamName(String) - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
 
setLocaleParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setLocalePropertyName(String) - Method in class atg.projects.store.profile.StoreForgotPasswordHadler
Sets the property name of the locale in the profile.
setLocaleService(LocaleService) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setLoggingDebug(boolean) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Set the logging debug.
setLoggingError(boolean) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Set the logging error Logs through the IndexingOutputConfig on the Context.
setLoggingIdentifier(String) - Method in class atg.projects.store.order.processor.ProcValidateInventoryForCheckout
Sets property LoggingIdentifier.
setLoggingWarning(boolean) - Method in class atg.repository.search.indexing.accessor.LanguagePropertyAccessor
Set the logging warning Logs through the IndexingOutputConfig on the Context.
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) - Method in class atg.projects.store.StoreConfiguration
 
setMasterCountryList(PlaceList) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setMaxNickNameLength(int) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setMaxPasswordLength(int) - Method in class atg.projects.store.profile.StoreProfileTools
 
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.
setMoveToBillingErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setMoveToBillingSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
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
 
setNewQuantity(long) - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
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
 
setNonProfileShippingAddressesMap(Map<String, Address>) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
setNumberOfOrders(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setOldQuantity(long) - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
setOldShippingGroupId(String) - Method in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Sets the ID of the shipping group used for an old item.
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.droplet.AddItemsToOrder
Sets property OrderManager.
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(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
 
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
 
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
 
setPermittedCountryCodes(List) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setPersistEmails(boolean) - Method in class atg.projects.store.email.StoreEmailTools
Sets boolean indicating whether the email is persisted before it is sent.
setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Sets place utils
setPlaceUtils(PlaceUtils) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Sets place utils
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
setPrefillBillingAddress(boolean) - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
setPrefillCreditCard(boolean) - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
setPrefillShippingAddress(boolean) - Method in class atg.projects.store.order.purchase.CheckoutOptionSelections
 
setPrefix(String) - Method in class atg.projects.store.inventory.InventoryDiscrepancyFileWriter
 
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
 
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
 
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.catalog.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.catalog.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.
setProductItemName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the product item.
setProfile(RepositoryItem) - Method in class atg.projects.store.droplet.AddItemsToOrder
Set the Profile property.
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
setProfilePropertyList(List) - Method in class atg.projects.store.io.EmailListWriter
 
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(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.order.purchase.StoreCartProcessHelper
 
setProfileTools(StoreProfileTools) - Method in class atg.projects.store.profile.ProfileCheckoutPreferences
Sets the profileTools
setPromoTemplateUrls(ArrayList<String>) - Method in class atg.projects.store.email.StoreEmailTools
 
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
Set property item description.
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.io.EmailListWriter
Sets the PropertyManager component.
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.propertyToFilterMap field.
setPropertyToLabelMap(LinkedHashMap) - Method in class atg.projects.store.catalog.StoreCatalogTools
Setter-method for StoreCatalogTools.propertyToLabelMap field.
setPropertyType(Class) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
setPropertyValue(RepositoryItemImpl, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Sets the property of this type for the item descriptor provided.
setPurchaseProcessHelper(PurchaseProcessHelper) - Method in class atg.projects.store.droplet.AddItemsToOrder
Sets property purchaseProcessHelper.
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
 
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
 
setRemoveItemFromOrder(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
 
setRequestLocale(RequestLocale) - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet
 
setRequestLocalePath(String) - Method in class atg.projects.store.search.LanguageParserOptions
Sets new path to the RequestLocale component.
setRequireCreditCardVerification(boolean) - Method in class atg.projects.store.StoreConfiguration
 
setRequiredAddressPropertyNames(String[]) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
 
setRequiredBillingAddressPropertyList(List) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setRequiresRegistration(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setResetFormErrors(boolean) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Change resetFormErrors property to reset all form errors.
setResourceBundleName(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setRestrictedCountryCodes(List) - Method in class atg.projects.store.droplet.CountryRestrictionsDroplet
 
setRestriction(String) - Method in class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
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
 
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.
setSecurityProviders(List) - Method in class atg.projects.store.crypto.DESedeEncryptor
Set the list of Providers from the property.
setSendEmailInSeparateThread(boolean) - Method in class atg.projects.store.email.StoreEmailTools
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.
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 sharableTypeId
setShareableTypeId(String) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
setShipFromInfo(ICSClientRequest, TaxRequestInfo, int) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Utility method to set the origin shipping address information on the ICSCLientRequest.
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.StoreAddCommerceItemInfo
Sets the shipping group to use for a new item.
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.
setShippingGroupId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setShippingGroupInitializers(ServiceMap) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Set the ShippingGroupInitializers property.
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.
setShippingGroupParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setShippingHelper(StoreShippingProcessHelper) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShippingInfo(Map) - Method in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Sets the Map containing information to be associated with a new item's ShippingGroup.
setShippingInfoURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setShippingMethod(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShippingPricingEngine(ShippingPricingEngine) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
the shipping pricing engine to price shipping methods
setShippingProcessHelper(StoreShippingProcessHelper) - Method in class atg.projects.store.order.purchase.StoreHardgoodShippingGroupInitializer
 
setShippingProductCode(String) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
 
setShipToAddressName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToInfo(ICSClientRequest, TaxRequestInfo, int) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Utility method to set the destination shipping address information on the ICSCLientRequest.
setShipToNewAddress(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShoppingCart(OrderHolder) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property ShoppingCart.
setShouldAddGiftNote(boolean) - Method in class atg.projects.store.order.StoreOrderImpl
 
setShowTaxPerOffer(String) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
 
setSingleShippingGroupCheckout(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
 
setSiteGroupManager(SiteGroupManager) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
setSiteGroupPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
 
setSiteHttpServerName(String) - Method in class atg.projects.store.StoreConfiguration
Sets the name of the HTTP server.
setSiteHttpServerPort(int) - Method in class atg.projects.store.StoreConfiguration
Sets the port 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
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
 
setSitesPropertyName(String) - Method in class atg.projects.store.collections.filter.SiteGroupFilter
 
setSitesPropertyName(String) - Method in class atg.projects.store.scenario.action.StoreFillRelatedItemsSlotActionConfiguration
 
setSiteTagTemplate(String) - Method in class atg.projects.store.droplet.StoreTextDroplet
 
setSizePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
setSizeSortOrder(String[]) - Method in class atg.projects.store.catalog.StoreCatalogTools
 
setSkuId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setSkuId(String) - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
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
 
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.email.StoreEmailTools
 
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
 
setStoreId(String) - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
Sets the value of the StoreId: field.
setStoreId(String) - Method in class atg.projects.store.profile.StoreInternationalizedProfile
 
setStoreIdParamName(String) - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
The storeId parameter name - it represents the Store from which the email is dispatched parameter to be used in Email template
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.AddItemsToOrder
 
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.InternationalizedCountryRestrictionsDroplet
 
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
 
setStoreSitePropertiesManager(InternationalStoreSitePropertiesManager) - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
setSubject(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setSubjectParamName(String) - Method in class atg.projects.store.catalog.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
 
setTaxPerOfferProperties(String[]) - Method in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Sets the TaxPerOfferProperties
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
 
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
 
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
 
setTopLevelCategory(String) - Method in class atg.projects.store.catalog.CatalogNavigation
Sets the top level category that user is currently viewing.
setTrackingInfos(List) - Method in class atg.projects.store.order.StoreOrderImpl
Sets the shipment tracking information objects for the order.
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.
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
 
setUserItems(UserItems) - Method in class atg.projects.store.droplet.AddItemsToOrder
 
setUserItems(UserItems) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setUserPricingModels(PricingModelHolder) - Method in class atg.projects.store.droplet.AddItemsToOrder
Sets property UserPricingModels.
setUserPricingModels(PricingModelHolder) - Method in class atg.projects.store.pricing.PriceShippingMethodDroplet
Set the UserPricingModels property.
setUseSearchForSubcategoryProductList(boolean) - Method in class atg.projects.store.StoreConfiguration
 
setUseShippingAddressAsDefault(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setUseShippingForBilling(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setUseWishlist(boolean) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
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(HashMap) - 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
Catch the attribute values that we care about and store them in member variables.
setViewAllPageSize(Integer) - Method in class atg.projects.store.search.StoreRequestProcessor
 
setWishlistPropertyName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setWoodFinishPicker(boolean) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets mWoodFinishPicker
setWoodFinishPropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
 
setWriter(EmailListWriter) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Sets the e-mail list writer component.
setWriter(EmailListWriter) - Method in class atg.projects.store.scenario.action.GenerateEmailListConfiguration
Sets the e-mail list writer.
SHIP_TO_ADDRESS1 - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
First shipping address constant.
SHIP_TO_ADDRESS2 - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Second shipping address constant.
SHIP_TO_CITY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Shipping address city constant.
SHIP_TO_COUNTRY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Shipping address country constant.
SHIP_TO_COUNTY - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Shipping address county constant.
SHIP_TO_STATE - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Shipping address state constant.
SHIP_TO_ZIP - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Shipping address zip code constant.
SHIPPING_GROUP_PARAMETER - Static variable in class atg.projects.store.email.TesterEmailTools
 
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.
SHIPTO - Static variable in class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
shipToMultipleAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Setup multi shipping details for shipping to profile addresses
shipToNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Setup single shipping details for shipping to a new address
shipToProfileAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Setup single shipping details for shipping to profile addresses
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
SHOW_TAX_PER_OFFER - Static variable in class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
Show tax per offer constant.
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
 
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
 
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
 
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
 
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
 
SKUS - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The input parameter name for the skus.
SKUS - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The input parameter name for the skus.
sortColors(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
Sorts a list of colors.
sortEventTypes(Collection<String>) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sort event types in alphabetical ascending order.
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.
sortWoodFinishes(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
Sorts a list of wood finishes.
SOURCE_TYPE_PARAM - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Source type parameter name.
splitShippingGroupsByMethod(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Creates separate shipping groups for the same shipping addresses but with different shipping methods.
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_AVAILABLE - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The state value that means the item is currently available.
STATE_AVAILABLE - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The state value that means the item is currently available.
STATE_BACKORDERABLE - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The state value that means the item is currently out of stock, but can be backordered.
STATE_BACKORDERABLE - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The state value that means the item is currently out of stock, but can be backordered.
STATE_NOTOFFERED - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The state value that means the item is currently not offered.
STATE_NOTOFFERED - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The state value that means the item is currently not offered.
STATE_OUTOFSTOCK - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The state value that means the item is currently out of stock.
STATE_OUTOFSTOCK - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The state value that means the item is currently out of stock.
STATE_PREORDERABLE - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The state value that means the item is currently not offered, but can be preordered.
STATE_PREORDERABLE - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The state value that means the item is currently not offered, but can be preordered.
STATE_SELECTED - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
The state value that means the item is currently selected.
STATE_SELECTED - Static variable in class atg.projects.store.droplet.WoodFinishDroplet
The state value that means the item is currently selected.
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.
StoreAddCommerceItemInfo - Class in atg.projects.store.order.purchase
This class extends AddCommerceItemInfo to add shipping information.
StoreAddCommerceItemInfo() - Constructor for class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
 
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
 
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
 
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
This class is used for store wide configurations.
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
 
StoreCreditBean - Class in atg.projects.store.order.beans
This bean will be used to display availableAmounts for store credit to users.
StoreCreditBean(String, double) - Constructor for class atg.projects.store.order.beans.StoreCreditBean
Creates a new StoreCreditBean object.
StoreCreditCardInfo - Interface in atg.projects.store.payment.creditcard
CreditCardInfo that adds the card verification number.
StoreCurrentDate - Class in atg.projects.store.search
Store implementation of CurrentDate.
StoreCurrentDate() - Constructor for class atg.projects.store.search.StoreCurrentDate
 
StoreCyberSourceTax - Class in atg.projects.store.integrations.cybersource
This class extends the ATG CyberSourceTax class as to be able to set the showTaxPerOffer on the ICSClientRequest.
StoreCyberSourceTax() - Constructor for class atg.projects.store.integrations.cybersource.StoreCyberSourceTax
 
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
Extends the StorePurchaseProcessHelper to implement express checkout processing.
StoreExpressCheckoutProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreExpressCheckoutProcessHelper
 
StoreFileWriter - Class in atg.projects.store.io
Abstract class for Store FileWriters.
StoreFileWriter() - Constructor for class atg.projects.store.io.StoreFileWriter
 
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
 
StoreForgotPasswordHadler - Class in atg.projects.store.profile
This is a Store extension of DPS' ForgotPasswordHandler handler.
StoreForgotPasswordHadler() - Constructor for class atg.projects.store.profile.StoreForgotPasswordHadler
 
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
 
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
 
StoreInternationalizedProfile - Class in atg.projects.store.profile
Internationalized implementation of the StoreProfile
StoreInternationalizedProfile() - Constructor for class atg.projects.store.profile.StoreInternationalizedProfile
 
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
 
storeNewGiftListData() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Stores entered by user data to the session-scoped component.
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
 
StoreProfile - Class in atg.projects.store.profile
Store extension of Profile component implementation.
StoreProfile() - Constructor for class atg.projects.store.profile.StoreProfile
 
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 extention 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
 
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
Default constructor.
StoreTaxProcessorTaxCalculator - Class in atg.projects.store.pricing
This class is an extension of the ATG AddressVerificationTaxProcessorTaxCalculator.
StoreTaxProcessorTaxCalculator() - Constructor for class atg.projects.store.pricing.StoreTaxProcessorTaxCalculator
 
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
 
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 - 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
 
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 temapltes testing.
TesterEmailTools() - Constructor for class atg.projects.store.email.TesterEmailTools
 
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.
TRACKINGINFOS - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Tracking information.
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_NAME - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Type name.
TYPE_PRODUCT - Static variable in class atg.projects.store.droplet.ComparisonRowExistsDroplet
Source type "product"
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
 
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
 
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(DynamoHttpServletRequest, Locale) - Method in class atg.projects.store.servlet.StoreRequestLocale
Updates locale in profile.
updateSecondaryAddressName(RepositoryItem, String, String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Updates an address nickname
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.StoreRequestLocale
 
USER_PROFILE_TYPE - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
USER_TYPE - Static variable in class atg.projects.store.email.TesterEmailTools
 
UserItems - Class in atg.projects.store.profile
This class is used as a global component that will hold a Map of profile ids to list of commerce items.
UserItems() - Constructor for class atg.projects.store.profile.UserItems
 

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
validateAddressNickname(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(HashMap, 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.
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.
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.ItemCatalogValidator
Uses CustomCatalogTools to ensure the product is in the current user's catalog.
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.
validatePassword(String, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Validates password.
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.
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

WoodFinishDroplet - Class in atg.projects.store.droplet
 
WoodFinishDroplet() - Constructor for class atg.projects.store.droplet.WoodFinishDroplet
 
WoodFinishDroplet.WoodFinish - Class in atg.projects.store.droplet
Class that represents a wood finish state.
write(List) - Method in class atg.projects.store.inventory.InventoryDiscrepancyFileWriter
This method iterates through the passed in list of InventoryDiscrepancyMessage beans and writes the bean contents to a flat file on the file system.
write(List) - Method in class atg.projects.store.io.EmailListWriter
Outputs the specified profile properties to the output file.
write(RepositoryItem[]) - Method in class atg.projects.store.io.EmailListWriter
Outputs the specified profile properties to the output file.
write(List) - Method in class atg.projects.store.io.StoreFileWriter
This is the method that is responsible for writing to a file.

X

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

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