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.
ACKNOWLEDGABLETRANSACTIONID - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Acknowledgable transaction id constant.
ACKNOWLEDGED - Static variable in class atg.projects.store.states.StoreOrderStates
DOCUMENT ME!
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
addGiftCertificatePaymentGroupsForOrder(Order, RepositoryItem, String[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
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
 
addItemToGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Adds the given item(s) to the selected giftlist.
addItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Override to set the current transaction for rollback if there are form errors.
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.
addOrderAmountRemainingToOtherPaymentGroups(Order, RepositoryItem, double) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Add Order Remaining Amount to Gift Certificate Payment Group, if still
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.
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.
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
 
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.fulfillment.processor - package atg.projects.store.fulfillment.processor
 
atg.projects.store.gifts - package atg.projects.store.gifts
 
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.storeconfig - package atg.projects.store.storeconfig
 
atg.projects.store.ui - package atg.projects.store.ui
 
atg.projects.store.util - package atg.projects.store.util
 
atg.repository - package atg.repository
 
atg.repository.search.indexing.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
 
BillingInfoFormHandler - Class in atg.projects.store.order.purchase
Form Handler for taking billing information.
BillingInfoFormHandler() - Constructor for class atg.projects.store.order.purchase.BillingInfoFormHandler
 
buildItemInfos(Order) - Method in class atg.projects.store.order.StoreOrderManager
Returns a List of AddCommerceItemInfos based on the order param.

C

calculateTotalForRelationshipBeans(List) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Calculates total for relationship beans.
CartCatalogVerificationDroplet - Class in atg.projects.store.order.purchase
This droplet takes an order and checks to see if the product in each CommerceItem is in the user's current catalog.
CartCatalogVerificationDroplet() - Constructor for class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
 
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, Profile, 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
 
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(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This will claim the coupon.
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.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.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.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.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.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.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.fulfillment.processor.ProcDeliverGiftCertificate
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.processor.StoreProcFinishRemoveOrder
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.SettleElectronicGoods
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.StoreElectronicFulfiller
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.StoreOrderFulfiller
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
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.StoreGiftlistFormHandler
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.gifts.StoreSearchFormHandler
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.processor.StoreProcValidateElectronicShippingGroup
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.CartCatalogVerificationDroplet
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.ContinueShoppingFormHandler
Class version string.
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.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.StoreElectronicShippingGroupInitializer
Class version string.
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.StoreInternationalizedPurchaseProcessHelper
Class version string
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.StoreElectronicShippingGroup
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.StoreCurrencyCodeDroplet
Class version string
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.StorePriceListManager
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.pricing.StorePriceRangeDroplet
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.StoreTaxPricingEngine
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.email.StoreEmailFormHandler
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.StoreInternationalizedProfile
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
Class version string
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.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.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.InternationalizationShoppingContextServlet
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.ShoppingContextServlet
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.storeconfig.InternationalizationStoreConfiguration
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.StoreConfiguration
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.ui.AjaxUtils
Class version string
CLASS_VERSION - Static variable in class atg.projects.store.ui.PromotionalContentEditor
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.ui.StoreGrammarExtension
Class version string.
CLASS_VERSION - Static variable in class atg.projects.store.util.InternationalizationPropertyManager
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
 
CLASS_VERSION - Static variable in class atg.repository.TranslationDescriptor
Class version string
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
 
COMMERCEITEMRELATIONSHIP - Static variable in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
Commerce item relationship parameter name.
compareElectronicShippingGroups(ShippingGroup, ShippingGroup) - Method in class atg.projects.store.order.StoreOrderManager
Compares two StoreElectronicShippingGroup objects to check if all their shipping properties match.
COMPONENT_PATH_PROFILE - Static variable in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
Component path profile.
configure(Object) - Method in class atg.projects.store.scenario.action.GenerateEmailList
Configures the action using the given configuration object.
configure(String, Object) - Method in class atg.projects.store.scenario.MerchandiseTotalCondition
Configures this ExpressionFilter using the given configuration object.
CONFIRM_EMAIL_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.
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
 
ContinueShoppingFormHandler - Class in atg.projects.store.order.purchase
This just looks for the continue shopping success url, and defaults the redirect to the value given.
ContinueShoppingFormHandler() - Constructor for class atg.projects.store.order.purchase.ContinueShoppingFormHandler
 
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.
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.
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.
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>
createQuery(int, boolean, boolean, QueryExpression, int, boolean, QueryExpression, QueryExpression, Query, QueryBuilder, PropertyQueryExpression, List) - Method in class atg.repository.TranslationDescriptor
Create a query for this derivation.
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.
createShippingGroupName(StoreElectronicShippingGroup) - Method in class atg.projects.store.order.purchase.StoreElectronicShippingGroupInitializer
Create a unique name for the shipping group by concatenating the shipping group ID to the To email address.
createStoreIdCookie(DynamoHttpServletRequest, DynamoHttpServletResponse, String) - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
Creates cookie from the store id and stores in pResponse
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.
createTemplateEmailInfo(StoreElectronicFulfiller, RepositoryItem, long, ShippingGroup) - Method in class atg.projects.store.fulfillment.processor.ProcDeliverGiftCertificate
Creates and returns the TemplateEmailInfo to use for sending email within this action.
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.
CRITICAL_PREFIX - Static variable in class atg.projects.store.logging.LogUtils
The critical prefix.
CURRENT_SELECTION - Static variable in class atg.projects.store.droplet.DisplayLanguagesDroplet
Current selection parameter name.

D

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_LOCALE - Static variable in class atg.repository.TranslationDescriptor
 
DEFAULT_PROPERTY - Static variable in class atg.repository.TranslationDescriptor
 
DEFAULT_THRESHOLD_LEVEL - Static variable in class atg.projects.store.inventory.StoreInventoryManager
Default threshold level constant.
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.
DERIVATION_NAME - Static variable in class atg.repository.TranslationDescriptor
 
deriveAvailabilityStatus(String) - Method in class atg.projects.store.inventory.StoreInventoryManager
Derive the availabilityStatus based on the properties of the item.
derivePropertyValue(RepositoryItemImpl) - Method in class atg.repository.TranslationDescriptor
Determine the derived property value.
derivePropertyValue(Object) - Method in class atg.repository.TranslationDescriptor
Determine the derived property value.
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) - 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.
doPropertiesMatch(ShippingGroupPropertyContainer) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Do i match with the ShippingGroupPropertyContainer that is passed in? This method uses getPropertyContainerPropertyNames() property list to find whether the shipping group matches with the current shipping group instance
doStartService() - Method in class atg.projects.store.catalog.StoreCatalogTools
The E-commerce catalog id is set in a property file.
doStartService() - Method in class atg.projects.store.inventory.BackInStockNotificationService
Initialize service in this method.
doStartService() - Method in class atg.projects.store.pricing.StorePriceListManager
We ensure that the specified ids resolve to valid repository items.
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
 
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.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.PropertyValueCollection
Error parameter name.
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
 
fillLocaleFromStore(DynamoHttpServletRequest) - Method in class atg.projects.store.servlet.StoreRequestLocale
 
fillLocaleFromStoreSelection(DynamoHttpServletRequest) - 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.
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.
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.
FS - Static variable in class atg.projects.store.logging.LogUtils
The field separator.

G

GC_NO_AMOUNT_REMAINING - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
No amount remaining message key.
GC_NOT_FOUND - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Gift certificate not found message key.
GC_PAYMENT_GROUP_TYPE_NAME - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Gift certificate payment group type name.
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.
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.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).
generateLoginQuery(String, String, QueryBuilder) - Method in class atg.projects.store.profile.StoreRepositoryProfileItemFinder
Returns the Query which will be executed to find the profile with the given login and password.
generateNewShipToAddressNickName(Address, String, ShippingGroupMapContainer) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
generatePriceListPriceRange(RepositoryItem, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.StorePriceRangeDroplet
Generates price range using price list
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
 
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.
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
 
getAcknowledgableTransactionId() - Method in class atg.projects.store.order.StoreOrderImpl
Returns the Acknowledgable Transaction Id.
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
 
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
 
getAddItemToGiftlistErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns property AddItemToGiftlistErrorURL.
getAddItemToGiftlistLoginURL() - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
getAddItemToGiftlistLoginURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getAddItemToGiftlistSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Returns property AddItemToGiftlistSuccessURL.
getAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getAddressFromRepositoryItem(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
This method creates an address object and sets the property values to values in the repository item passed in.
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
 
getAtgSearchInstalled() - Method in class atg.projects.store.StoreConfiguration
 
getBackInStockFromAddress() - 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.
getBaseCountryCode() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets base country code
getBaseCurrencyCode() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets base currency code
getBillableCountryCodes() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets list of billable country codes
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
 
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.
getCatalogId() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets catalog 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.PropertyValueCollection
 
getCatalogTools() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getCatalogTools() - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
Return the CatalogTools property.
getCatalogTools() - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
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
 
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.ContinueShoppingFormHandler
 
getContinueShoppingErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getContinueShoppingSuccessURL() - Method in class atg.projects.store.order.purchase.ContinueShoppingFormHandler
 
getContinueShoppingSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getCountryDisplayName() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets country display name
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.StoreCartFormHandler
 
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
 
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
 
getCurrencyCode(Order, Collection, Locale, RepositoryItem, Map) - Method in class atg.projects.store.pricing.StoreTaxPricingEngine
Return the currency code that should be used in the context of this pricing request.
getCurrentDate() - Method in class atg.projects.store.catalog.filter.ItemDateValidator
 
getCurrentLocale() - Method in class atg.projects.store.search.LanguageParserOptions
 
getCurrentPage() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns current page - pagination setting
getCustomerServiceEmailAddress() - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
getCustomerServiceEmailAddress() - Method in class atg.projects.store.StoreConfiguration
 
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.profile.StoreProfileFormHandler
 
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.
getDefaultContinueShoppingURL() - Method in class atg.projects.store.order.purchase.ContinueShoppingFormHandler
 
getDefaultCountry() - Method in class atg.projects.store.StoreConfiguration
 
getDefaultCreditCard(RepositoryItem) - Method in class atg.projects.store.profile.StoreProfileTools
Gets the default credit card for a user.
getDefaultEmailInfo() - Method in class atg.projects.store.email.StoreEmailTools
Gets the default email information.
getDefaultLocale() - Method in class atg.repository.TranslationDescriptor
 
getDefaultLocaleString() - Method in class atg.projects.store.email.StoreEmailTools
 
getDefaultPageSize() - Method in class atg.projects.store.StoreConfiguration
Gets products per page
getDefaultProperty() - Method in class atg.repository.TranslationDescriptor
 
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.
getDefaultShippingAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getDefaultShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getDefaultSoftgoodFulfiller() - Method in class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
 
getDefaultSortField() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Returns field to be sorted by
getDefaultStoreConfiguration() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
getDefaultStoreId() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
getDefaultStoreLanguage() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets default store language
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.
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
 
getElectronicShippingGroups() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Electronic shipping groups.
getElectronicShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
getElectronicShippingGroupType() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getEmail() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getEmail() - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
getEmailAddress() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
getEmailAddress() - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
getEmailAddressPropertyName() - Method in class atg.projects.store.order.purchase.StoreElectronicShippingGroupInitializer
Returns the Profile property in which the email address is located.
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
 
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.
getEmailOptIn() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
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.
getErrorMessage() - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
If there is an error, it will be reported here.
getErrorURL() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
getErrorURL() - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
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
 
getFavoriteProductFeatures() - Method in class atg.projects.store.StoreConfiguration
 
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
 
getFirstName() - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
getFirstNonGiftHardgoodShippingGroupWithRels(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns the first non-gift hardgood shipping group with relationships from the order.
getFlagImage() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets flag image
getFromEmailAddress() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
 
getFromName() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
 
getFulfillerForShippingGroup(ShippingGroup) - Method in class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
Return the fulfiller for the given shipping group.
getFulfillersForShippingGroups(List) - Method in class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
This method returns a HashMap whose key is the fulfiller and the value is a List of the ShippingGroups.
getGiftCertificateFromAddress() - Method in class atg.projects.store.StoreConfiguration
 
getGiftCertificateNumbers() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
getGiftCertificateNumbersList(String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Tokenize this list into the various tokens, where each token could be a gift certificate claim code.
getGiftCertificateUsableAmount(String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Return balance amount of gift certificate
getGiftlistManager() - Method in class atg.projects.store.order.StoreOrderManager
The giftlist manager.
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
 
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
 
getIgnoreList() - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
getInitializeShippingInfoFromProfile() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getInternationalizationPropertyManager() - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
The Property Manager to get the propertyName.
getInternationalizationPropertyManager() - Method in class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
The Property Manager to get the propertyName.
getInternationalizationPropertyManager() - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
getInternationalizationStoreConfiguration() - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Gets the internationalization StoreConfiguration.
getInternationalizationStoreConfiguration() - Method in class atg.projects.store.servlet.StoreRequestLocale
Gets the internationalization StoreConfiguration.
getInternationalizationStoreConfigurationContainer() - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
 
getInternationalizationStoreConfigurationContainer() - Method in class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
 
getInternationalizationStoreConfigurationContainer() - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
getInternationalizationStoreConfigurationContainer() - Method in class atg.projects.store.servlet.StoreRequestLocale
Gets the internationalization StoreConfigurationContainer.
getInternationalizationStoreConfigurationContainer() - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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.inventory.BackInStockFormHandler
 
getItemDescriptorName() - Method in class atg.projects.store.droplet.RqlDroplet
 
getItems() - Method in class atg.projects.store.profile.UserItems
 
getItemsBought() - Method in class atg.projects.store.profile.StorePropertyManager
 
getKeyForMessage(ObjectMessage) - Method in class atg.projects.store.fulfillment.StoreOrderFulfiller
This method will return the key to be used for locking out other messages with the same key while a thread is handling this message.
getKeyService() - Method in class atg.repository.TranslationDescriptor
 
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.
getLastName() - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
getLastPurchaseDate() - Method in class atg.projects.store.profile.StorePropertyManager
 
getLinkURL() - Method in class atg.projects.store.droplet.DisplayLanguagesDroplet.DisplayLanguage
 
getListPriceListId() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets list price list id
getLocale() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
Gets the value of the Locale: field.
getLocale(DynamoHttpServletRequest) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Determine the user's current locale, if available.
getLocaleParamName() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
 
getLocaleParamName() - Method in class atg.projects.store.email.StoreEmailTools
 
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
 
getLowestPrice(List) - Method in class atg.projects.store.pricing.StorePriceRangeDroplet
Overridden base class's method to return -1 if prices are not set
getMandatoryStateCountryList(DynamoHttpServletRequest) - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
Get mandatory state country list.
getMandatoryStateCountryList(DynamoHttpServletRequest) - Method in class atg.projects.store.order.purchase.StorePurchaseProcessHelper
Get mandatory state country list.
getMandatoryStateCountryList() - Method in class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
returns the mandatory states countories list if it is defined in the International Store Configuration
getMandatoryStateCountryList() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets mandatory 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.
getMessage() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
 
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.
getMessageSender() - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Returns the component that has been configured through patchbay to send messages.
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
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
 
getName() - Method in class atg.projects.store.droplet.ColorSizeDroplet.Color
 
getName() - Method in class atg.projects.store.droplet.ColorSizeDroplet.Size
 
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.
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
 
getNewPasswordFromAddress() - Method in class atg.projects.store.StoreConfiguration
 
getNewPasswordParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getNewProductThresholdDays() - Method in class atg.projects.store.StoreConfiguration
 
getNewQuantity() - Method in class atg.projects.store.inventory.InventoryDiscrepancyMessage
 
getNewShippingGroupName(ShippingGroup) - Method in class atg.projects.store.order.purchase.StoreElectronicShippingGroupInitializer
The getNewShippingGroupName method is used to obtain a descriptive identifier for the shipping group for use as the shipping group's key in the ShippingGroupMapContainer.
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
 
getNonBillableCountryCodes() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets list of non-billable country codes
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.
getNonSecureUrl(String) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
Build a nonSecure url.
getNonShippableCountryCodes() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets list of non-shippable country codes
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.
getOnlineCreditIds() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
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.CartCatalogVerificationDroplet
Return the Order whose items are to be validated.
getOrder() - Method in class atg.projects.store.payment.BasicStoreCreditCardInfo
 
getOrder() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Return the Order property.
getOrderConfirmationFromAddress() - Method in class atg.projects.store.StoreConfiguration
 
getOrderGiftCertificateNumbers(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Get used giftcetificate numbers from the order
getOrderId() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getOrderId() - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
The id of the order containing the updated shipping groups.
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.fulfillment.processor.StoreProcFinishRemoveOrder
 
getOrderManager() - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
OrderManager is used to verify the orders existence before sending the message.
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 remaning 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
 
getOrderShippedFromAddress() - Method in class atg.projects.store.StoreConfiguration
 
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.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.
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.
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.
getPriceListLocale(RepositoryItem, Map) - Method in class atg.projects.store.pricing.StorePriceListManager
Returns the locale of the profile's price list.
getPriceListLocalePropertyName() - Method in class atg.projects.store.pricing.StorePriceListManager
The name of the property in the price list that stores the locale.
getPriceListManager() - Method in class atg.projects.store.pricing.StoreTaxPricingEngine
Returns the reference to the PriceListManager which handles the operations of the PriceList.
getPriceListManager() - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
getPricingTools() - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
 
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.order.purchase.CartCatalogVerificationDroplet
Return the Profile property.
getProfileAddressName(RepositoryItem, Address) - Method in class atg.projects.store.profile.StoreProfileTools
Gets nickname for the given profile's address.
getProfileItemFinder() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getProfileParamName() - Method in class atg.projects.store.email.StoreEmailTools
Gets the name of the parameter used to send the current user profile to the template.
getProfilePath() - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
 
getProfilePriceListPropertyName() - Method in class atg.projects.store.pricing.StorePriceListManager
The name of the property in the profile that stores the price list.
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.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.processor.StoreProcValidateElectronicShippingGroup
 
getProfileTools() - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
 
getProfileTools() - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
getPromotionEmailAddress() - Method in class atg.projects.store.StoreConfiguration
 
getProperties() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
 
getPropertiesToCopyOnRegistration() - Method in class atg.projects.store.order.StoreOrderTools
 
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
 
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.
getPurchaseProcessHelper() - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
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
 
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.
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.StoreCartFormHandler
 
getRemoveCouponSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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
 
getRepository() - Method in class atg.projects.store.droplet.RqlDroplet
 
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() - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
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) - Static method in class atg.projects.store.profile.StoreProfileFormHandler
Returns a ResourceBundle specific for the given locale.
getResourceBundle() - Method in class atg.projects.store.StoreConfiguration
 
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.fulfillment.processor.StoreProcFinishRemoveOrder
Returns the valid return codes.
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
 
getSalePriceList() - Method in class atg.projects.store.pricing.StorePriceListManager
 
getSalePriceListId() - Method in class atg.projects.store.pricing.StorePriceListManager
 
getSalePriceListId() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets sale price list id
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
getSearchResultsSize() - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Size of results.
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.
getSelectedFlagImage() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets flag image
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.droplet.InternationalizedExpressCheckoutOkDroplet
Gets the session bean property
getSessionBean() - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Gets the session bean property
getSessionBean() - Method in class atg.projects.store.servlet.StoreRequestLocale
Gets the session bean property
getShippableCountryCodes() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets list of shippable country codes
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(Order) - Method in class atg.projects.store.order.StoreOrderTools
Returns the ShippingGroup.
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
 
getShippingGroupParameterName() - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
getShippingGroupParamName() - Method in class atg.projects.store.fulfillment.StoreElectronicFulfiller
The name of the parameter passed into the email template for the shipping group.
getShippingHelper() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShippingInfo() - Method in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
 
getShippingInfo() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getShippingInfoURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getShippingMethod() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToAddressName() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShipToNewAddress() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getShoppingCart() - Method in class atg.projects.store.profile.StoreProfileFormHandler
Returns property ShoppingCart.
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.inventory.InventoryDiscrepancyMessage
 
getSkuTypePropertyName() - Method in class atg.projects.store.catalog.StoreCatalogProperties
The sku type property name.
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
 
getStateBasedOnInventory(String, RepositoryItem) - Method in class atg.projects.store.droplet.ColorSizeDroplet
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.
getStatementMap() - Method in class atg.projects.store.droplet.RqlDroplet
 
getStoreCatalog() - Method in class atg.projects.store.catalog.StoreCatalogTools
 
getStoreCatalogId() - Method in class atg.projects.store.catalog.StoreCatalogTools
 
getStoreConfiguration() - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
Gets the internationalization StoreConfiguration.
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.StoreProfileFormHandler
 
getStoreConfiguration() - Method in class atg.projects.store.profile.StoreProfileTools
 
getStoreConfiguration(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
This method gets the InternationalizationStoreConfiguration component associated with the given storeId.
getStoreConfigurationContainer() - Method in class atg.repository.TranslationDescriptor
 
getStoreConfigurations() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
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
 
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
 
getStoreId() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets store ID
getStoreIdParamName() - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
 
getStoreIdParamName() - Method in class atg.projects.store.email.StoreEmailTools
 
getStoreIdPropertyName() - Method in class atg.projects.store.util.InternationalizationPropertyManager
Gets property name for store id
getStoreLanguages() - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets the list of the store languages.
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
 
getStorePriceList() - Method in class atg.projects.store.pricing.StorePriceListManager
 
getStorePriceListId() - Method in class atg.projects.store.pricing.StorePriceListManager
 
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.
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.
getSubject() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
 
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
 
getTaxPriceInfo() - Method in class atg.projects.store.pricing.StoreItemPriceInfo
 
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.
getToName() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
 
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
getType() - Method in class atg.projects.store.fulfillment.SettleElectronicGoods
 
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.
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.
getUpdateElectronicShippingInfoErrorURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getUpdateElectronicShippingInfoSuccessURL() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
getUpdateErrorURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getUpdateSuccessURL() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
getUrlContextStoreCommerce() - Method in class atg.projects.store.profile.StoreProfileTools
 
getUseElectronicShipping() - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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) - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
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.order.purchase.CartCatalogVerificationDroplet
Returns property UserPricingModels.
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
 
getValues() - Method in class atg.projects.store.profile.SessionBean
A map containing miscellaneous session values.
getViewAllPageSize() - Method in class atg.projects.store.search.StoreRequestProcessor
 
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_CERTIFICATE_ERROR - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Gift Certificate payment group error message key.
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.
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

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.
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.
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.
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.ContinueShoppingFormHandler
This method handles the continue shopping functionality.
handleContinueShopping(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Need to do the exact same thing as handleUpdate, but redirect to different URL.
handleCreateEmailRecipient(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.email.EmailCampaignFormHandler
Creates an EmailRecipient with the user's email.
handleCreateNewCreditCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a new credit card using the entries entered in the editValue map
handleDefaultCard(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Makes the credit card identified by a nickname, default in the given profile.
handleDefaultShippingAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
This sets the default shipping address.
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.
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.
handleMoveToConfirm(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method runs the move to confirmation pipeline chain.
handleNewAddress(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Creates a new shipping address using the entries entered in the editValue map.
handleNewMessageType(String, ObjectMessage) - Method in class atg.projects.store.fulfillment.StoreOrderFulfiller
This method is called to handle all messages not handled by the base handle methods.
handleNotifyMe(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.inventory.BackInStockFormHandler
This method will handle "notify when back in stock" requests.
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.
handleRemoveCoupon(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method will remove the current coupon from the order.
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 myFavorites page.
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.
handleSettleElectronicGoods(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Create a SettleElectronicGoods message.
handleSettleElectronicGoods(String, ObjectMessage) - Method in class atg.projects.store.fulfillment.StoreOrderFulfiller
This method is called to handle all messages of type SettleElectronicGoods.
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.
handleUpdateElectronicShippingInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Handler for editing electronic shipping group properties.
handleUpdateGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Overriden method of GiftlistFormHandler class.
hasProperty(String, Profile) - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
Checks if profile has given property

I

ID_PROPERTY_NAME - Static variable in class atg.projects.store.profile.StoreProfileTools
 
increaseStockLevel(String, long) - Method in class atg.projects.store.inventory.StoreInventoryManager
This method will send an "UpdateInventory" message if the item changes from Out of stock to In stock with this method.
init() - Method in class atg.projects.store.crypto.AbstractEncryptor
Call this init method before every cryptograpy operation.
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
initializeGiftCertificatePaymentGroups(String[], RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Initialized the Gift Certificate PaymentGroup
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.
initializePropertyContainerPropertyNames() - Method in class atg.projects.store.order.StoreElectronicShippingGroup
This method initializes the properties which are used to find a match, copy information from source shipping group to self and find emptiness of the shipping group.
initializeShippingInfoFromProfile(RepositoryItem, Map) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
Initialize the Shipping Info with values from the profile
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.
InternationalizationPropertyManager - Class in atg.projects.store.util
This servlet sets shopping context for the user.
InternationalizationPropertyManager() - Constructor for class atg.projects.store.util.InternationalizationPropertyManager
 
InternationalizationShoppingContextServlet - Class in atg.projects.store.servlet.pipeline
The extensions to eStore.ShoppingContextServlet.
InternationalizationShoppingContextServlet() - Constructor for class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
InternationalizationStoreConfiguration - Class in atg.projects.store.storeconfig
InternationalizationStoreConfiguration contains countryStore configuration.
InternationalizationStoreConfiguration() - Constructor for class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
 
InternationalizationStoreConfigurationContainer - Class in atg.projects.store.storeconfig
InternationalizationStoreConfigurationContainer contains several properties for configuring a series of country-stores to run in the same application.
InternationalizationStoreConfigurationContainer() - Constructor for class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
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
 
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
 
INVALIDRECIPIENTEMAIL - Static variable in class atg.projects.store.order.processor.StoreProcValidateElectronicShippingGroup
Invalid recipient e-mail property key.
INVALIDSENDEREMAIL - Static variable in class atg.projects.store.order.processor.StoreProcValidateElectronicShippingGroup
Invalid sender e-mail property key.
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
isAnyElectronicShippingGroups(Order) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Returns true if the order has at least one electronic shipping group with commerce item relationships.
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.
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
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.
isEmailAFriendEnabled() - Method in class atg.projects.store.StoreConfiguration
 
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
 
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.
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.
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.
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
 
isQueryable() - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
 
isQueryable() - Method in class atg.repository.TranslationDescriptor
Since this derivation is not queryable, this returns null.
isRequireCreditCardVerification() - Method in class atg.projects.store.StoreConfiguration
This property determines if credit card verification numbers are required by the application.
isResultAsCollection() - Method in class atg.projects.store.droplet.RqlDroplet
 
isSaveShippingInfo() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isSendEmailInSeparateThread() - Method in class atg.projects.store.email.StoreEmailTools
 
isSingleShippingGroupCheckout() - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
isStartIndexAtZero() - Method in class atg.projects.store.droplet.ArraySubsetHelper
 
isStoreExist(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
This method returns a boolean indicating if the given store ID has a valid InternationalizationStoreConfiguration component assoicated with it
isTestOrder(StoreOrderImpl) - Method in class atg.projects.store.order.StoreOrderTools
Checks to see if order is a Test order.
isUseStoreDefaultLocale() - Method in class atg.repository.TranslationDescriptor
 
isUsingProfileCreditCard() - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
isUsingSavedAddress() - 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.
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.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_SERVICE_PATH - Static variable in class atg.repository.TranslationDescriptor
 

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.
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.
loadItemTaxPriceInfo(Order, Object, MutableRepositoryItem, OrderManager, Boolean) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
Load the ItemPriceInfo's TaxPriceInfo.
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.StoreElectronicShippingGroupInitializer
The matchShippingGroup method is used to match a ShippingGroup with an entry in a ShippingGroupMapContainer, based on criteria dictated by the specific type of ShippingGroup.
mAtgSearchInstalled - Variable in class atg.projects.store.StoreConfiguration
Is ATG search installed.
mBackInStockFromAddress - Variable in class atg.projects.store.StoreConfiguration
Back in stock sender address.
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.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.
mCustomerServiceEmailAddress - Variable in class atg.projects.store.StoreConfiguration
Customer service e-mail address.
mDefaultPageSize - Variable in class atg.projects.store.StoreConfiguration
Products per page
mDefaultSoftgoodFulfiller - Variable in class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
Default softgood fulfiller.
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.
mElectronicShippingGroupType - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Electronic shipping group type.
mEmail - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
E-mail.
mEmailAFriendEnabled - Variable in class atg.projects.store.StoreConfiguration
Should e-mail a friend.
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
 
mergeOrdersCopyElectronicShippingGroup(Order, Order, ElectronicShippingGroup) - Method in class atg.projects.store.order.StoreShippingGroupManager
 
mergePaymentGroupsToOrder(double, Order, GiftCertificate[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Check two lists of payment groups: giftCertificatePaymentGroups and creditCardPaymentGroups.
mErrorMessage - Variable in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Error message.
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.
mFavoriteProductFeatures - Variable in class atg.projects.store.StoreConfiguration
Favourite product features.
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.
mGiftCertificateFromAddress - Variable in class atg.projects.store.StoreConfiguration
Gift certificate sender address.
mGiftCertificateNumbers - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Gift certificate numbers.
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.
mIgnoreList - Variable in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
List of paths to ignore.
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.
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.
mMessageSender - Variable in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Message sender.
mMinNickNameLength - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Minimum nickname length.
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.
mNewCreditCardVerificationNumber - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Property for holding the credit card verification number for a new credit card.
mNewPasswordFromAddress - Variable in class atg.projects.store.StoreConfiguration
New password sender address.
mNewProductThresholdDays - Variable in class atg.projects.store.StoreConfiguration
The newProductThresholdDays defines the number of days for which a Product is considered new.
mNewQuantity - Variable in class atg.projects.store.inventory.InventoryDiscrepancyMessage
New quantity.
mNewUserPassword - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
New user password.
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.
mOnlineCreditIds - Variable in class atg.projects.store.order.purchase.BillingInfoFormHandler
Online credit cards ids.
mOrderConfirmationFromAddress - Variable in class atg.projects.store.StoreConfiguration
Order confirmation sender address.
mOrderId - Variable in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Order id.
mOrderManager - Variable in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Order manager.
mOrderShippedFromAddress - Variable in class atg.projects.store.StoreConfiguration
Order shipped sender address.
moveToBilling(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Applies the data in the CommerceItemShippingInfoContainer and ShippingGroupMapContainer to the order.
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.
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.processor.StoreProcValidateElectronicShippingGroup
Profile tools.
mProfileTools - Variable in class atg.projects.store.order.purchase.StoreCartProcessHelper
Profile tools.
mPromotionEmailAddress - Variable in class atg.projects.store.StoreConfiguration
Promotion e-mail address.
mPropertyManager - Variable in class atg.projects.store.inventory.BackInStockNotificationService
Property manager.
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_CONCURRENT_UPDATE_ATTEMPT - Static variable in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
 
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_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_INAVLID_MESSAGE_PARAMETER - Static variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
 
MSG_INAVLID_ORDER_FULFILLER_PARAMETER - Static variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
 
MSG_INAVLID_ORDER_PARAMETER - Static variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
 
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_FULFILLER_PARAMETER - Static variable in class atg.projects.store.fulfillment.processor.ProcDeliverGiftCertificate
 
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.fulfillment.processor.ProcDeliverGiftCertificate
 
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_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.
mShippingGroup - Variable in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Shipping group.
mShippingGroupManager - Variable in class atg.projects.store.droplet.ShowGiftWrap
Shipping group manager.
mShippingGroupParamName - Variable in class atg.projects.store.fulfillment.StoreElectronicFulfiller
Shipping group parameter name.
mShippingInfo - Variable in class atg.projects.store.order.purchase.StoreAddCommerceItemInfo
Shipping information.
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.
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.
mUseElectronicShipping - Variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Should use electronic shipping.
mUserIdPropertyName - Variable in class atg.projects.store.profile.StorePropertyManager
Source code property name.
mUseSearchForSubcategoryProductList - Variable in class atg.projects.store.StoreConfiguration
Should use search for subcategory product list.
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.
mValidateShippingGroups - Variable in class atg.projects.store.order.purchase.StoreShippingProcessHelper
 
MY_RESOURCE_NAME - Static variable in class atg.projects.store.fulfillment.processor.ProcDeliverGiftCertificate
Resourse bundle name.
MY_RESOURCE_NAME - Static variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
Resource bundle name.

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
 
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_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 - Static variable in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
Input parameter name order.
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.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_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.

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_SKU_ID - Static variable in class atg.projects.store.inventory.BackInStockNotificationService
Sku id parameter name.
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.
postAddItemToGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Operation called just after an item has been added to a giftlist.
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.
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.
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.
postRegisterUserDuringCheckout(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
postRemoveCoupon(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method is called after removing the coupon from the order.
postRemoveItemFromOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Called after all processing is done by the removeItemFromOrder method.
postSearch(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
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
 
postSetupGiftCertificatePaymentGroupsForOrder(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.
postUpdateElectronicShippingInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Post edit electronic shipping info 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 item to the giftlist, extract the values for skuId, giftlistId, and productId from the request.
preAddItemToGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Operation called just before an item is added to a giftlist.
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.
preDeleteGiftlist(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
If getGiftlistId() is blank then retrieve from the request and set.
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.
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
 
preRegisterUserDuringCheckout(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.
preRemoveCoupon(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method is called before removing the coupon from the order.
preSetupCreditCardPaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
preSetupGiftCertificatePaymentGroupsForOrder(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
preUpdateElectronicShippingInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Validates the electronic shipping group properties.
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.
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.
ProcDeliverGiftCertificate - Class in atg.projects.store.fulfillment.processor
This processor delivers a gift certificate by an email template.
ProcDeliverGiftCertificate() - Constructor for class atg.projects.store.fulfillment.processor.ProcDeliverGiftCertificate
 
processError(String, Exception, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
If an error occurs, this method will obtain the correct Msg resource string based upon the users locale from the getUserLocale method.
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
ProcExecuteFulfillElectronicFragment - Class in atg.projects.store.fulfillment.processor
This processor will execute the chain to delegate the FulfillOrderFragment messages to the softgood fulfiller systems.
ProcExecuteFulfillElectronicFragment() - Constructor for class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
 
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_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.
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
 
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.
PROPERTIES - Static variable in class atg.projects.store.droplet.NullPropertiesCheck
Properties parameter name.
PROPERTY_FROM_EMAIL_ADDRESS - Static variable in class atg.projects.store.order.StoreElectronicShippingGroup
From e-mail address property name.
PROPERTY_FROM_NAME - Static variable in class atg.projects.store.order.StoreElectronicShippingGroup
From name property name.
PROPERTY_MESSAGE - Static variable in class atg.projects.store.order.StoreElectronicShippingGroup
Message property name.
PROPERTY_NAME_PARAM - Static variable in class atg.projects.store.droplet.PropertyValueCollection
Proeprty name parameter name.
PROPERTY_SUBJECT - Static variable in class atg.projects.store.order.StoreElectronicShippingGroup
Subject property name.
PROPERTY_TO_NAME - Static variable in class atg.projects.store.order.StoreElectronicShippingGroup
To name property 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.IndexingTranslationDescriptor) - 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_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.
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.
redirectOrForward(DynamoHttpServletRequest, DynamoHttpServletResponse, String) - Method in class atg.projects.store.catalog.EmailAFriendFormHandler
 
registerNewUserDuringCheckout(Order, Profile, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method will register a new user during checkout.
registerNewUserDuringCheckout(Profile, Order) - Method in class atg.projects.store.order.StoreOrderTools
This method will register a new user during the checkout process.
registerUserDuringCheckout(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.
removeAllGiftCertificatePaymentGroups(Order) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Remove all gift certificates payment group from the order.
removeAllOmsSegments() - Method in class atg.projects.store.order.StoreOrderImpl
Removes all OMS segments from order.
removeCoupon(StoreOrderImpl, DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method removes the coupon from the order.
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.
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.fulfillment.processor.ProcDeliverGiftCertificate
This processor delivers an electronic item by the email template.
runProcess(Object, PipelineResult) - Method in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
This processor will execute the chain to delegate the FulfillOrderFragment messages to the fulfillers responsible for electronic shipping groups.
runProcess(Object, PipelineResult) - Method in class atg.projects.store.fulfillment.processor.StoreProcFinishRemoveOrder
Run process method.
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.
saveItemPriceInfo(Order, CommerceItem, MutableRepositoryItem, MutableRepository, OrderManager) - Method in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
This method saves an ItemPriceInfo object.
saveItemTaxPriceInfo(Order, CommerceItem, MutableRepositoryItem, MutableRepository, OrderManager, TaxPriceInfo) - Method in class atg.projects.store.order.processor.StoreProcSavePriceInfoObjects
This method is used to save the item tax price info.
saveModifiedShippingAddressToProfile(RepositoryItem, String, Address) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
saveModifiedShippingAddress shipping address processing.
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.
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.
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.
sendMail(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
Customizes the send operation.
serialVersionUID - Static variable in class atg.projects.store.fulfillment.SettleElectronicGoods
The serialVersionUID which makes this object backwards compatible with previous releases.
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.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.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.order.purchase.CartCatalogVerificationDroplet
Checks to see if the items in the order are in the current catalog.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.pricing.StoreCurrencyCodeDroplet
Given a Locale, this will gives its associated currency code.
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.
service(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
Based on the url context, this servlet pipeline component sets the catalog and pricelist.
SESSION_BEAN_PATH - Static variable in class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
SESSION_BEAN_PATH - Static variable in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
SessionBean - Class in atg.projects.store.profile
A session scoped bean contianing only a map property.
SessionBean() - Constructor for class atg.projects.store.profile.SessionBean
 
setAcknowledgableTransactionId(String) - Method in class atg.projects.store.order.StoreOrderImpl
Sets the Acknowledgable Transaction Id.
setActionResult(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
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.
setAddItemToGiftlistErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistErrorURL.
setAddItemToGiftlistLoginURL(String) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
Sets property AddItemToGiftlistLoginURL.
setAddItemToGiftlistLoginURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistLoginURL.
setAddItemToGiftlistSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets property AddItemToGiftlistSuccessURL.
setAddress(Address) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
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
 
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
 
setApplyDefaultShippingGroup(boolean) - Method in class atg.projects.store.order.purchase.StoreShippingProcessHelper
Set the ApplyDefaultShippingGroup property.
setAtgSearchInstalled(boolean) - Method in class atg.projects.store.StoreConfiguration
 
setBackInStockFromAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
setBackInStockNotifyItemDescriptorName(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setBaseCountryCode(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets base country code
setBaseCurrencyCode(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets base currency code
setBean(Object) - Method in class atg.projects.store.ui.PromotionalContentEditor
Override to add/remove propertyChangeListeners.
setBillableCountryCodes(List) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets list of billable country codes
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
 
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
 
setCatalogAndPricelists(Profile, InternationalizationStoreConfiguration) - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
Sets catalog and price lists.
setCatalogId(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets catalog id
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.PropertyValueCollection
Sets the catalogTools.
setCatalogTools(CatalogTools) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setCatalogTools(CustomCatalogTools) - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
Set the CatalogTools property.
setCatalogTools(StoreCatalogTools) - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
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
 
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.ContinueShoppingFormHandler
 
setContinueShoppingErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setContinueShoppingSuccessURL(String) - Method in class atg.projects.store.order.purchase.ContinueShoppingFormHandler
 
setContinueShoppingSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setCountryDisplayName(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets country display name
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.StoreCartFormHandler
 
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
 
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
 
setCurrentPage(Integer) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets current page - pagination setting
setCustomerServiceEmailAddress(String) - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
setCustomerServiceEmailAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
setDateFormat(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
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.
setDefaultContinueShoppingURL(String) - Method in class atg.projects.store.order.purchase.ContinueShoppingFormHandler
 
setDefaultCountry(String) - Method in class atg.projects.store.StoreConfiguration
 
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.
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(String) - Method in class atg.repository.TranslationDescriptor
 
setDefaultPageSize(Integer) - Method in class atg.projects.store.StoreConfiguration
Sets products per page
setDefaultProperty(String) - Method in class atg.repository.TranslationDescriptor
 
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.
setDefaultShippingAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setDefaultShippingMethod(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setDefaultSoftgoodFulfiller(String) - Method in class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
 
setDefaultSortField(String) - Method in class atg.projects.store.catalog.StoreSearchFormHandler
Sets field to be sorted by
setDefaultStoreConfiguration(InternationalizationStoreConfiguration) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
setDefaultStoreId(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
setDefaultStoreLanguage(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets default store language.
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.
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
 
setElectronicShippingGroupType(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setEmail(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setEmail(String) - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
setEmailAddress(String) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setEmailAddress(String) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setEmailAddressPropertyName(String) - Method in class atg.projects.store.order.purchase.StoreElectronicShippingGroupInitializer
Specifies the Profile property in which the email address is located.
setEmailAFriendEnabled(boolean) - Method in class atg.projects.store.StoreConfiguration
 
setEmailAFriendResourceBundleName(String) - Method in class atg.projects.store.email.StoreEmailTools
 
setEmailFormat(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
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.
setErrorMessage(String) - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Set message that will be reported if error occurs.
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
 
setFavoriteProductFeatures(Map) - Method in class atg.projects.store.StoreConfiguration
 
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.
setFirstName(String) - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
setFlagImage(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets flag image
setFromEmailAddress(String) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Sets the from e-mail address.
setFromName(String) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Sets the from name.
setGiftCertificateFromAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
setGiftCertificateNumbers(String) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
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.
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
 
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
 
setIgnoreList(String[]) - Method in class atg.projects.store.servlet.pipeline.ProtocolSwitchServlet
 
setInitializeShippingInfoFromProfile(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Sets the initializeShippingInfoFromProfile property and, if true, fills in shippingInfo holes from the current profile.
setInternationalizationPropertyManager(InternationalizationPropertyManager) - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
 
setInternationalizationPropertyManager(InternationalizationPropertyManager) - Method in class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
 
setInternationalizationPropertyManager(InternationalizationPropertyManager) - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
setInternationalizationStoreConfiguration(InternationalizationStoreConfiguration) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Sets the InternationalizationStoreConfiguration.
setInternationalizationStoreConfiguration(InternationalizationStoreConfiguration) - Method in class atg.projects.store.servlet.StoreRequestLocale
Sets the InternationalizationStoreConfiguration.
setInternationalizationStoreConfigurationContainer(InternationalizationStoreConfigurationContainer) - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
 
setInternationalizationStoreConfigurationContainer(InternationalizationStoreConfigurationContainer) - Method in class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
 
setInternationalizationStoreConfigurationContainer(InternationalizationStoreConfigurationContainer) - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
setInternationalizationStoreConfigurationContainer(InternationalizationStoreConfigurationContainer) - Method in class atg.projects.store.servlet.StoreRequestLocale
Registers the InternationalizationStoreConfigurationContainer.
setInternationalizationStoreConfigurationContainer(InternationalizationStoreConfigurationContainer) - Method in class atg.repository.search.indexing.accessor.InternationalPricePropertyAccessor
 
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(StoreInventoryManager) - Method in class atg.projects.store.inventory.BackInStockFormHandler
 
setItemDescriptorName(String) - Method in class atg.projects.store.droplet.RqlDroplet
 
setItems(Map) - Method in class atg.projects.store.profile.UserItems
 
setItemsBought(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setLastName(String) - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
 
setLastPurchaseDate(String) - Method in class atg.projects.store.profile.StorePropertyManager
 
setListPriceListId(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets list price list id
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
 
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.storeconfig.InternationalizationStoreConfiguration
Sets mandatory country list
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.
setMessage(String) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Sets the message.
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.
setMessageSender(MessageSender) - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Sets the component that has been configured through patchbay to send messages.
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
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
 
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.
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
 
setNewPasswordFromAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
setNewPasswordParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setNewProductThresholdDays(long) - Method in class atg.projects.store.StoreConfiguration
 
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
 
setNonBillableCountryCodes(List) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Gets list of non-billable country codes
setNonShippableCountryCodes(List) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets list of non-shippable country codes
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.
setOnlineCreditIds(String[]) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setOrder(Order) - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
The order to whose items are to be validated.
setOrder(Order) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Set the Order property.
setOrderConfirmationFromAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
setOrderId(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setOrderId(String) - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
Sets id of the order containing the updated shipping groups.
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.fulfillment.processor.StoreProcFinishRemoveOrder
 
setOrderManager(OrderManager) - Method in class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
 
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
 
setOrderShippedFromAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
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
 
setPaymentMethodsInOrder(Order, double, RepositoryItem, GiftCertificate[]) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Method that deals with setting the payment methods that are to be used in an order.
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.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.
setPreviousOptInStatus(boolean) - Method in class atg.projects.store.profile.StoreProfileFormHandler
 
setPriceInfoRepositoryItemName(String) - Method in class atg.projects.store.order.processor.StoreProcLoadPriceInfoObjects
 
setPriceListLocalePropertyName(String) - Method in class atg.projects.store.pricing.StorePriceListManager
The name of the property in the price list that stores the locale.
setPriceListManager(StorePriceListManager) - Method in class atg.projects.store.pricing.StoreTaxPricingEngine
Sets property PriceListManager which handles the operations of the PriceList.
setPriceListManager(StorePriceListManager) - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
setPricingTools(PricingTools) - Method in class atg.projects.store.droplet.ShippingGroupItemRelationshipDetails
 
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(RepositoryItem) - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
Set the Profile property.
setProfileEmailAndLogin(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Set the EmailId and LoginId into the profile repository
setProfileItemFinder(StoreRepositoryProfileItemFinder) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setProfileParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
Sets the name of the parameter used to send the current user profile to the template.
setProfilePassword(RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Set the password and LoginId into the profile repository
setProfilePath(String) - Method in class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
 
setProfilePriceListPropertyName(String) - Method in class atg.projects.store.pricing.StorePriceListManager
The name of the property in the profile that stores the price list.
setProfilePropertyList(List) - Method in class atg.projects.store.io.EmailListWriter
 
setProfilePropertyManager(PropertyManager) - Method in class atg.projects.store.gifts.StoreGiftlistFormHandler
 
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.processor.StoreProcValidateElectronicShippingGroup
 
setProfileTools(ProfileTools) - Method in class atg.projects.store.order.purchase.StoreCartProcessHelper
 
setProfileTools(StoreProfileTools) - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
setPromotionEmailAddress(String) - Method in class atg.projects.store.StoreConfiguration
 
setProperties(Map) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Sets all the properties at once.
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.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
 
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.
setPurchaseProcessHelper(PurchaseProcessHelper) - Method in class atg.projects.store.order.purchase.CartCatalogVerificationDroplet
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
 
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.
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.StoreCartFormHandler
 
setRemoveCouponSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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
 
setRepository(Repository) - Method in class atg.projects.store.droplet.RqlDroplet
 
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
 
setResourceBundle(String) - Method in class atg.projects.store.StoreConfiguration
 
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
 
setSalePriceList(RepositoryItem) - Method in class atg.projects.store.pricing.StorePriceListManager
 
setSalePriceListId(String) - Method in class atg.projects.store.pricing.StorePriceListManager
 
setSalePriceListId(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets sale price list id
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
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.
setSelectedFlagImage(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets flag image
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.droplet.InternationalizedExpressCheckoutOkDroplet
Sets session bean property
setSessionBean(SessionBean) - Method in class atg.projects.store.gifts.StoreSearchFormHandler
Sets session bean property
setSessionBean(SessionBean) - Method in class atg.projects.store.servlet.StoreRequestLocale
Sets session bean property
setShippableCountryCodes(List) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets list of shippable country codes
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
 
setShippingGroupParameterName(String) - Method in class atg.projects.store.email.TemplateTesterFormHandler
 
setShippingGroupParamName(String) - Method in class atg.projects.store.fulfillment.StoreElectronicFulfiller
 
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
 
setShipToAddressName(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShipToNewAddress(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setShoppingCart(OrderHolder) - Method in class atg.projects.store.profile.StoreProfileFormHandler
Sets property ShoppingCart.
setShoppingContext(DynamoHttpServletRequest, DynamoHttpServletResponse, Profile) - Method in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
Given the profile and the context path this method sets up the appropriate shopping context for the user.
setShoppingContext(DynamoHttpServletRequest, DynamoHttpServletResponse, Profile) - Method in class atg.projects.store.servlet.pipeline.ShoppingContextServlet
Given the profile and the context path this method sets up the appropriate shopping context for the user.
setSingleShippingGroupCheckout(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
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.inventory.InventoryDiscrepancyMessage
 
setSkuTypePropertyName(String) - Method in class atg.projects.store.catalog.StoreCatalogProperties
The sku type property name.
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.
setStoreCatalog(RepositoryItem) - Method in class atg.projects.store.catalog.StoreCatalogTools
 
setStoreCatalogId(String) - Method in class atg.projects.store.catalog.StoreCatalogTools
 
setStoreConfiguration(InternationalizationStoreConfiguration) - Method in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
Sets the storeConfiguration.
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.StoreProfileFormHandler
 
setStoreConfiguration(StoreConfiguration) - Method in class atg.projects.store.profile.StoreProfileTools
 
setStoreConfigurationContainer(InternationalizationStoreConfigurationContainer) - Method in class atg.repository.TranslationDescriptor
 
setStoreConfigurations(ServiceMap) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfigurationContainer
 
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
 
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
 
setStoreId(String) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets store ID
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
setStoreIdParamName(String) - Method in class atg.projects.store.email.StoreEmailTools
The storeId parameter name - it represents the Store from which the email is dispatched parameter to be used in Email template
setStoreIdPropertyName(String) - Method in class atg.projects.store.util.InternationalizationPropertyManager
Sets property name for store id
setStoreLanguages(List) - Method in class atg.projects.store.storeconfig.InternationalizationStoreConfiguration
Sets the list of the languages.
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
 
setStorePriceList(RepositoryItem) - Method in class atg.projects.store.pricing.StorePriceListManager
 
setStorePriceListId(String) - Method in class atg.projects.store.pricing.StorePriceListManager
 
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
 
setSubject(String) - Method in class atg.projects.store.email.GenericEmailSenderFormHandler
 
setSubject(String) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Sets the subject.
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
 
setTaxPriceInfo(TaxPriceInfo) - Method in class atg.projects.store.pricing.StoreItemPriceInfo
 
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
 
SettleElectronicGoods - Class in atg.projects.store.fulfillment
This message will start the order fulfillment process for electronic goods in the order contained in the message.
SettleElectronicGoods() - Constructor for class atg.projects.store.fulfillment.SettleElectronicGoods
Creates a new SettleElectronicGoods object.
SettleElectronicGoodsFormHandler - Class in atg.projects.store.fulfillment
This form handler is used to send a SettleElectronicGoods message to the fulfillment system.
SettleElectronicGoodsFormHandler() - Constructor for class atg.projects.store.fulfillment.SettleElectronicGoodsFormHandler
 
setToName(String) - Method in class atg.projects.store.order.StoreElectronicShippingGroup
Sets the to name property.
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 gift certificates and last by credit card.
setupCreditCardPaymentGroupsForOrder(Order, RepositoryItem, boolean, String, Locale) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
 
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.
setUpdateElectronicShippingInfoErrorURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setUpdateElectronicShippingInfoSuccessURL(String) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setUpdateErrorURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setUpdateSuccessURL(String) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
setupGiftCertificatePaymentGroupsForOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
This method Initialize and setup GiftCertificate Payment group for the order, if store credit is used, then all amount from the order detucted by the store credit, then remaining amount is detucted by gift certificates
setupGiftCertificatePaymentGroupsForOrder(Order, RepositoryItem, String) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This method will parse a string and attempt to create giftCertificatePaymentGroups out of the tokens of the string.
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
Intialize Store Credit Payment Group, add amount to the payment group and add remaning amount to other payment groups @i.e GiftCertificate and CreditCard
setUrlContextStoreCommerce(String) - Method in class atg.projects.store.profile.StoreProfileTools
 
setUseElectronicShipping(boolean) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
 
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.order.purchase.CartCatalogVerificationDroplet
Sets property UserPricingModels.
setUseSearchForSubcategoryProductList(boolean) - Method in class atg.projects.store.StoreConfiguration
 
setUseShippingForBilling(boolean) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
 
setUseStoreDefaultLocale(boolean) - Method in class atg.repository.TranslationDescriptor
 
setUsingProfileCreditCard(boolean) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
 
setUsingSavedAddress(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(String, Object) - Method in class atg.projects.store.repository.EncryptionPropertyDescriptor
Catch the attribute values that we care about and store them in member variables.
setValue(String, Object) - Method in class atg.repository.TranslationDescriptor
This operation sets the attribute values.
setViewAllPageSize(Integer) - Method in class atg.projects.store.search.StoreRequestProcessor
 
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.
SHIPPING_GROUP_DESCRIPTOR_NAME - Static variable in class atg.projects.store.email.TemplateTesterFormHandler
 
SHIPPING_GROUP_PARAM_NAME - Static variable in class atg.projects.store.fulfillment.StoreElectronicFulfiller
Name of template email parameter containing the electronic shipping group.
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.
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
ShoppingContextServlet - Class in atg.projects.store.servlet.pipeline
This servlet sets shopping context for the user.
ShoppingContextServlet() - Constructor for class atg.projects.store.servlet.pipeline.ShoppingContextServlet
 
shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.ColorSorter
shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.RemoveDuplicateItemsFilter
shouldApplyFilter(Collection, String, RepositoryItem) - Method in class atg.projects.store.collections.filter.SizeSorter
ShowGiftWrap - Class in atg.projects.store.droplet
Checks to see if the gift wrap option should be shown or not.
ShowGiftWrap() - Constructor for class atg.projects.store.droplet.ShowGiftWrap
 
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.
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.
sortColors(List) - Method in class atg.projects.store.catalog.StoreCatalogTools
Sorts a list of colors.
sortGiftCertificateNumbersByAmount(String[], RepositoryItem) - Method in class atg.projects.store.order.purchase.StoreBillingProcessHelper
This mehtod sort's the GiftCertificate Numbers by its amount.
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.
sPromotionBundleName - Static variable in class atg.projects.store.order.purchase.StoreCartFormHandler
Promotion resource bundle name.
sResourceBundle - Static variable in class atg.projects.store.fulfillment.processor.ProcDeliverGiftCertificate
Resource Bundle.
sResourceBundle - Static variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
Resource Bundle.
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_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_NOTOFFERED - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
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_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_SELECTED - Static variable in class atg.projects.store.droplet.ColorSizeDroplet
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_CONFIGURATION_ATTRIBUTE_NAME - Static variable in class atg.projects.store.droplet.InternationalizedExpressCheckoutOkDroplet
 
STORE_CONFIGURATION_ATTRIBUTE_NAME - Static variable in class atg.projects.store.gifts.StoreSearchFormHandler
 
STORE_CONFIGURATION_ATTRIBUTE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
 
STORE_CONFIGURATION_CONTAINER_PATH - Static variable in class atg.repository.TranslationDescriptor
 
STORE_CONFIGURATION_PROPERTY_NAME - Static variable in class atg.projects.store.droplet.InternationalizedCountryRestrictionsDroplet
 
STORE_CREDIT_ERROR - Static variable in class atg.projects.store.order.purchase.StoreBillingProcessHelper
Store credit payment group error message key.
STORE_ID_COOKIE_NAME - Static variable in class atg.projects.store.servlet.pipeline.InternationalizationShoppingContextServlet
 
STORE_ID_COOKIE_NAME - Static variable in class atg.projects.store.servlet.StoreRequestLocale
 
STORE_ID_PROPERTY_NAME - Static variable in class atg.repository.TranslationDescriptor
 
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
 
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
 
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
 
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.
StoreCurrencyCodeDroplet - Class in atg.projects.store.pricing
Extends CurrencyCodeDroplet to set currencySymbol output parameter.
StoreCurrencyCodeDroplet() - Constructor for class atg.projects.store.pricing.StoreCurrencyCodeDroplet
 
StoreCurrentDate - Class in atg.projects.store.search
Store implementation of CurrentDate.
StoreCurrentDate() - Constructor for class atg.projects.store.search.StoreCurrentDate
 
StoreElectronicFulfiller - Class in atg.projects.store.fulfillment
This fulfiller adds some properties to the core Commerce fulfiller that is used to fulfill shipping groups that contain electronic goods.
StoreElectronicFulfiller() - Constructor for class atg.projects.store.fulfillment.StoreElectronicFulfiller
 
StoreElectronicShippingGroup - Class in atg.projects.store.order
This class extends ElectronicShippingGroup to add a few properties.
StoreElectronicShippingGroup() - Constructor for class atg.projects.store.order.StoreElectronicShippingGroup
Creates a new StoreElectronicShippingGroup object.
StoreElectronicShippingGroupInitializer - Class in atg.projects.store.order.purchase
StoreElectronicShippingGroupInitializer extends ElectronicShippingGroupInitializer to generate unique shipping group names based on more than one recipient email address.
StoreElectronicShippingGroupInitializer() - Constructor for class atg.projects.store.order.purchase.StoreElectronicShippingGroupInitializer
Creates a new StoreElectronicShippingGroupInitializer instance.
StoreEmailFormHandler - Class in atg.projects.store.profile.email
This formhandler extends the OOTB EmailFormHandler so as to capture the users name when the email is sent.
StoreEmailFormHandler() - Constructor for class atg.projects.store.profile.email.StoreEmailFormHandler
 
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
 
StoreGiftlistFormHandler - Class in atg.projects.store.gifts
Extensions to the atg.commerce.gifts.GiftlistFormHandler.
StoreGiftlistFormHandler() - Constructor for class atg.projects.store.gifts.StoreGiftlistFormHandler
 
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.
StoreInternationalizedProfile - Class in atg.projects.store.profile
Internationalized implementation of the StoreProfile
StoreInternationalizedProfile() - Constructor for class atg.projects.store.profile.StoreInternationalizedProfile
 
StoreInternationalizedProfileFormHandler - Class in atg.projects.store.profile
i18n implementation of the StoreProfileFormHandler
StoreInternationalizedProfileFormHandler() - Constructor for class atg.projects.store.profile.StoreInternationalizedProfileFormHandler
 
StoreInternationalizedPurchaseProcessHelper - Class in atg.projects.store.order.purchase
Internationalized implementation of the StorePurchaseProcessHelper
StoreInternationalizedPurchaseProcessHelper() - Constructor for class atg.projects.store.order.purchase.StoreInternationalizedPurchaseProcessHelper
 
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
 
StoreOrderFulfiller - Class in atg.projects.store.fulfillment
This fulfiller extends the core Commerce order fulfiller to handle SettleElectronicGoods messages.
StoreOrderFulfiller() - Constructor for class atg.projects.store.fulfillment.StoreOrderFulfiller
 
StoreOrderFulfillmentTools - Class in atg.projects.store.fulfillment
This fulfiller adds some properties to the core Commerce fulfiller that is used to fulfill shipping groups that contain electronic goods.
StoreOrderFulfillmentTools() - Constructor for class atg.projects.store.fulfillment.StoreOrderFulfillmentTools
 
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
 
StorePriceListManager - Class in atg.projects.store.pricing
The extensions to OOTB CatalogTools.
StorePriceListManager() - Constructor for class atg.projects.store.pricing.StorePriceListManager
 
StorePriceRangeDroplet - Class in atg.projects.store.pricing
Extends PriceRangeDroplet to workaround problem with determining low prices when sale prices for product is not set.
StorePriceRangeDroplet() - Constructor for class atg.projects.store.pricing.StorePriceRangeDroplet
 
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
 
StoreProcFinishRemoveOrder - Class in atg.projects.store.fulfillment.processor
This processor is a part of "completeRemoveOrder" pipeline chain and is responsible for updating the AcknowledgedTransactionId and the state field of the order to indicate that this order has been canceled from CSC and requires resubmission to OMS.
StoreProcFinishRemoveOrder() - Constructor for class atg.projects.store.fulfillment.processor.StoreProcFinishRemoveOrder
 
StoreProcLoadPriceInfoObjects - Class in atg.projects.store.order.processor
This class is overridden to include loading of TaxPriceInfo.
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 ItemTaxPriceIfo.
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
 
StoreProcValidateElectronicShippingGroup - Class in atg.projects.store.order.processor
Store extension for validating the properties of an electronic shipping group.
StoreProcValidateElectronicShippingGroup() - Constructor for class atg.projects.store.order.processor.StoreProcValidateElectronicShippingGroup
 
StoreProductListHandler - Class in atg.projects.store.catalog.comparison
Extension to the atg.commerce.catalog.comparison.ProductListHandler to obtain property values from the request parameter if not supplied via a form submission.
StoreProductListHandler() - Constructor for class atg.projects.store.catalog.comparison.StoreProductListHandler
 
StoreProfileConstants - Interface in atg.projects.store.profile
Constants used to get properties from user profile.
StoreProfileFormHandler - Class in atg.projects.store.profile
Profile form handler.
StoreProfileFormHandler() - Constructor for class atg.projects.store.profile.StoreProfileFormHandler
 
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
 
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 SearchFormHandler so as to handle multi worded keywords.
StoreSearchFormHandler() - Constructor for class atg.projects.store.catalog.StoreSearchFormHandler
 
StoreSearchFormHandler - Class in atg.projects.store.gifts
Store extension of the SearchFormHandler from DCS.
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
 
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.
StoreTaxPricingEngine - Class in atg.projects.store.pricing
This overrides TaxPricingEngineImpl's getCurrencyCode() to get the currency from the price list, rather than the user locale.
StoreTaxPricingEngine() - Constructor for class atg.projects.store.pricing.StoreTaxPricingEngine
 
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.fulfillment.processor.ProcDeliverGiftCertificate
Success constant.
SUCCESS - Variable in class atg.projects.store.fulfillment.processor.ProcExecuteFulfillElectronicFragment
Success constant.
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
 
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.fulfillment.SettleElectronicGoods
This method returns a readable string representing the contents of this message.
toString() - Method in class atg.projects.store.order.StoreOrderImpl
Method that renders the general order information in a readable string format.
TRACKINGINFOS - Static variable in class atg.projects.store.order.StorePropertyNameConstants
Tracking information.
TranslationDescriptor - Class in atg.repository
Translation repository property description.
TranslationDescriptor() - Constructor for class atg.repository.TranslationDescriptor
 
TRANSLATIONS_PROPERTY_NAME - Static variable in class atg.repository.TranslationDescriptor
 
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 - Static variable in class atg.projects.store.fulfillment.SettleElectronicGoods
This is the JMS message type for the message that this class represents.
TYPE_NAME - Static variable in class atg.projects.store.repository.EncryptionPropertyDescriptor
Type name.

U

UNKNOWN_STATE_CODE - Static variable in class atg.projects.store.profile.StoreProfileTools
 
updateElectronicShippingInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.ShippingInfoFormHandler
Saves changes/edits to electronic shipping group properties.
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.
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.
USE_STORE_DEFAULT_LOCALE - Static variable in class atg.repository.TranslationDescriptor
 
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
 
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

validate(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.profile.email.StoreEmailFormHandler
Validate the email's fields for correctness.
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) - 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) - 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
validateElectronicShippingGroupFields(ElectronicShippingGroup, PipelineResult, ResourceBundle) - Method in class atg.projects.store.order.processor.StoreProcValidateElectronicShippingGroup
Override of base behavior to validate Store properties of an electronic shipping group.
validateElectronicShippingInfo(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
Validates the values of the shipping info map.
validateEmailAddress(String) - Method in class atg.projects.store.email.StoreEmailTools
Check to see if Email format is correct.
validateEmailAddress(String) - Method in class atg.projects.store.order.processor.StoreProcValidateElectronicShippingGroup
Override of method to call validateEmailAddress in StoreProfileTools.
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.
validateGiftCertificateNumbers(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.BillingInfoFormHandler
Validate, wether the GiftCertificate number is valid or not
validateItems(DynamoHttpServletRequest, DynamoHttpServletResponse) - Method in class atg.projects.store.order.purchase.StoreCartFormHandler
This method validates that all items are in the current catalog.
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.
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.
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 orde 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
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

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