Deprecated API


Contents
Deprecated Interfaces
atg.scenario.action.Action
          This interface has been deprecated in favour of atg.process.action.Action 
atg.scenario.action.ActionConstants
          This interface has been deprecated in favour of atg.process.action.ActionConstants 
atg.scenario.expression.Expression
          This class has been deprecated in favour of atg.process.expression.Expression 
atg.servlet.HttpSessionRequest
            
atg.scenario.expression.MutableExpression
          This class has been deprecated in favour of atg.process.expression.MutableExpression 
atg.scenario.ScenarioExecutionContext
          This interface has been deprecated in favour of atg.process.ProcessExecutionContext 
 

Deprecated Classes
atg.scenario.action.ActionImpl
          This class has been deprecated in favour of atg.process.action.ActionImpl 
atg.droplet.BeanPropertyServlet
          As of Dynamo 5.5, use BeanProperty instead. BeanProperty is identical in functionality to BeanPropertyServlet, but more correctly named, and provides a BeanInfo class for the DCC. 
atg.projects.b2cstore.CancelOrder
          Use the atg.commerce.order.purchase.CancelOrderFormHandler instead 
atg.projects.b2bstore.order.CancelOrder
          Use the atg.commerce.order.purchase.CancelOrderFormHandler instead 
atg.commerce.catalog.CompareSkusFormHandler
          As of Dynamo 6, use ProductComparisonList and ProductListHander to create and manage product comparison lists. 
atg.scenario.filter.ExpressionFilter
          This class has been deprecated in favour of atg.process.filter.ExpressionFilter 
atg.scenario.action.FailedActionInfo
          This class has been deprecated in favour of atg.process.action.FailedActionInfo 
atg.scenario.filter.Filter
          This class has been deprecated in favour of atg.process.filter.Filter 
atg.commerce.dp.FirstWithAttribute
          As of ATG 6.0, replaced by FirstWithAttribute 
atg.commerce.dp.FirstWithLocale
          As of ATG 6.0, replaced by FirstWithLocale 
atg.service.resourcepool.JDBCConnectionPool
          use atg.service.jdbc.MonitoredDataSource 
atg.projects.b2cstore.OrderCanceller
          Use the atg.commerce.order.CancelOrderService instead 
atg.projects.b2bstore.order.OrderCanceller
          Use the atg.commerce.order.CancelOrderService instead 
atg.projects.b2bstore.purchaselists.PurchaselistManager
          use GiftlistManager 
atg.service.datacollection.SQLTableLogger
          replaced by JTSQLTableLogger 
atg.service.datacollection.SQLTableSummaryLogger
          replaced by JTSQLTableSummaryLogger 
 

Deprecated Exceptions
atg.scenario.action.ActionException
          This class has been deprecated in favour of atg.process.action.ActionException 
 

Deprecated Fields
atg.security.AccessControlList.EMPTY_ACL
            
atg.commerce.pricing.priceLists.PriceListManager.SALE_COMPLEX_PRICE_PROPERTY_NAME
          This property is not used anymore 
atg.commerce.pricing.priceLists.PriceListManager.SALE_PRICE_PROPERTY_NAME
          This property is not used anymore 
 

Deprecated Methods
atg.commerce.order.purchase.PurchaseProcessFormHandler.acquireTransactionLock()
          please use acquireTransactionLock(DynamoHttpServletRequest pRequest) instead 
atg.commerce.order.OrderManager.addAsSeparateItemToOrder(Order, CommerceItem)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.purchase.CartModifierFormHandler.addConfigurableItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse, boolean)
          replaced by addConfigurableItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) 
atg.commerce.profile.CommerceProfileTools.addCreditCardToUsersMap(RepositoryItem, RepositoryItem)
            
atg.commerce.order.OrderManager.addHandlingInstructionToShippingGroup(Order, HandlingInstruction)
          this method has been moved to the HandlingInstructionManager 
atg.adapter.secure.GenericSecuredMutableRepository.addItem(RepositoryItem, String)
            
atg.repository.MutableRepository.addItem(RepositoryItem, String)
            
atg.commerce.order.OrderManager.addItemAmountToPaymentGroup(Order, String, String, double)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.addItemQuantityToShippingGroup(Order, String, String, long)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.purchase.CartModifierFormHandler.addItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse, boolean)
          replaced by addConfigurableItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) 
atg.commerce.order.OrderManager.addItemToOrder(Order, CommerceItem)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.purchase.CartModifierFormHandler.addMultipleItemsToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse, boolean)
          replaced by addConfigurableItemToOrder(DynamoHttpServletRequest, DynamoHttpServletResponse) 
