Deprecated API


Contents
Deprecated Classes
atg.commerce.csr.order.edit.ConsumablePromotion
          this class is no no longer used by CSC for consuming promotions. 
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet
          -- This droplet is deprecated infavor of ApplicableShippingGroups 
atg.commerce.order.edit.processor.ProcReconcileGiftlistRepository
          this processor has been changed to a noop. Reconciliation of the gift repository is now executed directly from the HandlingInstructionEditHandler after reconciling changes to the handling instructions 
 

Deprecated Fields
atg.commerce.csr.order.edit.CSRCloneEditManager.CONSUMED_PROMOTIONS_EXTRA_DATA_KEY
          this key is no longer used by CSC 
 

Deprecated Methods
atg.commerce.csr.order.edit.CSRCloneEditManager.addConsumablePromotion(CloneEditState, RepositoryItem, int)
          ConsumablePromotion objects are no longer used by CSC 
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.addNewAddressShippingMethod(Map, ShippingGroup)
            
atg.commerce.csr.order.CSRShippingGroupFormHandler.addShippingGroupValidationErrors(Collection)
          -- This method is not used anymore. The shipping address page is totally changed and the shipping address page does not have an option to add address and move to the next checkout stage. 
atg.commerce.csr.returns.ReturnManager.calculateSuggestedRefundAmount(ReturnItem)
          in favor of calculateItemAmountShare 
atg.commerce.csr.order.edit.CSRCloneEditManager.createConsumablePromotion(RepositoryItem, int)
          ConsumablePromotion objects are no longer used by CSC 
atg.commerce.csr.util.CSRAgentTools.generateConfirmationTemplateDefaultParams(Order, RepositoryItem)
            
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.generateShippingMethods(Map, DynamoHttpServletRequest)
            
atg.commerce.csr.util.CSRAgentTools.getAgentOverrideDetail(CommerceItem)
          in favor of getAgentOverrideDetails which return all details when there is more than one. 
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.getAvailableMethods(ShippingGroup)
            
atg.commerce.csr.order.ClaimableLookup.getClaimableId()
            
atg.commerce.csr.util.CSRAgentTools.getConfirmationTemplateToUse()
            
atg.commerce.csr.order.CSRCommitOrderFormHandler.getConfirmationToAddress()
            
atg.commerce.csr.order.edit.CSRCloneEditManager.getConsumablePromotion(CloneEditState, String)
          ConsumablePromotion objects are no longer used by CSC 
atg.commerce.csr.order.edit.CSRCloneEditManager.getConsumablePromotions(CloneEditState)
          ConsumablePromotion objects are no longer used by CSC 
atg.commerce.csr.returns.CreditCardRefundMethod.getInstance()
            
atg.commerce.csr.returns.RefundMethod.getInstance()
            
atg.commerce.csr.returns.ReturnRequest.getInstance()
            
atg.commerce.csr.returns.ReturnItem.getInstance(CommerceItem)
            
atg.commerce.csr.returns.CreditCardRefundMethod.getInstance(CreditCard)
            
atg.commerce.csr.returns.ReturnRequest.getInstance(Order)
            
atg.commerce.csr.returns.ReturnShippingGroup.getInstance(ShippingGroup)
            
atg.commerce.csr.order.CSRShippingGroupFormHandler.getNewAddressNickname()
            
atg.commerce.csr.order.ClaimableLookup.getPaymentGroup()
          in favor of paymentOption 
atg.commerce.csr.returns.RefundMethod.getReturnManager()
            
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.getValidHardGoodShippingGroup(HardgoodShippingGroup)
            
atg.commerce.csr.order.CSRShippingGroupFormHandler.isAddNewAddress()
            
atg.commerce.csr.order.CSRCommitOrderFormHandler.isAutoEmailSent()
            
atg.commerce.csr.returns.ReturnFormHandler.isAutoEmailSent()
            
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.isNullAddress(Address)
            
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.isServeNewAddressParamter()
            
atg.commerce.csr.order.CSROrderHolder.recreatePriceInfos(Order)
          in favor of OrderPricingRecovery pipeline servlet 
atg.commerce.csr.util.CSRAgentTools.sendAutomaticConfirmation(Order, RepositoryItem)
            
atg.commerce.csr.util.CSRAgentTools.sendConfirmationEmail(Order, RepositoryItem, String)
            
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.serveNewAddressParameter(String, ShippingGroup, DynamoHttpServletRequest, DynamoHttpServletResponse)
            
atg.commerce.csr.order.CSRShippingGroupFormHandler.setAddNewAddress(boolean)
            
atg.commerce.csr.order.CSRCommitOrderFormHandler.setAutoEmailSent(boolean)
            
atg.commerce.csr.returns.ReturnFormHandler.setAutoEmailSent(boolean)
            
atg.commerce.csr.order.ClaimableLookup.setClaimableId(String)
            
atg.commerce.csr.util.CSRAgentTools.setConfirmationTemplateToUse(String)
            
atg.commerce.csr.order.CSRCommitOrderFormHandler.setConfirmationToAddress(String)
            
atg.commerce.csr.order.CSRShippingGroupFormHandler.setNewAddressNickname(String)
            
atg.commerce.csr.order.ClaimableLookup.setPaymentGroup(PaymentGroup)
          in favor of paymentOption 
atg.commerce.csr.order.CurrentShippingGroupSelectionDroplet.setServeNewAddressParamter(boolean)
            
 

Deprecated Constructors
atg.commerce.csr.returns.RefundMethod()