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.search.query.formhandlers.BrowseFormHandler
          as of 9.0. Use BrowseFormHandler instead. 
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.search.query.formhandlers.CategorizeFormHandler
          as of 9.0. Use CategorizeFormHandler instead. 
com.primus.ae.searchclient.ClientCategorizeRequest
          as of 9.0. Use CategorizeRequest instead. 
com.primus.ae.searchclient.ClientCategoryRequest
          as of 9.0. Use BrowseRequest instead. 
com.primus.ae.searchclient.ClientQueryRequest
          as of 9.0. Use QueryRequest instead. 
com.primus.ae.searchclient.ClientSimilarDocsRequest
          as of 9.0. Use SimilarDocsRequest instead. 
com.primus.ae.searchclient.ClientStructuredRequest
          as of 9.0. Use StructuredQueryRequest instead. 
com.primus.ae.searchclient.ClientVicRequest
          as of 9.0. Use ViewDocumentRequest instead. 
atg.commerce.search.refinement.CommerceFacetSearchResponse
          As of release 9.0 - refer to FacetSearchTools 
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.repository.search.refinement.FacetSearchResponse
          As of release 9.0 - refer to FacetSearchTools 
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.search.query.formhandlers.QueryFormHandler
          as of 9.0. Use QueryFormHandler instead. 
com.primus.ae.searchclient.SearchClient
          as of 9.0. Use SearchClient instead. 
atg.search.query.formhandlers.SimilarDocsFormHandler
          as of 9.0. Use SimilarDocsFormHandler instead. 
atg.service.datacollection.SQLTableLogger
          replaced by JTSQLTableLogger 
atg.service.datacollection.SQLTableSummaryLogger
          replaced by JTSQLTableSummaryLogger 
atg.search.query.formhandlers.StructuredQueryFormHandler
          as of 9.0. Use StructuredQueryFormHandler instead. 
atg.search.query.formhandlers.ViewInContextFormHandler
          as of 9.0. Use ViewDocumentFormHandler instead. 
 

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

Deprecated Fields
atg.search.routing.command.search.QueryRequest.Mode.BOOLEAN
          as of 9.0. Use QueryRequest.Mode.BOOLEAN_STMT. 
atg.search.routing.command.search.StructuredStatement.Mode.BOOLEAN
          as of 9.0. Use StructuredStatement.Mode.BOOLEAN_STMT. 
com.primus.searchcommon.constants.InternalBrowseConstants.DEBUG
          as of 2006.3. Use BrowseConstants.DEBUG 
com.primus.searchcommon.constants.InternalQueryConstants.DEBUG
          as of 2006.3. Use QueryConstants.DEBUG 
com.primus.searchcommon.constants.InternalSimilarTextConstants.DEBUG
          as of 2006.3. Use SimilarTextConstants.DEBUG 
com.primus.searchcommon.constants.InternalStructuredQueryConstants.DEBUG
          as of 2006.3. Use StructuredQueryConstants.DEBUG 
atg.security.AccessControlList.EMPTY_ACL
            
atg.search.routing.command.search.GroupingMode.FIELD
          as of 9.0. Ignored. 
com.primus.ae.searchclient.ClientRequest.REQUEST_TAG_BROWSE
          as of 2007.0 
com.primus.ae.searchclient.ClientRequest.REQUEST_TAG_CATEGORIZE
          as of 2007.0 
com.primus.ae.searchclient.ClientRequest.REQUEST_TAG_QUERY
          as of 2007.0 
com.primus.ae.searchclient.ClientRequest.REQUEST_TAG_SIMILARDOCS
          as of 2007.0 
com.primus.ae.searchclient.ClientRequest.REQUEST_TAG_STRUCTQUERY
          as of 2007.0 
com.primus.ae.searchclient.ClientRequest.REQUEST_TAG_VIC
          as of 2007.0 
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 
atg.search.routing.command.search.GroupingMode.TEXT
          as of 9.0. Ignored. 
 

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.order.purchase.ShippingGroupFormHandler.applyCommerceItemShippingInfo(CommerceItemShippingInfo, Order)
            
