This is an automated email from the ASF dual-hosted git repository.
pgil pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git.
from 27aa238 Improved: Convert createTextAndUploadedContent service from
mini-lang to groovy DSL (OFBIZ-11368)
new eba4157 Improved: Convert OrderServices.xml mini-lang to groovyDSL :
getNextOrderId
new 53a8b81 Improved: Convert OrderServices.xml mini-lang to groovyDSL :
getOrderedSummaryInformation
The 2 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:
.../order/groovyScripts/order/OrderServices.groovy | 142 +++++++++++++++++++++
.../order/minilang/order/OrderServices.xml | 119 -----------------
applications/order/servicedef/services.xml | 8 +-
.../org/apache/ofbiz/order/test/OrderTest.java | 78 +++++++++++
applications/order/testdef/OrderTest.xml | 3 +
5 files changed, 227 insertions(+), 123 deletions(-)
create mode 100644 applications/order/groovyScripts/order/OrderServices.groovy
create mode 100644
applications/order/src/main/java/org/apache/ofbiz/order/test/OrderTest.java