Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 25D9D200B7C for ; Thu, 8 Sep 2016 20:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 24794160AD6; Thu, 8 Sep 2016 18:21:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 89E57160ABD for ; Thu, 8 Sep 2016 20:21:21 +0200 (CEST) Received: (qmail 50015 invoked by uid 500); 8 Sep 2016 18:21:20 -0000 Mailing-List: contact notifications-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list notifications@ofbiz.apache.org Received: (qmail 49971 invoked by uid 99); 8 Sep 2016 18:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Sep 2016 18:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8938A2C1B79 for ; Thu, 8 Sep 2016 18:21:20 +0000 (UTC) Date: Thu, 8 Sep 2016 18:21:20 +0000 (UTC) From: "Arun Patidar (JIRA)" To: notifications@ofbiz.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (OFBIZ-8092) Improvements in CountryCapital entity definition and services MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 08 Sep 2016 18:21:22 -0000 [ https://issues.apache.org/jira/browse/OFBIZ-8092?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun Patidar closed OFBIZ-8092. ------------------------------- Resolution: Done Fix Version/s: Upcoming Branch Committed changes in trunk at rev: 1759879. Thanks [~amit.gadaley] and [~rishisolankii] for your contribution. > Improvements in CountryCapital entity definition and services > ------------------------------------------------------------- > > Key: OFBIZ-8092 > URL: https://issues.apache.org/jira/browse/OFBIZ-8092 > Project: OFBiz > Issue Type: Sub-task > Components: framework > Affects Versions: Trunk > Reporter: Rishi Solanki > Assignee: Arun Patidar > Priority: Minor > Fix For: Upcoming Branch > > Attachments: OFBIZ-8092.patch > > > Required improvements; > - All is good with entity definition . > - Add CRUD services using entity-auto. Make sure PK is not optional while create service as it uses other entity value as PK. > - Do related changes if any occurrence found for direct create/update/delete of this entity, and replace them with crud services implemented. > - As no status/from date/thru date exists in entity, so nothing needs to be taken care while deleting the records from service. > NOTE: It is not belongs to composite PK still, we are not making PK as optional in the create service. -- This message was sent by Atlassian JIRA (v6.3.4#6332)