atg.commerce.order.purchase.ShippingGroupFormHandler.applyDefaultShippingGroup(Order)
            
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 
com.primus.ae.searchclient.RequestFactory.buildRequest(ClientRequest)
          as of 2007.0 
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.purchase.ShippingGroupFormHandler.consolidateShippingInfos(DynamoHttpServletRequest, DynamoHttpServletResponse)
            
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.epub.project.ProcessHome.createProcessForImport(String, String, boolean)
          use createProcessForImport(String pProcessName, String pWorkflowName) instead 
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 
com.primus.ae.searchclient.SearchClient.doSearch(ClientRequest, SearchSession)
            
atg.servlet.ServletUtil.embed(String, Servlet, DynamoHttpServletRequest, ServletResponse)
            
atg.servlet.DynamoHttpServletResponse.encodeRedirectUrl(String)
            
atg.servlet.DynamoHttpServletResponse.encodeUrl(String)
            
com.primus.ae.searchclient.SearchClient.extractResults(ClientRequest, String)
          as of Search 2006.3 
atg.commerce.order.OrderModifierFormHandler.findCommerceItem(Order, String)
          This method should no longer be used. Instead call Order.findCommerceItemsByCatalogRefId(String) 
com.primus.searchstudio.Result.FindScoreAsPercent(int)
            
com.primus.searchstudio.Result.FindStars(int)
            
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 
com.primus.searchstudio.CategoryConverter.fromXMLNew(String, boolean, boolean)
          as of 2007.1 
com.primus.searchstudio.CategoryConverter.fromXMLNew(String, boolean, boolean, Refinements)
          as of 2007.1. 
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.order.CreditCard.getCardVerficationNumber()
          use getCardVerificationNumber 
atg.commerce.inventory.RepositoryInventoryManager.getClientLockManager()
          locks are no longer used 
com.primus.ae.searchclient.SearchSession.getClustername()
          as of 2006.3 
com.primus.searchstudio.Response.getClusterName()
            
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.search.routing.command.search.QueryTerm.getCorrection()
          see QueryTerm.getCorrections() 
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.search.routing.command.search.BrowseRequest.getDocDepth()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.Response.getDocDepth()
          in 9.1 
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. 
com.primus.searchstudio.Response.getExcerptIsTruncated()
            
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()
            
com.primus.searchstudio.Response.getGroupId()
            
atg.commerce.order.OrderManager.getHandlingInstructionsForCommerceItem(ShippingGroup, String)
          this method has been moved to the HandlingInstructionManager 
atg.portal.framework.GearMode.getId()
            
com.primus.searchstudio.Response.getIsInstantPA()
            
com.primus.searchstudio.Result.getIsParentResult()
            
com.primus.searchstudio.Result.getIsParentResultAsString()
            
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 
com.primus.ae.searchclient.SearchSession.getLoginSessionId()
          as of 2006.3 
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.search.routing.command.search.BrowseRequest.getMaxDescendentSets()
          in 9.1. 
atg.search.routing.command.search.BrowseRequest.Response.getMaxDescendentSets()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.getMaxDocs()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.Response.getMaxDocs()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.getMaxDocsPerSet()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.Response.getMaxDocsPerSet()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.getMaxSets()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.Response.getMaxSets()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.getMaxSize()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.Response.getMaxSize()
          in 9.1 
com.primus.ae.searchclient.SearchSession.getMinScore()
          as of 2006.3 
atg.search.routing.command.search.BrowseRequest.getMinSize()
          in 9.1 
atg.search.routing.command.search.BrowseRequest.Response.getMinSize()
          in 9.1. 
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 
com.primus.ae.searchclient.SearchSession.getNumResultsToLog()
          as of 2006.3 
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)
            
com.primus.ae.searchclient.SearchSession.getProblemId()
          as of 2006.3 
atg.scenario.ScenarioExecutionContext.getProfile()
          replaced by ProcessExecutionContext.getSubject(). 
com.primus.searchstudio.Categories.getQueryId()
          always returns 0 
com.primus.searchstudio.Results.getQueryId()
          as of 2007.0 
com.primus.searchstudio.Response.getQuestion()
            
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.commerce.order.scheduled.CalendarScheduleProperty.getReadableOccurancesOfTheMonth(boolean[])
          because of misspelling 
atg.portal.framework.Layout.getRegionDefinitions()
            
atg.portal.framework.Page.getRegions()
            
com.primus.searchstudio.Results.getRelatedQueries()
          as of 2006.3. returns an empty list 
