[jira] [Commented] (OFBIZ-6873) Convert some Product entites CRUD service from simple to entity-auto

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (OFBIZ-6873) Convert some Product entites CRUD service from simple to entity-auto

Nicolas Malin (Jira)

    [ https://issues.apache.org/jira/browse/OFBIZ-6873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15129997#comment-15129997 ]

Pierre Smits commented on OFBIZ-6873:
-------------------------------------

Various entities affected have a lifespan definition (from and trhu dates). So deletion of records of these entities is not the correct solution from a GRC viewpoint. Have you taken this into considerations when transforming the services?

> Convert some Product entites CRUD service from simple to entity-auto
> --------------------------------------------------------------------
>
>                 Key: OFBIZ-6873
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6873
>             Project: OFBiz
>          Issue Type: Improvement
>          Components: product
>    Affects Versions: Trunk
>            Reporter: Nicolas Malin
>            Assignee: Nicolas Malin
>            Priority: Minor
>              Labels: crud, entity-auto
>             Fix For: Upcoming Branch
>
>
> I converted the follow entities the simple service crud to entity-auto :
> * ProductPaymentMethodType
> * SupplierProduct
> * CommunicationEventProduct
> * ProductCategoryMember
> * ProductFeatureDataResource
> * ProductConfig
> * ProductConfigItem
> * ProductConfigOption
> * ProductConfigProduct
> * ProductPriceRule
> * ProductPriceAction
> * PhysicalInventory
> * ProductFacilityLocation
> * Facility
> * FacilityLocation
> * FacilityGroupMember
> * FacilityGroupRollup
> * FacilityParty
> * FacilityContent
> * InventoryItemLabelType
> * InventoryItemLabelAppl
> * InventoryItemLabel
> * ProductPromo
> * ProductPromoCode
> * ProductPromoCategory
> * ProductPromoCodeEmail
> * ProductPromoCodeParty
> * ProductPromoProduct
> * ProductPromoRule
> I added a new permission service productPriceGenericPermission to manage all related price service.
> I try to convert saveProductPriceChange service but the fields changed* didn't manage by th entity-auto service. I will check the engine.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)