[jira] [Created] (OFBIZ-8133) Improvements in CustRequestTypeAttr entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8133:


 Summary: Improvements in CustRequestTypeAttr entity definition and 
services
 Key: OFBIZ-8133
 URL: https://issues.apache.org/jira/browse/OFBIZ-8133
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto. Make sure PK is not optional while 
create service. Because entity will have the composite primary key.
 - 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.



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


[jira] [Created] (OFBIZ-8131) Improvements in CustRequestResolution entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8131:


 Summary: Improvements in CustRequestResolution entity definition 
and services
 Key: OFBIZ-8131
 URL: https://issues.apache.org/jira/browse/OFBIZ-8131
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto. Make sure PK is optional while create 
service, so that can be generated from OFBiz sequence generator.
 - 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.



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


[jira] [Updated] (OFBIZ-8020) Improvements in CatalinaSession entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8020:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in CatalinaSession entity definition and services
> --
>
> Key: OFBIZ-8020
> URL: https://issues.apache.org/jira/browse/OFBIZ-8020
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8020.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-8060) Improvements in ContactMechPurposeType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8060:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in ContactMechPurposeType  entity definition and services
> --
>
> Key: OFBIZ-8060
> URL: https://issues.apache.org/jira/browse/OFBIZ-8060
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8060.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-8084) Improvements in CostComponentType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8084:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in CostComponentType entity definition and services
> 
>
> Key: OFBIZ-8084
> URL: https://issues.apache.org/jira/browse/OFBIZ-8084
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: product
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Rohit Koushal
>Priority: Minor
> Attachments: OFBIZ-8084.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-8061) Improvements in ContactMechType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8061:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in ContactMechType entity definition and services
> --
>
> Key: OFBIZ-8061
> URL: https://issues.apache.org/jira/browse/OFBIZ-8061
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8061.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-8047) Improvements in CommunicationEventType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8047:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in CommunicationEventType entity definition and services
> -
>
> Key: OFBIZ-8047
> URL: https://issues.apache.org/jira/browse/OFBIZ-8047
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Amit Gadaley
>Priority: Minor
> Attachments: OFBIZ-8047.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-8000) Improvements in BudgetScenario entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8000:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in BudgetScenario entity definition and services
> -
>
> Key: OFBIZ-8000
> URL: https://issues.apache.org/jira/browse/OFBIZ-8000
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Attachments: OFBIZ-8000.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-8012) Improvements in BudgetType entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8012:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in BudgetType entity definition and services
> -
>
> Key: OFBIZ-8012
> URL: https://issues.apache.org/jira/browse/OFBIZ-8012
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-8012.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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.



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


[jira] [Updated] (OFBIZ-7890) Improvements in BudgetRevision entity definition and services

2016-09-03 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-7890:
-
Description: 
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- 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.

  was:
Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.


> Improvements in BudgetRevision entity definition and services
> -
>
> Key: OFBIZ-7890
> URL: https://issues.apache.org/jira/browse/OFBIZ-7890
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Assignee: Arun Patidar
>Priority: Minor
> Fix For: Upcoming Branch
>
> Attachments: OFBIZ-7890.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - 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.



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


[jira] [Created] (OFBIZ-8096) Improvements in CustRequestContent entity definition and services

2016-08-31 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8096:


 Summary: Improvements in CustRequestContent entity definition and 
services
 Key: OFBIZ-8096
 URL: https://issues.apache.org/jira/browse/OFBIZ-8096
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto.
-- create is already exists.
-- update isn't required.
-- Add delete service only, and make sure to add the following permission check 
for it;
{code}

{code}
 - 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.



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


[jira] [Created] (OFBIZ-8095) Improvements in CustRequestCategory entity definition and services

2016-08-31 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8095:


 Summary: Improvements in CustRequestCategory entity definition and 
services
 Key: OFBIZ-8095
 URL: https://issues.apache.org/jira/browse/OFBIZ-8095
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto. Make sure PK is optional while create 
service.
 - 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.



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


[jira] [Created] (OFBIZ-8093) Improvements in CountryCode entity definition and services