atg.repository.xml.GetService.addNamespaceDeclarations(StringBuffer, ItemDescToNSInfo)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.commerce.order.OrderManager.addPaymentGroupToOrder(Order, PaymentGroup)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.addPaymentGroupToOrder(Order, PaymentGroup, int)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.addRemainingItemAmountToPaymentGroup(Order, String, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.addRemainingItemQuantityToShippingGroup(Order, String, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.addRemainingShippingCostToPaymentGroup(Order, String, String)
          this method has been moved to the ShippingGroupManager 
atg.repository.xml.GetService.addSchemaLocations(StringBuffer, ItemDescToNSInfo)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.commerce.order.OrderManager.addShippingCostAmountToPaymentGroup(Order, String, String, double)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.purchase.ShippingGroupDroplet.addShippingGroupToMap(ShippingGroup)
            
atg.commerce.order.ShippingGroupManager.addShippingGroupToMap(ShippingGroup, ShippingGroupMapContainer, Collection)
            
atg.commerce.order.OrderManager.addShippingGroupToOrder(Order, ShippingGroup)
          this method has been moved to the ShippingGroupManager 
atg.commerce.fulfillment.HardgoodFulfiller.allocateItemQuantityFromInventory(Order, ShippingGroupCommerceItemRelationship, long, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfiller.allocateShippingGroup(Order, ShippingGroup, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfiller.allocateShippingGroupItem(Order, ShippingGroupCommerceItemRelationship, List)
          Replaced by the pipeline processor 
atg.repository.xml.GetService.appendComplexElement(RepositoryItem, ItemMappingElement, StringBuffer, String, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.appendRepositoryItem(RepositoryItem, String[], ItemMappingElement, StringBuffer, String, Map, String, RepositoryItemDescriptor)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.areAllGroupsPendingRemove(Order)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.areAllGroupsRemoved(Order)
          Replaced by the pipeline processor 
atg.commerce.claimable.ClaimableManager.authorizeClaimableGiftCertificate(String, Double)
          use authorizeClaimableGiftCertificate(String, double) instead 
atg.commerce.payment.PaymentManager.authorizeCreditCard(Order, CreditCard, double)
          use pipeline based authorization instead of methods directly in this class 
atg.commerce.payment.PaymentManager.authorizeGiftCertificate(Order, GiftCertificate, double)
          use pipeline based authorization instead of methods directly in this class 
atg.commerce.payment.PaymentManager.authorizeStoreCredit(Order, StoreCredit, double)
          use pipeline based authorization instead of methods directly in this class 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.cancelRemoveOrder(Order, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.cancelRemoveShippingGroup(ShippingGroup, List)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.cloneShippingGroup(ShippingGroup)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.copyAddress(Address, Address)
          this method has been moved to the OrderTools class 
atg.commerce.order.OrderManager.copyAddress(Address, RepositoryItem)
          this method has been moved to the OrderTools class 
atg.commerce.order.OrderManager.copyAddress(RepositoryItem, Address)
          this method has been moved to the OrderTools class 
atg.commerce.order.FullShoppingCartFormHandler.copyCreditCard(CreditCard, RepositoryItem)
          this method has been moved to CommerceProfileTools 
atg.commerce.order.FullShoppingCartFormHandler.copyCreditCard(RepositoryItem, CreditCard)
          this method has been moved to CommerceProfileTools 
atg.commerce.order.FullShoppingCartFormHandler.copyCreditCardToPaymentGroup(String, CreditCard, DynamoHttpServletRequest, DynamoHttpServletResponse)
          this method has been moved to CommerceProfileTools 
atg.commerce.order.FullShoppingCartFormHandler.copyCreditCardToProfile(CreditCard)
          this method has been moved to CommerceProfileTools 
atg.commerce.profile.CommerceProfileTools.copyCreditCardToProfile(CreditCard, RepositoryItem)
            
atg.commerce.order.OrderManager.copyHandlingInstruction(HandlingInstruction)
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.FullShoppingCartFormHandler.copyShallowCreditCardProperties(Object, Object)
          this method has been moved to CommerceProfileTools 
atg.commerce.order.OrderManager.createCommerceItem(String, Object, String, long)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, Object, String, long, ItemPriceInfo)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, Object, String, Object, long)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, Object, String, Object, long, ItemPriceInfo)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, String, long)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, String, long, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, String, Object, String, Object, long, ItemPriceInfo)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.createCommerceItem(String, String, Object, String, Object, long, String, ItemPriceInfo)
          this method has been moved to the CommerceItemManager 
atg.commerce.fulfillment.ElectronicFulfiller.createElectronicGood(Double, Double, String, Date)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.ElectronicFulfiller.createEmailMessageBody(String)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.ElectronicFulfiller.createEmailObject(String, String)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.createHandlingInstruction()
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.OrderManager.createHandlingInstruction(String)
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.OrderManager.createHandlingInstruction(String, String, long)
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.OrderManager.createHandlingInstruction(String, String, String, long)
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.OrderManager.createPaymentGroup()
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.createPaymentGroup(String)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.createShippingGroup()
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.createShippingGroup(String)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.createShippingGroup(String, ShippingPriceInfo)
          this method has been moved to the ShippingGroupManager 
atg.commerce.pricing.TaxProcessorTaxCalculator.createTaxableItemForRelationshipByAverage(CommerceItemRelationship, TaxRequestInfo, Order, Locale, RepositoryItem, Map)
          This method is superseded by TaxProcessorTaxCalculator.createTaxableItemForRelationship(CommerceItemRelationship, TaxRequestInfo) since the other four parameters are not actually used. 
atg.commerce.claimable.ClaimableManager.creditClaimableGiftCertificate(String, Double)
          use creditClaimableGiftCertificate(String, double) instead 
atg.commerce.payment.PaymentManager.creditCreditCard(CreditCardInfo)
          use pipeline based debit instead of methods directly in this class 
atg.commerce.payment.PaymentManager.creditCreditCard(Order, CreditCard, double)
          use pipeline based credit instead of methods directly in this class 
atg.commerce.payment.PaymentManager.creditGiftCertificate(GiftCertificateInfo)
          use pipeline based credit instead of methods directly in this class 
atg.commerce.payment.PaymentManager.creditGiftCertificate(Order, GiftCertificate, double)
          use pipeline based credit instead of methods directly in this class 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.creditOrder(Order, List)
          Replaced by the pipeline processor 
atg.commerce.payment.PaymentManager.creditStoreCredit(Order, StoreCredit, double)
          use pipeline based credit instead of methods directly in this class 
atg.commerce.payment.PaymentManager.creditStoreCredit(StoreCreditInfo)
          use pipeline based credit instead of methods directly in this class 
atg.commerce.claimable.ClaimableManager.debitClaimableGiftCertificate(String, Double)
          use debitClaimableGiftCertificate(String, double) instead 
atg.commerce.payment.PaymentManager.debitCreditCard(Order, CreditCard, double)
          use pipeline based debit instead of methods directly in this class 
atg.commerce.payment.PaymentManager.debitGiftCertificate(Order, GiftCertificate, double)
          use pipeline based debit instead of methods directly in this class 
atg.commerce.payment.PaymentManager.debitStoreCredit(Order, StoreCredit, double)
          use pipeline based debit instead of methods directly in this class 
atg.commerce.order.purchase.PurchaseProcessFormHandler.defaultLocalLockManager(boolean)
          Use the TransactionLockFactory instead 
atg.commerce.order.purchase.CancelOrderFormHandler.deleteOrder(DynamoHttpServletRequest, DynamoHttpServletResponse)
          This method is not used anymore, See CancelOrderService 
atg.commerce.order.purchase.CancelOrderFormHandler.deleteOrder(String)
          This method is not used anymore, See CancelOrderService 
atg.commerce.fulfillment.ElectronicFulfiller.deliverElectronicGood(Order, ShippingGroup, RepositoryItem, long)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.ElectronicFulfiller.deliverElectronicGood(String, String)
          Replaced by the pipeline processor 
atg.servlet.ServletUtil.embed(String, Servlet, DynamoHttpServletRequest, ServletResponse)
            
atg.servlet.DynamoHttpServletResponse.encodeRedirectUrl(String)
            
atg.servlet.DynamoHttpServletResponse.encodeUrl(String)
            
atg.commerce.order.OrderModifierFormHandler.findCommerceItem(Order, String)
          This method should no longer be used. Instead call Order.findCommerceItemsByCatalogRefId(String) 
atg.commerce.fulfillment.OrderFulfiller.finishOrder(Order, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.finishRemovingOrder(Order, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.finishRemovingShippingGroup(ShippingGroup, List)
          Replaced by the pipeline processor 
atg.userprofiling.ProfileTools.generateEmailQuery(String, QueryBuilder)
          As of DPS 5.5, this method has been moved to RepositoryProfileItemFinder. If you call this method, you should change your code to instead call getProfileItemFinder().generateEmailQuery. If you override this method in this class, you should instead override the RepositoryProfileItemFinder component's method. 
atg.userprofiling.ProfileTools.generateLoginQuery(String, String, QueryBuilder)
          As of DPS 5.5, this method has been moved to RepositoryProfileItemFinder. If you call this method, you should change your code to instead call getProfileItemFinder().generateLoginQuery. If you override this method in this class, you should instead override the RepositoryProfileItemFinder component's method. 
atg.userprofiling.ProfileTools.generateNameQuery(String, String, QueryBuilder)
          As of DPS 5.5, this method has been moved to RepositoryProfileItemFinder. If you call this method, you should change your code to instead call getProfileItemFinder().generateNameQuery. If you override this method in this class, you should instead override the RepositoryProfileItemFinder component's method. 
atg.commerce.order.OrderManager.getAllCommerceItemRelationships(Order)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.getAllPaymentGroupRelationships(Order)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.getAllShippingGroupRelationships(Order)
          this method has been moved to the ShippingGroupManager 
atg.commerce.pricing.ShippingCalculatorImpl.getAmount(ShippingPriceInfo, ShippingGroup, RepositoryItem, Locale, RepositoryItem, Map)
            
atg.service.resourcepool.MonitoredCallableStatement.getBigDecimal(int, int)
            
atg.commerce.inventory.RepositoryInventoryManager.getClientLockManager()
          locks are no longer used 
atg.commerce.order.OrderManager.getCommerceItemsFromPaymentGroup(PaymentGroup)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.getCommerceItemsFromShippingGroup(ShippingGroup)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.getDateRangeQuery(Date, Date)
          this method has been moved to the OrderQueries class 
atg.commerce.profile.CommercePropertyManager.getDefaultBillingAddrName()
          use getDefaultBillingAddrName(Locale) instead 
atg.droplet.ProtocolChange.getDefaultNonSecurePort()
            
atg.droplet.ProtocolChange.getDefaultSecurePort()
            
atg.commerce.profile.CommercePropertyManager.getDefaultShippingAddrName()
          use getDefaultShippingAddrName(Locale) instead 
atg.portal.framework.ColorPalette.getDescription()
            
atg.portal.framework.Community.getDescription()
            
atg.portal.framework.Gear.getDescription()
            
atg.portal.framework.Page.getDescription()
            
atg.portal.framework.DisplayMode.getDeviceOutput(String)
            
atg.portal.framework.DisplayMode.getDeviceOutputs()
            
atg.portal.framework.GearMode.getDisplayMode(String)
            
atg.portal.framework.GearMode.getDisplayModes()
            
atg.integrations.taxware.TaxWareVerifyZipInfo.getErrorMessage()
          This method is not thread safe. Inspect the AddressVerificationInfo for error messages 
atg.commerce.order.processor.EventSender.getEventType()
          Subclasses of this (such as ProcSendScenarioEvent) may dynamically determine the type of event. meaning getEventType may not be thread safe (since the type is set in "createEventToSend" and and checked when calling "sendObjectMessage"). Use the getEventType method that takes an Object as a parameter instead. 
atg.portal.admin.PortalGenericFormHandler.getFormError()
            
atg.portal.admin.PortalGenericFormHandler.getFormInfo()
            
atg.portal.framework.Community.getFullyQualifiedRoleName(String)
            
atg.portal.framework.Community.getGearDefinitionFolders()
            
atg.portal.framework.Community.getGears()
            
atg.portal.framework.Region.getGears()
            
atg.commerce.order.OrderManager.getHandlingInstructionsForCommerceItem(ShippingGroup, String)
          this method has been moved to the HandlingInstructionManager 
atg.portal.framework.GearMode.getId()
            
atg.adapter.secure.GenericSecuredRepository.getItem(String)
            
atg.repository.Repository.getItem(String)
          this method is replaced by Repository.getItem(String,String). If the second argument, i.e. the descriptor name is unknown, then use getItem(String,Repository.getDefaultViewName()). 
atg.adapter.secure.GenericSecuredMutableRepository.getItemForUpdate(String)
            
atg.repository.MutableRepository.getItemForUpdate(String)
          this method is replaced by MutableRepository.getItemForUpdate(String,String). If the second argument, i.e. the descriptor name, is unknown then use getItemForUpdate(String,Repository.getDefaultViewName()). 
atg.adapter.secure.GenericSecuredRepository.getItems(String[])
            
atg.repository.Repository.getItems(String[])
            
atg.commerce.order.OrderModifierFormHandler.getLocalLockManager()
          Use the TransactionLockFactory instead 
atg.commerce.order.purchase.PurchaseProcessFormHandler.getLocalLockManager()
          Use the TransactionLockFactory instead 
atg.nucleus.logging.ApplicationLoggingImpl.getLoggingIdentifer()
          Use the correctly spelled loggingIdentifier property 
atg.repository.databinding.MappingManager.getMappingFileDirectory()
          

This property has been deprecated, the mappingFileDirectories property should be used instead since it allows the user to specify multiple directories. 

atg.portal.framework.ColorPalette.getName()
            
atg.portal.framework.Community.getName()
            
atg.portal.framework.Gear.getName()
            
atg.portal.framework.Page.getName()
            
atg.portal.framework.PageTemplate.getName()
            
atg.commerce.order.ShippingGroupManager.getNewShippingGroupName(ShippingGroup, Collection)
          - This method is moved to ShippingGroupMapContainerService 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int[])
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int[], String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, int)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, int, int)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, int, int[])
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, int, int[], String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, int, int, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, int, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, int, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfile(String, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsForProfileWithinDateRange(String, Date, Date)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrderIdsWithinDateRange(Date, Date)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfile(String)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfile(String, int, int)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfile(String, int, int, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfile(String, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int[])
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int[], String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int, int, int)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int, int, int[])
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int, int, int[], String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int, int, int, String, boolean)
          this method has been moved to the OrderQueries class 
