This is an automated email from the ASF dual-hosted git repository.
diveshdut pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
from 0bb30afed4 Fix Party CSV import failure caused by trailing commas.
(OFBIZ-13435) (#1339)
new b1a86de910 OFBIZ-13468 Improved: add generic entity lookup helpers
new 4d0a4a683d OFBIZ-13468 Improved: validate and secure BOM association
services
new c8170e9fff OFBIZ-13468 Improved: add BOM management service APIs
new b9895e737a OFBIZ-13468 Improved: expose BOM management REST endpoints
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../manufacturing/api/bom-management.rest.xml | 84 ++++
.../manufacturing/config/ManufacturingUiLabels.xml | 21 +
.../minilang/bom/BomSimpleMethods.xml | 36 +-
.../manufacturing/servicedef/services_bom.xml | 150 ++++++-
.../manufacturing/api/BomManagementServices.groovy | 497 +++++++++++++++++++++
.../api/ManufacturingLookupServices.groovy | 93 ++++
.../api/ManufacturingServiceUtil.groovy | 20 +-
.../ofbiz/manufacturing/bom/BOMServices.java | 29 +-
.../org/apache/ofbiz/entity/util/EntityUtil.java | 135 ++++++
9 files changed, 1030 insertions(+), 35 deletions(-)
create mode 100644 applications/manufacturing/api/bom-management.rest.xml
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/api/BomManagementServices.groovy
create mode 100644
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/api/ManufacturingLookupServices.groovy
copy framework/resources/templates/build.gradle =>
applications/manufacturing/src/main/groovy/org/apache/ofbiz/manufacturing/api/ManufacturingServiceUtil.groovy
(72%)