2016-08-31 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8093:


 Summary: Improvements in CountryCode entity definition and services
 Key: OFBIZ-8093
 URL: https://issues.apache.org/jira/browse/OFBIZ-8093
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


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)


[jira] [Created] (OFBIZ-8094) Improvements in CountryTeleCode entity definition and services

2016-08-31 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8094:


 Summary: Improvements in CountryTeleCode entity definition and 
services
 Key: OFBIZ-8094
 URL: https://issues.apache.org/jira/browse/OFBIZ-8094
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


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)


[jira] [Updated] (OFBIZ-8087) Improvements in CountryAddressFormat entity definition and services

2016-08-31 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8087:
-
Description: 
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.

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


> Improvements in CountryAddressFormat entity definition and services
> ---
>
> Key: OFBIZ-8087
> URL: https://issues.apache.org/jira/browse/OFBIZ-8087
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: framework
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
>
> 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)


[jira] [Created] (OFBIZ-8092) Improvements in CountryCapital entity definition and services

2016-08-31 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8092:


 Summary: 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
Priority: Minor


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)


[jira] [Created] (OFBIZ-8062) Improvements in ContactMechTypeAttr entity definition and services

2016-08-29 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8062:


 Summary: Improvements in ContactMechTypeAttr entity definition and 
services
 Key: OFBIZ-8062
 URL: https://issues.apache.org/jira/browse/OFBIZ-8062
 Project: OFBiz
  Issue Type: Sub-task
  Components: party
Reporter: Rishi Solanki
Priority: Minor
 Fix For: Trunk


Required improvements;
 - All is good with entity definition .
 - Add CRUD services using entity-auto. Make sure PK is not optional while 
create service as there is composite primary key.
 - 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.



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


[jira] [Created] (OFBIZ-8059) Improvements in ContactListType entity definition and services

2016-08-29 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8059:


 Summary: Improvements in ContactListType entity definition and 
services
 Key: OFBIZ-8059
 URL: https://issues.apache.org/jira/browse/OFBIZ-8059
 Project: OFBiz
  Issue Type: Sub-task
  Components: marketing
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8061) Improvements in ContactMechType entity definition and services

2016-08-29 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8061:


 Summary: Improvements in ContactMechType entity definition and 
services
 Key: OFBIZ-8061
 URL: https://issues.apache.org/jira/browse/OFBIZ-8061
 Project: OFBiz
  Issue Type: Sub-task
  Components: party
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Updated] (OFBIZ-8060) Improvements in ContactMechPurposeType entity definition and services

2016-08-29 Thread Rishi Solanki (JIRA)

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

Rishi Solanki updated OFBIZ-8060:
-
Summary: Improvements in ContactMechPurposeType  entity definition and 
services  (was: Improvements in ContactListType entity definition and services)

> Improvements in ContactMechPurposeType  entity definition and services
> --
>
> Key: OFBIZ-8060
> URL: https://issues.apache.org/jira/browse/OFBIZ-8060
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: party
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is optional while create 
> service.
> - 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, but it looks like it 
> will contain the revisions of same data so history needs to be maintain. We 
> should not provide service for delete its record.



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


[jira] [Commented] (OFBIZ-8005) Improvements in BudgetScenarioApplication entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)

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

Rishi Solanki commented on OFBIZ-8005:
--

[~jacques.le.roux]: I just see the comment from you on this ticket now deleted, 
please let us know if something needs to be taken care. Thanks!

> Improvements in BudgetScenarioApplication entity definition and services
> 
>
> Key: OFBIZ-8005
> URL: https://issues.apache.org/jira/browse/OFBIZ-8005
> Project: OFBiz
>  Issue Type: Sub-task
>  Components: accounting
>Affects Versions: Trunk
>Reporter: Rishi Solanki
>Priority: Minor
> Attachments: OFBIZ-8005.patch
>
>
> Required improvements;
> - All is good with entity definition .
> - Add crud services using entity-auto. Make sure PK is not optional while 
> create service.
> - 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, but it looks like it 
> will contain the revisions of same data so history needs to be maintain. We 
> should not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8022) Improvements in CommContentAssocType entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8022:


 Summary: Improvements in CommContentAssocType entity definition 