atg.commerce.order.OrderManager.getOrdersForProfileInState(String, int, String, boolean)
          this method has been moved to the OrderQueries class 
atg.portal.admin.userdirectory.PortalUserDirectoryTools.getOrganizationItems()
            
atg.portal.framework.Community.getPages()
            
atg.commerce.order.OrderManager.getPaymentGroupCommerceItemRelationship(Order, String, String)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.getPaymentGroupOrderRelationship(Order, String)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.getPaymentGroupShippingGroupRelationship(Order, String, String)
          this method has been moved to the PaymentGroupManager 
atg.userdirectory.UserDirectoryUserAuthority.getPersona(UserDirectory, Principal)
            
atg.portal.framework.Portal.getPersonalizedCommunityById(String)
          use getCommunityById 
atg.portal.framework.Portal.getPersonalizedPageById(String)
          use getPageById 
atg.userdirectory.UserDirectoryUserAuthority.getPrincipal(Persona)
            
atg.scenario.ScenarioExecutionContext.getProfile()
          replaced by ProcessExecutionContext.getSubject(). 
atg.commerce.pricing.DoubleRangeShippingCalculator.getRangeComparisonValue(ShippingGroup)
            
atg.commerce.pricing.PriceRangeShippingCalculator.getRangeComparisonValue(ShippingGroup)
            
