You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Pierre Smits (Jira)" <ji...@apache.org> on 2020/03/03 08:06:00 UTC

[jira] [Created] (OFBIZ-11435) replace deprecated services

Pierre Smits created OFBIZ-11435:
------------------------------------

             Summary: replace deprecated services
                 Key: OFBIZ-11435
                 URL: https://issues.apache.org/jira/browse/OFBIZ-11435
             Project: OFBiz
          Issue Type: Improvement
          Components: ALL COMPONENTS
    Affects Versions: Trunk
            Reporter: Pierre Smits
            Assignee: Pierre Smits


Several services call functions which have been deprecated and replaced by newer functions in old release branches, like:
* deleteRateAmount -> expireRateAmount
* captureBillingAccountPayment -> captureBillingAccountPayments
* createQuoteWorkEffort -> ensureWorkEffortAndCreateQuoteWorkEffort
* addPriceRuleToMarketingCampaign -> createMarketingCampaignPrice
* removePriceRuleFromMarketingCampaign -> deleteMarketingCampaignPrice
* addPromoToMarketingCampaign -> createMarketingCampaignPromo
* removePromoFromMarketingCampaign -> deleteMarketingCampaignPromo

These must be removed from trunk.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)