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/05/10 09:04:00 UTC

[jira] [Updated] (OFBIZ-11435) Remove and/or replace deprecated services

     [ https://issues.apache.org/jira/browse/OFBIZ-11435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pierre Smits updated OFBIZ-11435:
---------------------------------
    Description: 
In the code base (in trunk) there are several services call functions which have been deprecated and replaced by newer functions, such as:
 * deleteRateAmount -> expireRateAmount
 * captureBillingAccountPayment -> captureBillingAccountPayments
 * createQuoteWorkEffort -> ensureWorkEffortAndCreateQuoteWorkEffort
 * addPriceRuleToMarketingCampaign -> createMarketingCampaignPrice
 * removePriceRuleFromMarketingCampaign -> deleteMarketingCampaignPrice
 * addPromoToMarketingCampaign -> createMarketingCampaignPromo
 * removePromoFromMarketingCampaign -> deleteMarketingCampaignPromo

These must be removed from trunk, when the time is there (to be done periodically). This is a long running ticket intended to enable committers to associate a removal to a ticket upon periodical clean-up without having to create new tickets.

It is suggested that committer the ticket under which a the replacement is committed is referenced here as a link.

  was:
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.


> Remove and/or 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
>            Priority: Major
>              Labels: refactoring
>
> In the code base (in trunk) there are several services call functions which have been deprecated and replaced by newer functions, such as:
>  * deleteRateAmount -> expireRateAmount
>  * captureBillingAccountPayment -> captureBillingAccountPayments
>  * createQuoteWorkEffort -> ensureWorkEffortAndCreateQuoteWorkEffort
>  * addPriceRuleToMarketingCampaign -> createMarketingCampaignPrice
>  * removePriceRuleFromMarketingCampaign -> deleteMarketingCampaignPrice
>  * addPromoToMarketingCampaign -> createMarketingCampaignPromo
>  * removePromoFromMarketingCampaign -> deleteMarketingCampaignPromo
> These must be removed from trunk, when the time is there (to be done periodically). This is a long running ticket intended to enable committers to associate a removal to a ticket upon periodical clean-up without having to create new tickets.
> It is suggested that committer the ticket under which a the replacement is committed is referenced here as a link.



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