atg.commerce.pricing.PropertyRangeShippingCalculator.getRangeComparisonValue(ShippingGroup)
            
atg.commerce.pricing.WeightRangeShippingCalculator.getRangeComparisonValue(ShippingGroup)
            
atg.b2bcommerce.order.scheduled.CalendarScheduleProperty.getReadableOccurancesOfTheMonth(boolean[])
          because of misspelling 
atg.portal.framework.Layout.getRegionDefinitions()
            
atg.portal.framework.Page.getRegions()
            
atg.commerce.order.OrderManager.getRemainingQuantityForShippingGroup(CommerceItem)
          this method has been moved to the ShippingGroupManager 
atg.commerce.pricing.priceLists.PriceListManager.getSaleComplexPricePropertyName()
          This property is not used anymore 
atg.commerce.pricing.priceLists.PriceListManager.getSalePricePropertyName()
          This property is not used anymore 
atg.servlet.DynamoHttpServletRequest.getSessionRequest()
            
atg.servlet.DynamoHttpServletRequest.getSessionRequest(boolean)
            
atg.commerce.order.OrderManager.getShippingGroupByDescription(List, String)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.getShippingGroupCommerceItemRelationship(Order, String, String)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.ShippingGroupManager.getShippingGroupName(ShippingGroup, ShippingGroupMapContainer, Collection)
            