com.primus.searchstudio.Result.getRelevancyFile()
            
atg.commerce.order.OrderManager.getRemainingQuantityForShippingGroup(CommerceItem)
          this method has been moved to the ShippingGroupManager 
com.primus.ae.searchclient.SearchSession.getReplyWaitTime()
          as of 2006.3 
atg.commerce.pricing.priceLists.PriceListManager.getSaleComplexPricePropertyName()
          This property is not used anymore 
atg.commerce.pricing.priceLists.PriceListManager.getSalePricePropertyName()
          This property is not used anymore 
com.primus.searchstudio.RefinementValue.getScore()
          as of 2006.3 
com.primus.searchstudio.Result.getScoreAsPercent()
            
com.primus.ae.searchclient.RequestFactory.getSearchConstraints(String)
          as of 2007.0 
com.primus.ae.searchclient.SearchSession.getSearchSessionId()
          as of 2006.3 
atg.servlet.DynamoHttpServletRequest.getSessionRequest()
            
atg.servlet.DynamoHttpServletRequest.getSessionRequest(boolean)
            
atg.commerce.order.purchase.ShippingGroupFormHandler.getShippingGroup(String)
            
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)
            
com.primus.ae.searchclient.SearchSession.getSiteId()
          as of 2006.3 
com.primus.ae.searchclient.SearchSession.getSitename()
          as of 2006.3 
com.primus.ae.searchclient.SessionConfig.getSitename()
          as of Search 2007.0 
com.primus.searchstudio.Response.getSizeAsKB()
            
com.primus.searchstudio.Result.getStars()
            
atg.deployment.server.DeploymentServer.getTopologyDefinitionFile()
            
atg.commerce.order.OrderManager.getUnassignedQuantityForCommerceItem(CommerceItem)
          this method has been moved to the CommerceItemManager 
com.primus.ae.searchclient.SearchSession.getUserGroups()
          as of 2006.3 
com.primus.ae.searchclient.SearchSession.getUsername()
          as of 2006.3 
com.primus.ae.searchclient.SessionConfig.getUsername()
          as of Search 2007.0 
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. 
com.primus.searchstudio.Response.getVicQueryMap()
            
com.primus.searchstudio.Response.getVicQueryMapLinkToSource()
            
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.PurchaseProcessConfiguration.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.commerce.profile.CommerceProfileTools.loadShoppingCartsWithLock(RepositoryItem, OrderHolder)
          Please use loadShoppingCarts instead 
atg.portal.servlet.PortalServletRequest.lookup(String)
            
atg.commerce.order.purchase.ShippingGroupFormHandler.mergeCommerceItemShippingInfos(CommerceItemShippingInfo, CommerceItemShippingInfo)
            
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.profile.CommerceProfileTools.persistShoppingCartsWithLock(RepositoryItem, OrderHolder)
          use persistShoppingCarts 
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.order.OrderManager.processOrder(Order)
            
atg.commerce.order.OrderManager.processOrder(Order, Locale)
            
atg.commerce.order.OrderManager.processOrderWithReprice(Order, String)
            
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.commerce.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.commerce.order.scheduled.ScheduledOrderService.repriceScheduledOrder(Order, RepositoryItem, Locale)
            
atg.commerce.profile.CommerceProfileTools.repriceShoppingCartsWithLock(RepositoryItem, OrderHolder, PricingModelHolder, Locale, String)
          use repriceShoppingCarts 
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 
com.primus.ae.searchclient.SearchClient.search(ClientRequest, String)
            
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 
com.primus.ae.searchclient.SearchSession.setClustername(String)
          as of 2006.3 
atg.droplet.ProtocolChange.setDefaultSecurePort(int)
            
atg.portal.framework.Gear.setDescription(String)
            
atg.portal.framework.Page.setDescription(String)
            
atg.search.routing.command.search.BrowseRequest.setDocDepth(Integer)
          in 9.1 
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 
com.primus.ae.searchclient.SearchSession.setLoginSessionId(long)
          as of 2006.3 
atg.search.routing.command.search.BrowseRequest.setMaxDescendentSets(Integer)
          in 9.1 
atg.search.routing.command.search.BrowseRequest.setMaxDocs(Integer)
          in 9.1 
