Issue with the service loading and correct the license info 97/103097/1
authorseshukm <seshu.kumar.m@huawei.com>
Thu, 5 Mar 2020 02:14:14 +0000 (07:44 +0530)
committerseshukm <seshu.kumar.m@huawei.com>
Thu, 5 Mar 2020 02:14:14 +0000 (07:44 +0530)
Issue-ID: USECASEUI-387

Signed-off-by: seshukm <seshu.kumar.m@huawei.com>
Change-Id: If4ed5a39941cb25ead173e92c145287fb280d477

46 files changed:
server/src/main/java/org/onap/usecaseui/server/bean/RelationshipDatum.java
server/src/main/java/org/onap/usecaseui/server/bean/activateEdge/ComplexObj.java
server/src/main/java/org/onap/usecaseui/server/bean/activateEdge/RelationshipDatum.java
server/src/main/java/org/onap/usecaseui/server/bean/activateEdge/RelationshipList.java
server/src/main/java/org/onap/usecaseui/server/bean/activateEdge/ServiceInstance.java
server/src/main/java/org/onap/usecaseui/server/bean/activateEdge/SiteResource.java
server/src/main/java/org/onap/usecaseui/server/bean/customer/ServiceInstance.java
server/src/main/java/org/onap/usecaseui/server/bean/customer/ServiceInstances.java
server/src/main/java/org/onap/usecaseui/server/bean/customer/Subscription.java
server/src/main/java/org/onap/usecaseui/server/bean/customer/SubscriptionType.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/Connectivity.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/E2EParameters.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/E2EService.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/E2EServiceDelete.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/E2EServiceInstanceRequest.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/Edge.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/FileBean.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/FileWrapper.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/LogicalLink.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/Model.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/ModelConfig.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/ModelInfor.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/Node.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/Pinterface.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/Pnf.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/ResourceRequest.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/ResourceResponse.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/VpnBinding.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/VpnInformation.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservice/resourcemodelinformation.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservicemonitor/ResponseServiceInstanceWrapper.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservicemonitor/ServiceInstanceList.java
server/src/main/java/org/onap/usecaseui/server/bean/lcm/sotne2eservicemonitor/ServiceInstanceListWrapper.java
server/src/main/java/org/onap/usecaseui/server/bean/orderservice/ServiceEstimationBean.java
server/src/main/java/org/onap/usecaseui/server/bean/orderservice/Site.java
server/src/main/java/org/onap/usecaseui/server/bean/orderservice/VpnInformation.java
server/src/main/java/org/onap/usecaseui/server/constant/Constant.java
server/src/main/java/org/onap/usecaseui/server/controller/lcm/SotnServiceLcmController.java
server/src/main/java/org/onap/usecaseui/server/controller/lcm/SotnServiceQryController.java
server/src/main/java/org/onap/usecaseui/server/service/customer/CcvpnCustomerService.java
server/src/main/java/org/onap/usecaseui/server/service/customer/impl/CcvpnCustomerServiceImpl.java
server/src/main/java/org/onap/usecaseui/server/service/lcm/SotnServiceQryService.java
server/src/main/java/org/onap/usecaseui/server/service/lcm/SotnServiceTemplateService.java
server/src/main/java/org/onap/usecaseui/server/service/lcm/domain/aai/AAIService.java
server/src/main/java/org/onap/usecaseui/server/service/lcm/domain/so/SOService.java
server/src/main/java/org/onap/usecaseui/server/service/lcm/impl/SotnServiceTemplateServiceImpl.java

index 28197c4..45aed28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a0f8445..28be3ab 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+/**
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cad2f86..13cc755 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+/**
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 7e8381f..397856f 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+/**
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bb63675..19fbabf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 60150d5..d8437b6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f955e75..79e5170 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 489d692..433a592 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 99dda02..520d2d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ *Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 4723714..9b99a00 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 74e0931..f6ed3ed 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index bcaffc9..9204e06 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.onap.usecaseui.server.bean.lcm.sotne2eservice;
 
 import com.fasterxml.jackson.annotation.JsonIgnore;
index 58a00c7..4b0b98c 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.onap.usecaseui.server.bean.lcm.sotne2eservice;
 
 import com.fasterxml.jackson.annotation.JsonIgnore;
index 7e28db5..5d6b8e8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.onap.usecaseui.server.bean.lcm.sotne2eservice;
 
 import java.util.HashMap;
index 17df889..d4642fe 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d7ac2ee..246cd74 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 63fd3d8..78935f6 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,9 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-
-
 package org.onap.usecaseui.server.bean.lcm.sotne2eservice;
 
 public class FileBean {
index d2f08cc..9077d7d 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
-
-
-
 package org.onap.usecaseui.server.bean.lcm.sotne2eservice;
 
 public class FileWrapper {
index dd9f86e..422c555 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 9ac88dd..7609b1a 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 61b117f..1bb842e 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d5daaad..f1af2f3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a70cf95..84e083c 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+/**
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 23889fc..2ce7945 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 070d888..ac71460 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 42884f5..9ecc290 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -13,7 +13,6 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-
 package org.onap.usecaseui.server.bean.lcm.sotne2eservice;
 
 import com.fasterxml.jackson.annotation.JsonIgnore;
index b4ab61a..3323822 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 32de1dc..20424dd 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b8f1676..270c0c3 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0e72262..cc74ec8 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6d55621..09bbcf6 100644 (file)
@@ -1,6 +1,6 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
- *
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
+ * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at
index 00148fb..18fe027 100644 (file)
@@ -1,5 +1,6 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 57867bf..89378d4 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index c5ab000..7f09a26 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ *Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index a390790..7c782f5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index b2afa94..1bc1e2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index f1babd6..2be1dc6 100644 (file)
@@ -1,5 +1,5 @@
 /**\r
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.\r
+ * Copyright 2020 Huawei Corporation.\r
  *\r
  * Licensed under the Apache License, Version 2.0 (the "License");\r
  * you may not use this file except in compliance with the License.\r
index f31947b..3144622 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 0100d21..4058281 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 6758a72..ca1e9f7 100644 (file)
@@ -1,5 +1,5 @@
-/*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+/**
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 3e39c0a..ae9f9bc 100644 (file)
@@ -1,6 +1,5 @@
-
-/*
- * Copyright (C) 2017 CMCC, Inc. and others. All rights reserved.
+/**
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index ad1dd36..9246578 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 355939f..c57f954 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index cdc5dd1..fdf622b 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index d417e7e..dd9a241 100644 (file)
@@ -1,5 +1,6 @@
 /**
  * Copyright 2016-2017 ZTE Corporation.
+ * Copyright 2020 Huawei Corporation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
index 226330d..1179314 100644 (file)
@@ -1,3 +1,19 @@
+/**
+ * Copyright (C) 2020 Huawei, Inc. and others. All rights reserved.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ *     http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
 package org.onap.usecaseui.server.service.lcm.impl;
 
 
@@ -31,24 +47,12 @@ import org.json.simple.parser.ParseException;
 import java.util.*;
 import java.util.stream.Collectors;
 
-/**
- * Copyright 2016-2017 ZTE Corporation.
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-
+import org.springframework.context.annotation.EnableAspectJAutoProxy;
+import org.springframework.stereotype.Service;
 
+@Service("SotnLcmService")
+@org.springframework.context.annotation.Configuration
+@EnableAspectJAutoProxy
 public class SotnServiceTemplateServiceImpl implements SotnServiceTemplateService {
 
     private SOService soService;