Reference > API changes between releases
Results of comparison between WebSphere Commerce v5.6.1 and v7.0
Import the custom code into the WebSphere Commerce development environment. Incompatible API changes are indicated by compilation errors. Consult the list below and the API information to fix the incompatibility errors in the custom code.
Summary
com.ibm.commerce.catalog.commands
Changed
- method com.ibm.commerce.catalog.commands.ErrorRemovedAttributeCmdImpl.finalize(): public in v5.6.1, but protected in v7.0
- method com.ibm.commerce.catalog.commands.ErrorProductAttributeCmdImpl.finalize(): public in v5.6.1, but protected in v7.0
com.ibm.commerce.collaboration.beans
Removed
- package com.ibm.commerce.collaboration.beans
com.ibm.commerce.collaboration.collabapplication
Removed
- package com.ibm.commerce.collaboration.collabapplication
com.ibm.commerce.collaboration.livehelp.beans
Removed
- field com.ibm.commerce.collaboration.livehelp.beans.LiveHelpConfiguration.CLASSNAME
- field com.ibm.commerce.collaboration.livehelp.beans.LiveHelpShopperConfiguration.CLASSNAME
- method com.ibm.commerce.collaboration.livehelp.beans.LiveHelpConfiguration.getMerchantKey()
com.ibm.commerce.collaboration.manager
Removed
- package com.ibm.commerce.collaboration.manager
com.ibm.commerce.collaboration.workspaces.commands
Removed
- package com.ibm.commerce.collaboration.workspaces.commands
com.ibm.commerce.collaboration.workspaces.helper
Removed
- package com.ibm.commerce.collaboration.workspaces.helper
com.ibm.commerce.collaboration.workspaces.objects
Removed
- package com.ibm.commerce.collaboration.workspaces.objects
com.ibm.commerce.command
Changed
- method com.ibm.commerce.command.AbstractECCommand.finalize(): public in v5.6.1, but protected in v7.0
- method com.ibm.commerce.command.AbstractECTargetableCommand.finalize(): public in v5.6.1, but protected in v7.0
- method com.ibm.commerce.command.ECStringConverter.StringToCalendar(java.lang.String): type java.util.Calendar in v5.6.1, but type com.ibm.icu.util.Calendar in v7.0
- method com.ibm.commerce.command.ECStringConverter.TimestampToCalendar(java.sql.Timestamp): type java.util.Calendar in v5.6.1, but type com.ibm.icu.util.Calendar in v7.0
Removed
- method com.ibm.commerce.command.CommandContextImpl.areTradingAgreementsEligible(java.lang.String[], java.lang.String[])
- method com.ibm.commerce.command.ECStringConverter.CalendarToString(java.util.Calendar)
- method com.ibm.commerce.command.ECStringConverter.CalendarToTimestamp(java.util.Calendar)
com.ibm.commerce.contract.objimpl
Changed
- method com.ibm.commerce.contract.objimpl.TermConditionBeanBase.parseElementPolicyReference(org.w3c.dom.Element): type void in v5.6.1, but type java.lang.Long in v7.0
com.ibm.commerce.discount.rules
Changed
- interface com.ibm.commerce.discount.rules.IncentiveContext: implements com.ibm.commerce.rules.InvocationContext in v5.6.1, but does not implement com.ibm.commerce.rules.InvocationContext in v7.0
Removed
- class com.ibm.commerce.discount.rules.MiscHelper
com.ibm.commerce.discount.rules.utils
Removed
- package com.ibm.commerce.discount.rules.utils
com.ibm.commerce.emarketing.utils
Removed
- class com.ibm.commerce.emarketing.utils.EncryptHelper
com.ibm.commerce.event
Removed
- method com.ibm.commerce.event.EventService.raiseEvent(com.ibm.commerce.command.CommandContext, java.lang.String, java.lang.Object)
com.ibm.commerce.event.impl
Removed
- field com.ibm.commerce.event.impl.ECEventUtilities.BASE_CONTEXT_NAME
- field com.ibm.commerce.event.impl.ECEventUtilities.KEY_CHANNEL_ID
- field com.ibm.commerce.event.impl.ECEventUtilities.KEY_FOR_USER_ID
- field com.ibm.commerce.event.impl.ECEventUtilities.KEY_STORE_ID
- field com.ibm.commerce.event.impl.ECEventUtilities.KEY_USER_ID
com.ibm.commerce.fulfillment.objects
Changed
- field com.ibm.commerce.fulfillment.objects.FulfillmentJDBCHelperBean.findFfmcenterListByLanguageIdAndStoreId: constant [select ffmcentds.displayname, ffmcenter.name, staddress.shippinggeocode, ffmcenter.defaultshipoffset, ffmcenter.ffmcenter_id, staddress.zipcode, staddress.address1, staddress.address2, staddress.address3, staddress.state, staddress.country, staddress.taxgeocode, staddress.city, ffmcentds.description, ffmcenter.member_id from ffmcenter, ffmcentds, staddress, shparrange where ffmcenter.ffmcenter_id = ffmcentds.ffmcenter_id and ffmcentds.language_id = ? and fmcentds.staddress_id = staddress.staddress_id and ffmcenter.markfordelete = 0 and shparrange.ffmcenter_id = ffmcentds.ffmcenter_id AND shparrange.store_id = ? order by ffmcenter.name] in v5.6.1, but constant [select ffmcentds.displayname, ffmcenter.name, staddress.shippinggeocode, ffmcenter.defaultshipoffset, ffmcenter.ffmcenter_id, staddress.zipcode, staddress.address1, staddress.address2, staddress.address3, staddress.state, staddress.country, staddress.taxgeocode, staddress.city, ffmcentds.description, ffmcenter.member_id from ffmcenter, ffmcentds, staddress, shparrange where ffmcenter.ffmcenter_id = ffmcentds.ffmcenter_id and ffmcentds.language_id = ? and ffmcentds.staddress_id = staddress.staddress_id and ffmcenter.markfordelete = 0 and shparrange.ffmcenter_id = ffmcentds.ffmcenter_id AND shparrange.store_id = ? order by ffmcenter.name] in v7.0
- field com.ibm.commerce.fulfillment.objects.FulfillmentJDBCHelperBean.findShipModeListByStoreentId: constant [SELECT shipmode.shipmode_id, shipmode.carrier FROM shipmode WHERE shipmode.storeent_id = ?] in v5.6.1, but constant [SELECT shipmode.shipmode_id, shipmode.carrier FROM shipmode WHERE shipmode.storeent_id = ? and shipmode.markfordelete = 0] in v7.0
- field com.ibm.commerce.fulfillment.objects.FulfillmentJDBCHelperBean.findShipModeListByStoreentIdAndLanguageId: constant [SELECT shipmode.shipmode_id, CONCAT(CONCAT(shipmode.code, ' - '), substr(shpmodedsc.description,1, 30)) as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shpmodedsc.shipmode_id = shipmode.shipmode_id and shpmodedsc.language_id = ? UNION SELECT shipmode.shipmode_id, shipmode.code as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shpmodedsc.shipmode_id = shipmode.shipmode_id and shipmode.shipmode_id not in (select shpmodedsc.shipmode_id from shpmodedsc where shpmodedsc.language_id = ?) ] in v5.6.1, but constant [SELECT shipmode.shipmode_id, CONCAT(CONCAT(shipmode.code, ' - '), substr(shpmodedsc.description,1, 30)) as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shipmode.markfordelete = 0 and shpmodedsc.shipmode_id = shipmode.shipmode_id and shpmodedsc.language_id = ? UNION SELECT shipmode.shipmode_id, shipmode.code as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shipmode.markfordelete = 0 and shpmodedsc.shipmode_id = shipmode.shipmode_id and shipmode.shipmode_id not in (select shpmodedsc.shipmode_id from shpmodedsc where shpmodedsc.language_id = ?) ] in v7.0
- field com.ibm.commerce.fulfillment.objects.FulfillmentJDBCHelperBean.findShipModeListByStoreentIdAndLanguageId_DB2J: constant [SELECT shipmode.shipmode_id, {fn concat({fn concat(shipmode.code, ' - ')}, {fn substring(shpmodedsc.description,1, 30)})} as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shpmodedsc.shipmode_id = shipmode.shipmode_id and shpmodedsc.language_id = ? UNION SELECT shipmode.shipmode_id, shipmode.code as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shpmodedsc.shipmode_id = shipmode.shipmode_id and shipmode.shipmode_id not in (select shpmodedsc.shipmode_id from shpmodedsc where shpmodedsc.language_id = ?) ] in v5.6.1, but constant [SELECT shipmode.shipmode_id, {fn concat({fn concat(shipmode.code, ' - ')}, {fn substring(shpmodedsc.description,1, 30)})} as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shipmode.markfordelete = 0 and shpmodedsc.shipmode_id = shipmode.shipmode_id and shpmodedsc.language_id = ? UNION SELECT shipmode.shipmode_id, shipmode.code as display FROM shpmodedsc, shipmode WHERE shipmode.storeent_id = ? and shipmode.markfordelete = 0 and shpmodedsc.shipmode_id = shipmode.shipmode_id and shipmode.shipmode_id not in (select shpmodedsc.shipmode_id from shpmodedsc where shpmodedsc.language_id = ?) ] in v7.0
com.ibm.commerce.marketing.promotion.condition
Changed
- method com.ibm.commerce.marketing.promotion.condition.PurchaseCondition.getDistribution(): type com.ibm.commerce.marketing.promotion.reward.Distribution in v5.6.1, but type com.ibm.commerce.marketing.promotion.reward.GenericDistribution in v7.0
- method com.ibm.commerce.marketing.promotion.condition.PurchaseCondition.getPattern(): type com.ibm.commerce.marketing.promotion.condition.Pattern in v5.6.1, but type com.ibm.commerce.marketing.promotion.condition.GenericPattern in v 7.0
Removed
- method com.ibm.commerce.marketing.promotion.condition.PurchaseCondition.setDistribution(com.ibm.commerce.marketing.promotion.reward.Distribution)
- method com.ibm.commerce.marketing.promotion.condition.PurchaseCondition.setPattern(com.ibm.commerce.marketing.promotion.condition.Pattern)
com.ibm.commerce.marketingcenter.objects
Removed
- class com.ibm.commerce.marketingcenter.objects.MCInitiativeJDBCHelperAccessBean
com.ibm.commerce.me.datatype
Removed
- field com.ibm.commerce.me.datatype.RequisitionerSessionTable.cacheSize
- method com.ibm.commerce.me.datatype.SupplierCookieTable.setMerchantKey(java.lang.String)
com.ibm.commerce.negotiation.commands
Removed
- class com.ibm.commerce.negotiation.commands.DataCryptCmdImpl
- interface com.ibm.commerce.negotiation.commands.DataCryptCmd
com.ibm.commerce.order.calculation
Changed
- field com.ibm.commerce.order.calculation.CalculationCodeApplyCmd.defaultCommandClassName: constant [com.ibm.commerce.order.calculation.CalculationCodeApplyCmdImpl] in Version 5.6.1, but not constant in v7.0
- field com.ibm.commerce.order.calculation.CalculationScaleLookupCmd.defaultCommandClassName: constant [com.ibm.commerce.order.calculation.CalculationScaleLookupCmdImpl] in v5.6.1, but not constant in v7.0
com.ibm.commerce.order.commands
Removed
- method com.ibm.commerce.order.commands.OrderDisplayCmdImpl.buildWhereClauseForOrderNumbers()
- method com.ibm.commerce.order.commands.OrderPrepareCmdImpl.buildWhereClauseForOrderNumbers()
com.ibm.commerce.order.objects
Changed
- field com.ibm.commerce.order.objects.OrderBean.notificationId: declared in com.ibm.commerce.order.objects.OrderBean in v5.6.1, but declared in com.ibm.commerce.order.objimpl.OrderBeanBase in v7.0
com.ibm.commerce.ras
Removed
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_BAD_MESSAGE_ACTION
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_BAD_MESSAGE_LENGTH
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_CACHE_REMOVE
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_CLIENT_CLOSED_CONN
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_CONNECTION_GATED
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_CREATING_CONNECTION
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_CREATING_DIRECTORY
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_CREATING_POOL
- field com.ibm.commerce.ras.ECMessage._DBG_PERF_DESTROYING_CONNECTION
- field com.ibm.commerce.ras.ECMessage._ERR_BUNDLE_CONTAIN_COMPONENT_WITH_ZERO_QUANTITY
- field com.ibm.commerce.ras.ECMessage._ERR_BUNDLE_WITHOUT_SKU
- field com.ibm.commerce.ras.ECMessage._ERR_TRANS_U_R_SCREWED
- field com.ibm.commerce.ras.ECMessageKey.IS_WAS_FIXPACK_INSTALL
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_BAD_MESSAGE_ACTION
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_BAD_MESSAGE_LENGTH
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_CACHE_REMOVE
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_CLIENT_CLOSED_CONN
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_CONNECTION_GATED
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_CREATING_CONNECTION
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_CREATING_DIRECTORY
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_CREATING_POOL
- field com.ibm.commerce.ras.ECMessageKey._DBG_PERF_DESTROYING_CONNECTION
- field com.ibm.commerce.ras.ECMessageKey._ERR_BUNDLE_CONTAIN_COMPONENT_WITH_ZERO_QUANTITY
- field com.ibm.commerce.ras.ECMessageKey._ERR_BUNDLE_WITHOUT_SKU
- field com.ibm.commerce.ras.ECMessageKey._ERR_TRANS_U_R_SCREWED
com.ibm.commerce.security.commands
Changed
- field com.ibm.commerce.security.commands.LDAPAuthenticationCmd.NAME: constant [com.ibm.commerce.security.commands.LDAPAuthenticationCmd] in v 5.6.1, but not constant in v7.0
- field com.ibm.commerce.security.commands.LDAPAuthenticationCmd.defaultCommandClassName: constant [com.ibm.commerce.security.commands.LDAPAuthenticationCmdImpl] in v 5.6.1, but not constant in v7.0
Removed
- class com.ibm.commerce.security.commands.SecurityCheckCmdImpl
- interface com.ibm.commerce.security.commands.SecurityCheckCmd
- method com.ibm.commerce.security.commands.DBAuthenticationCmd.setMerchantKey(java.lang.String)
- method com.ibm.commerce.security.commands.DBAuthenticationCmdImpl.getMerchantKey()
- method com.ibm.commerce.security.commands.PaymentManagerVerifyCredentialsCmdImpl.getMerchantKey()
com.ibm.commerce.server
Changed
- field com.ibm.commerce.server.ECConstants.EC_DEFAULT_INIT_TRANSACTION_TIMEOUT: constant [2000] in v5.6.1, but constant [-1] in v7.0
- field com.ibm.commerce.server.ECConstants.EC_DEFAULT_TRANSACTION_TIMEOUT: constant [1200] in v5.6.1, but constant [-1] in v7.0
- field com.ibm.commerce.server.ECConstants.EC_LOGIN_DEFAULT_TIMEOUT_VALUE: constant [600000] in v5.6.1, but constant [1800000] in v7.0
Removed
- class com.ibm.commerce.server.ConfigProperties
- class com.ibm.commerce.server.WcsApp
- field com.ibm.commerce.server.ECConstants.EC_CACHE_AUTOPAGEINVALIDATION
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CACHE
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CACHEABLEURL
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CLEANUPAGENTHOSTNAME
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CLEANUPAGENTPORT
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CLEANUPPOLLINGINTERVAL
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CLEANUP_FILENAME
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CLEANUP_SUBDIR
- field com.ibm.commerce.server.ECConstants.EC_CACHE_CONNECTIONTIMEOUT
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DAEMONBINDADDRESS
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DAEMONMAXTHREADS
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DAEMONPORT
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DEL_HASHKEY
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DEL_HASHVALUE
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DEL_MEMBERKEY
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DEL_MEMBERVALUE
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DEL_URLNAME
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DIRSPERMEMBER
- field com.ibm.commerce.server.ECConstants.EC_CACHE_DYNACACHE
- field com.ibm.commerce.server.ECConstants.EC_CACHE_ENABLED
- field com.ibm.commerce.server.ECConstants.EC_CACHE_FILEPATH
- field com.ibm.commerce.server.ECConstants.EC_CACHE_HASHKEY
- field com.ibm.commerce.server.ECConstants.EC_CACHE_ISMANDATORY
- field com.ibm.commerce.server.ECConstants.EC_CACHE_KEY
- field com.ibm.commerce.server.ECConstants.EC_CACHE_KEYNAME
- field com.ibm.commerce.server.ECConstants.EC_CACHE_KEYSET
- field com.ibm.commerce.server.ECConstants.EC_CACHE_MAXALLOWEDREFRESHPERIOD
- field com.ibm.commerce.server.ECConstants.EC_CACHE_MAXOBJECTSPERMEMBER
- field com.ibm.commerce.server.ECConstants.EC_CACHE_MEMBERKEY
- field com.ibm.commerce.server.ECConstants.EC_CACHE_NAME
- field com.ibm.commerce.server.ECConstants.EC_CACHE_SESSIONDEPENDENT
- field com.ibm.commerce.server.ECConstants.EC_CACHE_STORECLASSNAME
- field com.ibm.commerce.server.ECConstants.EC_CACHE_WEBAPPPATH
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_CACHEABLEURL
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_CACHECOMMAND
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_CCKEY
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_CLEANUPPOLLINGINTERVAL
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_ENABLED
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_ID
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_INVALIDATION
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_ISMANDATORY
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_KEY
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_KEYNAME
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_KEYSET
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_MAXALLOWEDREFRESHPERIOD
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_NAME
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_PRIMARYKEY
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_PRIORITY
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_SECONDARYKEY
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_SESSIONDEPENDENT
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_STORETYPE
- field com.ibm.commerce.server.ECConstants.EC_DYNACACHE_TIMEOUT
com.ibm.commerce.tools.campaigns
Changed
- class com.ibm.commerce.tools.campaigns.CampaignInitiativeContext: implements com.ibm.commerce.rules.InvocationContext in v5.6.1, but does not implement com.ibm.commerce.rules.InvocationContext in v7.0
- field com.ibm.commerce.tools.campaigns.CampaignConstants.COLLATERAL_TYPE_COUNT: constant [3] in v5.6.1, but constant [2] in v7.0
Removed
- field com.ibm.commerce.tools.campaigns.CampaignInitiativeEvaluateCmdImpl._invokePersonalizationRuleServiceCommand
- method com.ibm.commerce.tools.campaigns.CampaignInitiativeEvaluateCmdImpl.getInvokePersonalizationRuleServiceCommand()
com.ibm.commerce.tools.collaboration.workspaces.beans
Removed
- package com.ibm.commerce.tools.collaboration.workspaces.beans
com.ibm.commerce.tools.epromotion
Removed
- method com.ibm.commerce.tools.epromotion.RLPromotion.generatePromotionLevelSpecificRuleXML()
- method com.ibm.commerce.tools.epromotion.RLPromotion.generatePromotionSpecificRuleXML()
- method com.ibm.commerce.tools.epromotion.RLPromotion.generateRuleXML()
- method com.ibm.commerce.tools.epromotion.RLPromotion.populateFrom(java.lang.String)
- method com.ibm.commerce.tools.epromotion.RLPromotion.populatePromotionLevelSpecificDataFrom(java.lang.String)
- method com.ibm.commerce.tools.epromotion.RLPromotion.populatePromotionSpecificDataFrom(java.lang.String)
- method com.ibm.commerce.tools.epromotion.RLPromotionComponentConfiguration.createSocket(org.w3c.dom.Node)
- method com.ibm.commerce.tools.epromotion.RLPromotionComponentConfiguration.getDeBlaze()
- method com.ibm.commerce.tools.epromotion.RLPromotionComponentConfiguration.parseConfigFile(java.lang.String, java.lang.String)
- method com.ibm.commerce.tools.epromotion.RLPromotionComponentConfiguration.parseDeploymentConfigFile(java.lang.String)
- method com.ibm.commerce.tools.epromotion.RLPromotionComponentConfiguration.registerPromotionType(org.w3c.dom.Node, java.lang.String)
- method com.ibm.commerce.tools.epromotion.RLPromotionComponentConfiguration.setDeBlaze(boolean)
com.ibm.commerce.tools.epromotion.commands
Removed
- class com.ibm.commerce.tools.epromotion.commands.DeployRLPromotionCmdImpl
- interface com.ibm.commerce.tools.epromotion.commands.DeployRLPromotionCmd
- method com.ibm.commerce.tools.epromotion.commands.RLPromotionDeleteControllerCmdImpl.deploy()
- method com.ibm.commerce.tools.epromotion.commands.RLPromotionPublishControllerCmdImpl.deploy()
- method com.ibm.commerce.tools.epromotion.commands.RLPromotionSaveControllerCmdImpl.deploy()
com.ibm.commerce.tools.epromotion.util
Removed
- method com.ibm.commerce.tools.epromotion.util.EproUtil.isNonBlaze()
com.ibm.commerce.tools.promotions
Removed
- class com.ibm.commerce.tools.promotions.CreateDiscountCmdImpl
- class com.ibm.commerce.tools.promotions.DiscountCalculationCodeListBean
- class com.ibm.commerce.tools.promotions.DiscountChooseListBean
- class com.ibm.commerce.tools.promotions.DiscountChooseListQuickSortCompare
- class com.ibm.commerce.tools.promotions.DiscountChooseListRow
- class com.ibm.commerce.tools.promotions.DiscountDetailsBean
- class com.ibm.commerce.tools.promotions.DiscountSaveCmdImpl
- class com.ibm.commerce.tools.promotions.ECPromotionsMessage
- class com.ibm.commerce.tools.promotions.PromotionChooseCmdImpl
- class com.ibm.commerce.tools.promotions.PromotionDynamicListBean
- class com.ibm.commerce.tools.promotions.PromotionPublishCmdImpl
- interface com.ibm.commerce.tools.promotions.CreateDiscountCmd
- interface com.ibm.commerce.tools.promotions.DiscountSaveCmd
- interface com.ibm.commerce.tools.promotions.ECPromotionsConstants
- interface com.ibm.commerce.tools.promotions.ECPromotionsMessageKey
- interface com.ibm.commerce.tools.promotions.PromotionChooseCmd
- interface com.ibm.commerce.tools.promotions.PromotionPublishCmd
com.ibm.commerce.tools.promotions.beansrc
Removed
- class com.ibm.commerce.tools.promotions.beansrc.DiscountCalculationCodeListBeanBase
- class com.ibm.commerce.tools.promotions.beansrc.DiscountChooseListBeanBase
- class com.ibm.commerce.tools.promotions.beansrc.DiscountDetailsBeanBase
com.ibm.commerce.user.beans
Removed
- field com.ibm.commerce.user.beans.AddressDataBean.imbAddress
- field com.ibm.commerce.user.beans.UserInfoDataBean.imbUser
- field com.ibm.commerce.user.beans.UserRegistrationDataBean.imbUser
- interface com.ibm.commerce.user.beans.PolicyAccountLockoutInputDataBean
com.ibm.commerce.user.objects
Removed
- field com.ibm.commerce.user.objects.OrganizationBean.OwnerMemberId
com.ibm.commerce.usermanagement.commands
Changed
- class com.ibm.commerce.usermanagement.commands.OrgEntityRegistrationCmdImpl: implements com.ibm.commerce.usermanagement.commands.ECUserConstants in v 5.6.1, but does not implement com.ibm.commerce.usermanagement.commands.ECUserConstants in v7.0
- field com.ibm.commerce.usermanagement.commands.OrganizationSetInSessionCmd.NAME: constant [com.ibm.commerce.contract.commands.OrganizationSetInSessionCmd] in Version 5.6.1, but constant [com.ibm.commerce.usermanagement.commands.OrganizationSetInSessionCmd] in v7.0
- field com.ibm.commerce.usermanagement.commands.OrganizationSetInSessionCmd.defaultCommandClassName: constant [com.ibm.commerce.contract.commands.OrganizationSetInSessionCmdCmdImpl] in v5.6.1, but constant [com.ibm.commerce.usermanagement.commands.OrganizationSetInSessionCmdCmdImpl] in v7.0
Removed
- field com.ibm.commerce.usermanagement.commands.AddressBaseCmdImpl.imbAddress
- field com.ibm.commerce.usermanagement.commands.OrgEntityRegistrationCmdImpl.imbOrgEntity
- field com.ibm.commerce.usermanagement.commands.UserRegistrationCmdImpl.imbUser
com.ibm.commerce.utf.beans
Changed
- class com.ibm.commerce.utf.beans.RFQListBean: implements com.ibm.commerce.utf.beans.UTFListInputDataBean in v5.6.1, but does not implement com.ibm.commerce.utf.beans.UTFListInputDataBean in v7.0
- class com.ibm.commerce.utf.beans.RFQListBean: implements com.ibm.commerce.utf.beans.UTFListSmartDataBean in v5.6.1, but does not implement com.ibm.commerce.utf.beans.UTFListSmartDataBean in v7.0
- class com.ibm.commerce.utf.beans.RFQListBean: subclass of com.ibm.commerce.utf.beans.UTFListBean in v5.6.1, but not a subclass of com.ibm.commerce.utf.beans.UTFListBean in v7.0