atg.search.routing.command.search.BrowseRequest.setMaxDocsPerSet(Integer)
          in 9.1 
atg.search.routing.command.search.BrowseRequest.setMaxSets(Integer)
          9.1 
atg.search.routing.command.search.BrowseRequest.setMaxSize(Integer)
          in 9.1. 
com.primus.ae.searchclient.SearchSession.setMinScore(int)
          as of 2006.3 
atg.search.routing.command.search.BrowseRequest.setMinSize(Integer)
          in 9.1. 
atg.portal.framework.ColorPalette.setName(String)
            
atg.portal.framework.Gear.setName(String)
            
atg.portal.framework.Page.setName(String)
            
com.primus.ae.searchclient.SearchSession.setNumResultsToLog(int)
          as of 2006.3 
com.primus.ae.searchclient.SearchSession.setProblemId(long)
          as of 2006.3 
com.primus.searchstudio.Categories.setQueryId(ConstantQueryID)
            
com.primus.searchstudio.Results.setQueryId(ConstantQueryID)
          as of 2007.0 
com.primus.searchstudio.Response.setQuestion(String)
            
atg.projects.b2bstore.purchaselists.PurchaselistManager.setRemoveItemFromPurchaseListOnMoveToCart(boolean)
          use GiftlistManager.setRemoveItemFromGiftlistOnMoveToCart 
com.primus.ae.searchclient.SearchSession.setReplyWaitTime(int)
          as of 2006.3 
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 
com.primus.ae.searchclient.SearchSession.setSearchSessionId(long)
          as of 2006.3 
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 
com.primus.ae.searchclient.SearchSession.setSiteId(int)
          as of 2006.3 
com.primus.ae.searchclient.SearchSession.setSitename(String)
          as of 2006.3 
com.primus.ae.searchclient.SessionConfig.setSitename(String)
          as of Search 2007.0 
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.PurchaseProcessConfiguration.setUseLocksAroundTransactions(boolean)
          Use the TransactionLockFactory instead 
atg.commerce.order.purchase.PurchaseProcessFormHandler.setUseLocksAroundTransactions(boolean)
          Use the TransactionLockFactory instead 
com.primus.ae.searchclient.SearchSession.setUserGroups(List)
          as of 2006.3 
com.primus.ae.searchclient.SearchSession.setUsername(String)
          as of 2006.3 
com.primus.ae.searchclient.SessionConfig.setUsername(String)
          as of Search 2007.0 
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.purchase.ShippingGroupFormHandler.splitCommerceItemShippingInfoByQuantity(CommerceItemShippingInfo, long)
            
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 
com.primus.ae.searchclient.SearchSession.toXml()
          as of 2007.0 
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)
            
 

Deprecated Constructors
com.primus.searchstudio.Category(int, String, String, String, String, String, String, String, String, CategoryResultObjects, String, String, String, String)
          as of 2006.3 
com.primus.ae.searchclient.ClientCategorizeRequest(String, Map, DocumentSetConstraint, ParserOptions, boolean)
          {@see #ClientCategorizeRequest(String, Map, DocumentSetConstraint, ParserOptions) NOTE: The loggingEnabled flag no longer applies - this parameter is ignored. 
com.primus.ae.searchclient.ClientSimilarDocsRequest(String, Map, DocumentSetConstraint, ParserOptions, boolean)
          as of 2007.0 
com.primus.searchcommon.constraint.NumericConstraint(String, long, String)
          Use NumericConstraint.NumericConstraint(String, long, long, String, Float) NOTE: Sets weight to null to use the default weight. 
com.primus.searchstudio.RefinementValue(int, int, String, Refinements)
          as of 2006.3 
com.primus.searchstudio.Request(String, String, Map, boolean, String, List, String, String, List)
          As of Search 2006.3 
com.primus.ae.searchclient.SessionConfig(String, String)
          as of 2007.0. sitename maps to environment name 
com.primus.ae.searchclient.SessionConfig(String, String, String, String, String, String, String)
          as of 2007.0. sitename maps to the search environment name 
com.primus.searchcommon.constraint.SetConstraint(String, boolean)
          Use SetConstraint.SetConstraint(String, Boolean) 
com.primus.searchcommon.constraint.StringConstraint(String, String, String, boolean)
          Use StringConstraint.StringConstraint(String, String, String, Boolean, Float)