Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #8 from servicecatalog/javadocs
Browse files Browse the repository at this point in the history
Synchronized updates for ext-svc.
  • Loading branch information
GoebelL authored Oct 26, 2018
2 parents 24fdcfa + 4430290 commit 93919ba
Show file tree
Hide file tree
Showing 545 changed files with 2,863 additions and 843 deletions.
1 change: 1 addition & 0 deletions .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@
<classpathentry kind="src" path="oscm-psp-extsvc/src/main/java"/>
<classpathentry kind="var" path="M2_REPO/javax/javaee-api/7.0/javaee-api-7.0.jar"/>
<classpathentry kind="var" path="M2_REPO/org/slf4j/slf4j-api/1.7.16/slf4j-api-1.7.16.jar"/>
<classpathentry kind="var" path="M2_REPO/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
4 changes: 2 additions & 2 deletions oscm-app-extsvc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>oscm-app-extsvc</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import static org.oscm.app.v2_0.intf.APPTemplateService.JNDI_NAME;

/**
* Created by BadziakP on 2017-09-19.
* Created by BadziakP on 2018-09-19.
*/
public class APPTemplateServiceFactory {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: Mar 31, 2017
* Creation Date: Mar 31, 2018
*
*******************************************************************************/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: Mar 31, 2017
* Creation Date: Mar 31, 2018
*
*******************************************************************************/

Expand All @@ -15,7 +15,6 @@
import org.oscm.app.v2_0.data.PasswordAuthentication;
import org.oscm.app.v2_0.data.Template;
import org.oscm.app.v2_0.exceptions.APPlatformException;
import org.oscm.app.v2_0.exceptions.AuthenticationException;

/**
* Interface providing methods by which service controllers implemented in APP
Expand All @@ -41,8 +40,6 @@ public interface APPTemplateService {
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand All @@ -61,8 +58,6 @@ void saveTemplate(Template template, String controllerId,
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand All @@ -79,8 +74,6 @@ void deleteTemplate(String fileName, String controllerId,
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand All @@ -99,8 +92,6 @@ List<Template> getTemplateList(String controllerId,
* a <code>PasswordAuthentication</code> object identifying a
* technology manager registered in the organization which is
* responsible for the controller
* @throws AuthenticationException
* if the authentication of the user fails
* @throws APPlatformException
* if a general problem occurs in accessing APP
*/
Expand Down
11 changes: 5 additions & 6 deletions oscm-billing-external-interfaces/pom.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright FUJITSU LIMITED 2017-->
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<?xml version="1.0" encoding="UTF-8"?> <!-- Copyright FUJITSU LIMITED 2018 -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.oscm</groupId>
<artifactId>oscm-interfaces</artifactId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>oscm-billing-external-interfaces</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-01-26
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*/
/**
* Provides the interface a billing adapter must implement for
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-02-20
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-08-07
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-08-07
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-08-07
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*/
/**
* Provides the means for passing the context for a price model
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2014-08-26
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*/
/**
* Provides the exception classes referred to by the methods of
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2014-12-10
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2014-10-17
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-01-15
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2015-01-08
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2014-08-26
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*/
/**
* Provides the interface a billing adapter must implement for
Expand Down
4 changes: 2 additions & 2 deletions oscm-extsvc-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<parent>
<artifactId>oscm-interfaces</artifactId>
<groupId>org.oscm</groupId>
<version>1.3.1</version>
<version>1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>


<artifactId>oscm-extsvc-internal</artifactId>
<version>1.3.1</version>
<version>1.4</version>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: Aug 22, 2016
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2009-02-05
*
Expand All @@ -11,7 +11,6 @@
import java.util.List;
import java.util.Set;

import javax.ejb.EJBException;
import javax.ejb.Remote;

import org.oscm.internal.types.enumtypes.PerformanceHint;
Expand Down Expand Up @@ -636,8 +635,6 @@ public boolean savePaymentConfiguration(
* @throws ConcurrentModificationException
* if the stored discount information is changed by another user
* in the time between reading and writing it
* @throws EJBException
* if the calling user does not have the service manager role
*/

public VOOrganization updateCustomerDiscount(VOOrganization organization)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2009-07-23
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Author: pock
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2012-02-16
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Author: Mike J&auml;ger
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2012-02-16
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2009-02-05
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2009-02-05
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: Aug 22, 2016
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2009-05-02
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Author: tokoda
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 02.10.2009
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*******************************************************************************/

package org.oscm.internal.intf;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*******************************************************************************
*
* Copyright FUJITSU LIMITED 2017
* Copyright FUJITSU LIMITED 2018
*
* Creation Date: 2009-05-02
*
Expand Down
Loading

0 comments on commit 93919ba

Please sign in to comment.