atg.deployment.server.DeploymentServer.getTopologyDefinitionFile()
            
atg.commerce.order.OrderManager.getUnassignedQuantityForCommerceItem(CommerceItem)
          this method has been moved to the CommerceItemManager 
atg.commerce.catalog.custom.ForEachItemInCatalog.getValidEnumartion(Enumeration, DynamoHttpServletRequest)
          this method is replaced by ForEachItemInCatalog.getValidEnumeration(Enumeration,DynamoHttpServletRequest). 
atg.versionmanager.VersionManagerURI.getVFSURI(String, String, String, Integer)
          use getRVFSURI() instead. 
atg.repository.xml.GetService.handleArrayType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, ItemMappingElement, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleCollectionType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, ItemMappingElement, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleComplexArrayType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, ItemMappingElement, String, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleComplexCollectionType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, ItemMappingElement, String, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleComplexMapType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, ItemMappingElement, String, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleComplexType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, ItemMappingElement, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.servlet.GenericFilterService.handleDoFilter(ServletRequest, ServletResponse, FilterChain)
            
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.handleIdTargetModification(ModifyOrderNotification, Order, IdTargetModification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handleIdTargetModification(ModifyOrderNotification, Order, IdTargetModification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.handleItemModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handleItemModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.repository.xml.GetService.handleMapType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, ItemMappingElement, Map, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.handleOrderModification(ModifyOrderNotification, Order, List, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handleOrderModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handlePaymentGroupUpdateModification(ModifyOrderNotification, Order, PaymentGroupUpdate, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.handleRelationshipModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handleRelationshipModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.portal.admin.PortalGenericFormHandler.handleResetFormMessages(DynamoHttpServletRequest, DynamoHttpServletResponse)
            
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.handleShippingGroupModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handleShippingGroupModification(ModifyOrderNotification, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.handleShippingGroupUpdateModification(ModifyOrderNotification, Order, ShippingGroupUpdate, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.handleShippingGroupUpdateModification(ModifyOrderNotification, Order, ShippingGroupUpdate, List)
          Replaced by the pipeline processor 
atg.repository.xml.GetService.handleSimpleArrayType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleSimpleCollectionType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.repository.xml.GetService.handleSimpleType(RepositoryItem, RepositoryPropertyDescriptor, StringBuffer, String, ItemMappingElement, String)
          We are no longer using StringBuffer to store intermediate XML Instance document, we are using Writer instead. So this method which writes into StringBuffer pInstanceDoc has been deprecated. 
atg.portal.framework.Community.hasAccess(BaseEnvironment)
            
atg.portal.framework.Gear.hasAccess(BaseEnvironment)
            
atg.portal.framework.Page.hasAccess(BaseEnvironment)
            
atg.portal.framework.DisplayMode.hasDeviceOutput(String)
            
atg.portal.framework.GearMode.hasDisplayMode(String)
            
atg.commerce.claimable.ClaimableManager.initializeClaimableGiftCertificate(RepositoryItem, Double, Double, String, Date)
          use initializeClaimableGiftCertificate(RepositoryItem, double, double, String, Date) instead 
atg.commerce.order.OrderManager.initializeCreditCard(CreditCard, String, String)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.initializeGiftCertificate(GiftCertificate, String, String)
          this method has been moved to the PaymentGroupManager 
atg.servlet.ServletUtil.invalidateSession(HttpSession)
           
atg.servlet.ServletUtil.invalidateSessionNameContext(HttpSession)
           
atg.commerce.order.FullShoppingCartFormHandler.isCreditCardEmpty(CreditCard)
          this method has been moved to CommerceProfileTools 
atg.commerce.order.purchase.CancelOrderFormHandler.isDeleteState(int)
          This method is not used anymore, See CancelOrderService 
atg.portal.framework.Community.isGuest(Environment)
            
atg.commerce.order.purchase.CancelOrderFormHandler.isIgnoreState(int)
          This method is not used anymore, See CancelOrderService 
atg.portal.framework.Community.isLeader(Environment)
            
atg.portal.framework.Community.isMember(Environment)
            
atg.integrations.taxware.ZipResultItem.isOutsideCityLimits()
          This method is deprecated use getOutsideCityLimits() The possible values of this field have been extended to include another field, 2, which indicates location is at police jurisdication. But since this method assumes that the field contains only two values, this method has been modified to return false even if the location is at police jurisdication to provide backward compatibility. To use this field use the method getOutsideCityLimits() which gives the accurate result. 
atg.commerce.order.purchase.PaymentGroupFormHandler.isPaymentGroupInOrder(Order, String)
          This method is moved to PaymentGroupManager 
atg.commerce.catalog.custom.CatalogMaintenanceService.isPerformCategoryVerification()
          - category verification is always part of catalog verification 
atg.projects.b2bstore.purchaselists.PurchaselistManager.isRemoveItemFromPurchaseListOnMoveToCart()
          use GiftlistManager.isRemoveItemFromGiftlistOnMoveToCart 
atg.servlet.MutableHttpServletRequest.isRequestedSessionIdFromUrl()
            
atg.commerce.order.purchase.ShippingGroupFormHandler.isShippingGroupInOrder(Order, String)
          This method is moved to ShippingGroupManager. 
atg.commerce.order.OrderModifierFormHandler.isUseLocksAroundTransactions()
          Use the TransactionLockFactory instead 
atg.commerce.order.purchase.PurchaseProcessFormHandler.isUseLocksAroundTransactions()
          Use the TransactionLockFactory instead 
atg.commerce.catalog.custom.CatalogVerificationService.isVerifyCategoryInfos()
          verifyCategoryInfo is always executed as part of verifying categories. 
atg.commerce.order.processor.ProcLoadCommerceItemObjects.loadCommerceItems(Order, CommerceItemContainer, List, OrderManager, OrderTools)
          use loadCommerceItems(Order, CommerceItemContainer, List, OrderManager, OrderTools, Boolean) 
atg.commerce.fulfillment.OrderFulfiller.loadOrder(String)
          Replaced by the pipeline processor 
atg.portal.servlet.PortalServletRequest.lookup(String)
            
atg.security.AccessControlList.parse(String, UserAuthority)
            
atg.integrations.cybersource.CyberSourceCreditCard.performDebitORCredit(CreditCardInfo, String, String)
          Please use performDebitORCredit(CreditCardInfo ccinfo, String pTransId, String pRequestToken, String pCommand) instead. 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.performIdTargetModification(ModifyOrder, Order, IdTargetModification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.performItemModification(ModifyOrder, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfillerModificationHandler.performOrderModification(ModifyOrder, Order, List, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.performOrderModification(ModifyOrder, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.performRelationshipModification(ModifyOrder, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.performShippingGroupModification(ModifyOrder, Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.order.purchase.CancelOrderFormHandler.preserveOrder(DynamoHttpServletRequest, DynamoHttpServletResponse)
          This method is not used anymore, See CancelOrderService 
atg.commerce.pricing.ItemDiscountCalculator.priceDetailedItemPriceInfo(DetailedItemPriceInfo, QualifiedItem, List, List, RepositoryItem, RepositoryItem, Locale, Order, Map)
          This method is deprecated. Call updateDetailedItemPriceInfos instead. 
atg.commerce.fulfillment.ElectronicFulfiller.processShippingGroup(Order, ShippingGroup, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.HardgoodFulfiller.processShippingGroup(Order, ShippingGroup, List)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.recalculatePaymentGroupAmounts(Order)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.purchase.PurchaseProcessFormHandler.releaseTransactionLock()
          please use releaseTransactionLock(DynamoHttpServletRequest pRequest) instead 
atg.b2bcommerce.order.scheduled.CalendarScheduleProperty.remapOccuranceInMonthToUserInput(CalendarSchedule)
          because of misspelling 
atg.commerce.order.OrderManager.removeAllCommerceItemsFromOrder(Order)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeAllHandlingInstructionsFromShippingGroup(Order, String)
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.OrderManager.removeAllPaymentGroupsFromOrder(Order)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.removeAllRelationshipsFromCommerceItem(Order, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeAllRelationshipsFromPaymentGroup(Order, String)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.removeAllRelationshipsFromShippingGroup(Order, String)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.removeAllShippingGroupsFromOrder(Order)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.removeEmptyPaymentGroups(Order)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.removeEmptyShippingGroups(Order)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.removeHandlingInstructionFromShippingGroup(Order, String, String)
          this method has been moved to the HandlingInstructionManager 
atg.commerce.order.OrderManager.removeHandlingInstructionsFromShippingGroup(Order, String, String)
          this method has been moved to the HandlingInstructionManager 
atg.adapter.secure.GenericSecuredMutableRepository.removeItem(String)
            
atg.repository.MutableRepository.removeItem(String)
          this method is replaced by MutableRepository.removeItem(String,String). If the second argument, i.e. the descriptor name is unknown, then use removeItem(String,Repository.getDefaultViewName()). 
atg.commerce.order.OrderManager.removeItemAmountFromPaymentGroup(Order, String, String, double)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeItemFromOrder(Order, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeItemFromPaymentGroupInternal(Order, PaymentGroupCommerceItemRelationship)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeItemQuantityFromShippingGroup(Order, String, String, long)
          this method has been moved to the CommerceItemManager 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.removeOrder(Order, Modification, List)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.removePaymentGroupFromOrder(Order, String)
          this method has been moved to the PaymentGroupManager 
atg.commerce.order.OrderManager.removeRemainingItemAmountFromPaymentGroup(Order, String, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeRemainingItemQuantityFromShippingGroup(Order, String, String)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.OrderManager.removeRemainingShippingCostFromPaymentGroup(Order, String, String)
          this method has been moved to the ShippingGroupManager 
atg.servlet.DynamoHttpServletRequest.removeSessionFromRequest()
            
atg.commerce.order.OrderManager.removeShippingCostAmountFromPaymentGroup(Order, String, String, double)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.removeShippingCostFromPaymentGroupInternal(Order, PaymentGroupShippingGroupRelationship)
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.removeShippingGroupFromOrder(Order, String)
          this method has been moved to the ShippingGroupManager 
atg.commerce.fulfillment.processor.ProcRemoveShipItemRelsFromShippingGroup.removeShippingGroupItemRelationship(HardgoodFulfiller, Order, ShippingGroupCommerceItemRelationship, Modification, List)
          use the version of this method that takes a ShippingGroupCommerceItemRelationship and an Object as the only two arguments 
atg.portal.admin.PortalGenericFormHandler.resetFormMessages()
            
atg.servlet.DynamoHttpServletRequest.resolveGlobalName(ComponentName)
          You should use resolveName to resolve references to globally scoped components. 
atg.servlet.DynamoHttpServletRequest.resolveGlobalName(String)
          You should use resolveName to resolve references to globally scoped components. 
atg.servlet.DynamoHttpServletRequest.resolveRequestName(ComponentName)
          You should use resolveName to resolve references to request scoped components. 
atg.servlet.DynamoHttpServletRequest.resolveRequestName(String)
          You should use resolveName to resolve references to request scoped components. 
atg.servlet.DynamoHttpServletRequest.resolveSessionName(ComponentName)
          You should use resolveName to resolve references to session scoped components. 
atg.servlet.DynamoHttpServletRequest.resolveSessionName(String)
          You should use resolveName to resolve references to session scoped components. 
atg.commerce.fulfillment.OrderFulfiller.retrieveShippingGroupsToBeSplit(Order)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.returnCommerceItem(Order, String, String, long)
          this method has been moved to the CommerceItemManager 
atg.commerce.order.ShoppingCartFormHandler.runProcessAddItemToOrder(Order, PricingModelHolder, Locale, RepositoryItem, Map)
          Use runProcessAddItemToOrder(Order, CommerceItem, PricingModelHolder, Locale, RepositoryItem, Map) instead 
atg.commerce.order.purchase.CartModifierFormHandler.runProcessAddItemToOrder(Order, PricingModelHolder, Locale, RepositoryItem, Map)
          Use runProcessAddItemToOrder(Order, CommerceItem, PricingModelHolder, Locale, RepositoryItem, Map) instead 
atg.commerce.order.OrderLookup.SearchByOrderId(DynamoHttpServletRequest, DynamoHttpServletResponse, String)
          Use OrderLookup.searchByOrderId(DynamoHttpServletRequest,DynamoHttpServletResponse,String) instead 
atg.commerce.order.OrderLookup.SearchByUserId(DynamoHttpServletRequest, DynamoHttpServletResponse, String)
          Use OrderLookup.searchByUserId(DynamoHttpServletRequest,DynamoHttpServletResponse,String) instead 
atg.commerce.pricing.PricingAdjustment.setAdjustment(double)
            
atg.commerce.inventory.RepositoryInventoryManager.setClientLockManager(ClientLockManager)
          locks are no longer used 
atg.droplet.ProtocolChange.setDefaultSecurePort(int)
            
atg.portal.framework.Gear.setDescription(String)
            
atg.portal.framework.Page.setDescription(String)
            
atg.integrations.taxware.TaxWareVerifyZipInfo.setErrorMessage(String)
          This method is not thread safe. Inspect the AddressVerificationInfo for error messages 
atg.servlet.ServletUtil.setIsDynamoAppserver(boolean)
            
atg.commerce.profile.CommerceProfileTools.setItemPropertyToAddress(RepositoryItem, RepositoryItem, String, Map, Map)
            
atg.commerce.order.OrderModifierFormHandler.setLocalLockManager(ClientLockManager)
          Use the TransactionLockFactory instead 
atg.commerce.order.purchase.PurchaseProcessFormHandler.setLocalLockManager(ClientLockManager)
          Use the TransactionLockFactory instead 
atg.portal.framework.ColorPalette.setName(String)
            
atg.portal.framework.Gear.setName(String)
            
atg.portal.framework.Page.setName(String)
            
atg.projects.b2bstore.purchaselists.PurchaselistManager.setRemoveItemFromPurchaseListOnMoveToCart(boolean)
          use GiftlistManager.setRemoveItemFromGiftlistOnMoveToCart 
atg.commerce.pricing.priceLists.PriceListManager.setSaleComplexPrice(MutableRepositoryItem, List, List)
          This method should not be used anymore. See the docs for instructions on implementing sales pricing 
atg.commerce.pricing.priceLists.PriceListManager.setSaleComplexPrice(MutableRepositoryItem, RepositoryItem)
          This method should not be used anymore. See the docs for instructions on implementing sales pricing 
atg.commerce.pricing.priceLists.PriceListManager.setSaleComplexPricePropertyName(String)
          This property is not used anymore 
atg.commerce.pricing.priceLists.PriceListManager.setSaleListPrice(MutableRepositoryItem, double)
          This method should not be used anymore. See the docs for instructions on implementing sales pricing 
atg.commerce.pricing.priceLists.PriceListManager.setSalePricePropertyName(String)
          This property is not used anymore 
atg.commerce.pricing.priceLists.PriceListManager.setSaleSubSkuPrice(MutableRepositoryItem, double)
          This method should not be used anymore. See the docs for instructions on implementing sales pricing 
atg.commerce.order.processor.ProcSavePriceInfoObjects.setSavePriceInfosInIncompleteOrders(boolean)
          Use orderStateSaveModes instead 
atg.commerce.fulfillment.OrderFulfiller.setShippingGroupStateProcessing(Order, List, List)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfiller.setShippingGroupSubmittedDate(ShippingGroup, List)
          Replaced by the pipeline processor 
atg.servlet.DynamoHttpServletResponse.setStatus(int, String)
            
atg.commerce.fulfillment.OrderFulfiller.settleOrder(Order, List)
          Replaced by the pipeline processor 
atg.deployment.server.DeploymentServer.setTopologyDefinitionFile(XMLFile)
            
atg.commerce.order.OrderImpl.setTransient(boolean)
          this method no longer does anything 
atg.commerce.order.OrderModifierFormHandler.setUseLocksAroundTransactions(boolean)
          Use the TransactionLockFactory instead 
atg.commerce.order.purchase.PurchaseProcessFormHandler.setUseLocksAroundTransactions(boolean)
          Use the TransactionLockFactory instead 
atg.commerce.fulfillment.HardgoodFulfiller.shipAsItemsAreAvailable(ShippingGroup)
          Replaced by the pipeline processor 
atg.commerce.fulfillment.OrderFulfillerModificationHandler.shipItemRelWasRemoved(Order, ShippingGroupCommerceItemRelationship)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.splitShippingGroup(Order, String, String[])
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.OrderManager.splitShippingGroup(Order, String, String[], long[])
          this method has been moved to the ShippingGroupManager 
atg.commerce.fulfillment.OrderFulfiller.splitShippingGroups(Order, List, List)
          Replaced by the pipeline processor 
atg.commerce.order.OrderManager.splitShippingGroupWithImplicitRelationships(Order, ShippingGroup, String[], long[])
          this method has been moved to the ShippingGroupManager 
atg.commerce.order.purchase.PurchaseProcessFormHandler.transactionLockName()
          Use the TransactionLockFactory instead 
atg.commerce.order.processor.ProcUpdateGiftRepository.updateGiftlistItem(Order, String, String, CommerceItem, long, PipelineResult)
            
atg.commerce.fulfillment.OrderFulfiller.updateOrder(Order)
          Replaced by the pipeline processor 
atg.commerce.catalog.custom.CatalogVerificationService.verifyCategoryInfoObjects()
          - see verifyCategoryObjects 
atg.commerce.catalog.custom.CatalogVerificationService.verifyCategoryInfoObjects(Collection)
          - see verifyCategoryObjects 
atg.commerce.catalog.custom.CatalogVerificationService.verifyCategoryInfoObjects(Repository, Collection)
          - see verifyCategoryObjects 
atg.commerce.catalog.custom.CatalogVerificationService.verifyInfoObjects()
          - see verifyCategoryObjects, verifyProductObjects, verifySkuObjects 
atg.commerce.catalog.custom.CatalogVerificationService.verifyInfoObjects(Collection)
          - see verifyCategoryObjects, verifyProductObjects, verifySkuObjects 
atg.commerce.catalog.custom.CatalogVerificationService.verifyInfoObjects(Repository, Collection)
          - see verifyCategoryObjects, verifyProductObjects, verifySkuObjects 
atg.commerce.catalog.custom.CatalogVerificationService.verifyProductInfoObjects()
          - used verifyProductObjects which also verifies product infos 
atg.commerce.catalog.custom.CatalogVerificationService.verifyProductInfoObjects(Collection)
          - used verifyProductObjects which also verifies product infos 
atg.commerce.catalog.custom.CatalogVerificationService.verifyProductInfoObjects(Repository, Collection)
          - used verifyProductObjects which also verifies product infos 
atg.commerce.fulfillment.HardgoodFulfiller.verifyShippingGroupFulfillment(ShippingGroup)
          Replaced by the pipeline processor 
atg.commerce.catalog.custom.CatalogVerificationService.verifySkuInfoObjects()
          - use verifySkuObjects which includes sku info verification 
atg.commerce.catalog.custom.CatalogVerificationService.verifySkuInfoObjects(Collection)
          - use verifySkuObjects which includes sku info verification 
atg.commerce.catalog.custom.CatalogVerificationService.verifySkuInfoObjects(Repository, Collection)
          - use verifySkuObjects which includes sku info verification 
atg.portal.alert.GearMessagePublisher.writeMessage(GearMessage)