and services
 Key: OFBIZ-8022
 URL: https://issues.apache.org/jira/browse/OFBIZ-8022
 Project: OFBiz
  Issue Type: Sub-task
  Components: party
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8020) Improvements in CatalinaSession entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8020:


 Summary: Improvements in CatalinaSession entity definition and 
services
 Key: OFBIZ-8020
 URL: https://issues.apache.org/jira/browse/OFBIZ-8020
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8018) Improvements in CarrierShipmentBoxType entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8018:


 Summary: Improvements in CarrierShipmentBoxType entity definition 
and services
 Key: OFBIZ-8018
 URL: https://issues.apache.org/jira/browse/OFBIZ-8018
 Project: OFBiz
  Issue Type: Sub-task
  Components: order
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8012) Improvements in BudgetType entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8012:


 Summary: Improvements in BudgetType entity definition and services
 Key: OFBIZ-8012
 URL: https://issues.apache.org/jira/browse/OFBIZ-8012
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8006) Improvements in BudgetScenarioRule entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8006:


 Summary: Improvements in BudgetScenarioRule entity definition and 
services
 Key: OFBIZ-8006
 URL: https://issues.apache.org/jira/browse/OFBIZ-8006
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8005) Improvements in BudgetScenarioApplication entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8005:


 Summary: Improvements in BudgetScenarioApplication entity 
definition and services
 Key: OFBIZ-8005
 URL: https://issues.apache.org/jira/browse/OFBIZ-8005
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is not optional while 
create service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-8000) Improvements in BudgetScenario entity definition and services

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-8000:


 Summary: Improvements in BudgetScenario entity definition and 
services
 Key: OFBIZ-8000
 URL: https://issues.apache.org/jira/browse/OFBIZ-8000
 Project: OFBiz
  Issue Type: Sub-task
  Components: accounting
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


Required improvements;
- All is good with entity definition .
- Add crud services using entity-auto. Make sure PK is optional while create 
service.
- 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, but it looks like it will 
contain the revisions of same data so history needs to be maintain. We should 
not provide service for delete its record.



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


[jira] [Created] (OFBIZ-7983) Enforce noninstantiability to JNDIConfigUtil class

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-7983:


 Summary: Enforce noninstantiability to JNDIConfigUtil class
 Key: OFBIZ-7983
 URL: https://issues.apache.org/jira/browse/OFBIZ-7983
 Project: OFBiz
  Issue Type: Sub-task
  Components: framework
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


- Make class as final.
- Add a private constructor.
- Make following public static variables as private; 

{code}
- public static final String JNDI_CONFIG_XML_FILENAME = "jndiservers.xml";
{code}



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


[jira] [Created] (OFBIZ-7982) Enforce noninstantiability to ICalWorker class

2016-08-27 Thread Rishi Solanki (JIRA)
Rishi Solanki created OFBIZ-7982:


 Summary: Enforce noninstantiability to ICalWorker class
 Key: OFBIZ-7982
 URL: https://issues.apache.org/jira/browse/OFBIZ-7982
 Project: OFBiz
  Issue Type: Sub-task
  Components: workeffort
Affects Versions: Trunk
Reporter: Rishi Solanki
Priority: Minor


- Make class as final.
- Add a private constructor.
- Make following protected static methods as private;
{code}
- protected static Map 
createConversionContext(HttpServletRequest request)
- protected static Date getLastModifiedDate(HttpServletRequest request) 
throws GenericEntityException
- protected static boolean isValidRequest(HttpServletRequest request, 
HttpServletResponse response) throws IOException 
- protected static void logInUser(HttpServletRequest request, 
HttpServletResponse response) throws GenericServiceException, 
GenericEntityException
- protected static void setupRequest(HttpServletRequest request, 
HttpServletResponse response)
- protected static void writeResponse(ResponseProperties responseProps, 
HttpServletRequest request, HttpServletResponse response, ServletContext 
context) throws IOException
{code}



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


<    1   2   3   4   5