Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
S
sso
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
曲欣亮
sso
Commits
dbe0cd36
Commit
dbe0cd36
authored
Jul 12, 2019
by
Quxl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x
parent
206522d4
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
0 deletions
+14
-0
ConfirmQuotationServiceImpl.java
...rvices/confirm_quotation/ConfirmQuotationServiceImpl.java
+2
-0
Z_MT_SD_008_SO_CONFIRM_QUOTATION.java
...s/confirm_quotation/Z_MT_SD_008_SO_CONFIRM_QUOTATION.java
+2
-0
DNDeletionServiceImpl.java
...egolm/sso/services/dn_deletion/DNDeletionServiceImpl.java
+2
-0
MaterialMasterServiceImpl.java
...o/services/material_master/MaterialMasterServiceImpl.java
+2
-0
PrformaInvoiceServiceImpl.java
...o/services/prforma_invoice/PrformaInvoiceServiceImpl.java
+2
-0
PriceListServiceImpl.java
...m/egolm/sso/services/price_list/PriceListServiceImpl.java
+2
-0
ShippingNotificationServiceImpl.java
...hipping_notfirmation/ShippingNotificationServiceImpl.java
+2
-0
No files found.
src/main/java/com/egolm/sso/services/confirm_quotation/ConfirmQuotationServiceImpl.java
View file @
dbe0cd36
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
org.springframework.transaction.annotation.Transactional
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSON
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.CommonService
;
...
@@ -33,6 +34,7 @@ public class ConfirmQuotationServiceImpl implements ConfirmQuotationService {
...
@@ -33,6 +34,7 @@ public class ConfirmQuotationServiceImpl implements ConfirmQuotationService {
CommonService
common
;
CommonService
common
;
@Override
@Override
@Transactional
public
void
execute
(
Z_MT_SD_008_SO_CONFIRM_QUOTATION
Z_MT_SD_008_SO_CONFIRM_QUOTATION
)
{
public
void
execute
(
Z_MT_SD_008_SO_CONFIRM_QUOTATION
Z_MT_SD_008_SO_CONFIRM_QUOTATION
)
{
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
today
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
today
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
...
...
src/main/java/com/egolm/sso/services/confirm_quotation/Z_MT_SD_008_SO_CONFIRM_QUOTATION.java
View file @
dbe0cd36
...
@@ -4,8 +4,10 @@ import java.util.List;
...
@@ -4,8 +4,10 @@ import java.util.List;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlAccessorType
;
import
javax.xml.bind.annotation.XmlRootElement
;
import
javax.xml.bind.annotation.XmlType
;
import
javax.xml.bind.annotation.XmlType
;
@XmlRootElement
(
name
=
"Z_MT_SD_008_SO_CONFIRM_QUOTATION"
,
namespace
=
"http://schneider-distributor.com/"
)
@XmlType
(
name
=
"Z_MT_SD_008_SO_CONFIRM_QUOTATION"
)
@XmlType
(
name
=
"Z_MT_SD_008_SO_CONFIRM_QUOTATION"
)
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
@XmlAccessorType
(
XmlAccessType
.
FIELD
)
public
class
Z_MT_SD_008_SO_CONFIRM_QUOTATION
{
public
class
Z_MT_SD_008_SO_CONFIRM_QUOTATION
{
...
...
src/main/java/com/egolm/sso/services/dn_deletion/DNDeletionServiceImpl.java
View file @
dbe0cd36
...
@@ -3,12 +3,14 @@ package com.egolm.sso.services.dn_deletion;
...
@@ -3,12 +3,14 @@ package com.egolm.sso.services.dn_deletion;
import
javax.jws.WebService
;
import
javax.jws.WebService
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
org.springframework.transaction.annotation.Transactional
;
@Component
@Component
@WebService
(
serviceName
=
"DNDeletionService"
,
targetNamespace
=
"http://dn_deletion.sso.egolm.com"
,
endpointInterface
=
"com.egolm.sso.services.dn_deletion.DNDeletionService"
)
@WebService
(
serviceName
=
"DNDeletionService"
,
targetNamespace
=
"http://dn_deletion.sso.egolm.com"
,
endpointInterface
=
"com.egolm.sso.services.dn_deletion.DNDeletionService"
)
public
class
DNDeletionServiceImpl
implements
DNDeletionService
{
public
class
DNDeletionServiceImpl
implements
DNDeletionService
{
@Override
@Override
@Transactional
public
void
execute
(
Z_MT_SD_010_SO_DN_DELETION
Z_MT_SD_010_SO_DN_DELETION
)
{
public
void
execute
(
Z_MT_SD_010_SO_DN_DELETION
Z_MT_SD_010_SO_DN_DELETION
)
{
// TODO Auto-generated method stub
// TODO Auto-generated method stub
...
...
src/main/java/com/egolm/sso/services/material_master/MaterialMasterServiceImpl.java
View file @
dbe0cd36
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
org.springframework.transaction.annotation.Transactional
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.material_master.Z_MT_SD_001_MATERIAL_MASTER.HEADER_SENDING
;
import
com.egolm.sso.services.material_master.Z_MT_SD_001_MATERIAL_MASTER.HEADER_SENDING
;
...
@@ -32,6 +33,7 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
...
@@ -32,6 +33,7 @@ public class MaterialMasterServiceImpl implements MaterialMasterService {
CommonService
common
;
CommonService
common
;
@Override
@Override
@Transactional
public
void
execute
(
Z_MT_SD_001_MATERIAL_MASTER
Z_MT_SD_001_MATERIAL_MASTER
)
{
public
void
execute
(
Z_MT_SD_001_MATERIAL_MASTER
Z_MT_SD_001_MATERIAL_MASTER
)
{
System
.
out
.
println
(
new
Gson
().
toJson
(
Z_MT_SD_001_MATERIAL_MASTER
));
System
.
out
.
println
(
new
Gson
().
toJson
(
Z_MT_SD_001_MATERIAL_MASTER
));
Date
now
=
new
Date
();
Date
now
=
new
Date
();
...
...
src/main/java/com/egolm/sso/services/prforma_invoice/PrformaInvoiceServiceImpl.java
View file @
dbe0cd36
...
@@ -11,6 +11,7 @@ import javax.jws.WebService;
...
@@ -11,6 +11,7 @@ import javax.jws.WebService;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
org.springframework.transaction.annotation.Transactional
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.prforma_invoice.Z_MT_SD_005_PERFORM_INVOICE.HEADER_BANK_DATA
;
import
com.egolm.sso.services.prforma_invoice.Z_MT_SD_005_PERFORM_INVOICE.HEADER_BANK_DATA
;
...
@@ -43,6 +44,7 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
...
@@ -43,6 +44,7 @@ public class PrformaInvoiceServiceImpl implements PrformaInvoiceService {
CommonService
common
;
CommonService
common
;
@Override
@Override
@Transactional
public
void
execute
(
Z_MT_SD_005_PERFORM_INVOICE
Z_MT_SD_005_PERFORM_INVOICE
)
{
public
void
execute
(
Z_MT_SD_005_PERFORM_INVOICE
Z_MT_SD_005_PERFORM_INVOICE
)
{
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
dateString
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
...
...
src/main/java/com/egolm/sso/services/price_list/PriceListServiceImpl.java
View file @
dbe0cd36
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
org.springframework.transaction.annotation.Transactional
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.price_list.Z_MT_SD_002_PRICE_LIST.HEADER_SENDING
;
import
com.egolm.sso.services.price_list.Z_MT_SD_002_PRICE_LIST.HEADER_SENDING
;
...
@@ -32,6 +33,7 @@ public class PriceListServiceImpl implements PriceListService {
...
@@ -32,6 +33,7 @@ public class PriceListServiceImpl implements PriceListService {
CommonService
common
;
CommonService
common
;
@Override
@Override
@Transactional
public
void
execute
(
Z_MT_SD_002_PRICE_LIST
Z_MT_SD_002_PRICE_LIST
)
{
public
void
execute
(
Z_MT_SD_002_PRICE_LIST
Z_MT_SD_002_PRICE_LIST
)
{
Date
now
=
new
Date
();
Date
now
=
new
Date
();
String
today
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
String
today
=
DateUtil
.
formatDate
(
now
,
DateUtil
.
FMT_DATE
);
...
...
src/main/java/com/egolm/sso/services/shipping_notfirmation/ShippingNotificationServiceImpl.java
View file @
dbe0cd36
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
...
@@ -12,6 +12,7 @@ import javax.jws.WebService;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.beans.factory.annotation.Autowired
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.jdbc.core.JdbcTemplate
;
import
org.springframework.stereotype.Component
;
import
org.springframework.stereotype.Component
;
import
org.springframework.transaction.annotation.Transactional
;
import
com.alibaba.fastjson.JSON
;
import
com.alibaba.fastjson.JSON
;
import
com.egolm.sso.services.CommonService
;
import
com.egolm.sso.services.CommonService
;
...
@@ -38,6 +39,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
...
@@ -38,6 +39,7 @@ public class ShippingNotificationServiceImpl implements ShippingNotificationServ
CommonService
common
;
CommonService
common
;
@Override
@Override
@Transactional
public
void
execute
(
Z_MT_SD_007_SHIPPING_NOTFIRMATION_FILE
Z_MT_SD_007_SHIPPING_NOTFIRMATION_FILE
)
{
public
void
execute
(
Z_MT_SD_007_SHIPPING_NOTFIRMATION_FILE
Z_MT_SD_007_SHIPPING_NOTFIRMATION_FILE
)
{
System
.
out
.
println
(
JSON
.
toJSONString
(
Z_MT_SD_007_SHIPPING_NOTFIRMATION_FILE
));
System
.
out
.
println
(
JSON
.
toJSONString
(
Z_MT_SD_007_SHIPPING_NOTFIRMATION_FILE
));
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment